@aws-sdk/client-comprehend 3.40.0 → 3.45.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.
- package/CHANGELOG.md +38 -0
- package/dist-cjs/endpoints.js +9 -0
- package/dist-es/endpoints.js +9 -0
- package/dist-types/commands/BatchDetectDominantLanguageCommand.d.ts +1 -1
- package/dist-types/commands/BatchDetectEntitiesCommand.d.ts +1 -1
- package/dist-types/commands/BatchDetectKeyPhrasesCommand.d.ts +1 -1
- package/dist-types/commands/BatchDetectSentimentCommand.d.ts +1 -1
- package/dist-types/commands/BatchDetectSyntaxCommand.d.ts +1 -1
- package/dist-types/commands/ClassifyDocumentCommand.d.ts +1 -1
- package/dist-types/commands/ContainsPiiEntitiesCommand.d.ts +1 -1
- package/dist-types/commands/CreateDocumentClassifierCommand.d.ts +1 -1
- package/dist-types/commands/CreateEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateEntityRecognizerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDocumentClassifierCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEntityRecognizerCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDocumentClassificationJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDocumentClassifierCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEntitiesDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEntityRecognizerCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventsDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSentimentDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTopicsDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/DetectDominantLanguageCommand.d.ts +1 -1
- package/dist-types/commands/DetectEntitiesCommand.d.ts +1 -1
- package/dist-types/commands/DetectKeyPhrasesCommand.d.ts +1 -1
- package/dist-types/commands/DetectPiiEntitiesCommand.d.ts +1 -1
- package/dist-types/commands/DetectSentimentCommand.d.ts +1 -1
- package/dist-types/commands/DetectSyntaxCommand.d.ts +1 -1
- package/dist-types/commands/ListDocumentClassificationJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListDocumentClassifierSummariesCommand.d.ts +1 -1
- package/dist-types/commands/ListDocumentClassifiersCommand.d.ts +1 -1
- package/dist-types/commands/ListDominantLanguageDetectionJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/ListEntitiesDetectionJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListEntityRecognizerSummariesCommand.d.ts +1 -1
- package/dist-types/commands/ListEntityRecognizersCommand.d.ts +1 -1
- package/dist-types/commands/ListEventsDetectionJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListSentimentDetectionJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTopicsDetectionJobsCommand.d.ts +1 -1
- package/dist-types/commands/StartDocumentClassificationJobCommand.d.ts +1 -1
- package/dist-types/commands/StartDominantLanguageDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/StartEntitiesDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/StartEventsDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/StartKeyPhrasesDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/StartPiiEntitiesDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/StartSentimentDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/StartTopicsDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/StopDominantLanguageDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/StopEntitiesDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/StopEventsDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/StopKeyPhrasesDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/StopPiiEntitiesDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/StopSentimentDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/StopTrainingDocumentClassifierCommand.d.ts +1 -1
- package/dist-types/commands/StopTrainingEntityRecognizerCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEndpointCommand.d.ts +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,44 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @aws-sdk/client-comprehend
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
|
|
26
|
+
|
|
27
|
+
**Note:** Version bump only for package @aws-sdk/client-comprehend
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
# [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### Features
|
|
37
|
+
|
|
38
|
+
* **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
6
44
|
# [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
|
|
7
45
|
|
|
8
46
|
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -63,6 +63,7 @@ const partitionHash = {
|
|
|
63
63
|
"ap-south-1",
|
|
64
64
|
"ap-southeast-1",
|
|
65
65
|
"ap-southeast-2",
|
|
66
|
+
"ap-southeast-3",
|
|
66
67
|
"ca-central-1",
|
|
67
68
|
"eu-central-1",
|
|
68
69
|
"eu-north-1",
|
|
@@ -130,6 +131,10 @@ const partitionHash = {
|
|
|
130
131
|
hostname: "comprehend.{region}.c2s.ic.gov",
|
|
131
132
|
tags: [],
|
|
132
133
|
},
|
|
134
|
+
{
|
|
135
|
+
hostname: "comprehend-fips.{region}.c2s.ic.gov",
|
|
136
|
+
tags: ["fips"],
|
|
137
|
+
},
|
|
133
138
|
],
|
|
134
139
|
},
|
|
135
140
|
"aws-iso-b": {
|
|
@@ -140,6 +145,10 @@ const partitionHash = {
|
|
|
140
145
|
hostname: "comprehend.{region}.sc2s.sgov.gov",
|
|
141
146
|
tags: [],
|
|
142
147
|
},
|
|
148
|
+
{
|
|
149
|
+
hostname: "comprehend-fips.{region}.sc2s.sgov.gov",
|
|
150
|
+
tags: ["fips"],
|
|
151
|
+
},
|
|
143
152
|
],
|
|
144
153
|
},
|
|
145
154
|
"aws-us-gov": {
|
package/dist-es/endpoints.js
CHANGED
|
@@ -61,6 +61,7 @@ var partitionHash = {
|
|
|
61
61
|
"ap-south-1",
|
|
62
62
|
"ap-southeast-1",
|
|
63
63
|
"ap-southeast-2",
|
|
64
|
+
"ap-southeast-3",
|
|
64
65
|
"ca-central-1",
|
|
65
66
|
"eu-central-1",
|
|
66
67
|
"eu-north-1",
|
|
@@ -128,6 +129,10 @@ var partitionHash = {
|
|
|
128
129
|
hostname: "comprehend.{region}.c2s.ic.gov",
|
|
129
130
|
tags: [],
|
|
130
131
|
},
|
|
132
|
+
{
|
|
133
|
+
hostname: "comprehend-fips.{region}.c2s.ic.gov",
|
|
134
|
+
tags: ["fips"],
|
|
135
|
+
},
|
|
131
136
|
],
|
|
132
137
|
},
|
|
133
138
|
"aws-iso-b": {
|
|
@@ -138,6 +143,10 @@ var partitionHash = {
|
|
|
138
143
|
hostname: "comprehend.{region}.sc2s.sgov.gov",
|
|
139
144
|
tags: [],
|
|
140
145
|
},
|
|
146
|
+
{
|
|
147
|
+
hostname: "comprehend-fips.{region}.sc2s.sgov.gov",
|
|
148
|
+
tags: ["fips"],
|
|
149
|
+
},
|
|
141
150
|
],
|
|
142
151
|
},
|
|
143
152
|
"aws-us-gov": {
|
|
@@ -22,7 +22,7 @@ export interface BatchDetectDominantLanguageCommandOutput extends BatchDetectDom
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link BatchDetectDominantLanguageCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link BatchDetectDominantLanguageCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class BatchDetectDominantLanguageCommand extends $Command<BatchDetectDominantLanguageCommandInput, BatchDetectDominantLanguageCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface BatchDetectEntitiesCommandOutput extends BatchDetectEntitiesRes
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link BatchDetectEntitiesCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link BatchDetectEntitiesCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class BatchDetectEntitiesCommand extends $Command<BatchDetectEntitiesCommandInput, BatchDetectEntitiesCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface BatchDetectKeyPhrasesCommandOutput extends BatchDetectKeyPhrase
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link BatchDetectKeyPhrasesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link BatchDetectKeyPhrasesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class BatchDetectKeyPhrasesCommand extends $Command<BatchDetectKeyPhrasesCommandInput, BatchDetectKeyPhrasesCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface BatchDetectSentimentCommandOutput extends BatchDetectSentimentR
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link BatchDetectSentimentCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link BatchDetectSentimentCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class BatchDetectSentimentCommand extends $Command<BatchDetectSentimentCommandInput, BatchDetectSentimentCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface BatchDetectSyntaxCommandOutput extends BatchDetectSyntaxRespons
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link BatchDetectSyntaxCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link BatchDetectSyntaxCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class BatchDetectSyntaxCommand extends $Command<BatchDetectSyntaxCommandInput, BatchDetectSyntaxCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ClassifyDocumentCommandOutput extends ClassifyDocumentResponse,
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ClassifyDocumentCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ClassifyDocumentCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ClassifyDocumentCommand extends $Command<ClassifyDocumentCommandInput, ClassifyDocumentCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ContainsPiiEntitiesCommandOutput extends ContainsPiiEntitiesRes
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ContainsPiiEntitiesCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ContainsPiiEntitiesCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ContainsPiiEntitiesCommand extends $Command<ContainsPiiEntitiesCommandInput, ContainsPiiEntitiesCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface CreateDocumentClassifierCommandOutput extends CreateDocumentCla
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link CreateDocumentClassifierCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link CreateDocumentClassifierCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class CreateDocumentClassifierCommand extends $Command<CreateDocumentClassifierCommandInput, CreateDocumentClassifierCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link CreateEndpointCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link CreateEndpointCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class CreateEndpointCommand extends $Command<CreateEndpointCommandInput, CreateEndpointCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface CreateEntityRecognizerCommandOutput extends CreateEntityRecogni
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link CreateEntityRecognizerCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link CreateEntityRecognizerCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class CreateEntityRecognizerCommand extends $Command<CreateEntityRecognizerCommandInput, CreateEntityRecognizerCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface DeleteDocumentClassifierCommandOutput extends DeleteDocumentCla
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link DeleteDocumentClassifierCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link DeleteDocumentClassifierCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class DeleteDocumentClassifierCommand extends $Command<DeleteDocumentClassifierCommandInput, DeleteDocumentClassifierCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DeleteEndpointCommandOutput extends DeleteEndpointResponse, __M
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DeleteEndpointCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DeleteEndpointCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DeleteEndpointCommand extends $Command<DeleteEndpointCommandInput, DeleteEndpointCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface DeleteEntityRecognizerCommandOutput extends DeleteEntityRecogni
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link DeleteEntityRecognizerCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link DeleteEntityRecognizerCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class DeleteEntityRecognizerCommand extends $Command<DeleteEntityRecognizerCommandInput, DeleteEntityRecognizerCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeDocumentClassificationJobCommandOutput extends Describe
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeDocumentClassificationJobCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeDocumentClassificationJobCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeDocumentClassificationJobCommand extends $Command<DescribeDocumentClassificationJobCommandInput, DescribeDocumentClassificationJobCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeDocumentClassifierCommandOutput extends DescribeDocumen
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeDocumentClassifierCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeDocumentClassifierCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeDocumentClassifierCommand extends $Command<DescribeDocumentClassifierCommandInput, DescribeDocumentClassifierCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeDominantLanguageDetectionJobCommandOutput extends Descr
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeDominantLanguageDetectionJobCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeDominantLanguageDetectionJobCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeDominantLanguageDetectionJobCommand extends $Command<DescribeDominantLanguageDetectionJobCommandInput, DescribeDominantLanguageDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeEndpointCommandOutput extends DescribeEndpointResponse,
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeEndpointCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeEndpointCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeEndpointCommand extends $Command<DescribeEndpointCommandInput, DescribeEndpointCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeEntitiesDetectionJobCommandOutput extends DescribeEntit
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeEntitiesDetectionJobCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeEntitiesDetectionJobCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeEntitiesDetectionJobCommand extends $Command<DescribeEntitiesDetectionJobCommandInput, DescribeEntitiesDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeEntityRecognizerCommandOutput extends DescribeEntityRec
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeEntityRecognizerCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeEntityRecognizerCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeEntityRecognizerCommand extends $Command<DescribeEntityRecognizerCommandInput, DescribeEntityRecognizerCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeEventsDetectionJobCommandOutput extends DescribeEventsD
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeEventsDetectionJobCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeEventsDetectionJobCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeEventsDetectionJobCommand extends $Command<DescribeEventsDetectionJobCommandInput, DescribeEventsDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeKeyPhrasesDetectionJobCommandOutput extends DescribeKey
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeKeyPhrasesDetectionJobCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeKeyPhrasesDetectionJobCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeKeyPhrasesDetectionJobCommand extends $Command<DescribeKeyPhrasesDetectionJobCommandInput, DescribeKeyPhrasesDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribePiiEntitiesDetectionJobCommandOutput extends DescribePi
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribePiiEntitiesDetectionJobCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribePiiEntitiesDetectionJobCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribePiiEntitiesDetectionJobCommand extends $Command<DescribePiiEntitiesDetectionJobCommandInput, DescribePiiEntitiesDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeSentimentDetectionJobCommandOutput extends DescribeSent
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeSentimentDetectionJobCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeSentimentDetectionJobCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeSentimentDetectionJobCommand extends $Command<DescribeSentimentDetectionJobCommandInput, DescribeSentimentDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeTopicsDetectionJobCommandOutput extends DescribeTopicsD
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeTopicsDetectionJobCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeTopicsDetectionJobCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeTopicsDetectionJobCommand extends $Command<DescribeTopicsDetectionJobCommandInput, DescribeTopicsDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DetectDominantLanguageCommandOutput extends DetectDominantLangu
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DetectDominantLanguageCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DetectDominantLanguageCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DetectDominantLanguageCommand extends $Command<DetectDominantLanguageCommandInput, DetectDominantLanguageCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DetectEntitiesCommandOutput extends DetectEntitiesResponse, __M
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DetectEntitiesCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DetectEntitiesCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DetectEntitiesCommand extends $Command<DetectEntitiesCommandInput, DetectEntitiesCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DetectKeyPhrasesCommandOutput extends DetectKeyPhrasesResponse,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DetectKeyPhrasesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DetectKeyPhrasesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DetectKeyPhrasesCommand extends $Command<DetectKeyPhrasesCommandInput, DetectKeyPhrasesCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DetectPiiEntitiesCommandOutput extends DetectPiiEntitiesRespons
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DetectPiiEntitiesCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DetectPiiEntitiesCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DetectPiiEntitiesCommand extends $Command<DetectPiiEntitiesCommandInput, DetectPiiEntitiesCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DetectSentimentCommandOutput extends DetectSentimentResponse, _
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DetectSentimentCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DetectSentimentCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DetectSentimentCommand extends $Command<DetectSentimentCommandInput, DetectSentimentCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DetectSyntaxCommandOutput extends DetectSyntaxResponse, __Metad
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DetectSyntaxCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DetectSyntaxCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DetectSyntaxCommand extends $Command<DetectSyntaxCommandInput, DetectSyntaxCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListDocumentClassificationJobsCommandOutput extends ListDocumen
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListDocumentClassificationJobsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListDocumentClassificationJobsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListDocumentClassificationJobsCommand extends $Command<ListDocumentClassificationJobsCommandInput, ListDocumentClassificationJobsCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListDocumentClassifierSummariesCommandOutput extends ListDocume
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListDocumentClassifierSummariesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListDocumentClassifierSummariesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListDocumentClassifierSummariesCommand extends $Command<ListDocumentClassifierSummariesCommandInput, ListDocumentClassifierSummariesCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListDocumentClassifiersCommandOutput extends ListDocumentClassi
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListDocumentClassifiersCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListDocumentClassifiersCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListDocumentClassifiersCommand extends $Command<ListDocumentClassifiersCommandInput, ListDocumentClassifiersCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListDominantLanguageDetectionJobsCommandOutput extends ListDomi
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListDominantLanguageDetectionJobsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListDominantLanguageDetectionJobsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListDominantLanguageDetectionJobsCommand extends $Command<ListDominantLanguageDetectionJobsCommandInput, ListDominantLanguageDetectionJobsCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListEndpointsCommandOutput extends ListEndpointsResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListEndpointsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListEndpointsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListEndpointsCommand extends $Command<ListEndpointsCommandInput, ListEndpointsCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListEntitiesDetectionJobsCommandOutput extends ListEntitiesDete
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListEntitiesDetectionJobsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListEntitiesDetectionJobsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListEntitiesDetectionJobsCommand extends $Command<ListEntitiesDetectionJobsCommandInput, ListEntitiesDetectionJobsCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListEntityRecognizerSummariesCommandOutput extends ListEntityRe
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListEntityRecognizerSummariesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListEntityRecognizerSummariesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListEntityRecognizerSummariesCommand extends $Command<ListEntityRecognizerSummariesCommandInput, ListEntityRecognizerSummariesCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface ListEntityRecognizersCommandOutput extends ListEntityRecognizer
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link ListEntityRecognizersCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link ListEntityRecognizersCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class ListEntityRecognizersCommand extends $Command<ListEntityRecognizersCommandInput, ListEntityRecognizersCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListEventsDetectionJobsCommandOutput extends ListEventsDetectio
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListEventsDetectionJobsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListEventsDetectionJobsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListEventsDetectionJobsCommand extends $Command<ListEventsDetectionJobsCommandInput, ListEventsDetectionJobsCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListKeyPhrasesDetectionJobsCommandOutput extends ListKeyPhrases
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListKeyPhrasesDetectionJobsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListKeyPhrasesDetectionJobsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListKeyPhrasesDetectionJobsCommand extends $Command<ListKeyPhrasesDetectionJobsCommandInput, ListKeyPhrasesDetectionJobsCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListPiiEntitiesDetectionJobsCommandOutput extends ListPiiEntiti
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListPiiEntitiesDetectionJobsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListPiiEntitiesDetectionJobsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListPiiEntitiesDetectionJobsCommand extends $Command<ListPiiEntitiesDetectionJobsCommandInput, ListPiiEntitiesDetectionJobsCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListSentimentDetectionJobsCommandOutput extends ListSentimentDe
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListSentimentDetectionJobsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListSentimentDetectionJobsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListSentimentDetectionJobsCommand extends $Command<ListSentimentDetectionJobsCommandInput, ListSentimentDetectionJobsCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListTopicsDetectionJobsCommandOutput extends ListTopicsDetectio
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListTopicsDetectionJobsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListTopicsDetectionJobsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListTopicsDetectionJobsCommand extends $Command<ListTopicsDetectionJobsCommandInput, ListTopicsDetectionJobsCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface StartDocumentClassificationJobCommandOutput extends StartDocume
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link StartDocumentClassificationJobCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link StartDocumentClassificationJobCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class StartDocumentClassificationJobCommand extends $Command<StartDocumentClassificationJobCommandInput, StartDocumentClassificationJobCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface StartDominantLanguageDetectionJobCommandOutput extends StartDom
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link StartDominantLanguageDetectionJobCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link StartDominantLanguageDetectionJobCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class StartDominantLanguageDetectionJobCommand extends $Command<StartDominantLanguageDetectionJobCommandInput, StartDominantLanguageDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface StartEntitiesDetectionJobCommandOutput extends StartEntitiesDet
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link StartEntitiesDetectionJobCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link StartEntitiesDetectionJobCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class StartEntitiesDetectionJobCommand extends $Command<StartEntitiesDetectionJobCommandInput, StartEntitiesDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface StartEventsDetectionJobCommandOutput extends StartEventsDetecti
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link StartEventsDetectionJobCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link StartEventsDetectionJobCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class StartEventsDetectionJobCommand extends $Command<StartEventsDetectionJobCommandInput, StartEventsDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface StartKeyPhrasesDetectionJobCommandOutput extends StartKeyPhrase
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link StartKeyPhrasesDetectionJobCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link StartKeyPhrasesDetectionJobCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class StartKeyPhrasesDetectionJobCommand extends $Command<StartKeyPhrasesDetectionJobCommandInput, StartKeyPhrasesDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface StartPiiEntitiesDetectionJobCommandOutput extends StartPiiEntit
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link StartPiiEntitiesDetectionJobCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link StartPiiEntitiesDetectionJobCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class StartPiiEntitiesDetectionJobCommand extends $Command<StartPiiEntitiesDetectionJobCommandInput, StartPiiEntitiesDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface StartSentimentDetectionJobCommandOutput extends StartSentimentD
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link StartSentimentDetectionJobCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link StartSentimentDetectionJobCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class StartSentimentDetectionJobCommand extends $Command<StartSentimentDetectionJobCommandInput, StartSentimentDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface StartTopicsDetectionJobCommandOutput extends StartTopicsDetecti
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link StartTopicsDetectionJobCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link StartTopicsDetectionJobCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class StartTopicsDetectionJobCommand extends $Command<StartTopicsDetectionJobCommandInput, StartTopicsDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface StopDominantLanguageDetectionJobCommandOutput extends StopDomin
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link StopDominantLanguageDetectionJobCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link StopDominantLanguageDetectionJobCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class StopDominantLanguageDetectionJobCommand extends $Command<StopDominantLanguageDetectionJobCommandInput, StopDominantLanguageDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface StopEntitiesDetectionJobCommandOutput extends StopEntitiesDetec
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link StopEntitiesDetectionJobCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link StopEntitiesDetectionJobCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class StopEntitiesDetectionJobCommand extends $Command<StopEntitiesDetectionJobCommandInput, StopEntitiesDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface StopEventsDetectionJobCommandOutput extends StopEventsDetection
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link StopEventsDetectionJobCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link StopEventsDetectionJobCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class StopEventsDetectionJobCommand extends $Command<StopEventsDetectionJobCommandInput, StopEventsDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface StopKeyPhrasesDetectionJobCommandOutput extends StopKeyPhrasesD
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link StopKeyPhrasesDetectionJobCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link StopKeyPhrasesDetectionJobCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class StopKeyPhrasesDetectionJobCommand extends $Command<StopKeyPhrasesDetectionJobCommandInput, StopKeyPhrasesDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface StopPiiEntitiesDetectionJobCommandOutput extends StopPiiEntitie
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link StopPiiEntitiesDetectionJobCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link StopPiiEntitiesDetectionJobCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class StopPiiEntitiesDetectionJobCommand extends $Command<StopPiiEntitiesDetectionJobCommandInput, StopPiiEntitiesDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface StopSentimentDetectionJobCommandOutput extends StopSentimentDet
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link StopSentimentDetectionJobCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link StopSentimentDetectionJobCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class StopSentimentDetectionJobCommand extends $Command<StopSentimentDetectionJobCommandInput, StopSentimentDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface StopTrainingDocumentClassifierCommandOutput extends StopTrainin
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link StopTrainingDocumentClassifierCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link StopTrainingDocumentClassifierCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class StopTrainingDocumentClassifierCommand extends $Command<StopTrainingDocumentClassifierCommandInput, StopTrainingDocumentClassifierCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface StopTrainingEntityRecognizerCommandOutput extends StopTrainingE
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link StopTrainingEntityRecognizerCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link StopTrainingEntityRecognizerCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class StopTrainingEntityRecognizerCommand extends $Command<StopTrainingEntityRecognizerCommandInput, StopTrainingEntityRecognizerCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ComprehendClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateEndpointCommandOutput extends UpdateEndpointResponse, __M
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateEndpointCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateEndpointCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ComprehendClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateEndpointCommand extends $Command<UpdateEndpointCommandInput, UpdateEndpointCommandOutput, ComprehendClientResolvedConfig> {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-comprehend",
|
|
3
3
|
"description": "AWS SDK for JavaScript Comprehend Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.45.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.45.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.45.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.45.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.40.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.40.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.40.0",
|
|
@@ -32,13 +32,13 @@
|
|
|
32
32
|
"@aws-sdk/middleware-logger": "3.40.0",
|
|
33
33
|
"@aws-sdk/middleware-retry": "3.40.0",
|
|
34
34
|
"@aws-sdk/middleware-serde": "3.40.0",
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.45.0",
|
|
36
36
|
"@aws-sdk/middleware-stack": "3.40.0",
|
|
37
37
|
"@aws-sdk/middleware-user-agent": "3.40.0",
|
|
38
38
|
"@aws-sdk/node-config-provider": "3.40.0",
|
|
39
39
|
"@aws-sdk/node-http-handler": "3.40.0",
|
|
40
40
|
"@aws-sdk/protocol-http": "3.40.0",
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
+
"@aws-sdk/smithy-client": "3.41.0",
|
|
42
42
|
"@aws-sdk/types": "3.40.0",
|
|
43
43
|
"@aws-sdk/url-parser": "3.40.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|