@aws-sdk/client-comprehend 3.170.0 → 3.176.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 (109) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist-cjs/Comprehend.js +30 -0
  3. package/dist-cjs/commands/BatchDetectTargetedSentimentCommand.js +36 -0
  4. package/dist-cjs/commands/DetectTargetedSentimentCommand.js +36 -0
  5. package/dist-cjs/commands/index.js +2 -0
  6. package/dist-cjs/models/models_0.js +59 -5
  7. package/dist-cjs/protocols/Aws_json1_1.js +218 -3
  8. package/dist-es/Comprehend.js +30 -0
  9. package/dist-es/commands/BatchDetectTargetedSentimentCommand.js +39 -0
  10. package/dist-es/commands/DetectTargetedSentimentCommand.js +39 -0
  11. package/dist-es/commands/index.js +2 -0
  12. package/dist-es/models/models_0.js +28 -0
  13. package/dist-es/protocols/Aws_json1_1.js +252 -0
  14. package/dist-types/Comprehend.d.ts +31 -6
  15. package/dist-types/ComprehendClient.d.ts +4 -2
  16. package/dist-types/commands/BatchDetectEntitiesCommand.d.ts +3 -2
  17. package/dist-types/commands/BatchDetectSyntaxCommand.d.ts +3 -1
  18. package/dist-types/commands/BatchDetectTargetedSentimentCommand.d.ts +37 -0
  19. package/dist-types/commands/CreateDocumentClassifierCommand.d.ts +3 -1
  20. package/dist-types/commands/DetectEntitiesCommand.d.ts +2 -1
  21. package/dist-types/commands/DetectSyntaxCommand.d.ts +3 -1
  22. package/dist-types/commands/DetectTargetedSentimentCommand.d.ts +36 -0
  23. package/dist-types/commands/index.d.ts +2 -0
  24. package/dist-types/models/models_0.d.ts +230 -68
  25. package/dist-types/protocols/Aws_json1_1.d.ts +6 -0
  26. package/dist-types/ts3.4/Comprehend.d.ts +34 -71
  27. package/dist-types/ts3.4/ComprehendClient.d.ts +12 -25
  28. package/dist-types/ts3.4/commands/BatchDetectDominantLanguageCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/BatchDetectEntitiesCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/BatchDetectKeyPhrasesCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/BatchDetectSentimentCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/commands/BatchDetectSyntaxCommand.d.ts +0 -2
  33. package/dist-types/ts3.4/commands/BatchDetectTargetedSentimentCommand.d.ts +39 -0
  34. package/dist-types/ts3.4/commands/ClassifyDocumentCommand.d.ts +0 -2
  35. package/dist-types/ts3.4/commands/ContainsPiiEntitiesCommand.d.ts +0 -2
  36. package/dist-types/ts3.4/commands/CreateDocumentClassifierCommand.d.ts +0 -2
  37. package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +0 -2
  38. package/dist-types/ts3.4/commands/CreateEntityRecognizerCommand.d.ts +0 -2
  39. package/dist-types/ts3.4/commands/DeleteDocumentClassifierCommand.d.ts +0 -2
  40. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +0 -2
  41. package/dist-types/ts3.4/commands/DeleteEntityRecognizerCommand.d.ts +0 -2
  42. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +0 -2
  43. package/dist-types/ts3.4/commands/DescribeDocumentClassificationJobCommand.d.ts +0 -2
  44. package/dist-types/ts3.4/commands/DescribeDocumentClassifierCommand.d.ts +0 -2
  45. package/dist-types/ts3.4/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +0 -2
  46. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +0 -2
  47. package/dist-types/ts3.4/commands/DescribeEntitiesDetectionJobCommand.d.ts +0 -2
  48. package/dist-types/ts3.4/commands/DescribeEntityRecognizerCommand.d.ts +0 -2
  49. package/dist-types/ts3.4/commands/DescribeEventsDetectionJobCommand.d.ts +0 -2
  50. package/dist-types/ts3.4/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +0 -2
  51. package/dist-types/ts3.4/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +0 -2
  52. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +0 -2
  53. package/dist-types/ts3.4/commands/DescribeSentimentDetectionJobCommand.d.ts +0 -2
  54. package/dist-types/ts3.4/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +0 -2
  55. package/dist-types/ts3.4/commands/DescribeTopicsDetectionJobCommand.d.ts +0 -2
  56. package/dist-types/ts3.4/commands/DetectDominantLanguageCommand.d.ts +0 -2
  57. package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +0 -2
  58. package/dist-types/ts3.4/commands/DetectKeyPhrasesCommand.d.ts +0 -2
  59. package/dist-types/ts3.4/commands/DetectPiiEntitiesCommand.d.ts +0 -2
  60. package/dist-types/ts3.4/commands/DetectSentimentCommand.d.ts +0 -2
  61. package/dist-types/ts3.4/commands/DetectSyntaxCommand.d.ts +0 -2
  62. package/dist-types/ts3.4/commands/DetectTargetedSentimentCommand.d.ts +39 -0
  63. package/dist-types/ts3.4/commands/ImportModelCommand.d.ts +0 -2
  64. package/dist-types/ts3.4/commands/ListDocumentClassificationJobsCommand.d.ts +0 -2
  65. package/dist-types/ts3.4/commands/ListDocumentClassifierSummariesCommand.d.ts +0 -2
  66. package/dist-types/ts3.4/commands/ListDocumentClassifiersCommand.d.ts +0 -2
  67. package/dist-types/ts3.4/commands/ListDominantLanguageDetectionJobsCommand.d.ts +0 -2
  68. package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +0 -2
  69. package/dist-types/ts3.4/commands/ListEntitiesDetectionJobsCommand.d.ts +0 -2
  70. package/dist-types/ts3.4/commands/ListEntityRecognizerSummariesCommand.d.ts +0 -2
  71. package/dist-types/ts3.4/commands/ListEntityRecognizersCommand.d.ts +0 -2
  72. package/dist-types/ts3.4/commands/ListEventsDetectionJobsCommand.d.ts +0 -2
  73. package/dist-types/ts3.4/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +0 -2
  74. package/dist-types/ts3.4/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +0 -2
  75. package/dist-types/ts3.4/commands/ListSentimentDetectionJobsCommand.d.ts +0 -2
  76. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  77. package/dist-types/ts3.4/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +0 -2
  78. package/dist-types/ts3.4/commands/ListTopicsDetectionJobsCommand.d.ts +0 -2
  79. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +0 -2
  80. package/dist-types/ts3.4/commands/StartDocumentClassificationJobCommand.d.ts +0 -2
  81. package/dist-types/ts3.4/commands/StartDominantLanguageDetectionJobCommand.d.ts +0 -2
  82. package/dist-types/ts3.4/commands/StartEntitiesDetectionJobCommand.d.ts +0 -2
  83. package/dist-types/ts3.4/commands/StartEventsDetectionJobCommand.d.ts +0 -2
  84. package/dist-types/ts3.4/commands/StartKeyPhrasesDetectionJobCommand.d.ts +0 -2
  85. package/dist-types/ts3.4/commands/StartPiiEntitiesDetectionJobCommand.d.ts +0 -2
  86. package/dist-types/ts3.4/commands/StartSentimentDetectionJobCommand.d.ts +0 -2
  87. package/dist-types/ts3.4/commands/StartTargetedSentimentDetectionJobCommand.d.ts +0 -2
  88. package/dist-types/ts3.4/commands/StartTopicsDetectionJobCommand.d.ts +0 -2
  89. package/dist-types/ts3.4/commands/StopDominantLanguageDetectionJobCommand.d.ts +0 -2
  90. package/dist-types/ts3.4/commands/StopEntitiesDetectionJobCommand.d.ts +0 -2
  91. package/dist-types/ts3.4/commands/StopEventsDetectionJobCommand.d.ts +0 -2
  92. package/dist-types/ts3.4/commands/StopKeyPhrasesDetectionJobCommand.d.ts +0 -2
  93. package/dist-types/ts3.4/commands/StopPiiEntitiesDetectionJobCommand.d.ts +0 -2
  94. package/dist-types/ts3.4/commands/StopSentimentDetectionJobCommand.d.ts +0 -2
  95. package/dist-types/ts3.4/commands/StopTargetedSentimentDetectionJobCommand.d.ts +0 -2
  96. package/dist-types/ts3.4/commands/StopTrainingDocumentClassifierCommand.d.ts +0 -2
  97. package/dist-types/ts3.4/commands/StopTrainingEntityRecognizerCommand.d.ts +0 -2
  98. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  99. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  100. package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +0 -2
  101. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  102. package/dist-types/ts3.4/models/ComprehendServiceException.d.ts +0 -1
  103. package/dist-types/ts3.4/models/models_0.d.ts +79 -769
  104. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
  105. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
  106. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
  107. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
  108. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  109. package/package.json +26 -26
@@ -18,7 +18,6 @@ export interface DetectKeyPhrasesCommandInput extends DetectKeyPhrasesRequest {}
18
18
  export interface DetectKeyPhrasesCommandOutput
19
19
  extends DetectKeyPhrasesResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DetectKeyPhrasesCommand extends $Command<
23
22
  DetectKeyPhrasesCommandInput,
24
23
  DetectKeyPhrasesCommandOutput,
@@ -26,7 +25,6 @@ export declare class DetectKeyPhrasesCommand extends $Command<
26
25
  > {
27
26
  readonly input: DetectKeyPhrasesCommandInput;
28
27
  constructor(input: DetectKeyPhrasesCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DetectPiiEntitiesCommandInput
19
19
  export interface DetectPiiEntitiesCommandOutput
20
20
  extends DetectPiiEntitiesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DetectPiiEntitiesCommand extends $Command<
24
23
  DetectPiiEntitiesCommandInput,
25
24
  DetectPiiEntitiesCommandOutput,
@@ -27,7 +26,6 @@ export declare class DetectPiiEntitiesCommand extends $Command<
27
26
  > {
28
27
  readonly input: DetectPiiEntitiesCommandInput;
29
28
  constructor(input: DetectPiiEntitiesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DetectSentimentCommandInput extends DetectSentimentRequest {}
18
18
  export interface DetectSentimentCommandOutput
19
19
  extends DetectSentimentResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DetectSentimentCommand extends $Command<
23
22
  DetectSentimentCommandInput,
24
23
  DetectSentimentCommandOutput,
@@ -26,7 +25,6 @@ export declare class DetectSentimentCommand extends $Command<
26
25
  > {
27
26
  readonly input: DetectSentimentCommandInput;
28
27
  constructor(input: DetectSentimentCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ComprehendClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface DetectSyntaxCommandInput extends DetectSyntaxRequest {}
15
15
  export interface DetectSyntaxCommandOutput
16
16
  extends DetectSyntaxResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class DetectSyntaxCommand extends $Command<
20
19
  DetectSyntaxCommandInput,
21
20
  DetectSyntaxCommandOutput,
@@ -23,7 +22,6 @@ export declare class DetectSyntaxCommand extends $Command<
23
22
  > {
24
23
  readonly input: DetectSyntaxCommandInput;
25
24
  constructor(input: DetectSyntaxCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: ComprehendClientResolvedConfig,
@@ -0,0 +1,39 @@
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
+ DetectTargetedSentimentRequest,
15
+ DetectTargetedSentimentResponse,
16
+ } from "../models/models_0";
17
+ export interface DetectTargetedSentimentCommandInput
18
+ extends DetectTargetedSentimentRequest {}
19
+ export interface DetectTargetedSentimentCommandOutput
20
+ extends DetectTargetedSentimentResponse,
21
+ __MetadataBearer {}
22
+ export declare class DetectTargetedSentimentCommand extends $Command<
23
+ DetectTargetedSentimentCommandInput,
24
+ DetectTargetedSentimentCommandOutput,
25
+ ComprehendClientResolvedConfig
26
+ > {
27
+ readonly input: DetectTargetedSentimentCommandInput;
28
+ constructor(input: DetectTargetedSentimentCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ComprehendClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DetectTargetedSentimentCommandInput,
35
+ DetectTargetedSentimentCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -15,7 +15,6 @@ export interface ImportModelCommandInput extends ImportModelRequest {}
15
15
  export interface ImportModelCommandOutput
16
16
  extends ImportModelResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class ImportModelCommand extends $Command<
20
19
  ImportModelCommandInput,
21
20
  ImportModelCommandOutput,
@@ -23,7 +22,6 @@ export declare class ImportModelCommand extends $Command<
23
22
  > {
24
23
  readonly input: ImportModelCommandInput;
25
24
  constructor(input: ImportModelCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListDocumentClassificationJobsCommandInput
19
19
  export interface ListDocumentClassificationJobsCommandOutput
20
20
  extends ListDocumentClassificationJobsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListDocumentClassificationJobsCommand extends $Command<
24
23
  ListDocumentClassificationJobsCommandInput,
25
24
  ListDocumentClassificationJobsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListDocumentClassificationJobsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListDocumentClassificationJobsCommandInput;
29
28
  constructor(input: ListDocumentClassificationJobsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListDocumentClassifierSummariesCommandInput
19
19
  export interface ListDocumentClassifierSummariesCommandOutput
20
20
  extends ListDocumentClassifierSummariesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListDocumentClassifierSummariesCommand extends $Command<
24
23
  ListDocumentClassifierSummariesCommandInput,
25
24
  ListDocumentClassifierSummariesCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListDocumentClassifierSummariesCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListDocumentClassifierSummariesCommandInput;
29
28
  constructor(input: ListDocumentClassifierSummariesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListDocumentClassifiersCommandInput
19
19
  export interface ListDocumentClassifiersCommandOutput
20
20
  extends ListDocumentClassifiersResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListDocumentClassifiersCommand extends $Command<
24
23
  ListDocumentClassifiersCommandInput,
25
24
  ListDocumentClassifiersCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListDocumentClassifiersCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListDocumentClassifiersCommandInput;
29
28
  constructor(input: ListDocumentClassifiersCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListDominantLanguageDetectionJobsCommandInput
19
19
  export interface ListDominantLanguageDetectionJobsCommandOutput
20
20
  extends ListDominantLanguageDetectionJobsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListDominantLanguageDetectionJobsCommand extends $Command<
24
23
  ListDominantLanguageDetectionJobsCommandInput,
25
24
  ListDominantLanguageDetectionJobsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListDominantLanguageDetectionJobsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListDominantLanguageDetectionJobsCommandInput;
29
28
  constructor(input: ListDominantLanguageDetectionJobsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface ListEndpointsCommandInput extends ListEndpointsRequest {}
18
18
  export interface ListEndpointsCommandOutput
19
19
  extends ListEndpointsResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class ListEndpointsCommand extends $Command<
23
22
  ListEndpointsCommandInput,
24
23
  ListEndpointsCommandOutput,
@@ -26,7 +25,6 @@ export declare class ListEndpointsCommand extends $Command<
26
25
  > {
27
26
  readonly input: ListEndpointsCommandInput;
28
27
  constructor(input: ListEndpointsCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListEntitiesDetectionJobsCommandInput
19
19
  export interface ListEntitiesDetectionJobsCommandOutput
20
20
  extends ListEntitiesDetectionJobsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListEntitiesDetectionJobsCommand extends $Command<
24
23
  ListEntitiesDetectionJobsCommandInput,
25
24
  ListEntitiesDetectionJobsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListEntitiesDetectionJobsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListEntitiesDetectionJobsCommandInput;
29
28
  constructor(input: ListEntitiesDetectionJobsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListEntityRecognizerSummariesCommandInput
19
19
  export interface ListEntityRecognizerSummariesCommandOutput
20
20
  extends ListEntityRecognizerSummariesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListEntityRecognizerSummariesCommand extends $Command<
24
23
  ListEntityRecognizerSummariesCommandInput,
25
24
  ListEntityRecognizerSummariesCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListEntityRecognizerSummariesCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListEntityRecognizerSummariesCommandInput;
29
28
  constructor(input: ListEntityRecognizerSummariesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListEntityRecognizersCommandInput
19
19
  export interface ListEntityRecognizersCommandOutput
20
20
  extends ListEntityRecognizersResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListEntityRecognizersCommand extends $Command<
24
23
  ListEntityRecognizersCommandInput,
25
24
  ListEntityRecognizersCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListEntityRecognizersCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListEntityRecognizersCommandInput;
29
28
  constructor(input: ListEntityRecognizersCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListEventsDetectionJobsCommandInput
19
19
  export interface ListEventsDetectionJobsCommandOutput
20
20
  extends ListEventsDetectionJobsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListEventsDetectionJobsCommand extends $Command<
24
23
  ListEventsDetectionJobsCommandInput,
25
24
  ListEventsDetectionJobsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListEventsDetectionJobsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListEventsDetectionJobsCommandInput;
29
28
  constructor(input: ListEventsDetectionJobsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListKeyPhrasesDetectionJobsCommandInput
19
19
  export interface ListKeyPhrasesDetectionJobsCommandOutput
20
20
  extends ListKeyPhrasesDetectionJobsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListKeyPhrasesDetectionJobsCommand extends $Command<
24
23
  ListKeyPhrasesDetectionJobsCommandInput,
25
24
  ListKeyPhrasesDetectionJobsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListKeyPhrasesDetectionJobsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListKeyPhrasesDetectionJobsCommandInput;
29
28
  constructor(input: ListKeyPhrasesDetectionJobsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListPiiEntitiesDetectionJobsCommandInput
19
19
  export interface ListPiiEntitiesDetectionJobsCommandOutput
20
20
  extends ListPiiEntitiesDetectionJobsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListPiiEntitiesDetectionJobsCommand extends $Command<
24
23
  ListPiiEntitiesDetectionJobsCommandInput,
25
24
  ListPiiEntitiesDetectionJobsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListPiiEntitiesDetectionJobsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListPiiEntitiesDetectionJobsCommandInput;
29
28
  constructor(input: ListPiiEntitiesDetectionJobsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListSentimentDetectionJobsCommandInput
19
19
  export interface ListSentimentDetectionJobsCommandOutput
20
20
  extends ListSentimentDetectionJobsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListSentimentDetectionJobsCommand extends $Command<
24
23
  ListSentimentDetectionJobsCommandInput,
25
24
  ListSentimentDetectionJobsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListSentimentDetectionJobsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListSentimentDetectionJobsCommandInput;
29
28
  constructor(input: ListSentimentDetectionJobsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
19
19
  export interface ListTagsForResourceCommandOutput
20
20
  extends ListTagsForResourceResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListTagsForResourceCommand extends $Command<
24
23
  ListTagsForResourceCommandInput,
25
24
  ListTagsForResourceCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListTagsForResourceCommandInput;
29
28
  constructor(input: ListTagsForResourceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListTargetedSentimentDetectionJobsCommandInput
19
19
  export interface ListTargetedSentimentDetectionJobsCommandOutput
20
20
  extends ListTargetedSentimentDetectionJobsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListTargetedSentimentDetectionJobsCommand extends $Command<
24
23
  ListTargetedSentimentDetectionJobsCommandInput,
25
24
  ListTargetedSentimentDetectionJobsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListTargetedSentimentDetectionJobsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListTargetedSentimentDetectionJobsCommandInput;
29
28
  constructor(input: ListTargetedSentimentDetectionJobsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListTopicsDetectionJobsCommandInput
19
19
  export interface ListTopicsDetectionJobsCommandOutput
20
20
  extends ListTopicsDetectionJobsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListTopicsDetectionJobsCommand extends $Command<
24
23
  ListTopicsDetectionJobsCommandInput,
25
24
  ListTopicsDetectionJobsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListTopicsDetectionJobsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListTopicsDetectionJobsCommandInput;
29
28
  constructor(input: ListTopicsDetectionJobsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface PutResourcePolicyCommandInput
19
19
  export interface PutResourcePolicyCommandOutput
20
20
  extends PutResourcePolicyResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class PutResourcePolicyCommand extends $Command<
24
23
  PutResourcePolicyCommandInput,
25
24
  PutResourcePolicyCommandOutput,
@@ -27,7 +26,6 @@ export declare class PutResourcePolicyCommand extends $Command<
27
26
  > {
28
27
  readonly input: PutResourcePolicyCommandInput;
29
28
  constructor(input: PutResourcePolicyCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface StartDocumentClassificationJobCommandInput
19
19
  export interface StartDocumentClassificationJobCommandOutput
20
20
  extends StartDocumentClassificationJobResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class StartDocumentClassificationJobCommand extends $Command<
24
23
  StartDocumentClassificationJobCommandInput,
25
24
  StartDocumentClassificationJobCommandOutput,
@@ -27,7 +26,6 @@ export declare class StartDocumentClassificationJobCommand extends $Command<
27
26
  > {
28
27
  readonly input: StartDocumentClassificationJobCommandInput;
29
28
  constructor(input: StartDocumentClassificationJobCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface StartDominantLanguageDetectionJobCommandInput
19
19
  export interface StartDominantLanguageDetectionJobCommandOutput
20
20
  extends StartDominantLanguageDetectionJobResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class StartDominantLanguageDetectionJobCommand extends $Command<
24
23
  StartDominantLanguageDetectionJobCommandInput,
25
24
  StartDominantLanguageDetectionJobCommandOutput,
@@ -27,7 +26,6 @@ export declare class StartDominantLanguageDetectionJobCommand extends $Command<
27
26
  > {
28
27
  readonly input: StartDominantLanguageDetectionJobCommandInput;
29
28
  constructor(input: StartDominantLanguageDetectionJobCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface StartEntitiesDetectionJobCommandInput
19
19
  export interface StartEntitiesDetectionJobCommandOutput
20
20
  extends StartEntitiesDetectionJobResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class StartEntitiesDetectionJobCommand extends $Command<
24
23
  StartEntitiesDetectionJobCommandInput,
25
24
  StartEntitiesDetectionJobCommandOutput,
@@ -27,7 +26,6 @@ export declare class StartEntitiesDetectionJobCommand extends $Command<
27
26
  > {
28
27
  readonly input: StartEntitiesDetectionJobCommandInput;
29
28
  constructor(input: StartEntitiesDetectionJobCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface StartEventsDetectionJobCommandInput
19
19
  export interface StartEventsDetectionJobCommandOutput
20
20
  extends StartEventsDetectionJobResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class StartEventsDetectionJobCommand extends $Command<
24
23
  StartEventsDetectionJobCommandInput,
25
24
  StartEventsDetectionJobCommandOutput,
@@ -27,7 +26,6 @@ export declare class StartEventsDetectionJobCommand extends $Command<
27
26
  > {
28
27
  readonly input: StartEventsDetectionJobCommandInput;
29
28
  constructor(input: StartEventsDetectionJobCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface StartKeyPhrasesDetectionJobCommandInput
19
19
  export interface StartKeyPhrasesDetectionJobCommandOutput
20
20
  extends StartKeyPhrasesDetectionJobResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class StartKeyPhrasesDetectionJobCommand extends $Command<
24
23
  StartKeyPhrasesDetectionJobCommandInput,
25
24
  StartKeyPhrasesDetectionJobCommandOutput,
@@ -27,7 +26,6 @@ export declare class StartKeyPhrasesDetectionJobCommand extends $Command<
27
26
  > {
28
27
  readonly input: StartKeyPhrasesDetectionJobCommandInput;
29
28
  constructor(input: StartKeyPhrasesDetectionJobCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface StartPiiEntitiesDetectionJobCommandInput
19
19
  export interface StartPiiEntitiesDetectionJobCommandOutput
20
20
  extends StartPiiEntitiesDetectionJobResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class StartPiiEntitiesDetectionJobCommand extends $Command<
24
23
  StartPiiEntitiesDetectionJobCommandInput,
25
24
  StartPiiEntitiesDetectionJobCommandOutput,
@@ -27,7 +26,6 @@ export declare class StartPiiEntitiesDetectionJobCommand extends $Command<
27
26
  > {
28
27
  readonly input: StartPiiEntitiesDetectionJobCommandInput;
29
28
  constructor(input: StartPiiEntitiesDetectionJobCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface StartSentimentDetectionJobCommandInput
19
19
  export interface StartSentimentDetectionJobCommandOutput
20
20
  extends StartSentimentDetectionJobResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class StartSentimentDetectionJobCommand extends $Command<
24
23
  StartSentimentDetectionJobCommandInput,
25
24
  StartSentimentDetectionJobCommandOutput,
@@ -27,7 +26,6 @@ export declare class StartSentimentDetectionJobCommand extends $Command<
27
26
  > {
28
27
  readonly input: StartSentimentDetectionJobCommandInput;
29
28
  constructor(input: StartSentimentDetectionJobCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface StartTargetedSentimentDetectionJobCommandInput
19
19
  export interface StartTargetedSentimentDetectionJobCommandOutput
20
20
  extends StartTargetedSentimentDetectionJobResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class StartTargetedSentimentDetectionJobCommand extends $Command<
24
23
  StartTargetedSentimentDetectionJobCommandInput,
25
24
  StartTargetedSentimentDetectionJobCommandOutput,
@@ -27,7 +26,6 @@ export declare class StartTargetedSentimentDetectionJobCommand extends $Command<
27
26
  > {
28
27
  readonly input: StartTargetedSentimentDetectionJobCommandInput;
29
28
  constructor(input: StartTargetedSentimentDetectionJobCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface StartTopicsDetectionJobCommandInput
19
19
  export interface StartTopicsDetectionJobCommandOutput
20
20
  extends StartTopicsDetectionJobResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class StartTopicsDetectionJobCommand extends $Command<
24
23
  StartTopicsDetectionJobCommandInput,
25
24
  StartTopicsDetectionJobCommandOutput,
@@ -27,7 +26,6 @@ export declare class StartTopicsDetectionJobCommand extends $Command<
27
26
  > {
28
27
  readonly input: StartTopicsDetectionJobCommandInput;
29
28
  constructor(input: StartTopicsDetectionJobCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface StopDominantLanguageDetectionJobCommandInput
19
19
  export interface StopDominantLanguageDetectionJobCommandOutput
20
20
  extends StopDominantLanguageDetectionJobResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class StopDominantLanguageDetectionJobCommand extends $Command<
24
23
  StopDominantLanguageDetectionJobCommandInput,
25
24
  StopDominantLanguageDetectionJobCommandOutput,
@@ -27,7 +26,6 @@ export declare class StopDominantLanguageDetectionJobCommand extends $Command<
27
26
  > {
28
27
  readonly input: StopDominantLanguageDetectionJobCommandInput;
29
28
  constructor(input: StopDominantLanguageDetectionJobCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface StopEntitiesDetectionJobCommandInput
19
19
  export interface StopEntitiesDetectionJobCommandOutput
20
20
  extends StopEntitiesDetectionJobResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class StopEntitiesDetectionJobCommand extends $Command<
24
23
  StopEntitiesDetectionJobCommandInput,
25
24
  StopEntitiesDetectionJobCommandOutput,
@@ -27,7 +26,6 @@ export declare class StopEntitiesDetectionJobCommand extends $Command<
27
26
  > {
28
27
  readonly input: StopEntitiesDetectionJobCommandInput;
29
28
  constructor(input: StopEntitiesDetectionJobCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface StopEventsDetectionJobCommandInput
19
19
  export interface StopEventsDetectionJobCommandOutput
20
20
  extends StopEventsDetectionJobResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class StopEventsDetectionJobCommand extends $Command<
24
23
  StopEventsDetectionJobCommandInput,
25
24
  StopEventsDetectionJobCommandOutput,
@@ -27,7 +26,6 @@ export declare class StopEventsDetectionJobCommand extends $Command<
27
26
  > {
28
27
  readonly input: StopEventsDetectionJobCommandInput;
29
28
  constructor(input: StopEventsDetectionJobCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface StopKeyPhrasesDetectionJobCommandInput
19
19
  export interface StopKeyPhrasesDetectionJobCommandOutput
20
20
  extends StopKeyPhrasesDetectionJobResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class StopKeyPhrasesDetectionJobCommand extends $Command<
24
23
  StopKeyPhrasesDetectionJobCommandInput,
25
24
  StopKeyPhrasesDetectionJobCommandOutput,
@@ -27,7 +26,6 @@ export declare class StopKeyPhrasesDetectionJobCommand extends $Command<
27
26
  > {
28
27
  readonly input: StopKeyPhrasesDetectionJobCommandInput;
29
28
  constructor(input: StopKeyPhrasesDetectionJobCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface StopPiiEntitiesDetectionJobCommandInput
19
19
  export interface StopPiiEntitiesDetectionJobCommandOutput
20
20
  extends StopPiiEntitiesDetectionJobResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class StopPiiEntitiesDetectionJobCommand extends $Command<
24
23
  StopPiiEntitiesDetectionJobCommandInput,
25
24
  StopPiiEntitiesDetectionJobCommandOutput,
@@ -27,7 +26,6 @@ export declare class StopPiiEntitiesDetectionJobCommand extends $Command<
27
26
  > {
28
27
  readonly input: StopPiiEntitiesDetectionJobCommandInput;
29
28
  constructor(input: StopPiiEntitiesDetectionJobCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface StopSentimentDetectionJobCommandInput
19
19
  export interface StopSentimentDetectionJobCommandOutput
20
20
  extends StopSentimentDetectionJobResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class StopSentimentDetectionJobCommand extends $Command<
24
23
  StopSentimentDetectionJobCommandInput,
25
24
  StopSentimentDetectionJobCommandOutput,
@@ -27,7 +26,6 @@ export declare class StopSentimentDetectionJobCommand extends $Command<
27
26
  > {
28
27
  readonly input: StopSentimentDetectionJobCommandInput;
29
28
  constructor(input: StopSentimentDetectionJobCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,