@aws-sdk/client-comprehend 3.169.0 → 3.171.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (100) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Comprehend.d.ts +1259 -360
  3. package/dist-types/ts3.4/ComprehendClient.d.ts +530 -144
  4. package/dist-types/ts3.4/commands/BatchDetectDominantLanguageCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/BatchDetectEntitiesCommand.d.ts +36 -17
  6. package/dist-types/ts3.4/commands/BatchDetectKeyPhrasesCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/BatchDetectSentimentCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/BatchDetectSyntaxCommand.d.ts +36 -17
  9. package/dist-types/ts3.4/commands/ClassifyDocumentCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/ContainsPiiEntitiesCommand.d.ts +36 -17
  11. package/dist-types/ts3.4/commands/CreateDocumentClassifierCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/CreateEntityRecognizerCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/DeleteDocumentClassifierCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/DeleteEntityRecognizerCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/DescribeDocumentClassificationJobCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/DescribeDocumentClassifierCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +35 -17
  22. package/dist-types/ts3.4/commands/DescribeEntitiesDetectionJobCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/DescribeEntityRecognizerCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/DescribeEventsDetectionJobCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/DescribeSentimentDetectionJobCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/DescribeTopicsDetectionJobCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/DetectDominantLanguageCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +35 -17
  33. package/dist-types/ts3.4/commands/DetectKeyPhrasesCommand.d.ts +35 -17
  34. package/dist-types/ts3.4/commands/DetectPiiEntitiesCommand.d.ts +36 -17
  35. package/dist-types/ts3.4/commands/DetectSentimentCommand.d.ts +35 -17
  36. package/dist-types/ts3.4/commands/DetectSyntaxCommand.d.ts +32 -17
  37. package/dist-types/ts3.4/commands/ImportModelCommand.d.ts +32 -17
  38. package/dist-types/ts3.4/commands/ListDocumentClassificationJobsCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/ListDocumentClassifierSummariesCommand.d.ts +39 -17
  40. package/dist-types/ts3.4/commands/ListDocumentClassifiersCommand.d.ts +39 -17
  41. package/dist-types/ts3.4/commands/ListDominantLanguageDetectionJobsCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +35 -17
  43. package/dist-types/ts3.4/commands/ListEntitiesDetectionJobsCommand.d.ts +39 -17
  44. package/dist-types/ts3.4/commands/ListEntityRecognizerSummariesCommand.d.ts +39 -17
  45. package/dist-types/ts3.4/commands/ListEntityRecognizersCommand.d.ts +39 -17
  46. package/dist-types/ts3.4/commands/ListEventsDetectionJobsCommand.d.ts +39 -17
  47. package/dist-types/ts3.4/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +39 -17
  48. package/dist-types/ts3.4/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/ListSentimentDetectionJobsCommand.d.ts +39 -17
  50. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  51. package/dist-types/ts3.4/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +39 -17
  52. package/dist-types/ts3.4/commands/ListTopicsDetectionJobsCommand.d.ts +39 -17
  53. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +36 -17
  54. package/dist-types/ts3.4/commands/StartDocumentClassificationJobCommand.d.ts +39 -17
  55. package/dist-types/ts3.4/commands/StartDominantLanguageDetectionJobCommand.d.ts +39 -17
  56. package/dist-types/ts3.4/commands/StartEntitiesDetectionJobCommand.d.ts +39 -17
  57. package/dist-types/ts3.4/commands/StartEventsDetectionJobCommand.d.ts +39 -17
  58. package/dist-types/ts3.4/commands/StartKeyPhrasesDetectionJobCommand.d.ts +39 -17
  59. package/dist-types/ts3.4/commands/StartPiiEntitiesDetectionJobCommand.d.ts +39 -17
  60. package/dist-types/ts3.4/commands/StartSentimentDetectionJobCommand.d.ts +39 -17
  61. package/dist-types/ts3.4/commands/StartTargetedSentimentDetectionJobCommand.d.ts +39 -17
  62. package/dist-types/ts3.4/commands/StartTopicsDetectionJobCommand.d.ts +39 -17
  63. package/dist-types/ts3.4/commands/StopDominantLanguageDetectionJobCommand.d.ts +39 -17
  64. package/dist-types/ts3.4/commands/StopEntitiesDetectionJobCommand.d.ts +39 -17
  65. package/dist-types/ts3.4/commands/StopEventsDetectionJobCommand.d.ts +39 -17
  66. package/dist-types/ts3.4/commands/StopKeyPhrasesDetectionJobCommand.d.ts +39 -17
  67. package/dist-types/ts3.4/commands/StopPiiEntitiesDetectionJobCommand.d.ts +39 -17
  68. package/dist-types/ts3.4/commands/StopSentimentDetectionJobCommand.d.ts +39 -17
  69. package/dist-types/ts3.4/commands/StopTargetedSentimentDetectionJobCommand.d.ts +39 -17
  70. package/dist-types/ts3.4/commands/StopTrainingDocumentClassifierCommand.d.ts +39 -17
  71. package/dist-types/ts3.4/commands/StopTrainingEntityRecognizerCommand.d.ts +39 -17
  72. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  73. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  74. package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +35 -17
  75. package/dist-types/ts3.4/commands/index.d.ts +71 -71
  76. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  77. package/dist-types/ts3.4/index.d.ts +6 -6
  78. package/dist-types/ts3.4/models/ComprehendServiceException.d.ts +7 -6
  79. package/dist-types/ts3.4/models/index.d.ts +1 -1
  80. package/dist-types/ts3.4/models/models_0.d.ts +1969 -2509
  81. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  82. package/dist-types/ts3.4/pagination/ListDocumentClassificationJobsPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListDocumentClassifierSummariesPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/ListDocumentClassifiersPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/ListDominantLanguageDetectionJobsPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/ListEntitiesDetectionJobsPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/ListEntityRecognizerSummariesPaginator.d.ts +11 -4
  88. package/dist-types/ts3.4/pagination/ListEntityRecognizersPaginator.d.ts +11 -4
  89. package/dist-types/ts3.4/pagination/ListEventsDetectionJobsPaginator.d.ts +11 -4
  90. package/dist-types/ts3.4/pagination/ListKeyPhrasesDetectionJobsPaginator.d.ts +11 -4
  91. package/dist-types/ts3.4/pagination/ListSentimentDetectionJobsPaginator.d.ts +11 -4
  92. package/dist-types/ts3.4/pagination/ListTargetedSentimentDetectionJobsPaginator.d.ts +11 -4
  93. package/dist-types/ts3.4/pagination/ListTopicsDetectionJobsPaginator.d.ts +11 -4
  94. package/dist-types/ts3.4/pagination/index.d.ts +13 -13
  95. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +857 -215
  96. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  97. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  98. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  99. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  100. package/package.json +34 -34
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
4
- import { StopTrainingDocumentClassifierRequest, StopTrainingDocumentClassifierResponse } from "../models/models_0";
5
- export interface StopTrainingDocumentClassifierCommandInput extends StopTrainingDocumentClassifierRequest {
6
- }
7
- export interface StopTrainingDocumentClassifierCommandOutput extends StopTrainingDocumentClassifierResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class StopTrainingDocumentClassifierCommand extends $Command<StopTrainingDocumentClassifierCommandInput, StopTrainingDocumentClassifierCommandOutput, ComprehendClientResolvedConfig> {
11
- readonly input: StopTrainingDocumentClassifierCommandInput;
12
- constructor(input: StopTrainingDocumentClassifierCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopTrainingDocumentClassifierCommandInput, StopTrainingDocumentClassifierCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ComprehendClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ComprehendClient";
13
+ import {
14
+ StopTrainingDocumentClassifierRequest,
15
+ StopTrainingDocumentClassifierResponse,
16
+ } from "../models/models_0";
17
+ export interface StopTrainingDocumentClassifierCommandInput
18
+ extends StopTrainingDocumentClassifierRequest {}
19
+ export interface StopTrainingDocumentClassifierCommandOutput
20
+ extends StopTrainingDocumentClassifierResponse,
21
+ __MetadataBearer {}
22
+ export declare class StopTrainingDocumentClassifierCommand extends $Command<
23
+ StopTrainingDocumentClassifierCommandInput,
24
+ StopTrainingDocumentClassifierCommandOutput,
25
+ ComprehendClientResolvedConfig
26
+ > {
27
+ readonly input: StopTrainingDocumentClassifierCommandInput;
28
+ constructor(input: StopTrainingDocumentClassifierCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ComprehendClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ StopTrainingDocumentClassifierCommandInput,
35
+ StopTrainingDocumentClassifierCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
4
- import { StopTrainingEntityRecognizerRequest, StopTrainingEntityRecognizerResponse } from "../models/models_0";
5
- export interface StopTrainingEntityRecognizerCommandInput extends StopTrainingEntityRecognizerRequest {
6
- }
7
- export interface StopTrainingEntityRecognizerCommandOutput extends StopTrainingEntityRecognizerResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class StopTrainingEntityRecognizerCommand extends $Command<StopTrainingEntityRecognizerCommandInput, StopTrainingEntityRecognizerCommandOutput, ComprehendClientResolvedConfig> {
11
- readonly input: StopTrainingEntityRecognizerCommandInput;
12
- constructor(input: StopTrainingEntityRecognizerCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopTrainingEntityRecognizerCommandInput, StopTrainingEntityRecognizerCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ComprehendClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ComprehendClient";
13
+ import {
14
+ StopTrainingEntityRecognizerRequest,
15
+ StopTrainingEntityRecognizerResponse,
16
+ } from "../models/models_0";
17
+ export interface StopTrainingEntityRecognizerCommandInput
18
+ extends StopTrainingEntityRecognizerRequest {}
19
+ export interface StopTrainingEntityRecognizerCommandOutput
20
+ extends StopTrainingEntityRecognizerResponse,
21
+ __MetadataBearer {}
22
+ export declare class StopTrainingEntityRecognizerCommand extends $Command<
23
+ StopTrainingEntityRecognizerCommandInput,
24
+ StopTrainingEntityRecognizerCommandOutput,
25
+ ComprehendClientResolvedConfig
26
+ > {
27
+ readonly input: StopTrainingEntityRecognizerCommandInput;
28
+ constructor(input: StopTrainingEntityRecognizerCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ComprehendClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ StopTrainingEntityRecognizerCommandInput,
35
+ StopTrainingEntityRecognizerCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
4
- import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
- export interface TagResourceCommandInput extends TagResourceRequest {
6
- }
7
- export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ComprehendClientResolvedConfig> {
11
- readonly input: TagResourceCommandInput;
12
- constructor(input: TagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ComprehendClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ComprehendClient";
13
+ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
14
+ export interface TagResourceCommandInput extends TagResourceRequest {}
15
+ export interface TagResourceCommandOutput
16
+ extends TagResourceResponse,
17
+ __MetadataBearer {}
18
+ export declare class TagResourceCommand extends $Command<
19
+ TagResourceCommandInput,
20
+ TagResourceCommandOutput,
21
+ ComprehendClientResolvedConfig
22
+ > {
23
+ readonly input: TagResourceCommandInput;
24
+ constructor(input: TagResourceCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ComprehendClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
4
- import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
- export interface UntagResourceCommandInput extends UntagResourceRequest {
6
- }
7
- export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ComprehendClientResolvedConfig> {
11
- readonly input: UntagResourceCommandInput;
12
- constructor(input: UntagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ComprehendClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ComprehendClient";
13
+ import {
14
+ UntagResourceRequest,
15
+ UntagResourceResponse,
16
+ } from "../models/models_0";
17
+ export interface UntagResourceCommandInput extends UntagResourceRequest {}
18
+ export interface UntagResourceCommandOutput
19
+ extends UntagResourceResponse,
20
+ __MetadataBearer {}
21
+ export declare class UntagResourceCommand extends $Command<
22
+ UntagResourceCommandInput,
23
+ UntagResourceCommandOutput,
24
+ ComprehendClientResolvedConfig
25
+ > {
26
+ readonly input: UntagResourceCommandInput;
27
+ constructor(input: UntagResourceCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: ComprehendClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
4
- import { UpdateEndpointRequest, UpdateEndpointResponse } from "../models/models_0";
5
- export interface UpdateEndpointCommandInput extends UpdateEndpointRequest {
6
- }
7
- export interface UpdateEndpointCommandOutput extends UpdateEndpointResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateEndpointCommand extends $Command<UpdateEndpointCommandInput, UpdateEndpointCommandOutput, ComprehendClientResolvedConfig> {
11
- readonly input: UpdateEndpointCommandInput;
12
- constructor(input: UpdateEndpointCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateEndpointCommandInput, UpdateEndpointCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ComprehendClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ComprehendClient";
13
+ import {
14
+ UpdateEndpointRequest,
15
+ UpdateEndpointResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateEndpointCommandInput extends UpdateEndpointRequest {}
18
+ export interface UpdateEndpointCommandOutput
19
+ extends UpdateEndpointResponse,
20
+ __MetadataBearer {}
21
+ export declare class UpdateEndpointCommand extends $Command<
22
+ UpdateEndpointCommandInput,
23
+ UpdateEndpointCommandOutput,
24
+ ComprehendClientResolvedConfig
25
+ > {
26
+ readonly input: UpdateEndpointCommandInput;
27
+ constructor(input: UpdateEndpointCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: ComprehendClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<UpdateEndpointCommandInput, UpdateEndpointCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,71 +1,71 @@
1
- export * from "./BatchDetectDominantLanguageCommand";
2
- export * from "./BatchDetectEntitiesCommand";
3
- export * from "./BatchDetectKeyPhrasesCommand";
4
- export * from "./BatchDetectSentimentCommand";
5
- export * from "./BatchDetectSyntaxCommand";
6
- export * from "./ClassifyDocumentCommand";
7
- export * from "./ContainsPiiEntitiesCommand";
8
- export * from "./CreateDocumentClassifierCommand";
9
- export * from "./CreateEndpointCommand";
10
- export * from "./CreateEntityRecognizerCommand";
11
- export * from "./DeleteDocumentClassifierCommand";
12
- export * from "./DeleteEndpointCommand";
13
- export * from "./DeleteEntityRecognizerCommand";
14
- export * from "./DeleteResourcePolicyCommand";
15
- export * from "./DescribeDocumentClassificationJobCommand";
16
- export * from "./DescribeDocumentClassifierCommand";
17
- export * from "./DescribeDominantLanguageDetectionJobCommand";
18
- export * from "./DescribeEndpointCommand";
19
- export * from "./DescribeEntitiesDetectionJobCommand";
20
- export * from "./DescribeEntityRecognizerCommand";
21
- export * from "./DescribeEventsDetectionJobCommand";
22
- export * from "./DescribeKeyPhrasesDetectionJobCommand";
23
- export * from "./DescribePiiEntitiesDetectionJobCommand";
24
- export * from "./DescribeResourcePolicyCommand";
25
- export * from "./DescribeSentimentDetectionJobCommand";
26
- export * from "./DescribeTargetedSentimentDetectionJobCommand";
27
- export * from "./DescribeTopicsDetectionJobCommand";
28
- export * from "./DetectDominantLanguageCommand";
29
- export * from "./DetectEntitiesCommand";
30
- export * from "./DetectKeyPhrasesCommand";
31
- export * from "./DetectPiiEntitiesCommand";
32
- export * from "./DetectSentimentCommand";
33
- export * from "./DetectSyntaxCommand";
34
- export * from "./ImportModelCommand";
35
- export * from "./ListDocumentClassificationJobsCommand";
36
- export * from "./ListDocumentClassifierSummariesCommand";
37
- export * from "./ListDocumentClassifiersCommand";
38
- export * from "./ListDominantLanguageDetectionJobsCommand";
39
- export * from "./ListEndpointsCommand";
40
- export * from "./ListEntitiesDetectionJobsCommand";
41
- export * from "./ListEntityRecognizerSummariesCommand";
42
- export * from "./ListEntityRecognizersCommand";
43
- export * from "./ListEventsDetectionJobsCommand";
44
- export * from "./ListKeyPhrasesDetectionJobsCommand";
45
- export * from "./ListPiiEntitiesDetectionJobsCommand";
46
- export * from "./ListSentimentDetectionJobsCommand";
47
- export * from "./ListTagsForResourceCommand";
48
- export * from "./ListTargetedSentimentDetectionJobsCommand";
49
- export * from "./ListTopicsDetectionJobsCommand";
50
- export * from "./PutResourcePolicyCommand";
51
- export * from "./StartDocumentClassificationJobCommand";
52
- export * from "./StartDominantLanguageDetectionJobCommand";
53
- export * from "./StartEntitiesDetectionJobCommand";
54
- export * from "./StartEventsDetectionJobCommand";
55
- export * from "./StartKeyPhrasesDetectionJobCommand";
56
- export * from "./StartPiiEntitiesDetectionJobCommand";
57
- export * from "./StartSentimentDetectionJobCommand";
58
- export * from "./StartTargetedSentimentDetectionJobCommand";
59
- export * from "./StartTopicsDetectionJobCommand";
60
- export * from "./StopDominantLanguageDetectionJobCommand";
61
- export * from "./StopEntitiesDetectionJobCommand";
62
- export * from "./StopEventsDetectionJobCommand";
63
- export * from "./StopKeyPhrasesDetectionJobCommand";
64
- export * from "./StopPiiEntitiesDetectionJobCommand";
65
- export * from "./StopSentimentDetectionJobCommand";
66
- export * from "./StopTargetedSentimentDetectionJobCommand";
67
- export * from "./StopTrainingDocumentClassifierCommand";
68
- export * from "./StopTrainingEntityRecognizerCommand";
69
- export * from "./TagResourceCommand";
70
- export * from "./UntagResourceCommand";
71
- export * from "./UpdateEndpointCommand";
1
+ export * from "./BatchDetectDominantLanguageCommand";
2
+ export * from "./BatchDetectEntitiesCommand";
3
+ export * from "./BatchDetectKeyPhrasesCommand";
4
+ export * from "./BatchDetectSentimentCommand";
5
+ export * from "./BatchDetectSyntaxCommand";
6
+ export * from "./ClassifyDocumentCommand";
7
+ export * from "./ContainsPiiEntitiesCommand";
8
+ export * from "./CreateDocumentClassifierCommand";
9
+ export * from "./CreateEndpointCommand";
10
+ export * from "./CreateEntityRecognizerCommand";
11
+ export * from "./DeleteDocumentClassifierCommand";
12
+ export * from "./DeleteEndpointCommand";
13
+ export * from "./DeleteEntityRecognizerCommand";
14
+ export * from "./DeleteResourcePolicyCommand";
15
+ export * from "./DescribeDocumentClassificationJobCommand";
16
+ export * from "./DescribeDocumentClassifierCommand";
17
+ export * from "./DescribeDominantLanguageDetectionJobCommand";
18
+ export * from "./DescribeEndpointCommand";
19
+ export * from "./DescribeEntitiesDetectionJobCommand";
20
+ export * from "./DescribeEntityRecognizerCommand";
21
+ export * from "./DescribeEventsDetectionJobCommand";
22
+ export * from "./DescribeKeyPhrasesDetectionJobCommand";
23
+ export * from "./DescribePiiEntitiesDetectionJobCommand";
24
+ export * from "./DescribeResourcePolicyCommand";
25
+ export * from "./DescribeSentimentDetectionJobCommand";
26
+ export * from "./DescribeTargetedSentimentDetectionJobCommand";
27
+ export * from "./DescribeTopicsDetectionJobCommand";
28
+ export * from "./DetectDominantLanguageCommand";
29
+ export * from "./DetectEntitiesCommand";
30
+ export * from "./DetectKeyPhrasesCommand";
31
+ export * from "./DetectPiiEntitiesCommand";
32
+ export * from "./DetectSentimentCommand";
33
+ export * from "./DetectSyntaxCommand";
34
+ export * from "./ImportModelCommand";
35
+ export * from "./ListDocumentClassificationJobsCommand";
36
+ export * from "./ListDocumentClassifierSummariesCommand";
37
+ export * from "./ListDocumentClassifiersCommand";
38
+ export * from "./ListDominantLanguageDetectionJobsCommand";
39
+ export * from "./ListEndpointsCommand";
40
+ export * from "./ListEntitiesDetectionJobsCommand";
41
+ export * from "./ListEntityRecognizerSummariesCommand";
42
+ export * from "./ListEntityRecognizersCommand";
43
+ export * from "./ListEventsDetectionJobsCommand";
44
+ export * from "./ListKeyPhrasesDetectionJobsCommand";
45
+ export * from "./ListPiiEntitiesDetectionJobsCommand";
46
+ export * from "./ListSentimentDetectionJobsCommand";
47
+ export * from "./ListTagsForResourceCommand";
48
+ export * from "./ListTargetedSentimentDetectionJobsCommand";
49
+ export * from "./ListTopicsDetectionJobsCommand";
50
+ export * from "./PutResourcePolicyCommand";
51
+ export * from "./StartDocumentClassificationJobCommand";
52
+ export * from "./StartDominantLanguageDetectionJobCommand";
53
+ export * from "./StartEntitiesDetectionJobCommand";
54
+ export * from "./StartEventsDetectionJobCommand";
55
+ export * from "./StartKeyPhrasesDetectionJobCommand";
56
+ export * from "./StartPiiEntitiesDetectionJobCommand";
57
+ export * from "./StartSentimentDetectionJobCommand";
58
+ export * from "./StartTargetedSentimentDetectionJobCommand";
59
+ export * from "./StartTopicsDetectionJobCommand";
60
+ export * from "./StopDominantLanguageDetectionJobCommand";
61
+ export * from "./StopEntitiesDetectionJobCommand";
62
+ export * from "./StopEventsDetectionJobCommand";
63
+ export * from "./StopKeyPhrasesDetectionJobCommand";
64
+ export * from "./StopPiiEntitiesDetectionJobCommand";
65
+ export * from "./StopSentimentDetectionJobCommand";
66
+ export * from "./StopTargetedSentimentDetectionJobCommand";
67
+ export * from "./StopTrainingDocumentClassifierCommand";
68
+ export * from "./StopTrainingEntityRecognizerCommand";
69
+ export * from "./TagResourceCommand";
70
+ export * from "./UntagResourceCommand";
71
+ export * from "./UpdateEndpointCommand";
@@ -1,2 +1,2 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,6 +1,6 @@
1
- export * from "./Comprehend";
2
- export * from "./ComprehendClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
6
- export { ComprehendServiceException } from "./models/ComprehendServiceException";
1
+ export * from "./Comprehend";
2
+ export * from "./ComprehendClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export { ComprehendServiceException } from "./models/ComprehendServiceException";
@@ -1,6 +1,7 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
-
3
- export declare class ComprehendServiceException extends __ServiceException {
4
-
5
- constructor(options: __ServiceExceptionOptions);
6
- }
1
+ import {
2
+ ServiceException as __ServiceException,
3
+ ServiceExceptionOptions as __ServiceExceptionOptions,
4
+ } from "@aws-sdk/smithy-client";
5
+ export declare class ComprehendServiceException extends __ServiceException {
6
+ constructor(options: __ServiceExceptionOptions);
7
+ }
@@ -1 +1 @@
1
- export * from "./models_0";
1
+ export * from "./models_0";