@aws-sdk/client-lex-models-v2 3.414.0 → 3.421.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/README.md +7 -7
- package/dist-cjs/commands/BatchCreateCustomVocabularyItemCommand.js +5 -0
- package/dist-cjs/commands/BatchDeleteCustomVocabularyItemCommand.js +5 -0
- package/dist-cjs/commands/BatchUpdateCustomVocabularyItemCommand.js +5 -0
- package/dist-cjs/commands/BuildBotLocaleCommand.js +5 -0
- package/dist-cjs/commands/CreateBotAliasCommand.js +5 -0
- package/dist-cjs/commands/CreateBotCommand.js +5 -0
- package/dist-cjs/commands/CreateBotLocaleCommand.js +5 -0
- package/dist-cjs/commands/CreateBotVersionCommand.js +5 -0
- package/dist-cjs/commands/CreateExportCommand.js +5 -0
- package/dist-cjs/commands/CreateIntentCommand.js +5 -0
- package/dist-cjs/commands/CreateResourcePolicyCommand.js +5 -0
- package/dist-cjs/commands/CreateResourcePolicyStatementCommand.js +5 -0
- package/dist-cjs/commands/CreateSlotCommand.js +5 -0
- package/dist-cjs/commands/CreateSlotTypeCommand.js +5 -0
- package/dist-cjs/commands/CreateTestSetDiscrepancyReportCommand.js +5 -0
- package/dist-cjs/commands/CreateUploadUrlCommand.js +5 -0
- package/dist-cjs/commands/DeleteBotAliasCommand.js +5 -0
- package/dist-cjs/commands/DeleteBotCommand.js +5 -0
- package/dist-cjs/commands/DeleteBotLocaleCommand.js +5 -0
- package/dist-cjs/commands/DeleteBotVersionCommand.js +5 -0
- package/dist-cjs/commands/DeleteCustomVocabularyCommand.js +5 -0
- package/dist-cjs/commands/DeleteExportCommand.js +5 -0
- package/dist-cjs/commands/DeleteImportCommand.js +5 -0
- package/dist-cjs/commands/DeleteIntentCommand.js +5 -0
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +5 -0
- package/dist-cjs/commands/DeleteResourcePolicyStatementCommand.js +5 -0
- package/dist-cjs/commands/DeleteSlotCommand.js +5 -0
- package/dist-cjs/commands/DeleteSlotTypeCommand.js +5 -0
- package/dist-cjs/commands/DeleteTestSetCommand.js +5 -0
- package/dist-cjs/commands/DeleteUtterancesCommand.js +5 -0
- package/dist-cjs/commands/DescribeBotAliasCommand.js +5 -0
- package/dist-cjs/commands/DescribeBotCommand.js +5 -0
- package/dist-cjs/commands/DescribeBotLocaleCommand.js +5 -0
- package/dist-cjs/commands/DescribeBotRecommendationCommand.js +5 -0
- package/dist-cjs/commands/DescribeBotVersionCommand.js +5 -0
- package/dist-cjs/commands/DescribeCustomVocabularyMetadataCommand.js +5 -0
- package/dist-cjs/commands/DescribeExportCommand.js +5 -0
- package/dist-cjs/commands/DescribeImportCommand.js +5 -0
- package/dist-cjs/commands/DescribeIntentCommand.js +5 -0
- package/dist-cjs/commands/DescribeResourcePolicyCommand.js +5 -0
- package/dist-cjs/commands/DescribeSlotCommand.js +5 -0
- package/dist-cjs/commands/DescribeSlotTypeCommand.js +5 -0
- package/dist-cjs/commands/DescribeTestExecutionCommand.js +5 -0
- package/dist-cjs/commands/DescribeTestSetCommand.js +5 -0
- package/dist-cjs/commands/DescribeTestSetDiscrepancyReportCommand.js +5 -0
- package/dist-cjs/commands/DescribeTestSetGenerationCommand.js +5 -0
- package/dist-cjs/commands/GetTestExecutionArtifactsUrlCommand.js +5 -0
- package/dist-cjs/commands/ListAggregatedUtterancesCommand.js +5 -0
- package/dist-cjs/commands/ListBotAliasesCommand.js +5 -0
- package/dist-cjs/commands/ListBotLocalesCommand.js +5 -0
- package/dist-cjs/commands/ListBotRecommendationsCommand.js +5 -0
- package/dist-cjs/commands/ListBotVersionsCommand.js +5 -0
- package/dist-cjs/commands/ListBotsCommand.js +5 -0
- package/dist-cjs/commands/ListBuiltInIntentsCommand.js +5 -0
- package/dist-cjs/commands/ListBuiltInSlotTypesCommand.js +5 -0
- package/dist-cjs/commands/ListCustomVocabularyItemsCommand.js +5 -0
- package/dist-cjs/commands/ListExportsCommand.js +5 -0
- package/dist-cjs/commands/ListImportsCommand.js +5 -0
- package/dist-cjs/commands/ListIntentMetricsCommand.js +5 -0
- package/dist-cjs/commands/ListIntentPathsCommand.js +5 -0
- package/dist-cjs/commands/ListIntentStageMetricsCommand.js +5 -0
- package/dist-cjs/commands/ListIntentsCommand.js +5 -0
- package/dist-cjs/commands/ListRecommendedIntentsCommand.js +5 -0
- package/dist-cjs/commands/ListSessionAnalyticsDataCommand.js +5 -0
- package/dist-cjs/commands/ListSessionMetricsCommand.js +5 -0
- package/dist-cjs/commands/ListSlotTypesCommand.js +5 -0
- package/dist-cjs/commands/ListSlotsCommand.js +5 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
- package/dist-cjs/commands/ListTestExecutionResultItemsCommand.js +5 -0
- package/dist-cjs/commands/ListTestExecutionsCommand.js +5 -0
- package/dist-cjs/commands/ListTestSetRecordsCommand.js +5 -0
- package/dist-cjs/commands/ListTestSetsCommand.js +5 -0
- package/dist-cjs/commands/ListUtteranceAnalyticsDataCommand.js +5 -0
- package/dist-cjs/commands/ListUtteranceMetricsCommand.js +5 -0
- package/dist-cjs/commands/SearchAssociatedTranscriptsCommand.js +5 -0
- package/dist-cjs/commands/StartBotRecommendationCommand.js +5 -0
- package/dist-cjs/commands/StartImportCommand.js +5 -0
- package/dist-cjs/commands/StartTestExecutionCommand.js +5 -0
- package/dist-cjs/commands/StartTestSetGenerationCommand.js +5 -0
- package/dist-cjs/commands/StopBotRecommendationCommand.js +5 -0
- package/dist-cjs/commands/TagResourceCommand.js +5 -0
- package/dist-cjs/commands/UntagResourceCommand.js +5 -0
- package/dist-cjs/commands/UpdateBotAliasCommand.js +5 -0
- package/dist-cjs/commands/UpdateBotCommand.js +5 -0
- package/dist-cjs/commands/UpdateBotLocaleCommand.js +5 -0
- package/dist-cjs/commands/UpdateBotRecommendationCommand.js +5 -0
- package/dist-cjs/commands/UpdateExportCommand.js +5 -0
- package/dist-cjs/commands/UpdateIntentCommand.js +5 -0
- package/dist-cjs/commands/UpdateResourcePolicyCommand.js +5 -0
- package/dist-cjs/commands/UpdateSlotCommand.js +5 -0
- package/dist-cjs/commands/UpdateSlotTypeCommand.js +5 -0
- package/dist-cjs/commands/UpdateTestSetCommand.js +5 -0
- package/dist-es/commands/BatchCreateCustomVocabularyItemCommand.js +5 -0
- package/dist-es/commands/BatchDeleteCustomVocabularyItemCommand.js +5 -0
- package/dist-es/commands/BatchUpdateCustomVocabularyItemCommand.js +5 -0
- package/dist-es/commands/BuildBotLocaleCommand.js +5 -0
- package/dist-es/commands/CreateBotAliasCommand.js +5 -0
- package/dist-es/commands/CreateBotCommand.js +5 -0
- package/dist-es/commands/CreateBotLocaleCommand.js +5 -0
- package/dist-es/commands/CreateBotVersionCommand.js +5 -0
- package/dist-es/commands/CreateExportCommand.js +5 -0
- package/dist-es/commands/CreateIntentCommand.js +5 -0
- package/dist-es/commands/CreateResourcePolicyCommand.js +5 -0
- package/dist-es/commands/CreateResourcePolicyStatementCommand.js +5 -0
- package/dist-es/commands/CreateSlotCommand.js +5 -0
- package/dist-es/commands/CreateSlotTypeCommand.js +5 -0
- package/dist-es/commands/CreateTestSetDiscrepancyReportCommand.js +5 -0
- package/dist-es/commands/CreateUploadUrlCommand.js +5 -0
- package/dist-es/commands/DeleteBotAliasCommand.js +5 -0
- package/dist-es/commands/DeleteBotCommand.js +5 -0
- package/dist-es/commands/DeleteBotLocaleCommand.js +5 -0
- package/dist-es/commands/DeleteBotVersionCommand.js +5 -0
- package/dist-es/commands/DeleteCustomVocabularyCommand.js +5 -0
- package/dist-es/commands/DeleteExportCommand.js +5 -0
- package/dist-es/commands/DeleteImportCommand.js +5 -0
- package/dist-es/commands/DeleteIntentCommand.js +5 -0
- package/dist-es/commands/DeleteResourcePolicyCommand.js +5 -0
- package/dist-es/commands/DeleteResourcePolicyStatementCommand.js +5 -0
- package/dist-es/commands/DeleteSlotCommand.js +5 -0
- package/dist-es/commands/DeleteSlotTypeCommand.js +5 -0
- package/dist-es/commands/DeleteTestSetCommand.js +5 -0
- package/dist-es/commands/DeleteUtterancesCommand.js +5 -0
- package/dist-es/commands/DescribeBotAliasCommand.js +5 -0
- package/dist-es/commands/DescribeBotCommand.js +5 -0
- package/dist-es/commands/DescribeBotLocaleCommand.js +5 -0
- package/dist-es/commands/DescribeBotRecommendationCommand.js +5 -0
- package/dist-es/commands/DescribeBotVersionCommand.js +5 -0
- package/dist-es/commands/DescribeCustomVocabularyMetadataCommand.js +5 -0
- package/dist-es/commands/DescribeExportCommand.js +5 -0
- package/dist-es/commands/DescribeImportCommand.js +5 -0
- package/dist-es/commands/DescribeIntentCommand.js +5 -0
- package/dist-es/commands/DescribeResourcePolicyCommand.js +5 -0
- package/dist-es/commands/DescribeSlotCommand.js +5 -0
- package/dist-es/commands/DescribeSlotTypeCommand.js +5 -0
- package/dist-es/commands/DescribeTestExecutionCommand.js +5 -0
- package/dist-es/commands/DescribeTestSetCommand.js +5 -0
- package/dist-es/commands/DescribeTestSetDiscrepancyReportCommand.js +5 -0
- package/dist-es/commands/DescribeTestSetGenerationCommand.js +5 -0
- package/dist-es/commands/GetTestExecutionArtifactsUrlCommand.js +5 -0
- package/dist-es/commands/ListAggregatedUtterancesCommand.js +5 -0
- package/dist-es/commands/ListBotAliasesCommand.js +5 -0
- package/dist-es/commands/ListBotLocalesCommand.js +5 -0
- package/dist-es/commands/ListBotRecommendationsCommand.js +5 -0
- package/dist-es/commands/ListBotVersionsCommand.js +5 -0
- package/dist-es/commands/ListBotsCommand.js +5 -0
- package/dist-es/commands/ListBuiltInIntentsCommand.js +5 -0
- package/dist-es/commands/ListBuiltInSlotTypesCommand.js +5 -0
- package/dist-es/commands/ListCustomVocabularyItemsCommand.js +5 -0
- package/dist-es/commands/ListExportsCommand.js +5 -0
- package/dist-es/commands/ListImportsCommand.js +5 -0
- package/dist-es/commands/ListIntentMetricsCommand.js +5 -0
- package/dist-es/commands/ListIntentPathsCommand.js +5 -0
- package/dist-es/commands/ListIntentStageMetricsCommand.js +5 -0
- package/dist-es/commands/ListIntentsCommand.js +5 -0
- package/dist-es/commands/ListRecommendedIntentsCommand.js +5 -0
- package/dist-es/commands/ListSessionAnalyticsDataCommand.js +5 -0
- package/dist-es/commands/ListSessionMetricsCommand.js +5 -0
- package/dist-es/commands/ListSlotTypesCommand.js +5 -0
- package/dist-es/commands/ListSlotsCommand.js +5 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
- package/dist-es/commands/ListTestExecutionResultItemsCommand.js +5 -0
- package/dist-es/commands/ListTestExecutionsCommand.js +5 -0
- package/dist-es/commands/ListTestSetRecordsCommand.js +5 -0
- package/dist-es/commands/ListTestSetsCommand.js +5 -0
- package/dist-es/commands/ListUtteranceAnalyticsDataCommand.js +5 -0
- package/dist-es/commands/ListUtteranceMetricsCommand.js +5 -0
- package/dist-es/commands/SearchAssociatedTranscriptsCommand.js +5 -0
- package/dist-es/commands/StartBotRecommendationCommand.js +5 -0
- package/dist-es/commands/StartImportCommand.js +5 -0
- package/dist-es/commands/StartTestExecutionCommand.js +5 -0
- package/dist-es/commands/StartTestSetGenerationCommand.js +5 -0
- package/dist-es/commands/StopBotRecommendationCommand.js +5 -0
- package/dist-es/commands/TagResourceCommand.js +5 -0
- package/dist-es/commands/UntagResourceCommand.js +5 -0
- package/dist-es/commands/UpdateBotAliasCommand.js +5 -0
- package/dist-es/commands/UpdateBotCommand.js +5 -0
- package/dist-es/commands/UpdateBotLocaleCommand.js +5 -0
- package/dist-es/commands/UpdateBotRecommendationCommand.js +5 -0
- package/dist-es/commands/UpdateExportCommand.js +5 -0
- package/dist-es/commands/UpdateIntentCommand.js +5 -0
- package/dist-es/commands/UpdateResourcePolicyCommand.js +5 -0
- package/dist-es/commands/UpdateSlotCommand.js +5 -0
- package/dist-es/commands/UpdateSlotTypeCommand.js +5 -0
- package/dist-es/commands/UpdateTestSetCommand.js +5 -0
- package/package.json +32 -32
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_BatchDeleteCustomVocabularyItemCommand, se_BatchDeleteCustomVocabularyItemCommand, } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class BatchDeleteCustomVocabularyItemCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class BatchDeleteCustomVocabularyItemCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "BatchDeleteCustomVocabularyItem",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_BatchUpdateCustomVocabularyItemCommand, se_BatchUpdateCustomVocabularyItemCommand, } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class BatchUpdateCustomVocabularyItemCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class BatchUpdateCustomVocabularyItemCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "BatchUpdateCustomVocabularyItem",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_BuildBotLocaleCommand, se_BuildBotLocaleCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class BuildBotLocaleCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class BuildBotLocaleCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "BuildBotLocale",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_CreateBotAliasCommand, se_CreateBotAliasCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateBotAliasCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateBotAliasCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "CreateBotAlias",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_CreateBotCommand, se_CreateBotCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateBotCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateBotCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "CreateBot",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_CreateBotLocaleCommand, se_CreateBotLocaleCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateBotLocaleCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateBotLocaleCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "CreateBotLocale",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_CreateBotVersionCommand, se_CreateBotVersionCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateBotVersionCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateBotVersionCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "CreateBotVersion",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { CreateExportRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
6
|
import { de_CreateExportCommand, se_CreateExportCommand } from "../protocols/Aws_restJson1";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class CreateExportCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: CreateExportRequestFilterSensitiveLog,
|
|
32
33
|
outputFilterSensitiveLog: (_) => _,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "LexModelBuildingServiceV2",
|
|
36
|
+
operation: "CreateExport",
|
|
37
|
+
},
|
|
33
38
|
};
|
|
34
39
|
const { requestHandler } = configuration;
|
|
35
40
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_CreateIntentCommand, se_CreateIntentCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateIntentCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateIntentCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "CreateIntent",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_CreateResourcePolicyCommand, se_CreateResourcePolicyCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateResourcePolicyCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateResourcePolicyCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "CreateResourcePolicy",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_CreateResourcePolicyStatementCommand, se_CreateResourcePolicyStatementCommand, } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateResourcePolicyStatementCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateResourcePolicyStatementCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "CreateResourcePolicyStatement",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_CreateSlotCommand, se_CreateSlotCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateSlotCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateSlotCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "CreateSlot",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_CreateSlotTypeCommand, se_CreateSlotTypeCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateSlotTypeCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateSlotTypeCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "CreateSlotType",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_CreateTestSetDiscrepancyReportCommand, se_CreateTestSetDiscrepancyReportCommand, } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateTestSetDiscrepancyReportCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateTestSetDiscrepancyReportCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "CreateTestSetDiscrepancyReport",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_CreateUploadUrlCommand, se_CreateUploadUrlCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateUploadUrlCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateUploadUrlCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "CreateUploadUrl",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DeleteBotAliasCommand, se_DeleteBotAliasCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteBotAliasCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteBotAliasCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "DeleteBotAlias",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DeleteBotCommand, se_DeleteBotCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteBotCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteBotCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "DeleteBot",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DeleteBotLocaleCommand, se_DeleteBotLocaleCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteBotLocaleCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteBotLocaleCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "DeleteBotLocale",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DeleteBotVersionCommand, se_DeleteBotVersionCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteBotVersionCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteBotVersionCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "DeleteBotVersion",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DeleteCustomVocabularyCommand, se_DeleteCustomVocabularyCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteCustomVocabularyCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteCustomVocabularyCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "DeleteCustomVocabulary",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DeleteExportCommand, se_DeleteExportCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteExportCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteExportCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "DeleteExport",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DeleteImportCommand, se_DeleteImportCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteImportCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteImportCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "DeleteImport",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DeleteIntentCommand, se_DeleteIntentCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteIntentCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteIntentCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "DeleteIntent",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DeleteResourcePolicyCommand, se_DeleteResourcePolicyCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteResourcePolicyCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteResourcePolicyCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "DeleteResourcePolicy",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DeleteResourcePolicyStatementCommand, se_DeleteResourcePolicyStatementCommand, } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteResourcePolicyStatementCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteResourcePolicyStatementCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "DeleteResourcePolicyStatement",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DeleteSlotCommand, se_DeleteSlotCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteSlotCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteSlotCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "DeleteSlot",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DeleteSlotTypeCommand, se_DeleteSlotTypeCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteSlotTypeCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteSlotTypeCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "DeleteSlotType",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DeleteTestSetCommand, se_DeleteTestSetCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteTestSetCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteTestSetCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "DeleteTestSet",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DeleteUtterancesCommand, se_DeleteUtterancesCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteUtterancesCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteUtterancesCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "DeleteUtterances",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DescribeBotAliasCommand, se_DescribeBotAliasCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DescribeBotAliasCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DescribeBotAliasCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "DescribeBotAlias",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DescribeBotCommand, se_DescribeBotCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DescribeBotCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DescribeBotCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "DescribeBot",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DescribeBotLocaleCommand, se_DescribeBotLocaleCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DescribeBotLocaleCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DescribeBotLocaleCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "DescribeBotLocale",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|