@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
@@ -62,6 +62,10 @@ import {
62
62
  BatchDetectSyntaxCommandInput,
63
63
  BatchDetectSyntaxCommandOutput,
64
64
  } from "./commands/BatchDetectSyntaxCommand";
65
+ import {
66
+ BatchDetectTargetedSentimentCommandInput,
67
+ BatchDetectTargetedSentimentCommandOutput,
68
+ } from "./commands/BatchDetectTargetedSentimentCommand";
65
69
  import {
66
70
  ClassifyDocumentCommandInput,
67
71
  ClassifyDocumentCommandOutput,
@@ -174,6 +178,10 @@ import {
174
178
  DetectSyntaxCommandInput,
175
179
  DetectSyntaxCommandOutput,
176
180
  } from "./commands/DetectSyntaxCommand";
181
+ import {
182
+ DetectTargetedSentimentCommandInput,
183
+ DetectTargetedSentimentCommandOutput,
184
+ } from "./commands/DetectTargetedSentimentCommand";
177
185
  import {
178
186
  ImportModelCommandInput,
179
187
  ImportModelCommandOutput,
@@ -332,6 +340,7 @@ export declare type ServiceInputTypes =
332
340
  | BatchDetectKeyPhrasesCommandInput
333
341
  | BatchDetectSentimentCommandInput
334
342
  | BatchDetectSyntaxCommandInput
343
+ | BatchDetectTargetedSentimentCommandInput
335
344
  | ClassifyDocumentCommandInput
336
345
  | ContainsPiiEntitiesCommandInput
337
346
  | CreateDocumentClassifierCommandInput
@@ -360,6 +369,7 @@ export declare type ServiceInputTypes =
360
369
  | DetectPiiEntitiesCommandInput
361
370
  | DetectSentimentCommandInput
362
371
  | DetectSyntaxCommandInput
372
+ | DetectTargetedSentimentCommandInput
363
373
  | ImportModelCommandInput
364
374
  | ListDocumentClassificationJobsCommandInput
365
375
  | ListDocumentClassifierSummariesCommandInput
@@ -404,6 +414,7 @@ export declare type ServiceOutputTypes =
404
414
  | BatchDetectKeyPhrasesCommandOutput
405
415
  | BatchDetectSentimentCommandOutput
406
416
  | BatchDetectSyntaxCommandOutput
417
+ | BatchDetectTargetedSentimentCommandOutput
407
418
  | ClassifyDocumentCommandOutput
408
419
  | ContainsPiiEntitiesCommandOutput
409
420
  | CreateDocumentClassifierCommandOutput
@@ -432,6 +443,7 @@ export declare type ServiceOutputTypes =
432
443
  | DetectPiiEntitiesCommandOutput
433
444
  | DetectSentimentCommandOutput
434
445
  | DetectSyntaxCommandOutput
446
+ | DetectTargetedSentimentCommandOutput
435
447
  | ImportModelCommandOutput
436
448
  | ListDocumentClassificationJobsCommandOutput
437
449
  | ListDocumentClassifierSummariesCommandOutput
@@ -473,47 +485,26 @@ export declare type ServiceOutputTypes =
473
485
  export interface ClientDefaults
474
486
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
475
487
  requestHandler?: __HttpHandler;
476
-
477
488
  sha256?: __HashConstructor;
478
-
479
489
  urlParser?: __UrlParser;
480
-
481
490
  bodyLengthChecker?: __BodyLengthCalculator;
482
-
483
491
  streamCollector?: __StreamCollector;
484
-
485
492
  base64Decoder?: __Decoder;
486
-
487
493
  base64Encoder?: __Encoder;
488
-
489
494
  utf8Decoder?: __Decoder;
490
-
491
495
  utf8Encoder?: __Encoder;
492
-
493
496
  runtime?: string;
494
-
495
497
  disableHostPrefix?: boolean;
496
-
497
498
  maxAttempts?: number | __Provider<number>;
498
-
499
499
  retryMode?: string | __Provider<string>;
500
-
501
500
  logger?: __Logger;
502
-
503
501
  useDualstackEndpoint?: boolean | __Provider<boolean>;
504
-
505
502
  useFipsEndpoint?: boolean | __Provider<boolean>;
506
-
507
503
  serviceId?: string;
508
-
509
504
  region?: string | __Provider<string>;
510
-
511
505
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
512
-
513
506
  regionInfoProvider?: RegionInfoProvider;
514
-
515
507
  defaultUserAgentProvider?: Provider<__UserAgent>;
516
-
517
508
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
518
509
  }
519
510
  declare type ComprehendClientConfigType = Partial<
@@ -526,7 +517,6 @@ declare type ComprehendClientConfigType = Partial<
526
517
  HostHeaderInputConfig &
527
518
  AwsAuthInputConfig &
528
519
  UserAgentInputConfig;
529
-
530
520
  export interface ComprehendClientConfig extends ComprehendClientConfigType {}
531
521
  declare type ComprehendClientResolvedConfigType =
532
522
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
@@ -537,10 +527,8 @@ declare type ComprehendClientResolvedConfigType =
537
527
  HostHeaderResolvedConfig &
538
528
  AwsAuthResolvedConfig &
539
529
  UserAgentResolvedConfig;
540
-
541
530
  export interface ComprehendClientResolvedConfig
542
531
  extends ComprehendClientResolvedConfigType {}
543
-
544
532
  export declare class ComprehendClient extends __Client<
545
533
  __HttpHandlerOptions,
546
534
  ServiceInputTypes,
@@ -549,7 +537,6 @@ export declare class ComprehendClient extends __Client<
549
537
  > {
550
538
  readonly config: ComprehendClientResolvedConfig;
551
539
  constructor(configuration: ComprehendClientConfig);
552
-
553
540
  destroy(): void;
554
541
  }
555
542
  export {};
@@ -19,7 +19,6 @@ export interface BatchDetectDominantLanguageCommandInput
19
19
  export interface BatchDetectDominantLanguageCommandOutput
20
20
  extends BatchDetectDominantLanguageResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class BatchDetectDominantLanguageCommand extends $Command<
24
23
  BatchDetectDominantLanguageCommandInput,
25
24
  BatchDetectDominantLanguageCommandOutput,
@@ -27,7 +26,6 @@ export declare class BatchDetectDominantLanguageCommand extends $Command<
27
26
  > {
28
27
  readonly input: BatchDetectDominantLanguageCommandInput;
29
28
  constructor(input: BatchDetectDominantLanguageCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface BatchDetectEntitiesCommandInput
19
19
  export interface BatchDetectEntitiesCommandOutput
20
20
  extends BatchDetectEntitiesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class BatchDetectEntitiesCommand extends $Command<
24
23
  BatchDetectEntitiesCommandInput,
25
24
  BatchDetectEntitiesCommandOutput,
@@ -27,7 +26,6 @@ export declare class BatchDetectEntitiesCommand extends $Command<
27
26
  > {
28
27
  readonly input: BatchDetectEntitiesCommandInput;
29
28
  constructor(input: BatchDetectEntitiesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface BatchDetectKeyPhrasesCommandInput
19
19
  export interface BatchDetectKeyPhrasesCommandOutput
20
20
  extends BatchDetectKeyPhrasesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class BatchDetectKeyPhrasesCommand extends $Command<
24
23
  BatchDetectKeyPhrasesCommandInput,
25
24
  BatchDetectKeyPhrasesCommandOutput,
@@ -27,7 +26,6 @@ export declare class BatchDetectKeyPhrasesCommand extends $Command<
27
26
  > {
28
27
  readonly input: BatchDetectKeyPhrasesCommandInput;
29
28
  constructor(input: BatchDetectKeyPhrasesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface BatchDetectSentimentCommandInput
19
19
  export interface BatchDetectSentimentCommandOutput
20
20
  extends BatchDetectSentimentResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class BatchDetectSentimentCommand extends $Command<
24
23
  BatchDetectSentimentCommandInput,
25
24
  BatchDetectSentimentCommandOutput,
@@ -27,7 +26,6 @@ export declare class BatchDetectSentimentCommand extends $Command<
27
26
  > {
28
27
  readonly input: BatchDetectSentimentCommandInput;
29
28
  constructor(input: BatchDetectSentimentCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface BatchDetectSyntaxCommandInput
19
19
  export interface BatchDetectSyntaxCommandOutput
20
20
  extends BatchDetectSyntaxResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class BatchDetectSyntaxCommand extends $Command<
24
23
  BatchDetectSyntaxCommandInput,
25
24
  BatchDetectSyntaxCommandOutput,
@@ -27,7 +26,6 @@ export declare class BatchDetectSyntaxCommand extends $Command<
27
26
  > {
28
27
  readonly input: BatchDetectSyntaxCommandInput;
29
28
  constructor(input: BatchDetectSyntaxCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  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
+ BatchDetectTargetedSentimentRequest,
15
+ BatchDetectTargetedSentimentResponse,
16
+ } from "../models/models_0";
17
+ export interface BatchDetectTargetedSentimentCommandInput
18
+ extends BatchDetectTargetedSentimentRequest {}
19
+ export interface BatchDetectTargetedSentimentCommandOutput
20
+ extends BatchDetectTargetedSentimentResponse,
21
+ __MetadataBearer {}
22
+ export declare class BatchDetectTargetedSentimentCommand extends $Command<
23
+ BatchDetectTargetedSentimentCommandInput,
24
+ BatchDetectTargetedSentimentCommandOutput,
25
+ ComprehendClientResolvedConfig
26
+ > {
27
+ readonly input: BatchDetectTargetedSentimentCommandInput;
28
+ constructor(input: BatchDetectTargetedSentimentCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ComprehendClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ BatchDetectTargetedSentimentCommandInput,
35
+ BatchDetectTargetedSentimentCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -18,7 +18,6 @@ export interface ClassifyDocumentCommandInput extends ClassifyDocumentRequest {}
18
18
  export interface ClassifyDocumentCommandOutput
19
19
  extends ClassifyDocumentResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class ClassifyDocumentCommand extends $Command<
23
22
  ClassifyDocumentCommandInput,
24
23
  ClassifyDocumentCommandOutput,
@@ -26,7 +25,6 @@ export declare class ClassifyDocumentCommand extends $Command<
26
25
  > {
27
26
  readonly input: ClassifyDocumentCommandInput;
28
27
  constructor(input: ClassifyDocumentCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ContainsPiiEntitiesCommandInput
19
19
  export interface ContainsPiiEntitiesCommandOutput
20
20
  extends ContainsPiiEntitiesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ContainsPiiEntitiesCommand extends $Command<
24
23
  ContainsPiiEntitiesCommandInput,
25
24
  ContainsPiiEntitiesCommandOutput,
@@ -27,7 +26,6 @@ export declare class ContainsPiiEntitiesCommand extends $Command<
27
26
  > {
28
27
  readonly input: ContainsPiiEntitiesCommandInput;
29
28
  constructor(input: ContainsPiiEntitiesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateDocumentClassifierCommandInput
19
19
  export interface CreateDocumentClassifierCommandOutput
20
20
  extends CreateDocumentClassifierResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateDocumentClassifierCommand extends $Command<
24
23
  CreateDocumentClassifierCommandInput,
25
24
  CreateDocumentClassifierCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateDocumentClassifierCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateDocumentClassifierCommandInput;
29
28
  constructor(input: CreateDocumentClassifierCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface CreateEndpointCommandInput extends CreateEndpointRequest {}
18
18
  export interface CreateEndpointCommandOutput
19
19
  extends CreateEndpointResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class CreateEndpointCommand extends $Command<
23
22
  CreateEndpointCommandInput,
24
23
  CreateEndpointCommandOutput,
@@ -26,7 +25,6 @@ export declare class CreateEndpointCommand extends $Command<
26
25
  > {
27
26
  readonly input: CreateEndpointCommandInput;
28
27
  constructor(input: CreateEndpointCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateEntityRecognizerCommandInput
19
19
  export interface CreateEntityRecognizerCommandOutput
20
20
  extends CreateEntityRecognizerResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateEntityRecognizerCommand extends $Command<
24
23
  CreateEntityRecognizerCommandInput,
25
24
  CreateEntityRecognizerCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateEntityRecognizerCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateEntityRecognizerCommandInput;
29
28
  constructor(input: CreateEntityRecognizerCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteDocumentClassifierCommandInput
19
19
  export interface DeleteDocumentClassifierCommandOutput
20
20
  extends DeleteDocumentClassifierResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteDocumentClassifierCommand extends $Command<
24
23
  DeleteDocumentClassifierCommandInput,
25
24
  DeleteDocumentClassifierCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteDocumentClassifierCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteDocumentClassifierCommandInput;
29
28
  constructor(input: DeleteDocumentClassifierCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DeleteEndpointCommandInput extends DeleteEndpointRequest {}
18
18
  export interface DeleteEndpointCommandOutput
19
19
  extends DeleteEndpointResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DeleteEndpointCommand extends $Command<
23
22
  DeleteEndpointCommandInput,
24
23
  DeleteEndpointCommandOutput,
@@ -26,7 +25,6 @@ export declare class DeleteEndpointCommand extends $Command<
26
25
  > {
27
26
  readonly input: DeleteEndpointCommandInput;
28
27
  constructor(input: DeleteEndpointCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteEntityRecognizerCommandInput
19
19
  export interface DeleteEntityRecognizerCommandOutput
20
20
  extends DeleteEntityRecognizerResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteEntityRecognizerCommand extends $Command<
24
23
  DeleteEntityRecognizerCommandInput,
25
24
  DeleteEntityRecognizerCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteEntityRecognizerCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteEntityRecognizerCommandInput;
29
28
  constructor(input: DeleteEntityRecognizerCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteResourcePolicyCommandInput
19
19
  export interface DeleteResourcePolicyCommandOutput
20
20
  extends DeleteResourcePolicyResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteResourcePolicyCommand extends $Command<
24
23
  DeleteResourcePolicyCommandInput,
25
24
  DeleteResourcePolicyCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteResourcePolicyCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteResourcePolicyCommandInput;
29
28
  constructor(input: DeleteResourcePolicyCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeDocumentClassificationJobCommandInput
19
19
  export interface DescribeDocumentClassificationJobCommandOutput
20
20
  extends DescribeDocumentClassificationJobResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeDocumentClassificationJobCommand extends $Command<
24
23
  DescribeDocumentClassificationJobCommandInput,
25
24
  DescribeDocumentClassificationJobCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeDocumentClassificationJobCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeDocumentClassificationJobCommandInput;
29
28
  constructor(input: DescribeDocumentClassificationJobCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeDocumentClassifierCommandInput
19
19
  export interface DescribeDocumentClassifierCommandOutput
20
20
  extends DescribeDocumentClassifierResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeDocumentClassifierCommand extends $Command<
24
23
  DescribeDocumentClassifierCommandInput,
25
24
  DescribeDocumentClassifierCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeDocumentClassifierCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeDocumentClassifierCommandInput;
29
28
  constructor(input: DescribeDocumentClassifierCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeDominantLanguageDetectionJobCommandInput
19
19
  export interface DescribeDominantLanguageDetectionJobCommandOutput
20
20
  extends DescribeDominantLanguageDetectionJobResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeDominantLanguageDetectionJobCommand extends $Command<
24
23
  DescribeDominantLanguageDetectionJobCommandInput,
25
24
  DescribeDominantLanguageDetectionJobCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeDominantLanguageDetectionJobCommand extends $Comman
27
26
  > {
28
27
  readonly input: DescribeDominantLanguageDetectionJobCommandInput;
29
28
  constructor(input: DescribeDominantLanguageDetectionJobCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DescribeEndpointCommandInput extends DescribeEndpointRequest {}
18
18
  export interface DescribeEndpointCommandOutput
19
19
  extends DescribeEndpointResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DescribeEndpointCommand extends $Command<
23
22
  DescribeEndpointCommandInput,
24
23
  DescribeEndpointCommandOutput,
@@ -26,7 +25,6 @@ export declare class DescribeEndpointCommand extends $Command<
26
25
  > {
27
26
  readonly input: DescribeEndpointCommandInput;
28
27
  constructor(input: DescribeEndpointCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeEntitiesDetectionJobCommandInput
19
19
  export interface DescribeEntitiesDetectionJobCommandOutput
20
20
  extends DescribeEntitiesDetectionJobResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeEntitiesDetectionJobCommand extends $Command<
24
23
  DescribeEntitiesDetectionJobCommandInput,
25
24
  DescribeEntitiesDetectionJobCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeEntitiesDetectionJobCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeEntitiesDetectionJobCommandInput;
29
28
  constructor(input: DescribeEntitiesDetectionJobCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeEntityRecognizerCommandInput
19
19
  export interface DescribeEntityRecognizerCommandOutput
20
20
  extends DescribeEntityRecognizerResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeEntityRecognizerCommand extends $Command<
24
23
  DescribeEntityRecognizerCommandInput,
25
24
  DescribeEntityRecognizerCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeEntityRecognizerCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeEntityRecognizerCommandInput;
29
28
  constructor(input: DescribeEntityRecognizerCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeEventsDetectionJobCommandInput
19
19
  export interface DescribeEventsDetectionJobCommandOutput
20
20
  extends DescribeEventsDetectionJobResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeEventsDetectionJobCommand extends $Command<
24
23
  DescribeEventsDetectionJobCommandInput,
25
24
  DescribeEventsDetectionJobCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeEventsDetectionJobCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeEventsDetectionJobCommandInput;
29
28
  constructor(input: DescribeEventsDetectionJobCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeKeyPhrasesDetectionJobCommandInput
19
19
  export interface DescribeKeyPhrasesDetectionJobCommandOutput
20
20
  extends DescribeKeyPhrasesDetectionJobResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeKeyPhrasesDetectionJobCommand extends $Command<
24
23
  DescribeKeyPhrasesDetectionJobCommandInput,
25
24
  DescribeKeyPhrasesDetectionJobCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeKeyPhrasesDetectionJobCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeKeyPhrasesDetectionJobCommandInput;
29
28
  constructor(input: DescribeKeyPhrasesDetectionJobCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribePiiEntitiesDetectionJobCommandInput
19
19
  export interface DescribePiiEntitiesDetectionJobCommandOutput
20
20
  extends DescribePiiEntitiesDetectionJobResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribePiiEntitiesDetectionJobCommand extends $Command<
24
23
  DescribePiiEntitiesDetectionJobCommandInput,
25
24
  DescribePiiEntitiesDetectionJobCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribePiiEntitiesDetectionJobCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribePiiEntitiesDetectionJobCommandInput;
29
28
  constructor(input: DescribePiiEntitiesDetectionJobCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeResourcePolicyCommandInput
19
19
  export interface DescribeResourcePolicyCommandOutput
20
20
  extends DescribeResourcePolicyResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeResourcePolicyCommand extends $Command<
24
23
  DescribeResourcePolicyCommandInput,
25
24
  DescribeResourcePolicyCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeResourcePolicyCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeResourcePolicyCommandInput;
29
28
  constructor(input: DescribeResourcePolicyCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeSentimentDetectionJobCommandInput
19
19
  export interface DescribeSentimentDetectionJobCommandOutput
20
20
  extends DescribeSentimentDetectionJobResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeSentimentDetectionJobCommand extends $Command<
24
23
  DescribeSentimentDetectionJobCommandInput,
25
24
  DescribeSentimentDetectionJobCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeSentimentDetectionJobCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeSentimentDetectionJobCommandInput;
29
28
  constructor(input: DescribeSentimentDetectionJobCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeTargetedSentimentDetectionJobCommandInput
19
19
  export interface DescribeTargetedSentimentDetectionJobCommandOutput
20
20
  extends DescribeTargetedSentimentDetectionJobResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeTargetedSentimentDetectionJobCommand extends $Command<
24
23
  DescribeTargetedSentimentDetectionJobCommandInput,
25
24
  DescribeTargetedSentimentDetectionJobCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeTargetedSentimentDetectionJobCommand extends $Comma
27
26
  > {
28
27
  readonly input: DescribeTargetedSentimentDetectionJobCommandInput;
29
28
  constructor(input: DescribeTargetedSentimentDetectionJobCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeTopicsDetectionJobCommandInput
19
19
  export interface DescribeTopicsDetectionJobCommandOutput
20
20
  extends DescribeTopicsDetectionJobResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeTopicsDetectionJobCommand extends $Command<
24
23
  DescribeTopicsDetectionJobCommandInput,
25
24
  DescribeTopicsDetectionJobCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeTopicsDetectionJobCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeTopicsDetectionJobCommandInput;
29
28
  constructor(input: DescribeTopicsDetectionJobCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DetectDominantLanguageCommandInput
19
19
  export interface DetectDominantLanguageCommandOutput
20
20
  extends DetectDominantLanguageResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DetectDominantLanguageCommand extends $Command<
24
23
  DetectDominantLanguageCommandInput,
25
24
  DetectDominantLanguageCommandOutput,
@@ -27,7 +26,6 @@ export declare class DetectDominantLanguageCommand extends $Command<
27
26
  > {
28
27
  readonly input: DetectDominantLanguageCommandInput;
29
28
  constructor(input: DetectDominantLanguageCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DetectEntitiesCommandInput extends DetectEntitiesRequest {}
18
18
  export interface DetectEntitiesCommandOutput
19
19
  extends DetectEntitiesResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DetectEntitiesCommand extends $Command<
23
22
  DetectEntitiesCommandInput,
24
23
  DetectEntitiesCommandOutput,
@@ -26,7 +25,6 @@ export declare class DetectEntitiesCommand extends $Command<
26
25
  > {
27
26
  readonly input: DetectEntitiesCommandInput;
28
27
  constructor(input: DetectEntitiesCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ComprehendClientResolvedConfig,