@aws-sdk/client-comprehend 3.1077.0 → 3.1078.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 +93 -853
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/BatchDetectDominantLanguageCommand.js +2 -14
- package/dist-es/commands/BatchDetectEntitiesCommand.js +2 -14
- package/dist-es/commands/BatchDetectKeyPhrasesCommand.js +2 -14
- package/dist-es/commands/BatchDetectSentimentCommand.js +2 -14
- package/dist-es/commands/BatchDetectSyntaxCommand.js +2 -14
- package/dist-es/commands/BatchDetectTargetedSentimentCommand.js +2 -14
- package/dist-es/commands/ClassifyDocumentCommand.js +2 -14
- package/dist-es/commands/ContainsPiiEntitiesCommand.js +2 -14
- package/dist-es/commands/CreateDatasetCommand.js +2 -14
- package/dist-es/commands/CreateDocumentClassifierCommand.js +2 -14
- package/dist-es/commands/CreateEndpointCommand.js +2 -14
- package/dist-es/commands/CreateEntityRecognizerCommand.js +2 -14
- package/dist-es/commands/CreateFlywheelCommand.js +2 -14
- package/dist-es/commands/DeleteDocumentClassifierCommand.js +2 -14
- package/dist-es/commands/DeleteEndpointCommand.js +2 -14
- package/dist-es/commands/DeleteEntityRecognizerCommand.js +2 -14
- package/dist-es/commands/DeleteFlywheelCommand.js +2 -14
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -14
- package/dist-es/commands/DescribeDatasetCommand.js +2 -14
- package/dist-es/commands/DescribeDocumentClassificationJobCommand.js +2 -14
- package/dist-es/commands/DescribeDocumentClassifierCommand.js +2 -14
- package/dist-es/commands/DescribeDominantLanguageDetectionJobCommand.js +2 -14
- package/dist-es/commands/DescribeEndpointCommand.js +2 -14
- package/dist-es/commands/DescribeEntitiesDetectionJobCommand.js +2 -14
- package/dist-es/commands/DescribeEntityRecognizerCommand.js +2 -14
- package/dist-es/commands/DescribeEventsDetectionJobCommand.js +2 -14
- package/dist-es/commands/DescribeFlywheelCommand.js +2 -14
- package/dist-es/commands/DescribeFlywheelIterationCommand.js +2 -14
- package/dist-es/commands/DescribeKeyPhrasesDetectionJobCommand.js +2 -14
- package/dist-es/commands/DescribePiiEntitiesDetectionJobCommand.js +2 -14
- package/dist-es/commands/DescribeResourcePolicyCommand.js +2 -14
- package/dist-es/commands/DescribeSentimentDetectionJobCommand.js +2 -14
- package/dist-es/commands/DescribeTargetedSentimentDetectionJobCommand.js +2 -14
- package/dist-es/commands/DescribeTopicsDetectionJobCommand.js +2 -14
- package/dist-es/commands/DetectDominantLanguageCommand.js +2 -14
- package/dist-es/commands/DetectEntitiesCommand.js +2 -14
- package/dist-es/commands/DetectKeyPhrasesCommand.js +2 -14
- package/dist-es/commands/DetectPiiEntitiesCommand.js +2 -14
- package/dist-es/commands/DetectSentimentCommand.js +2 -14
- package/dist-es/commands/DetectSyntaxCommand.js +2 -14
- package/dist-es/commands/DetectTargetedSentimentCommand.js +2 -14
- package/dist-es/commands/DetectToxicContentCommand.js +2 -14
- package/dist-es/commands/ImportModelCommand.js +2 -14
- package/dist-es/commands/ListDatasetsCommand.js +2 -14
- package/dist-es/commands/ListDocumentClassificationJobsCommand.js +2 -14
- package/dist-es/commands/ListDocumentClassifierSummariesCommand.js +2 -14
- package/dist-es/commands/ListDocumentClassifiersCommand.js +2 -14
- package/dist-es/commands/ListDominantLanguageDetectionJobsCommand.js +2 -14
- package/dist-es/commands/ListEndpointsCommand.js +2 -14
- package/dist-es/commands/ListEntitiesDetectionJobsCommand.js +2 -14
- package/dist-es/commands/ListEntityRecognizerSummariesCommand.js +2 -14
- package/dist-es/commands/ListEntityRecognizersCommand.js +2 -14
- package/dist-es/commands/ListEventsDetectionJobsCommand.js +2 -14
- package/dist-es/commands/ListFlywheelIterationHistoryCommand.js +2 -14
- package/dist-es/commands/ListFlywheelsCommand.js +2 -14
- package/dist-es/commands/ListKeyPhrasesDetectionJobsCommand.js +2 -14
- package/dist-es/commands/ListPiiEntitiesDetectionJobsCommand.js +2 -14
- package/dist-es/commands/ListSentimentDetectionJobsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListTargetedSentimentDetectionJobsCommand.js +2 -14
- package/dist-es/commands/ListTopicsDetectionJobsCommand.js +2 -14
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -14
- package/dist-es/commands/StartDocumentClassificationJobCommand.js +2 -14
- package/dist-es/commands/StartDominantLanguageDetectionJobCommand.js +2 -14
- package/dist-es/commands/StartEntitiesDetectionJobCommand.js +2 -14
- package/dist-es/commands/StartEventsDetectionJobCommand.js +2 -14
- package/dist-es/commands/StartFlywheelIterationCommand.js +2 -14
- package/dist-es/commands/StartKeyPhrasesDetectionJobCommand.js +2 -14
- package/dist-es/commands/StartPiiEntitiesDetectionJobCommand.js +2 -14
- package/dist-es/commands/StartSentimentDetectionJobCommand.js +2 -14
- package/dist-es/commands/StartTargetedSentimentDetectionJobCommand.js +2 -14
- package/dist-es/commands/StartTopicsDetectionJobCommand.js +2 -14
- package/dist-es/commands/StopDominantLanguageDetectionJobCommand.js +2 -14
- package/dist-es/commands/StopEntitiesDetectionJobCommand.js +2 -14
- package/dist-es/commands/StopEventsDetectionJobCommand.js +2 -14
- package/dist-es/commands/StopKeyPhrasesDetectionJobCommand.js +2 -14
- package/dist-es/commands/StopPiiEntitiesDetectionJobCommand.js +2 -14
- package/dist-es/commands/StopSentimentDetectionJobCommand.js +2 -14
- package/dist-es/commands/StopTargetedSentimentDetectionJobCommand.js +2 -14
- package/dist-es/commands/StopTrainingDocumentClassifierCommand.js +2 -14
- package/dist-es/commands/StopTrainingEntityRecognizerCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateEndpointCommand.js +2 -14
- package/dist-es/commands/UpdateFlywheelCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/BatchDetectDominantLanguageCommand.d.ts +3 -8
- package/dist-types/commands/BatchDetectEntitiesCommand.d.ts +3 -8
- package/dist-types/commands/BatchDetectKeyPhrasesCommand.d.ts +3 -8
- package/dist-types/commands/BatchDetectSentimentCommand.d.ts +3 -8
- package/dist-types/commands/BatchDetectSyntaxCommand.d.ts +3 -8
- package/dist-types/commands/BatchDetectTargetedSentimentCommand.d.ts +3 -8
- package/dist-types/commands/ClassifyDocumentCommand.d.ts +3 -8
- package/dist-types/commands/ContainsPiiEntitiesCommand.d.ts +3 -8
- package/dist-types/commands/CreateDatasetCommand.d.ts +3 -8
- package/dist-types/commands/CreateDocumentClassifierCommand.d.ts +3 -8
- package/dist-types/commands/CreateEndpointCommand.d.ts +3 -8
- package/dist-types/commands/CreateEntityRecognizerCommand.d.ts +3 -8
- package/dist-types/commands/CreateFlywheelCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDocumentClassifierCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEndpointCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEntityRecognizerCommand.d.ts +3 -8
- package/dist-types/commands/DeleteFlywheelCommand.d.ts +3 -8
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDatasetCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDocumentClassificationJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDocumentClassifierCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEndpointCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEntitiesDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEntityRecognizerCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEventsDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeFlywheelCommand.d.ts +3 -8
- package/dist-types/commands/DescribeFlywheelIterationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +3 -8
- package/dist-types/commands/DescribeSentimentDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTopicsDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/DetectDominantLanguageCommand.d.ts +3 -8
- package/dist-types/commands/DetectEntitiesCommand.d.ts +3 -8
- package/dist-types/commands/DetectKeyPhrasesCommand.d.ts +3 -8
- package/dist-types/commands/DetectPiiEntitiesCommand.d.ts +3 -8
- package/dist-types/commands/DetectSentimentCommand.d.ts +3 -8
- package/dist-types/commands/DetectSyntaxCommand.d.ts +3 -8
- package/dist-types/commands/DetectTargetedSentimentCommand.d.ts +3 -8
- package/dist-types/commands/DetectToxicContentCommand.d.ts +3 -8
- package/dist-types/commands/ImportModelCommand.d.ts +3 -8
- package/dist-types/commands/ListDatasetsCommand.d.ts +3 -8
- package/dist-types/commands/ListDocumentClassificationJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListDocumentClassifierSummariesCommand.d.ts +3 -8
- package/dist-types/commands/ListDocumentClassifiersCommand.d.ts +3 -8
- package/dist-types/commands/ListDominantLanguageDetectionJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListEndpointsCommand.d.ts +3 -8
- package/dist-types/commands/ListEntitiesDetectionJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListEntityRecognizerSummariesCommand.d.ts +3 -8
- package/dist-types/commands/ListEntityRecognizersCommand.d.ts +3 -8
- package/dist-types/commands/ListEventsDetectionJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListFlywheelIterationHistoryCommand.d.ts +3 -8
- package/dist-types/commands/ListFlywheelsCommand.d.ts +3 -8
- package/dist-types/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListSentimentDetectionJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListTopicsDetectionJobsCommand.d.ts +3 -8
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -8
- package/dist-types/commands/StartDocumentClassificationJobCommand.d.ts +3 -8
- package/dist-types/commands/StartDominantLanguageDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/StartEntitiesDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/StartEventsDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/StartFlywheelIterationCommand.d.ts +3 -8
- package/dist-types/commands/StartKeyPhrasesDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/StartPiiEntitiesDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/StartSentimentDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/StartTargetedSentimentDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/StartTopicsDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/StopDominantLanguageDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/StopEntitiesDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/StopEventsDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/StopKeyPhrasesDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/StopPiiEntitiesDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/StopSentimentDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/StopTargetedSentimentDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/StopTrainingDocumentClassifierCommand.d.ts +3 -8
- package/dist-types/commands/StopTrainingEntityRecognizerCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateEndpointCommand.d.ts +3 -8
- package/dist-types/commands/UpdateFlywheelCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/BatchDetectDominantLanguageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDetectEntitiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDetectKeyPhrasesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDetectSentimentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDetectSyntaxCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDetectTargetedSentimentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ClassifyDocumentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ContainsPiiEntitiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDocumentClassifierCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateEntityRecognizerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateFlywheelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDocumentClassifierCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEntityRecognizerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteFlywheelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDocumentClassificationJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDocumentClassifierCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEntitiesDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEntityRecognizerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEventsDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeFlywheelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeFlywheelIterationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeSentimentDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTopicsDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetectDominantLanguageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetectKeyPhrasesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetectPiiEntitiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetectSentimentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetectSyntaxCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetectTargetedSentimentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetectToxicContentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ImportModelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDocumentClassificationJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDocumentClassifierSummariesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDocumentClassifiersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDominantLanguageDetectionJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEntitiesDetectionJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEntityRecognizerSummariesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEntityRecognizersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEventsDetectionJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFlywheelIterationHistoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFlywheelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSentimentDetectionJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTopicsDetectionJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartDocumentClassificationJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartDominantLanguageDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartEntitiesDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartEventsDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartFlywheelIterationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartKeyPhrasesDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartPiiEntitiesDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartSentimentDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartTargetedSentimentDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartTopicsDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopDominantLanguageDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopEntitiesDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopEventsDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopKeyPhrasesDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopPiiEntitiesDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopSentimentDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopTargetedSentimentDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopTrainingDocumentClassifierCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopTrainingEntityRecognizerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateFlywheelCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
4
|
+
export const command = makeBuilder(commonParams, "Comprehend_20171127", "ComprehendClient", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { BatchDetectDominantLanguage$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchDetectDominantLanguageCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Comprehend_20171127", "BatchDetectDominantLanguage", {})
|
|
13
|
-
.n("ComprehendClient", "BatchDetectDominantLanguageCommand")
|
|
14
|
-
.sc(BatchDetectDominantLanguage$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchDetectDominantLanguageCommand extends command(_ep0, _mw0, "BatchDetectDominantLanguage", BatchDetectDominantLanguage$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { BatchDetectEntities$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchDetectEntitiesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Comprehend_20171127", "BatchDetectEntities", {})
|
|
13
|
-
.n("ComprehendClient", "BatchDetectEntitiesCommand")
|
|
14
|
-
.sc(BatchDetectEntities$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchDetectEntitiesCommand extends command(_ep0, _mw0, "BatchDetectEntities", BatchDetectEntities$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { BatchDetectKeyPhrases$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchDetectKeyPhrasesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Comprehend_20171127", "BatchDetectKeyPhrases", {})
|
|
13
|
-
.n("ComprehendClient", "BatchDetectKeyPhrasesCommand")
|
|
14
|
-
.sc(BatchDetectKeyPhrases$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchDetectKeyPhrasesCommand extends command(_ep0, _mw0, "BatchDetectKeyPhrases", BatchDetectKeyPhrases$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { BatchDetectSentiment$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchDetectSentimentCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Comprehend_20171127", "BatchDetectSentiment", {})
|
|
13
|
-
.n("ComprehendClient", "BatchDetectSentimentCommand")
|
|
14
|
-
.sc(BatchDetectSentiment$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchDetectSentimentCommand extends command(_ep0, _mw0, "BatchDetectSentiment", BatchDetectSentiment$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { BatchDetectSyntax$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchDetectSyntaxCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Comprehend_20171127", "BatchDetectSyntax", {})
|
|
13
|
-
.n("ComprehendClient", "BatchDetectSyntaxCommand")
|
|
14
|
-
.sc(BatchDetectSyntax$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchDetectSyntaxCommand extends command(_ep0, _mw0, "BatchDetectSyntax", BatchDetectSyntax$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { BatchDetectTargetedSentiment$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchDetectTargetedSentimentCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Comprehend_20171127", "BatchDetectTargetedSentiment", {})
|
|
13
|
-
.n("ComprehendClient", "BatchDetectTargetedSentimentCommand")
|
|
14
|
-
.sc(BatchDetectTargetedSentiment$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchDetectTargetedSentimentCommand extends command(_ep0, _mw0, "BatchDetectTargetedSentiment", BatchDetectTargetedSentiment$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ClassifyDocument$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ClassifyDocumentCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Comprehend_20171127", "ClassifyDocument", {})
|
|
13
|
-
.n("ComprehendClient", "ClassifyDocumentCommand")
|
|
14
|
-
.sc(ClassifyDocument$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ClassifyDocumentCommand extends command(_ep0, _mw0, "ClassifyDocument", ClassifyDocument$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ContainsPiiEntities$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ContainsPiiEntitiesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Comprehend_20171127", "ContainsPiiEntities", {})
|
|
13
|
-
.n("ComprehendClient", "ContainsPiiEntitiesCommand")
|
|
14
|
-
.sc(ContainsPiiEntities$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ContainsPiiEntitiesCommand extends command(_ep0, _mw0, "ContainsPiiEntities", ContainsPiiEntities$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateDataset$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateDatasetCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Comprehend_20171127", "CreateDataset", {})
|
|
13
|
-
.n("ComprehendClient", "CreateDatasetCommand")
|
|
14
|
-
.sc(CreateDataset$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateDatasetCommand extends command(_ep0, _mw0, "CreateDataset", CreateDataset$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateDocumentClassifier$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateDocumentClassifierCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Comprehend_20171127", "CreateDocumentClassifier", {})
|
|
13
|
-
.n("ComprehendClient", "CreateDocumentClassifierCommand")
|
|
14
|
-
.sc(CreateDocumentClassifier$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateDocumentClassifierCommand extends command(_ep0, _mw0, "CreateDocumentClassifier", CreateDocumentClassifier$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateEndpoint$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateEndpointCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Comprehend_20171127", "CreateEndpoint", {})
|
|
13
|
-
.n("ComprehendClient", "CreateEndpointCommand")
|
|
14
|
-
.sc(CreateEndpoint$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateEndpointCommand extends command(_ep0, _mw0, "CreateEndpoint", CreateEndpoint$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateEntityRecognizer$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateEntityRecognizerCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Comprehend_20171127", "CreateEntityRecognizer", {})
|
|
13
|
-
.n("ComprehendClient", "CreateEntityRecognizerCommand")
|
|
14
|
-
.sc(CreateEntityRecognizer$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateEntityRecognizerCommand extends command(_ep0, _mw0, "CreateEntityRecognizer", CreateEntityRecognizer$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateFlywheel$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateFlywheelCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Comprehend_20171127", "CreateFlywheel", {})
|
|
13
|
-
.n("ComprehendClient", "CreateFlywheelCommand")
|
|
14
|
-
.sc(CreateFlywheel$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateFlywheelCommand extends command(_ep0, _mw0, "CreateFlywheel", CreateFlywheel$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteDocumentClassifier$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteDocumentClassifierCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Comprehend_20171127", "DeleteDocumentClassifier", {})
|
|
13
|
-
.n("ComprehendClient", "DeleteDocumentClassifierCommand")
|
|
14
|
-
.sc(DeleteDocumentClassifier$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteDocumentClassifierCommand extends command(_ep0, _mw0, "DeleteDocumentClassifier", DeleteDocumentClassifier$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteEndpoint$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteEndpointCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Comprehend_20171127", "DeleteEndpoint", {})
|
|
13
|
-
.n("ComprehendClient", "DeleteEndpointCommand")
|
|
14
|
-
.sc(DeleteEndpoint$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteEndpointCommand extends command(_ep0, _mw0, "DeleteEndpoint", DeleteEndpoint$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteEntityRecognizer$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteEntityRecognizerCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Comprehend_20171127", "DeleteEntityRecognizer", {})
|
|
13
|
-
.n("ComprehendClient", "DeleteEntityRecognizerCommand")
|
|
14
|
-
.sc(DeleteEntityRecognizer$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteEntityRecognizerCommand extends command(_ep0, _mw0, "DeleteEntityRecognizer", DeleteEntityRecognizer$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteFlywheel$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteFlywheelCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Comprehend_20171127", "DeleteFlywheel", {})
|
|
13
|
-
.n("ComprehendClient", "DeleteFlywheelCommand")
|
|
14
|
-
.sc(DeleteFlywheel$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteFlywheelCommand extends command(_ep0, _mw0, "DeleteFlywheel", DeleteFlywheel$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteResourcePolicy$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteResourcePolicyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Comprehend_20171127", "DeleteResourcePolicy", {})
|
|
13
|
-
.n("ComprehendClient", "DeleteResourcePolicyCommand")
|
|
14
|
-
.sc(DeleteResourcePolicy$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteResourcePolicyCommand extends command(_ep0, _mw0, "DeleteResourcePolicy", DeleteResourcePolicy$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeDataset$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeDatasetCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Comprehend_20171127", "DescribeDataset", {})
|
|
13
|
-
.n("ComprehendClient", "DescribeDatasetCommand")
|
|
14
|
-
.sc(DescribeDataset$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeDatasetCommand extends command(_ep0, _mw0, "DescribeDataset", DescribeDataset$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeDocumentClassificationJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeDocumentClassificationJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Comprehend_20171127", "DescribeDocumentClassificationJob", {})
|
|
13
|
-
.n("ComprehendClient", "DescribeDocumentClassificationJobCommand")
|
|
14
|
-
.sc(DescribeDocumentClassificationJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeDocumentClassificationJobCommand extends command(_ep0, _mw0, "DescribeDocumentClassificationJob", DescribeDocumentClassificationJob$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeDocumentClassifier$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeDocumentClassifierCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Comprehend_20171127", "DescribeDocumentClassifier", {})
|
|
13
|
-
.n("ComprehendClient", "DescribeDocumentClassifierCommand")
|
|
14
|
-
.sc(DescribeDocumentClassifier$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeDocumentClassifierCommand extends command(_ep0, _mw0, "DescribeDocumentClassifier", DescribeDocumentClassifier$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeDominantLanguageDetectionJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeDominantLanguageDetectionJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Comprehend_20171127", "DescribeDominantLanguageDetectionJob", {})
|
|
13
|
-
.n("ComprehendClient", "DescribeDominantLanguageDetectionJobCommand")
|
|
14
|
-
.sc(DescribeDominantLanguageDetectionJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeDominantLanguageDetectionJobCommand extends command(_ep0, _mw0, "DescribeDominantLanguageDetectionJob", DescribeDominantLanguageDetectionJob$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeEndpoint$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeEndpointCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Comprehend_20171127", "DescribeEndpoint", {})
|
|
13
|
-
.n("ComprehendClient", "DescribeEndpointCommand")
|
|
14
|
-
.sc(DescribeEndpoint$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeEndpointCommand extends command(_ep0, _mw0, "DescribeEndpoint", DescribeEndpoint$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeEntitiesDetectionJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeEntitiesDetectionJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Comprehend_20171127", "DescribeEntitiesDetectionJob", {})
|
|
13
|
-
.n("ComprehendClient", "DescribeEntitiesDetectionJobCommand")
|
|
14
|
-
.sc(DescribeEntitiesDetectionJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeEntitiesDetectionJobCommand extends command(_ep0, _mw0, "DescribeEntitiesDetectionJob", DescribeEntitiesDetectionJob$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeEntityRecognizer$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeEntityRecognizerCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Comprehend_20171127", "DescribeEntityRecognizer", {})
|
|
13
|
-
.n("ComprehendClient", "DescribeEntityRecognizerCommand")
|
|
14
|
-
.sc(DescribeEntityRecognizer$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeEntityRecognizerCommand extends command(_ep0, _mw0, "DescribeEntityRecognizer", DescribeEntityRecognizer$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeEventsDetectionJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeEventsDetectionJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Comprehend_20171127", "DescribeEventsDetectionJob", {})
|
|
13
|
-
.n("ComprehendClient", "DescribeEventsDetectionJobCommand")
|
|
14
|
-
.sc(DescribeEventsDetectionJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeEventsDetectionJobCommand extends command(_ep0, _mw0, "DescribeEventsDetectionJob", DescribeEventsDetectionJob$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeFlywheel$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeFlywheelCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Comprehend_20171127", "DescribeFlywheel", {})
|
|
13
|
-
.n("ComprehendClient", "DescribeFlywheelCommand")
|
|
14
|
-
.sc(DescribeFlywheel$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeFlywheelCommand extends command(_ep0, _mw0, "DescribeFlywheel", DescribeFlywheel$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeFlywheelIteration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeFlywheelIterationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Comprehend_20171127", "DescribeFlywheelIteration", {})
|
|
13
|
-
.n("ComprehendClient", "DescribeFlywheelIterationCommand")
|
|
14
|
-
.sc(DescribeFlywheelIteration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeFlywheelIterationCommand extends command(_ep0, _mw0, "DescribeFlywheelIteration", DescribeFlywheelIteration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeKeyPhrasesDetectionJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeKeyPhrasesDetectionJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Comprehend_20171127", "DescribeKeyPhrasesDetectionJob", {})
|
|
13
|
-
.n("ComprehendClient", "DescribeKeyPhrasesDetectionJobCommand")
|
|
14
|
-
.sc(DescribeKeyPhrasesDetectionJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeKeyPhrasesDetectionJobCommand extends command(_ep0, _mw0, "DescribeKeyPhrasesDetectionJob", DescribeKeyPhrasesDetectionJob$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribePiiEntitiesDetectionJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribePiiEntitiesDetectionJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Comprehend_20171127", "DescribePiiEntitiesDetectionJob", {})
|
|
13
|
-
.n("ComprehendClient", "DescribePiiEntitiesDetectionJobCommand")
|
|
14
|
-
.sc(DescribePiiEntitiesDetectionJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribePiiEntitiesDetectionJobCommand extends command(_ep0, _mw0, "DescribePiiEntitiesDetectionJob", DescribePiiEntitiesDetectionJob$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeResourcePolicy$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeResourcePolicyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Comprehend_20171127", "DescribeResourcePolicy", {})
|
|
13
|
-
.n("ComprehendClient", "DescribeResourcePolicyCommand")
|
|
14
|
-
.sc(DescribeResourcePolicy$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeResourcePolicyCommand extends command(_ep0, _mw0, "DescribeResourcePolicy", DescribeResourcePolicy$) {
|
|
16
4
|
}
|