@aws-sdk/client-comprehend 3.927.0 → 3.928.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/dist-cjs/index.js +3190 -4214
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/ComprehendClient.js +2 -0
- package/dist-es/commands/BatchDetectDominantLanguageCommand.js +3 -10
- package/dist-es/commands/BatchDetectEntitiesCommand.js +3 -10
- package/dist-es/commands/BatchDetectKeyPhrasesCommand.js +3 -10
- package/dist-es/commands/BatchDetectSentimentCommand.js +3 -10
- package/dist-es/commands/BatchDetectSyntaxCommand.js +3 -10
- package/dist-es/commands/BatchDetectTargetedSentimentCommand.js +3 -10
- package/dist-es/commands/ClassifyDocumentCommand.js +3 -10
- package/dist-es/commands/ContainsPiiEntitiesCommand.js +3 -9
- package/dist-es/commands/CreateDatasetCommand.js +3 -9
- package/dist-es/commands/CreateDocumentClassifierCommand.js +3 -9
- package/dist-es/commands/CreateEndpointCommand.js +3 -9
- package/dist-es/commands/CreateEntityRecognizerCommand.js +3 -9
- package/dist-es/commands/CreateFlywheelCommand.js +3 -9
- package/dist-es/commands/DeleteDocumentClassifierCommand.js +3 -9
- package/dist-es/commands/DeleteEndpointCommand.js +3 -9
- package/dist-es/commands/DeleteEntityRecognizerCommand.js +3 -9
- package/dist-es/commands/DeleteFlywheelCommand.js +3 -9
- package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
- package/dist-es/commands/DescribeDatasetCommand.js +3 -9
- package/dist-es/commands/DescribeDocumentClassificationJobCommand.js +3 -9
- package/dist-es/commands/DescribeDocumentClassifierCommand.js +3 -10
- package/dist-es/commands/DescribeDominantLanguageDetectionJobCommand.js +3 -9
- package/dist-es/commands/DescribeEndpointCommand.js +3 -9
- package/dist-es/commands/DescribeEntitiesDetectionJobCommand.js +3 -9
- package/dist-es/commands/DescribeEntityRecognizerCommand.js +3 -10
- package/dist-es/commands/DescribeEventsDetectionJobCommand.js +3 -9
- package/dist-es/commands/DescribeFlywheelCommand.js +3 -9
- package/dist-es/commands/DescribeFlywheelIterationCommand.js +3 -9
- package/dist-es/commands/DescribeKeyPhrasesDetectionJobCommand.js +3 -9
- package/dist-es/commands/DescribePiiEntitiesDetectionJobCommand.js +3 -9
- package/dist-es/commands/DescribeResourcePolicyCommand.js +3 -9
- package/dist-es/commands/DescribeSentimentDetectionJobCommand.js +3 -9
- package/dist-es/commands/DescribeTargetedSentimentDetectionJobCommand.js +3 -9
- package/dist-es/commands/DescribeTopicsDetectionJobCommand.js +3 -9
- package/dist-es/commands/DetectDominantLanguageCommand.js +3 -10
- package/dist-es/commands/DetectEntitiesCommand.js +3 -10
- package/dist-es/commands/DetectKeyPhrasesCommand.js +3 -10
- package/dist-es/commands/DetectPiiEntitiesCommand.js +3 -9
- package/dist-es/commands/DetectSentimentCommand.js +3 -10
- package/dist-es/commands/DetectSyntaxCommand.js +3 -10
- package/dist-es/commands/DetectTargetedSentimentCommand.js +3 -10
- package/dist-es/commands/DetectToxicContentCommand.js +3 -10
- package/dist-es/commands/ImportModelCommand.js +3 -9
- package/dist-es/commands/ListDatasetsCommand.js +3 -9
- package/dist-es/commands/ListDocumentClassificationJobsCommand.js +3 -9
- package/dist-es/commands/ListDocumentClassifierSummariesCommand.js +3 -9
- package/dist-es/commands/ListDocumentClassifiersCommand.js +3 -10
- package/dist-es/commands/ListDominantLanguageDetectionJobsCommand.js +3 -9
- package/dist-es/commands/ListEndpointsCommand.js +3 -9
- package/dist-es/commands/ListEntitiesDetectionJobsCommand.js +3 -9
- package/dist-es/commands/ListEntityRecognizerSummariesCommand.js +3 -9
- package/dist-es/commands/ListEntityRecognizersCommand.js +3 -10
- package/dist-es/commands/ListEventsDetectionJobsCommand.js +3 -9
- package/dist-es/commands/ListFlywheelIterationHistoryCommand.js +3 -9
- package/dist-es/commands/ListFlywheelsCommand.js +3 -9
- package/dist-es/commands/ListKeyPhrasesDetectionJobsCommand.js +3 -9
- package/dist-es/commands/ListPiiEntitiesDetectionJobsCommand.js +3 -9
- package/dist-es/commands/ListSentimentDetectionJobsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListTargetedSentimentDetectionJobsCommand.js +3 -9
- package/dist-es/commands/ListTopicsDetectionJobsCommand.js +3 -9
- package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
- package/dist-es/commands/StartDocumentClassificationJobCommand.js +3 -9
- package/dist-es/commands/StartDominantLanguageDetectionJobCommand.js +3 -9
- package/dist-es/commands/StartEntitiesDetectionJobCommand.js +3 -9
- package/dist-es/commands/StartEventsDetectionJobCommand.js +3 -9
- package/dist-es/commands/StartFlywheelIterationCommand.js +3 -9
- package/dist-es/commands/StartKeyPhrasesDetectionJobCommand.js +3 -9
- package/dist-es/commands/StartPiiEntitiesDetectionJobCommand.js +3 -9
- package/dist-es/commands/StartSentimentDetectionJobCommand.js +3 -9
- package/dist-es/commands/StartTargetedSentimentDetectionJobCommand.js +3 -9
- package/dist-es/commands/StartTopicsDetectionJobCommand.js +3 -9
- package/dist-es/commands/StopDominantLanguageDetectionJobCommand.js +3 -9
- package/dist-es/commands/StopEntitiesDetectionJobCommand.js +3 -9
- package/dist-es/commands/StopEventsDetectionJobCommand.js +3 -9
- package/dist-es/commands/StopKeyPhrasesDetectionJobCommand.js +3 -9
- package/dist-es/commands/StopPiiEntitiesDetectionJobCommand.js +3 -9
- package/dist-es/commands/StopSentimentDetectionJobCommand.js +3 -9
- package/dist-es/commands/StopTargetedSentimentDetectionJobCommand.js +3 -9
- package/dist-es/commands/StopTrainingDocumentClassifierCommand.js +3 -9
- package/dist-es/commands/StopTrainingEntityRecognizerCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateEndpointCommand.js +3 -9
- package/dist-es/commands/UpdateFlywheelCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -138
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +2981 -0
- package/dist-types/ComprehendClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -144
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +443 -0
- package/dist-types/ts3.4/ComprehendClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -106
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +449 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_json1_1.js +0 -3403
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -767
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -1025
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeEndpoint } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeEndpointCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Comprehend_20171127", "DescribeEndpoint", {})
|
|
17
13
|
.n("ComprehendClient", "DescribeEndpointCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeEndpointCommand)
|
|
20
|
-
.de(de_DescribeEndpointCommand)
|
|
14
|
+
.sc(DescribeEndpoint)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeEntitiesDetectionJob } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeEntitiesDetectionJobCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Comprehend_20171127", "DescribeEntitiesDetectionJob", {})
|
|
17
13
|
.n("ComprehendClient", "DescribeEntitiesDetectionJobCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeEntitiesDetectionJobCommand)
|
|
20
|
-
.de(de_DescribeEntitiesDetectionJobCommand)
|
|
14
|
+
.sc(DescribeEntitiesDetectionJob)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_DescribeEntityRecognizerCommand, se_DescribeEntityRecognizerCommand } from "../protocols/Aws_json1_1";
|
|
4
|
+
import { DescribeEntityRecognizer } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class DescribeEntityRecognizerCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("Comprehend_20171127", "DescribeEntityRecognizer", {})
|
|
18
13
|
.n("ComprehendClient", "DescribeEntityRecognizerCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_DescribeEntityRecognizerCommand)
|
|
21
|
-
.de(de_DescribeEntityRecognizerCommand)
|
|
14
|
+
.sc(DescribeEntityRecognizer)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeEventsDetectionJob } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeEventsDetectionJobCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Comprehend_20171127", "DescribeEventsDetectionJob", {})
|
|
17
13
|
.n("ComprehendClient", "DescribeEventsDetectionJobCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeEventsDetectionJobCommand)
|
|
20
|
-
.de(de_DescribeEventsDetectionJobCommand)
|
|
14
|
+
.sc(DescribeEventsDetectionJob)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeFlywheel } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeFlywheelCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Comprehend_20171127", "DescribeFlywheel", {})
|
|
17
13
|
.n("ComprehendClient", "DescribeFlywheelCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeFlywheelCommand)
|
|
20
|
-
.de(de_DescribeFlywheelCommand)
|
|
14
|
+
.sc(DescribeFlywheel)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeFlywheelIteration } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeFlywheelIterationCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Comprehend_20171127", "DescribeFlywheelIteration", {})
|
|
17
13
|
.n("ComprehendClient", "DescribeFlywheelIterationCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeFlywheelIterationCommand)
|
|
20
|
-
.de(de_DescribeFlywheelIterationCommand)
|
|
14
|
+
.sc(DescribeFlywheelIteration)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeKeyPhrasesDetectionJob } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeKeyPhrasesDetectionJobCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Comprehend_20171127", "DescribeKeyPhrasesDetectionJob", {})
|
|
17
13
|
.n("ComprehendClient", "DescribeKeyPhrasesDetectionJobCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeKeyPhrasesDetectionJobCommand)
|
|
20
|
-
.de(de_DescribeKeyPhrasesDetectionJobCommand)
|
|
14
|
+
.sc(DescribeKeyPhrasesDetectionJob)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribePiiEntitiesDetectionJob } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribePiiEntitiesDetectionJobCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Comprehend_20171127", "DescribePiiEntitiesDetectionJob", {})
|
|
17
13
|
.n("ComprehendClient", "DescribePiiEntitiesDetectionJobCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribePiiEntitiesDetectionJobCommand)
|
|
20
|
-
.de(de_DescribePiiEntitiesDetectionJobCommand)
|
|
14
|
+
.sc(DescribePiiEntitiesDetectionJob)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeResourcePolicy } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeResourcePolicyCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Comprehend_20171127", "DescribeResourcePolicy", {})
|
|
17
13
|
.n("ComprehendClient", "DescribeResourcePolicyCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeResourcePolicyCommand)
|
|
20
|
-
.de(de_DescribeResourcePolicyCommand)
|
|
14
|
+
.sc(DescribeResourcePolicy)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeSentimentDetectionJob } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeSentimentDetectionJobCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Comprehend_20171127", "DescribeSentimentDetectionJob", {})
|
|
17
13
|
.n("ComprehendClient", "DescribeSentimentDetectionJobCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeSentimentDetectionJobCommand)
|
|
20
|
-
.de(de_DescribeSentimentDetectionJobCommand)
|
|
14
|
+
.sc(DescribeSentimentDetectionJob)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeTargetedSentimentDetectionJob } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeTargetedSentimentDetectionJobCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Comprehend_20171127", "DescribeTargetedSentimentDetectionJob", {})
|
|
17
13
|
.n("ComprehendClient", "DescribeTargetedSentimentDetectionJobCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeTargetedSentimentDetectionJobCommand)
|
|
20
|
-
.de(de_DescribeTargetedSentimentDetectionJobCommand)
|
|
14
|
+
.sc(DescribeTargetedSentimentDetectionJob)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeTopicsDetectionJob } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeTopicsDetectionJobCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Comprehend_20171127", "DescribeTopicsDetectionJob", {})
|
|
17
13
|
.n("ComprehendClient", "DescribeTopicsDetectionJobCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeTopicsDetectionJobCommand)
|
|
20
|
-
.de(de_DescribeTopicsDetectionJobCommand)
|
|
14
|
+
.sc(DescribeTopicsDetectionJob)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_DetectDominantLanguageCommand, se_DetectDominantLanguageCommand } from "../protocols/Aws_json1_1";
|
|
4
|
+
import { DetectDominantLanguage } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class DetectDominantLanguageCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("Comprehend_20171127", "DetectDominantLanguage", {})
|
|
18
13
|
.n("ComprehendClient", "DetectDominantLanguageCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_DetectDominantLanguageCommand)
|
|
21
|
-
.de(de_DetectDominantLanguageCommand)
|
|
14
|
+
.sc(DetectDominantLanguage)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_DetectEntitiesCommand, se_DetectEntitiesCommand } from "../protocols/Aws_json1_1";
|
|
4
|
+
import { DetectEntities } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class DetectEntitiesCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("Comprehend_20171127", "DetectEntities", {})
|
|
18
13
|
.n("ComprehendClient", "DetectEntitiesCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_DetectEntitiesCommand)
|
|
21
|
-
.de(de_DetectEntitiesCommand)
|
|
14
|
+
.sc(DetectEntities)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_DetectKeyPhrasesCommand, se_DetectKeyPhrasesCommand } from "../protocols/Aws_json1_1";
|
|
4
|
+
import { DetectKeyPhrases } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class DetectKeyPhrasesCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("Comprehend_20171127", "DetectKeyPhrases", {})
|
|
18
13
|
.n("ComprehendClient", "DetectKeyPhrasesCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_DetectKeyPhrasesCommand)
|
|
21
|
-
.de(de_DetectKeyPhrasesCommand)
|
|
14
|
+
.sc(DetectKeyPhrases)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DetectPiiEntities } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DetectPiiEntitiesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Comprehend_20171127", "DetectPiiEntities", {})
|
|
17
13
|
.n("ComprehendClient", "DetectPiiEntitiesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DetectPiiEntitiesCommand)
|
|
20
|
-
.de(de_DetectPiiEntitiesCommand)
|
|
14
|
+
.sc(DetectPiiEntities)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_DetectSentimentCommand, se_DetectSentimentCommand } from "../protocols/Aws_json1_1";
|
|
4
|
+
import { DetectSentiment } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class DetectSentimentCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("Comprehend_20171127", "DetectSentiment", {})
|
|
18
13
|
.n("ComprehendClient", "DetectSentimentCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_DetectSentimentCommand)
|
|
21
|
-
.de(de_DetectSentimentCommand)
|
|
14
|
+
.sc(DetectSentiment)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_DetectSyntaxCommand, se_DetectSyntaxCommand } from "../protocols/Aws_json1_1";
|
|
4
|
+
import { DetectSyntax } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class DetectSyntaxCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("Comprehend_20171127", "DetectSyntax", {})
|
|
18
13
|
.n("ComprehendClient", "DetectSyntaxCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_DetectSyntaxCommand)
|
|
21
|
-
.de(de_DetectSyntaxCommand)
|
|
14
|
+
.sc(DetectSyntax)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_DetectTargetedSentimentCommand, se_DetectTargetedSentimentCommand } from "../protocols/Aws_json1_1";
|
|
4
|
+
import { DetectTargetedSentiment } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class DetectTargetedSentimentCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("Comprehend_20171127", "DetectTargetedSentiment", {})
|
|
18
13
|
.n("ComprehendClient", "DetectTargetedSentimentCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_DetectTargetedSentimentCommand)
|
|
21
|
-
.de(de_DetectTargetedSentimentCommand)
|
|
14
|
+
.sc(DetectTargetedSentiment)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_DetectToxicContentCommand, se_DetectToxicContentCommand } from "../protocols/Aws_json1_1";
|
|
4
|
+
import { DetectToxicContent } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class DetectToxicContentCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("Comprehend_20171127", "DetectToxicContent", {})
|
|
18
13
|
.n("ComprehendClient", "DetectToxicContentCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_DetectToxicContentCommand)
|
|
21
|
-
.de(de_DetectToxicContentCommand)
|
|
14
|
+
.sc(DetectToxicContent)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ImportModel } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ImportModelCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Comprehend_20171127", "ImportModel", {})
|
|
17
13
|
.n("ComprehendClient", "ImportModelCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ImportModelCommand)
|
|
20
|
-
.de(de_ImportModelCommand)
|
|
14
|
+
.sc(ImportModel)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListDatasets } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListDatasetsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Comprehend_20171127", "ListDatasets", {})
|
|
17
13
|
.n("ComprehendClient", "ListDatasetsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListDatasetsCommand)
|
|
20
|
-
.de(de_ListDatasetsCommand)
|
|
14
|
+
.sc(ListDatasets)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListDocumentClassificationJobs } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListDocumentClassificationJobsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Comprehend_20171127", "ListDocumentClassificationJobs", {})
|
|
17
13
|
.n("ComprehendClient", "ListDocumentClassificationJobsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListDocumentClassificationJobsCommand)
|
|
20
|
-
.de(de_ListDocumentClassificationJobsCommand)
|
|
14
|
+
.sc(ListDocumentClassificationJobs)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|