@aws-sdk/client-comprehend 3.169.0 → 3.170.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 +8 -0
  2. package/dist-types/ts3.4/Comprehend.d.ts +1330 -360
  3. package/dist-types/ts3.4/ComprehendClient.d.ts +555 -144
  4. package/dist-types/ts3.4/commands/BatchDetectDominantLanguageCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/BatchDetectEntitiesCommand.d.ts +38 -17
  6. package/dist-types/ts3.4/commands/BatchDetectKeyPhrasesCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/BatchDetectSentimentCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/BatchDetectSyntaxCommand.d.ts +38 -17
  9. package/dist-types/ts3.4/commands/ClassifyDocumentCommand.d.ts +37 -17
  10. package/dist-types/ts3.4/commands/ContainsPiiEntitiesCommand.d.ts +38 -17
  11. package/dist-types/ts3.4/commands/CreateDocumentClassifierCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/CreateEntityRecognizerCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/DeleteDocumentClassifierCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/DeleteEntityRecognizerCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/DescribeDocumentClassificationJobCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/DescribeDocumentClassifierCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/DescribeEntitiesDetectionJobCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/DescribeEntityRecognizerCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/DescribeEventsDetectionJobCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/DescribeSentimentDetectionJobCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/DescribeTopicsDetectionJobCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/DetectDominantLanguageCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +37 -17
  33. package/dist-types/ts3.4/commands/DetectKeyPhrasesCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/DetectPiiEntitiesCommand.d.ts +38 -17
  35. package/dist-types/ts3.4/commands/DetectSentimentCommand.d.ts +37 -17
  36. package/dist-types/ts3.4/commands/DetectSyntaxCommand.d.ts +34 -17
  37. package/dist-types/ts3.4/commands/ImportModelCommand.d.ts +34 -17
  38. package/dist-types/ts3.4/commands/ListDocumentClassificationJobsCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/ListDocumentClassifierSummariesCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/ListDocumentClassifiersCommand.d.ts +41 -17
  41. package/dist-types/ts3.4/commands/ListDominantLanguageDetectionJobsCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +37 -17
  43. package/dist-types/ts3.4/commands/ListEntitiesDetectionJobsCommand.d.ts +41 -17
  44. package/dist-types/ts3.4/commands/ListEntityRecognizerSummariesCommand.d.ts +41 -17
  45. package/dist-types/ts3.4/commands/ListEntityRecognizersCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/ListEventsDetectionJobsCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +41 -17
  48. package/dist-types/ts3.4/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/ListSentimentDetectionJobsCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  51. package/dist-types/ts3.4/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +41 -17
  52. package/dist-types/ts3.4/commands/ListTopicsDetectionJobsCommand.d.ts +41 -17
  53. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +38 -17
  54. package/dist-types/ts3.4/commands/StartDocumentClassificationJobCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/StartDominantLanguageDetectionJobCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/StartEntitiesDetectionJobCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/StartEventsDetectionJobCommand.d.ts +41 -17
  58. package/dist-types/ts3.4/commands/StartKeyPhrasesDetectionJobCommand.d.ts +41 -17
  59. package/dist-types/ts3.4/commands/StartPiiEntitiesDetectionJobCommand.d.ts +41 -17
  60. package/dist-types/ts3.4/commands/StartSentimentDetectionJobCommand.d.ts +41 -17
  61. package/dist-types/ts3.4/commands/StartTargetedSentimentDetectionJobCommand.d.ts +41 -17
  62. package/dist-types/ts3.4/commands/StartTopicsDetectionJobCommand.d.ts +41 -17
  63. package/dist-types/ts3.4/commands/StopDominantLanguageDetectionJobCommand.d.ts +41 -17
  64. package/dist-types/ts3.4/commands/StopEntitiesDetectionJobCommand.d.ts +41 -17
  65. package/dist-types/ts3.4/commands/StopEventsDetectionJobCommand.d.ts +41 -17
  66. package/dist-types/ts3.4/commands/StopKeyPhrasesDetectionJobCommand.d.ts +41 -17
  67. package/dist-types/ts3.4/commands/StopPiiEntitiesDetectionJobCommand.d.ts +41 -17
  68. package/dist-types/ts3.4/commands/StopSentimentDetectionJobCommand.d.ts +41 -17
  69. package/dist-types/ts3.4/commands/StopTargetedSentimentDetectionJobCommand.d.ts +41 -17
  70. package/dist-types/ts3.4/commands/StopTrainingDocumentClassifierCommand.d.ts +41 -17
  71. package/dist-types/ts3.4/commands/StopTrainingEntityRecognizerCommand.d.ts +41 -17
  72. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  73. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  74. package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +37 -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 +8 -6
  79. package/dist-types/ts3.4/models/index.d.ts +1 -1
  80. package/dist-types/ts3.4/models/models_0.d.ts +2738 -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 +66 -38
  97. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  98. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  99. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  100. package/package.json +34 -34
@@ -1,17 +1,41 @@
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 { DescribeKeyPhrasesDetectionJobRequest, DescribeKeyPhrasesDetectionJobResponse } from "../models/models_0";
5
- export interface DescribeKeyPhrasesDetectionJobCommandInput extends DescribeKeyPhrasesDetectionJobRequest {
6
- }
7
- export interface DescribeKeyPhrasesDetectionJobCommandOutput extends DescribeKeyPhrasesDetectionJobResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeKeyPhrasesDetectionJobCommand extends $Command<DescribeKeyPhrasesDetectionJobCommandInput, DescribeKeyPhrasesDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
11
- readonly input: DescribeKeyPhrasesDetectionJobCommandInput;
12
- constructor(input: DescribeKeyPhrasesDetectionJobCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeKeyPhrasesDetectionJobCommandInput, DescribeKeyPhrasesDetectionJobCommandOutput>;
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
+ DescribeKeyPhrasesDetectionJobRequest,
15
+ DescribeKeyPhrasesDetectionJobResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeKeyPhrasesDetectionJobCommandInput
18
+ extends DescribeKeyPhrasesDetectionJobRequest {}
19
+ export interface DescribeKeyPhrasesDetectionJobCommandOutput
20
+ extends DescribeKeyPhrasesDetectionJobResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeKeyPhrasesDetectionJobCommand extends $Command<
24
+ DescribeKeyPhrasesDetectionJobCommandInput,
25
+ DescribeKeyPhrasesDetectionJobCommandOutput,
26
+ ComprehendClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeKeyPhrasesDetectionJobCommandInput;
29
+ constructor(input: DescribeKeyPhrasesDetectionJobCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ComprehendClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeKeyPhrasesDetectionJobCommandInput,
37
+ DescribeKeyPhrasesDetectionJobCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
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 { DescribePiiEntitiesDetectionJobRequest, DescribePiiEntitiesDetectionJobResponse } from "../models/models_0";
5
- export interface DescribePiiEntitiesDetectionJobCommandInput extends DescribePiiEntitiesDetectionJobRequest {
6
- }
7
- export interface DescribePiiEntitiesDetectionJobCommandOutput extends DescribePiiEntitiesDetectionJobResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribePiiEntitiesDetectionJobCommand extends $Command<DescribePiiEntitiesDetectionJobCommandInput, DescribePiiEntitiesDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
11
- readonly input: DescribePiiEntitiesDetectionJobCommandInput;
12
- constructor(input: DescribePiiEntitiesDetectionJobCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribePiiEntitiesDetectionJobCommandInput, DescribePiiEntitiesDetectionJobCommandOutput>;
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
+ DescribePiiEntitiesDetectionJobRequest,
15
+ DescribePiiEntitiesDetectionJobResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribePiiEntitiesDetectionJobCommandInput
18
+ extends DescribePiiEntitiesDetectionJobRequest {}
19
+ export interface DescribePiiEntitiesDetectionJobCommandOutput
20
+ extends DescribePiiEntitiesDetectionJobResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribePiiEntitiesDetectionJobCommand extends $Command<
24
+ DescribePiiEntitiesDetectionJobCommandInput,
25
+ DescribePiiEntitiesDetectionJobCommandOutput,
26
+ ComprehendClientResolvedConfig
27
+ > {
28
+ readonly input: DescribePiiEntitiesDetectionJobCommandInput;
29
+ constructor(input: DescribePiiEntitiesDetectionJobCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ComprehendClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribePiiEntitiesDetectionJobCommandInput,
37
+ DescribePiiEntitiesDetectionJobCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
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 { DescribeResourcePolicyRequest, DescribeResourcePolicyResponse } from "../models/models_0";
5
- export interface DescribeResourcePolicyCommandInput extends DescribeResourcePolicyRequest {
6
- }
7
- export interface DescribeResourcePolicyCommandOutput extends DescribeResourcePolicyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeResourcePolicyCommand extends $Command<DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput, ComprehendClientResolvedConfig> {
11
- readonly input: DescribeResourcePolicyCommandInput;
12
- constructor(input: DescribeResourcePolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput>;
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
+ DescribeResourcePolicyRequest,
15
+ DescribeResourcePolicyResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeResourcePolicyCommandInput
18
+ extends DescribeResourcePolicyRequest {}
19
+ export interface DescribeResourcePolicyCommandOutput
20
+ extends DescribeResourcePolicyResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeResourcePolicyCommand extends $Command<
24
+ DescribeResourcePolicyCommandInput,
25
+ DescribeResourcePolicyCommandOutput,
26
+ ComprehendClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeResourcePolicyCommandInput;
29
+ constructor(input: DescribeResourcePolicyCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ComprehendClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeResourcePolicyCommandInput,
37
+ DescribeResourcePolicyCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
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 { DescribeSentimentDetectionJobRequest, DescribeSentimentDetectionJobResponse } from "../models/models_0";
5
- export interface DescribeSentimentDetectionJobCommandInput extends DescribeSentimentDetectionJobRequest {
6
- }
7
- export interface DescribeSentimentDetectionJobCommandOutput extends DescribeSentimentDetectionJobResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeSentimentDetectionJobCommand extends $Command<DescribeSentimentDetectionJobCommandInput, DescribeSentimentDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
11
- readonly input: DescribeSentimentDetectionJobCommandInput;
12
- constructor(input: DescribeSentimentDetectionJobCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSentimentDetectionJobCommandInput, DescribeSentimentDetectionJobCommandOutput>;
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
+ DescribeSentimentDetectionJobRequest,
15
+ DescribeSentimentDetectionJobResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeSentimentDetectionJobCommandInput
18
+ extends DescribeSentimentDetectionJobRequest {}
19
+ export interface DescribeSentimentDetectionJobCommandOutput
20
+ extends DescribeSentimentDetectionJobResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeSentimentDetectionJobCommand extends $Command<
24
+ DescribeSentimentDetectionJobCommandInput,
25
+ DescribeSentimentDetectionJobCommandOutput,
26
+ ComprehendClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeSentimentDetectionJobCommandInput;
29
+ constructor(input: DescribeSentimentDetectionJobCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ComprehendClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeSentimentDetectionJobCommandInput,
37
+ DescribeSentimentDetectionJobCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
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 { DescribeTargetedSentimentDetectionJobRequest, DescribeTargetedSentimentDetectionJobResponse } from "../models/models_0";
5
- export interface DescribeTargetedSentimentDetectionJobCommandInput extends DescribeTargetedSentimentDetectionJobRequest {
6
- }
7
- export interface DescribeTargetedSentimentDetectionJobCommandOutput extends DescribeTargetedSentimentDetectionJobResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeTargetedSentimentDetectionJobCommand extends $Command<DescribeTargetedSentimentDetectionJobCommandInput, DescribeTargetedSentimentDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
11
- readonly input: DescribeTargetedSentimentDetectionJobCommandInput;
12
- constructor(input: DescribeTargetedSentimentDetectionJobCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTargetedSentimentDetectionJobCommandInput, DescribeTargetedSentimentDetectionJobCommandOutput>;
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
+ DescribeTargetedSentimentDetectionJobRequest,
15
+ DescribeTargetedSentimentDetectionJobResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeTargetedSentimentDetectionJobCommandInput
18
+ extends DescribeTargetedSentimentDetectionJobRequest {}
19
+ export interface DescribeTargetedSentimentDetectionJobCommandOutput
20
+ extends DescribeTargetedSentimentDetectionJobResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeTargetedSentimentDetectionJobCommand extends $Command<
24
+ DescribeTargetedSentimentDetectionJobCommandInput,
25
+ DescribeTargetedSentimentDetectionJobCommandOutput,
26
+ ComprehendClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeTargetedSentimentDetectionJobCommandInput;
29
+ constructor(input: DescribeTargetedSentimentDetectionJobCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ComprehendClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeTargetedSentimentDetectionJobCommandInput,
37
+ DescribeTargetedSentimentDetectionJobCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
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 { DescribeTopicsDetectionJobRequest, DescribeTopicsDetectionJobResponse } from "../models/models_0";
5
- export interface DescribeTopicsDetectionJobCommandInput extends DescribeTopicsDetectionJobRequest {
6
- }
7
- export interface DescribeTopicsDetectionJobCommandOutput extends DescribeTopicsDetectionJobResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeTopicsDetectionJobCommand extends $Command<DescribeTopicsDetectionJobCommandInput, DescribeTopicsDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
11
- readonly input: DescribeTopicsDetectionJobCommandInput;
12
- constructor(input: DescribeTopicsDetectionJobCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTopicsDetectionJobCommandInput, DescribeTopicsDetectionJobCommandOutput>;
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
+ DescribeTopicsDetectionJobRequest,
15
+ DescribeTopicsDetectionJobResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeTopicsDetectionJobCommandInput
18
+ extends DescribeTopicsDetectionJobRequest {}
19
+ export interface DescribeTopicsDetectionJobCommandOutput
20
+ extends DescribeTopicsDetectionJobResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeTopicsDetectionJobCommand extends $Command<
24
+ DescribeTopicsDetectionJobCommandInput,
25
+ DescribeTopicsDetectionJobCommandOutput,
26
+ ComprehendClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeTopicsDetectionJobCommandInput;
29
+ constructor(input: DescribeTopicsDetectionJobCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ComprehendClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeTopicsDetectionJobCommandInput,
37
+ DescribeTopicsDetectionJobCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
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 { DetectDominantLanguageRequest, DetectDominantLanguageResponse } from "../models/models_0";
5
- export interface DetectDominantLanguageCommandInput extends DetectDominantLanguageRequest {
6
- }
7
- export interface DetectDominantLanguageCommandOutput extends DetectDominantLanguageResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DetectDominantLanguageCommand extends $Command<DetectDominantLanguageCommandInput, DetectDominantLanguageCommandOutput, ComprehendClientResolvedConfig> {
11
- readonly input: DetectDominantLanguageCommandInput;
12
- constructor(input: DetectDominantLanguageCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetectDominantLanguageCommandInput, DetectDominantLanguageCommandOutput>;
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
+ DetectDominantLanguageRequest,
15
+ DetectDominantLanguageResponse,
16
+ } from "../models/models_0";
17
+ export interface DetectDominantLanguageCommandInput
18
+ extends DetectDominantLanguageRequest {}
19
+ export interface DetectDominantLanguageCommandOutput
20
+ extends DetectDominantLanguageResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DetectDominantLanguageCommand extends $Command<
24
+ DetectDominantLanguageCommandInput,
25
+ DetectDominantLanguageCommandOutput,
26
+ ComprehendClientResolvedConfig
27
+ > {
28
+ readonly input: DetectDominantLanguageCommandInput;
29
+ constructor(input: DetectDominantLanguageCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ComprehendClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DetectDominantLanguageCommandInput,
37
+ DetectDominantLanguageCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
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 { DetectEntitiesRequest, DetectEntitiesResponse } from "../models/models_0";
5
- export interface DetectEntitiesCommandInput extends DetectEntitiesRequest {
6
- }
7
- export interface DetectEntitiesCommandOutput extends DetectEntitiesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DetectEntitiesCommand extends $Command<DetectEntitiesCommandInput, DetectEntitiesCommandOutput, ComprehendClientResolvedConfig> {
11
- readonly input: DetectEntitiesCommandInput;
12
- constructor(input: DetectEntitiesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetectEntitiesCommandInput, DetectEntitiesCommandOutput>;
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
+ DetectEntitiesRequest,
15
+ DetectEntitiesResponse,
16
+ } from "../models/models_0";
17
+ export interface DetectEntitiesCommandInput extends DetectEntitiesRequest {}
18
+ export interface DetectEntitiesCommandOutput
19
+ extends DetectEntitiesResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DetectEntitiesCommand extends $Command<
23
+ DetectEntitiesCommandInput,
24
+ DetectEntitiesCommandOutput,
25
+ ComprehendClientResolvedConfig
26
+ > {
27
+ readonly input: DetectEntitiesCommandInput;
28
+ constructor(input: DetectEntitiesCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ComprehendClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DetectEntitiesCommandInput, DetectEntitiesCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,37 @@
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 { DetectKeyPhrasesRequest, DetectKeyPhrasesResponse } from "../models/models_0";
5
- export interface DetectKeyPhrasesCommandInput extends DetectKeyPhrasesRequest {
6
- }
7
- export interface DetectKeyPhrasesCommandOutput extends DetectKeyPhrasesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DetectKeyPhrasesCommand extends $Command<DetectKeyPhrasesCommandInput, DetectKeyPhrasesCommandOutput, ComprehendClientResolvedConfig> {
11
- readonly input: DetectKeyPhrasesCommandInput;
12
- constructor(input: DetectKeyPhrasesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetectKeyPhrasesCommandInput, DetectKeyPhrasesCommandOutput>;
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
+ DetectKeyPhrasesRequest,
15
+ DetectKeyPhrasesResponse,
16
+ } from "../models/models_0";
17
+ export interface DetectKeyPhrasesCommandInput extends DetectKeyPhrasesRequest {}
18
+ export interface DetectKeyPhrasesCommandOutput
19
+ extends DetectKeyPhrasesResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DetectKeyPhrasesCommand extends $Command<
23
+ DetectKeyPhrasesCommandInput,
24
+ DetectKeyPhrasesCommandOutput,
25
+ ComprehendClientResolvedConfig
26
+ > {
27
+ readonly input: DetectKeyPhrasesCommandInput;
28
+ constructor(input: DetectKeyPhrasesCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ComprehendClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DetectKeyPhrasesCommandInput, DetectKeyPhrasesCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,38 @@
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 { DetectPiiEntitiesRequest, DetectPiiEntitiesResponse } from "../models/models_0";
5
- export interface DetectPiiEntitiesCommandInput extends DetectPiiEntitiesRequest {
6
- }
7
- export interface DetectPiiEntitiesCommandOutput extends DetectPiiEntitiesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DetectPiiEntitiesCommand extends $Command<DetectPiiEntitiesCommandInput, DetectPiiEntitiesCommandOutput, ComprehendClientResolvedConfig> {
11
- readonly input: DetectPiiEntitiesCommandInput;
12
- constructor(input: DetectPiiEntitiesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetectPiiEntitiesCommandInput, DetectPiiEntitiesCommandOutput>;
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
+ DetectPiiEntitiesRequest,
15
+ DetectPiiEntitiesResponse,
16
+ } from "../models/models_0";
17
+ export interface DetectPiiEntitiesCommandInput
18
+ extends DetectPiiEntitiesRequest {}
19
+ export interface DetectPiiEntitiesCommandOutput
20
+ extends DetectPiiEntitiesResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DetectPiiEntitiesCommand extends $Command<
24
+ DetectPiiEntitiesCommandInput,
25
+ DetectPiiEntitiesCommandOutput,
26
+ ComprehendClientResolvedConfig
27
+ > {
28
+ readonly input: DetectPiiEntitiesCommandInput;
29
+ constructor(input: DetectPiiEntitiesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ComprehendClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DetectPiiEntitiesCommandInput, DetectPiiEntitiesCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,37 @@
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 { DetectSentimentRequest, DetectSentimentResponse } from "../models/models_0";
5
- export interface DetectSentimentCommandInput extends DetectSentimentRequest {
6
- }
7
- export interface DetectSentimentCommandOutput extends DetectSentimentResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DetectSentimentCommand extends $Command<DetectSentimentCommandInput, DetectSentimentCommandOutput, ComprehendClientResolvedConfig> {
11
- readonly input: DetectSentimentCommandInput;
12
- constructor(input: DetectSentimentCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetectSentimentCommandInput, DetectSentimentCommandOutput>;
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
+ DetectSentimentRequest,
15
+ DetectSentimentResponse,
16
+ } from "../models/models_0";
17
+ export interface DetectSentimentCommandInput extends DetectSentimentRequest {}
18
+ export interface DetectSentimentCommandOutput
19
+ extends DetectSentimentResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DetectSentimentCommand extends $Command<
23
+ DetectSentimentCommandInput,
24
+ DetectSentimentCommandOutput,
25
+ ComprehendClientResolvedConfig
26
+ > {
27
+ readonly input: DetectSentimentCommandInput;
28
+ constructor(input: DetectSentimentCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ComprehendClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DetectSentimentCommandInput, DetectSentimentCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }