@aws-sdk/client-comprehend 3.952.0 → 3.953.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 +1239 -871
- package/dist-cjs/runtimeConfig.shared.js +6 -6
- package/dist-es/commands/BatchDetectDominantLanguageCommand.js +2 -2
- package/dist-es/commands/BatchDetectEntitiesCommand.js +2 -2
- package/dist-es/commands/BatchDetectKeyPhrasesCommand.js +2 -2
- package/dist-es/commands/BatchDetectSentimentCommand.js +2 -2
- package/dist-es/commands/BatchDetectSyntaxCommand.js +2 -2
- package/dist-es/commands/BatchDetectTargetedSentimentCommand.js +2 -2
- package/dist-es/commands/ClassifyDocumentCommand.js +2 -2
- package/dist-es/commands/ContainsPiiEntitiesCommand.js +2 -2
- package/dist-es/commands/CreateDatasetCommand.js +2 -2
- package/dist-es/commands/CreateDocumentClassifierCommand.js +2 -2
- package/dist-es/commands/CreateEndpointCommand.js +2 -2
- package/dist-es/commands/CreateEntityRecognizerCommand.js +2 -2
- package/dist-es/commands/CreateFlywheelCommand.js +2 -2
- package/dist-es/commands/DeleteDocumentClassifierCommand.js +2 -2
- package/dist-es/commands/DeleteEndpointCommand.js +2 -2
- package/dist-es/commands/DeleteEntityRecognizerCommand.js +2 -2
- package/dist-es/commands/DeleteFlywheelCommand.js +2 -2
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
- package/dist-es/commands/DescribeDatasetCommand.js +2 -2
- package/dist-es/commands/DescribeDocumentClassificationJobCommand.js +2 -2
- package/dist-es/commands/DescribeDocumentClassifierCommand.js +2 -2
- package/dist-es/commands/DescribeDominantLanguageDetectionJobCommand.js +2 -2
- package/dist-es/commands/DescribeEndpointCommand.js +2 -2
- package/dist-es/commands/DescribeEntitiesDetectionJobCommand.js +2 -2
- package/dist-es/commands/DescribeEntityRecognizerCommand.js +2 -2
- package/dist-es/commands/DescribeEventsDetectionJobCommand.js +2 -2
- package/dist-es/commands/DescribeFlywheelCommand.js +2 -2
- package/dist-es/commands/DescribeFlywheelIterationCommand.js +2 -2
- package/dist-es/commands/DescribeKeyPhrasesDetectionJobCommand.js +2 -2
- package/dist-es/commands/DescribePiiEntitiesDetectionJobCommand.js +2 -2
- package/dist-es/commands/DescribeResourcePolicyCommand.js +2 -2
- package/dist-es/commands/DescribeSentimentDetectionJobCommand.js +2 -2
- package/dist-es/commands/DescribeTargetedSentimentDetectionJobCommand.js +2 -2
- package/dist-es/commands/DescribeTopicsDetectionJobCommand.js +2 -2
- package/dist-es/commands/DetectDominantLanguageCommand.js +2 -2
- package/dist-es/commands/DetectEntitiesCommand.js +2 -2
- package/dist-es/commands/DetectKeyPhrasesCommand.js +2 -2
- package/dist-es/commands/DetectPiiEntitiesCommand.js +2 -2
- package/dist-es/commands/DetectSentimentCommand.js +2 -2
- package/dist-es/commands/DetectSyntaxCommand.js +2 -2
- package/dist-es/commands/DetectTargetedSentimentCommand.js +2 -2
- package/dist-es/commands/DetectToxicContentCommand.js +2 -2
- package/dist-es/commands/ImportModelCommand.js +2 -2
- package/dist-es/commands/ListDatasetsCommand.js +2 -2
- package/dist-es/commands/ListDocumentClassificationJobsCommand.js +2 -2
- package/dist-es/commands/ListDocumentClassifierSummariesCommand.js +2 -2
- package/dist-es/commands/ListDocumentClassifiersCommand.js +2 -2
- package/dist-es/commands/ListDominantLanguageDetectionJobsCommand.js +2 -2
- package/dist-es/commands/ListEndpointsCommand.js +2 -2
- package/dist-es/commands/ListEntitiesDetectionJobsCommand.js +2 -2
- package/dist-es/commands/ListEntityRecognizerSummariesCommand.js +2 -2
- package/dist-es/commands/ListEntityRecognizersCommand.js +2 -2
- package/dist-es/commands/ListEventsDetectionJobsCommand.js +2 -2
- package/dist-es/commands/ListFlywheelIterationHistoryCommand.js +2 -2
- package/dist-es/commands/ListFlywheelsCommand.js +2 -2
- package/dist-es/commands/ListKeyPhrasesDetectionJobsCommand.js +2 -2
- package/dist-es/commands/ListPiiEntitiesDetectionJobsCommand.js +2 -2
- package/dist-es/commands/ListSentimentDetectionJobsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTargetedSentimentDetectionJobsCommand.js +2 -2
- package/dist-es/commands/ListTopicsDetectionJobsCommand.js +2 -2
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
- package/dist-es/commands/StartDocumentClassificationJobCommand.js +2 -2
- package/dist-es/commands/StartDominantLanguageDetectionJobCommand.js +2 -2
- package/dist-es/commands/StartEntitiesDetectionJobCommand.js +2 -2
- package/dist-es/commands/StartEventsDetectionJobCommand.js +2 -2
- package/dist-es/commands/StartFlywheelIterationCommand.js +2 -2
- package/dist-es/commands/StartKeyPhrasesDetectionJobCommand.js +2 -2
- package/dist-es/commands/StartPiiEntitiesDetectionJobCommand.js +2 -2
- package/dist-es/commands/StartSentimentDetectionJobCommand.js +2 -2
- package/dist-es/commands/StartTargetedSentimentDetectionJobCommand.js +2 -2
- package/dist-es/commands/StartTopicsDetectionJobCommand.js +2 -2
- package/dist-es/commands/StopDominantLanguageDetectionJobCommand.js +2 -2
- package/dist-es/commands/StopEntitiesDetectionJobCommand.js +2 -2
- package/dist-es/commands/StopEventsDetectionJobCommand.js +2 -2
- package/dist-es/commands/StopKeyPhrasesDetectionJobCommand.js +2 -2
- package/dist-es/commands/StopPiiEntitiesDetectionJobCommand.js +2 -2
- package/dist-es/commands/StopSentimentDetectionJobCommand.js +2 -2
- package/dist-es/commands/StopTargetedSentimentDetectionJobCommand.js +2 -2
- package/dist-es/commands/StopTrainingDocumentClassifierCommand.js +2 -2
- package/dist-es/commands/StopTrainingEntityRecognizerCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateEndpointCommand.js +2 -2
- package/dist-es/commands/UpdateFlywheelCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -6
- package/dist-es/schemas/schemas_0.js +748 -757
- package/dist-types/ComprehendClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +378 -442
- package/dist-types/ts3.4/ComprehendClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +377 -443
- package/package.json +34 -34
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DetectEntities } from "../schemas/schemas_0";
|
|
4
|
+
import { DetectEntities$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DetectEntitiesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DetectEntitiesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "DetectEntities", {})
|
|
13
13
|
.n("ComprehendClient", "DetectEntitiesCommand")
|
|
14
|
-
.sc(DetectEntities)
|
|
14
|
+
.sc(DetectEntities$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DetectKeyPhrases } from "../schemas/schemas_0";
|
|
4
|
+
import { DetectKeyPhrases$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DetectKeyPhrasesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DetectKeyPhrasesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "DetectKeyPhrases", {})
|
|
13
13
|
.n("ComprehendClient", "DetectKeyPhrasesCommand")
|
|
14
|
-
.sc(DetectKeyPhrases)
|
|
14
|
+
.sc(DetectKeyPhrases$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DetectPiiEntities } from "../schemas/schemas_0";
|
|
4
|
+
import { DetectPiiEntities$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DetectPiiEntitiesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DetectPiiEntitiesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "DetectPiiEntities", {})
|
|
13
13
|
.n("ComprehendClient", "DetectPiiEntitiesCommand")
|
|
14
|
-
.sc(DetectPiiEntities)
|
|
14
|
+
.sc(DetectPiiEntities$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DetectSentiment } from "../schemas/schemas_0";
|
|
4
|
+
import { DetectSentiment$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DetectSentimentCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DetectSentimentCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "DetectSentiment", {})
|
|
13
13
|
.n("ComprehendClient", "DetectSentimentCommand")
|
|
14
|
-
.sc(DetectSentiment)
|
|
14
|
+
.sc(DetectSentiment$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DetectSyntax } from "../schemas/schemas_0";
|
|
4
|
+
import { DetectSyntax$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DetectSyntaxCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DetectSyntaxCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "DetectSyntax", {})
|
|
13
13
|
.n("ComprehendClient", "DetectSyntaxCommand")
|
|
14
|
-
.sc(DetectSyntax)
|
|
14
|
+
.sc(DetectSyntax$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DetectTargetedSentiment } from "../schemas/schemas_0";
|
|
4
|
+
import { DetectTargetedSentiment$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DetectTargetedSentimentCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DetectTargetedSentimentCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "DetectTargetedSentiment", {})
|
|
13
13
|
.n("ComprehendClient", "DetectTargetedSentimentCommand")
|
|
14
|
-
.sc(DetectTargetedSentiment)
|
|
14
|
+
.sc(DetectTargetedSentiment$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DetectToxicContent } from "../schemas/schemas_0";
|
|
4
|
+
import { DetectToxicContent$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DetectToxicContentCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DetectToxicContentCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "DetectToxicContent", {})
|
|
13
13
|
.n("ComprehendClient", "DetectToxicContentCommand")
|
|
14
|
-
.sc(DetectToxicContent)
|
|
14
|
+
.sc(DetectToxicContent$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ImportModel } from "../schemas/schemas_0";
|
|
4
|
+
import { ImportModel$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ImportModelCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ImportModelCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "ImportModel", {})
|
|
13
13
|
.n("ComprehendClient", "ImportModelCommand")
|
|
14
|
-
.sc(ImportModel)
|
|
14
|
+
.sc(ImportModel$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListDatasets } from "../schemas/schemas_0";
|
|
4
|
+
import { ListDatasets$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListDatasetsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListDatasetsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "ListDatasets", {})
|
|
13
13
|
.n("ComprehendClient", "ListDatasetsCommand")
|
|
14
|
-
.sc(ListDatasets)
|
|
14
|
+
.sc(ListDatasets$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListDocumentClassificationJobs } from "../schemas/schemas_0";
|
|
4
|
+
import { ListDocumentClassificationJobs$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListDocumentClassificationJobsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListDocumentClassificationJobsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "ListDocumentClassificationJobs", {})
|
|
13
13
|
.n("ComprehendClient", "ListDocumentClassificationJobsCommand")
|
|
14
|
-
.sc(ListDocumentClassificationJobs)
|
|
14
|
+
.sc(ListDocumentClassificationJobs$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListDocumentClassifierSummaries } from "../schemas/schemas_0";
|
|
4
|
+
import { ListDocumentClassifierSummaries$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListDocumentClassifierSummariesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListDocumentClassifierSummariesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "ListDocumentClassifierSummaries", {})
|
|
13
13
|
.n("ComprehendClient", "ListDocumentClassifierSummariesCommand")
|
|
14
|
-
.sc(ListDocumentClassifierSummaries)
|
|
14
|
+
.sc(ListDocumentClassifierSummaries$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListDocumentClassifiers } from "../schemas/schemas_0";
|
|
4
|
+
import { ListDocumentClassifiers$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListDocumentClassifiersCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListDocumentClassifiersCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "ListDocumentClassifiers", {})
|
|
13
13
|
.n("ComprehendClient", "ListDocumentClassifiersCommand")
|
|
14
|
-
.sc(ListDocumentClassifiers)
|
|
14
|
+
.sc(ListDocumentClassifiers$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListDominantLanguageDetectionJobs } from "../schemas/schemas_0";
|
|
4
|
+
import { ListDominantLanguageDetectionJobs$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListDominantLanguageDetectionJobsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListDominantLanguageDetectionJobsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "ListDominantLanguageDetectionJobs", {})
|
|
13
13
|
.n("ComprehendClient", "ListDominantLanguageDetectionJobsCommand")
|
|
14
|
-
.sc(ListDominantLanguageDetectionJobs)
|
|
14
|
+
.sc(ListDominantLanguageDetectionJobs$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListEndpoints } from "../schemas/schemas_0";
|
|
4
|
+
import { ListEndpoints$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListEndpointsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListEndpointsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "ListEndpoints", {})
|
|
13
13
|
.n("ComprehendClient", "ListEndpointsCommand")
|
|
14
|
-
.sc(ListEndpoints)
|
|
14
|
+
.sc(ListEndpoints$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListEntitiesDetectionJobs } from "../schemas/schemas_0";
|
|
4
|
+
import { ListEntitiesDetectionJobs$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListEntitiesDetectionJobsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListEntitiesDetectionJobsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "ListEntitiesDetectionJobs", {})
|
|
13
13
|
.n("ComprehendClient", "ListEntitiesDetectionJobsCommand")
|
|
14
|
-
.sc(ListEntitiesDetectionJobs)
|
|
14
|
+
.sc(ListEntitiesDetectionJobs$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListEntityRecognizerSummaries } from "../schemas/schemas_0";
|
|
4
|
+
import { ListEntityRecognizerSummaries$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListEntityRecognizerSummariesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListEntityRecognizerSummariesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "ListEntityRecognizerSummaries", {})
|
|
13
13
|
.n("ComprehendClient", "ListEntityRecognizerSummariesCommand")
|
|
14
|
-
.sc(ListEntityRecognizerSummaries)
|
|
14
|
+
.sc(ListEntityRecognizerSummaries$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListEntityRecognizers } from "../schemas/schemas_0";
|
|
4
|
+
import { ListEntityRecognizers$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListEntityRecognizersCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListEntityRecognizersCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "ListEntityRecognizers", {})
|
|
13
13
|
.n("ComprehendClient", "ListEntityRecognizersCommand")
|
|
14
|
-
.sc(ListEntityRecognizers)
|
|
14
|
+
.sc(ListEntityRecognizers$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListEventsDetectionJobs } from "../schemas/schemas_0";
|
|
4
|
+
import { ListEventsDetectionJobs$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListEventsDetectionJobsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListEventsDetectionJobsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "ListEventsDetectionJobs", {})
|
|
13
13
|
.n("ComprehendClient", "ListEventsDetectionJobsCommand")
|
|
14
|
-
.sc(ListEventsDetectionJobs)
|
|
14
|
+
.sc(ListEventsDetectionJobs$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListFlywheelIterationHistory } from "../schemas/schemas_0";
|
|
4
|
+
import { ListFlywheelIterationHistory$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListFlywheelIterationHistoryCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListFlywheelIterationHistoryCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "ListFlywheelIterationHistory", {})
|
|
13
13
|
.n("ComprehendClient", "ListFlywheelIterationHistoryCommand")
|
|
14
|
-
.sc(ListFlywheelIterationHistory)
|
|
14
|
+
.sc(ListFlywheelIterationHistory$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListFlywheels } from "../schemas/schemas_0";
|
|
4
|
+
import { ListFlywheels$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListFlywheelsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListFlywheelsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "ListFlywheels", {})
|
|
13
13
|
.n("ComprehendClient", "ListFlywheelsCommand")
|
|
14
|
-
.sc(ListFlywheels)
|
|
14
|
+
.sc(ListFlywheels$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListKeyPhrasesDetectionJobs } from "../schemas/schemas_0";
|
|
4
|
+
import { ListKeyPhrasesDetectionJobs$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListKeyPhrasesDetectionJobsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListKeyPhrasesDetectionJobsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "ListKeyPhrasesDetectionJobs", {})
|
|
13
13
|
.n("ComprehendClient", "ListKeyPhrasesDetectionJobsCommand")
|
|
14
|
-
.sc(ListKeyPhrasesDetectionJobs)
|
|
14
|
+
.sc(ListKeyPhrasesDetectionJobs$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListPiiEntitiesDetectionJobs } from "../schemas/schemas_0";
|
|
4
|
+
import { ListPiiEntitiesDetectionJobs$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListPiiEntitiesDetectionJobsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListPiiEntitiesDetectionJobsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "ListPiiEntitiesDetectionJobs", {})
|
|
13
13
|
.n("ComprehendClient", "ListPiiEntitiesDetectionJobsCommand")
|
|
14
|
-
.sc(ListPiiEntitiesDetectionJobs)
|
|
14
|
+
.sc(ListPiiEntitiesDetectionJobs$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListSentimentDetectionJobs } from "../schemas/schemas_0";
|
|
4
|
+
import { ListSentimentDetectionJobs$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListSentimentDetectionJobsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListSentimentDetectionJobsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "ListSentimentDetectionJobs", {})
|
|
13
13
|
.n("ComprehendClient", "ListSentimentDetectionJobsCommand")
|
|
14
|
-
.sc(ListSentimentDetectionJobs)
|
|
14
|
+
.sc(ListSentimentDetectionJobs$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListTagsForResource } from "../schemas/schemas_0";
|
|
4
|
+
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListTagsForResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListTagsForResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "ListTagsForResource", {})
|
|
13
13
|
.n("ComprehendClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource)
|
|
14
|
+
.sc(ListTagsForResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListTargetedSentimentDetectionJobs } from "../schemas/schemas_0";
|
|
4
|
+
import { ListTargetedSentimentDetectionJobs$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListTargetedSentimentDetectionJobsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListTargetedSentimentDetectionJobsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "ListTargetedSentimentDetectionJobs", {})
|
|
13
13
|
.n("ComprehendClient", "ListTargetedSentimentDetectionJobsCommand")
|
|
14
|
-
.sc(ListTargetedSentimentDetectionJobs)
|
|
14
|
+
.sc(ListTargetedSentimentDetectionJobs$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListTopicsDetectionJobs } from "../schemas/schemas_0";
|
|
4
|
+
import { ListTopicsDetectionJobs$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListTopicsDetectionJobsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListTopicsDetectionJobsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "ListTopicsDetectionJobs", {})
|
|
13
13
|
.n("ComprehendClient", "ListTopicsDetectionJobsCommand")
|
|
14
|
-
.sc(ListTopicsDetectionJobs)
|
|
14
|
+
.sc(ListTopicsDetectionJobs$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { PutResourcePolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { PutResourcePolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutResourcePolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PutResourcePolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "PutResourcePolicy", {})
|
|
13
13
|
.n("ComprehendClient", "PutResourcePolicyCommand")
|
|
14
|
-
.sc(PutResourcePolicy)
|
|
14
|
+
.sc(PutResourcePolicy$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { StartDocumentClassificationJob } from "../schemas/schemas_0";
|
|
4
|
+
import { StartDocumentClassificationJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StartDocumentClassificationJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StartDocumentClassificationJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "StartDocumentClassificationJob", {})
|
|
13
13
|
.n("ComprehendClient", "StartDocumentClassificationJobCommand")
|
|
14
|
-
.sc(StartDocumentClassificationJob)
|
|
14
|
+
.sc(StartDocumentClassificationJob$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { StartDominantLanguageDetectionJob } from "../schemas/schemas_0";
|
|
4
|
+
import { StartDominantLanguageDetectionJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StartDominantLanguageDetectionJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StartDominantLanguageDetectionJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "StartDominantLanguageDetectionJob", {})
|
|
13
13
|
.n("ComprehendClient", "StartDominantLanguageDetectionJobCommand")
|
|
14
|
-
.sc(StartDominantLanguageDetectionJob)
|
|
14
|
+
.sc(StartDominantLanguageDetectionJob$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { StartEntitiesDetectionJob } from "../schemas/schemas_0";
|
|
4
|
+
import { StartEntitiesDetectionJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StartEntitiesDetectionJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StartEntitiesDetectionJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "StartEntitiesDetectionJob", {})
|
|
13
13
|
.n("ComprehendClient", "StartEntitiesDetectionJobCommand")
|
|
14
|
-
.sc(StartEntitiesDetectionJob)
|
|
14
|
+
.sc(StartEntitiesDetectionJob$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { StartEventsDetectionJob } from "../schemas/schemas_0";
|
|
4
|
+
import { StartEventsDetectionJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StartEventsDetectionJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StartEventsDetectionJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "StartEventsDetectionJob", {})
|
|
13
13
|
.n("ComprehendClient", "StartEventsDetectionJobCommand")
|
|
14
|
-
.sc(StartEventsDetectionJob)
|
|
14
|
+
.sc(StartEventsDetectionJob$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { StartFlywheelIteration } from "../schemas/schemas_0";
|
|
4
|
+
import { StartFlywheelIteration$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StartFlywheelIterationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StartFlywheelIterationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "StartFlywheelIteration", {})
|
|
13
13
|
.n("ComprehendClient", "StartFlywheelIterationCommand")
|
|
14
|
-
.sc(StartFlywheelIteration)
|
|
14
|
+
.sc(StartFlywheelIteration$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { StartKeyPhrasesDetectionJob } from "../schemas/schemas_0";
|
|
4
|
+
import { StartKeyPhrasesDetectionJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StartKeyPhrasesDetectionJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StartKeyPhrasesDetectionJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "StartKeyPhrasesDetectionJob", {})
|
|
13
13
|
.n("ComprehendClient", "StartKeyPhrasesDetectionJobCommand")
|
|
14
|
-
.sc(StartKeyPhrasesDetectionJob)
|
|
14
|
+
.sc(StartKeyPhrasesDetectionJob$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { StartPiiEntitiesDetectionJob } from "../schemas/schemas_0";
|
|
4
|
+
import { StartPiiEntitiesDetectionJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StartPiiEntitiesDetectionJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StartPiiEntitiesDetectionJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "StartPiiEntitiesDetectionJob", {})
|
|
13
13
|
.n("ComprehendClient", "StartPiiEntitiesDetectionJobCommand")
|
|
14
|
-
.sc(StartPiiEntitiesDetectionJob)
|
|
14
|
+
.sc(StartPiiEntitiesDetectionJob$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { StartSentimentDetectionJob } from "../schemas/schemas_0";
|
|
4
|
+
import { StartSentimentDetectionJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StartSentimentDetectionJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StartSentimentDetectionJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "StartSentimentDetectionJob", {})
|
|
13
13
|
.n("ComprehendClient", "StartSentimentDetectionJobCommand")
|
|
14
|
-
.sc(StartSentimentDetectionJob)
|
|
14
|
+
.sc(StartSentimentDetectionJob$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { StartTargetedSentimentDetectionJob } from "../schemas/schemas_0";
|
|
4
|
+
import { StartTargetedSentimentDetectionJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StartTargetedSentimentDetectionJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StartTargetedSentimentDetectionJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "StartTargetedSentimentDetectionJob", {})
|
|
13
13
|
.n("ComprehendClient", "StartTargetedSentimentDetectionJobCommand")
|
|
14
|
-
.sc(StartTargetedSentimentDetectionJob)
|
|
14
|
+
.sc(StartTargetedSentimentDetectionJob$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|