@aws-sdk/client-comprehend 3.952.0 → 3.954.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
|
@@ -26,12 +26,12 @@ const getRuntimeConfig = (config) => {
|
|
|
26
26
|
},
|
|
27
27
|
],
|
|
28
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
-
protocol: config?.protocol ??
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
29
|
+
protocol: config?.protocol ?? protocols_1.AwsJson1_1Protocol,
|
|
30
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
31
|
+
defaultNamespace: "com.amazonaws.comprehend",
|
|
32
|
+
version: "2017-11-27",
|
|
33
|
+
serviceTarget: "Comprehend_20171127",
|
|
34
|
+
},
|
|
35
35
|
serviceId: config?.serviceId ?? "Comprehend",
|
|
36
36
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
37
37
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -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 { BatchDetectDominantLanguage } from "../schemas/schemas_0";
|
|
4
|
+
import { BatchDetectDominantLanguage$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class BatchDetectDominantLanguageCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class BatchDetectDominantLanguageCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "BatchDetectDominantLanguage", {})
|
|
13
13
|
.n("ComprehendClient", "BatchDetectDominantLanguageCommand")
|
|
14
|
-
.sc(BatchDetectDominantLanguage)
|
|
14
|
+
.sc(BatchDetectDominantLanguage$)
|
|
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 { BatchDetectEntities } from "../schemas/schemas_0";
|
|
4
|
+
import { BatchDetectEntities$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class BatchDetectEntitiesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class BatchDetectEntitiesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "BatchDetectEntities", {})
|
|
13
13
|
.n("ComprehendClient", "BatchDetectEntitiesCommand")
|
|
14
|
-
.sc(BatchDetectEntities)
|
|
14
|
+
.sc(BatchDetectEntities$)
|
|
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 { BatchDetectKeyPhrases } from "../schemas/schemas_0";
|
|
4
|
+
import { BatchDetectKeyPhrases$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class BatchDetectKeyPhrasesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class BatchDetectKeyPhrasesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "BatchDetectKeyPhrases", {})
|
|
13
13
|
.n("ComprehendClient", "BatchDetectKeyPhrasesCommand")
|
|
14
|
-
.sc(BatchDetectKeyPhrases)
|
|
14
|
+
.sc(BatchDetectKeyPhrases$)
|
|
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 { BatchDetectSentiment } from "../schemas/schemas_0";
|
|
4
|
+
import { BatchDetectSentiment$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class BatchDetectSentimentCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class BatchDetectSentimentCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "BatchDetectSentiment", {})
|
|
13
13
|
.n("ComprehendClient", "BatchDetectSentimentCommand")
|
|
14
|
-
.sc(BatchDetectSentiment)
|
|
14
|
+
.sc(BatchDetectSentiment$)
|
|
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 { BatchDetectSyntax } from "../schemas/schemas_0";
|
|
4
|
+
import { BatchDetectSyntax$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class BatchDetectSyntaxCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class BatchDetectSyntaxCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "BatchDetectSyntax", {})
|
|
13
13
|
.n("ComprehendClient", "BatchDetectSyntaxCommand")
|
|
14
|
-
.sc(BatchDetectSyntax)
|
|
14
|
+
.sc(BatchDetectSyntax$)
|
|
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 { BatchDetectTargetedSentiment } from "../schemas/schemas_0";
|
|
4
|
+
import { BatchDetectTargetedSentiment$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class BatchDetectTargetedSentimentCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class BatchDetectTargetedSentimentCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "BatchDetectTargetedSentiment", {})
|
|
13
13
|
.n("ComprehendClient", "BatchDetectTargetedSentimentCommand")
|
|
14
|
-
.sc(BatchDetectTargetedSentiment)
|
|
14
|
+
.sc(BatchDetectTargetedSentiment$)
|
|
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 { ClassifyDocument } from "../schemas/schemas_0";
|
|
4
|
+
import { ClassifyDocument$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ClassifyDocumentCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ClassifyDocumentCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "ClassifyDocument", {})
|
|
13
13
|
.n("ComprehendClient", "ClassifyDocumentCommand")
|
|
14
|
-
.sc(ClassifyDocument)
|
|
14
|
+
.sc(ClassifyDocument$)
|
|
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 { ContainsPiiEntities } from "../schemas/schemas_0";
|
|
4
|
+
import { ContainsPiiEntities$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ContainsPiiEntitiesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ContainsPiiEntitiesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "ContainsPiiEntities", {})
|
|
13
13
|
.n("ComprehendClient", "ContainsPiiEntitiesCommand")
|
|
14
|
-
.sc(ContainsPiiEntities)
|
|
14
|
+
.sc(ContainsPiiEntities$)
|
|
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 { CreateDataset } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateDataset$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateDatasetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateDatasetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "CreateDataset", {})
|
|
13
13
|
.n("ComprehendClient", "CreateDatasetCommand")
|
|
14
|
-
.sc(CreateDataset)
|
|
14
|
+
.sc(CreateDataset$)
|
|
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 { CreateDocumentClassifier } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateDocumentClassifier$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateDocumentClassifierCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateDocumentClassifierCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "CreateDocumentClassifier", {})
|
|
13
13
|
.n("ComprehendClient", "CreateDocumentClassifierCommand")
|
|
14
|
-
.sc(CreateDocumentClassifier)
|
|
14
|
+
.sc(CreateDocumentClassifier$)
|
|
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 { CreateEndpoint } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateEndpoint$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateEndpointCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateEndpointCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "CreateEndpoint", {})
|
|
13
13
|
.n("ComprehendClient", "CreateEndpointCommand")
|
|
14
|
-
.sc(CreateEndpoint)
|
|
14
|
+
.sc(CreateEndpoint$)
|
|
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 { CreateEntityRecognizer } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateEntityRecognizer$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateEntityRecognizerCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateEntityRecognizerCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "CreateEntityRecognizer", {})
|
|
13
13
|
.n("ComprehendClient", "CreateEntityRecognizerCommand")
|
|
14
|
-
.sc(CreateEntityRecognizer)
|
|
14
|
+
.sc(CreateEntityRecognizer$)
|
|
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 { CreateFlywheel } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateFlywheel$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateFlywheelCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateFlywheelCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "CreateFlywheel", {})
|
|
13
13
|
.n("ComprehendClient", "CreateFlywheelCommand")
|
|
14
|
-
.sc(CreateFlywheel)
|
|
14
|
+
.sc(CreateFlywheel$)
|
|
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 { DeleteDocumentClassifier } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteDocumentClassifier$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteDocumentClassifierCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteDocumentClassifierCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "DeleteDocumentClassifier", {})
|
|
13
13
|
.n("ComprehendClient", "DeleteDocumentClassifierCommand")
|
|
14
|
-
.sc(DeleteDocumentClassifier)
|
|
14
|
+
.sc(DeleteDocumentClassifier$)
|
|
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 { DeleteEndpoint } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteEndpoint$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteEndpointCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteEndpointCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "DeleteEndpoint", {})
|
|
13
13
|
.n("ComprehendClient", "DeleteEndpointCommand")
|
|
14
|
-
.sc(DeleteEndpoint)
|
|
14
|
+
.sc(DeleteEndpoint$)
|
|
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 { DeleteEntityRecognizer } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteEntityRecognizer$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteEntityRecognizerCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteEntityRecognizerCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "DeleteEntityRecognizer", {})
|
|
13
13
|
.n("ComprehendClient", "DeleteEntityRecognizerCommand")
|
|
14
|
-
.sc(DeleteEntityRecognizer)
|
|
14
|
+
.sc(DeleteEntityRecognizer$)
|
|
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 { DeleteFlywheel } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteFlywheel$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteFlywheelCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteFlywheelCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "DeleteFlywheel", {})
|
|
13
13
|
.n("ComprehendClient", "DeleteFlywheelCommand")
|
|
14
|
-
.sc(DeleteFlywheel)
|
|
14
|
+
.sc(DeleteFlywheel$)
|
|
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 { DeleteResourcePolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteResourcePolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteResourcePolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteResourcePolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "DeleteResourcePolicy", {})
|
|
13
13
|
.n("ComprehendClient", "DeleteResourcePolicyCommand")
|
|
14
|
-
.sc(DeleteResourcePolicy)
|
|
14
|
+
.sc(DeleteResourcePolicy$)
|
|
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 { DescribeDataset } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeDataset$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeDatasetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeDatasetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "DescribeDataset", {})
|
|
13
13
|
.n("ComprehendClient", "DescribeDatasetCommand")
|
|
14
|
-
.sc(DescribeDataset)
|
|
14
|
+
.sc(DescribeDataset$)
|
|
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 { DescribeDocumentClassificationJob } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeDocumentClassificationJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeDocumentClassificationJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeDocumentClassificationJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "DescribeDocumentClassificationJob", {})
|
|
13
13
|
.n("ComprehendClient", "DescribeDocumentClassificationJobCommand")
|
|
14
|
-
.sc(DescribeDocumentClassificationJob)
|
|
14
|
+
.sc(DescribeDocumentClassificationJob$)
|
|
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 { DescribeDocumentClassifier } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeDocumentClassifier$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeDocumentClassifierCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeDocumentClassifierCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "DescribeDocumentClassifier", {})
|
|
13
13
|
.n("ComprehendClient", "DescribeDocumentClassifierCommand")
|
|
14
|
-
.sc(DescribeDocumentClassifier)
|
|
14
|
+
.sc(DescribeDocumentClassifier$)
|
|
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 { DescribeDominantLanguageDetectionJob } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeDominantLanguageDetectionJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeDominantLanguageDetectionJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeDominantLanguageDetectionJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "DescribeDominantLanguageDetectionJob", {})
|
|
13
13
|
.n("ComprehendClient", "DescribeDominantLanguageDetectionJobCommand")
|
|
14
|
-
.sc(DescribeDominantLanguageDetectionJob)
|
|
14
|
+
.sc(DescribeDominantLanguageDetectionJob$)
|
|
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 { DescribeEndpoint } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeEndpoint$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeEndpointCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeEndpointCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "DescribeEndpoint", {})
|
|
13
13
|
.n("ComprehendClient", "DescribeEndpointCommand")
|
|
14
|
-
.sc(DescribeEndpoint)
|
|
14
|
+
.sc(DescribeEndpoint$)
|
|
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 { DescribeEntitiesDetectionJob } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeEntitiesDetectionJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeEntitiesDetectionJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeEntitiesDetectionJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "DescribeEntitiesDetectionJob", {})
|
|
13
13
|
.n("ComprehendClient", "DescribeEntitiesDetectionJobCommand")
|
|
14
|
-
.sc(DescribeEntitiesDetectionJob)
|
|
14
|
+
.sc(DescribeEntitiesDetectionJob$)
|
|
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 { DescribeEntityRecognizer } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeEntityRecognizer$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeEntityRecognizerCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeEntityRecognizerCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "DescribeEntityRecognizer", {})
|
|
13
13
|
.n("ComprehendClient", "DescribeEntityRecognizerCommand")
|
|
14
|
-
.sc(DescribeEntityRecognizer)
|
|
14
|
+
.sc(DescribeEntityRecognizer$)
|
|
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 { DescribeEventsDetectionJob } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeEventsDetectionJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeEventsDetectionJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeEventsDetectionJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "DescribeEventsDetectionJob", {})
|
|
13
13
|
.n("ComprehendClient", "DescribeEventsDetectionJobCommand")
|
|
14
|
-
.sc(DescribeEventsDetectionJob)
|
|
14
|
+
.sc(DescribeEventsDetectionJob$)
|
|
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 { DescribeFlywheel } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeFlywheel$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeFlywheelCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeFlywheelCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "DescribeFlywheel", {})
|
|
13
13
|
.n("ComprehendClient", "DescribeFlywheelCommand")
|
|
14
|
-
.sc(DescribeFlywheel)
|
|
14
|
+
.sc(DescribeFlywheel$)
|
|
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 { DescribeFlywheelIteration } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeFlywheelIteration$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeFlywheelIterationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeFlywheelIterationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "DescribeFlywheelIteration", {})
|
|
13
13
|
.n("ComprehendClient", "DescribeFlywheelIterationCommand")
|
|
14
|
-
.sc(DescribeFlywheelIteration)
|
|
14
|
+
.sc(DescribeFlywheelIteration$)
|
|
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 { DescribeKeyPhrasesDetectionJob } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeKeyPhrasesDetectionJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeKeyPhrasesDetectionJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeKeyPhrasesDetectionJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "DescribeKeyPhrasesDetectionJob", {})
|
|
13
13
|
.n("ComprehendClient", "DescribeKeyPhrasesDetectionJobCommand")
|
|
14
|
-
.sc(DescribeKeyPhrasesDetectionJob)
|
|
14
|
+
.sc(DescribeKeyPhrasesDetectionJob$)
|
|
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 { DescribePiiEntitiesDetectionJob } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribePiiEntitiesDetectionJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribePiiEntitiesDetectionJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribePiiEntitiesDetectionJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "DescribePiiEntitiesDetectionJob", {})
|
|
13
13
|
.n("ComprehendClient", "DescribePiiEntitiesDetectionJobCommand")
|
|
14
|
-
.sc(DescribePiiEntitiesDetectionJob)
|
|
14
|
+
.sc(DescribePiiEntitiesDetectionJob$)
|
|
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 { DescribeResourcePolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeResourcePolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeResourcePolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeResourcePolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "DescribeResourcePolicy", {})
|
|
13
13
|
.n("ComprehendClient", "DescribeResourcePolicyCommand")
|
|
14
|
-
.sc(DescribeResourcePolicy)
|
|
14
|
+
.sc(DescribeResourcePolicy$)
|
|
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 { DescribeSentimentDetectionJob } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeSentimentDetectionJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeSentimentDetectionJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeSentimentDetectionJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "DescribeSentimentDetectionJob", {})
|
|
13
13
|
.n("ComprehendClient", "DescribeSentimentDetectionJobCommand")
|
|
14
|
-
.sc(DescribeSentimentDetectionJob)
|
|
14
|
+
.sc(DescribeSentimentDetectionJob$)
|
|
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 { DescribeTargetedSentimentDetectionJob } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeTargetedSentimentDetectionJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeTargetedSentimentDetectionJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeTargetedSentimentDetectionJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "DescribeTargetedSentimentDetectionJob", {})
|
|
13
13
|
.n("ComprehendClient", "DescribeTargetedSentimentDetectionJobCommand")
|
|
14
|
-
.sc(DescribeTargetedSentimentDetectionJob)
|
|
14
|
+
.sc(DescribeTargetedSentimentDetectionJob$)
|
|
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 { DescribeTopicsDetectionJob } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeTopicsDetectionJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeTopicsDetectionJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeTopicsDetectionJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "DescribeTopicsDetectionJob", {})
|
|
13
13
|
.n("ComprehendClient", "DescribeTopicsDetectionJobCommand")
|
|
14
|
-
.sc(DescribeTopicsDetectionJob)
|
|
14
|
+
.sc(DescribeTopicsDetectionJob$)
|
|
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 { DetectDominantLanguage } from "../schemas/schemas_0";
|
|
4
|
+
import { DetectDominantLanguage$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DetectDominantLanguageCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DetectDominantLanguageCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Comprehend_20171127", "DetectDominantLanguage", {})
|
|
13
13
|
.n("ComprehendClient", "DetectDominantLanguageCommand")
|
|
14
|
-
.sc(DetectDominantLanguage)
|
|
14
|
+
.sc(DetectDominantLanguage$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|