@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 { DescribeBotRecommendationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_DescribeBotRecommendationCommand, se_DescribeBotRecommendationCommand } from "../protocols/Aws_restJson1";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class DescribeBotRecommendationCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: (_) => _,
|
|
32
33
|
outputFilterSensitiveLog: DescribeBotRecommendationResponseFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "LexModelBuildingServiceV2",
|
|
36
|
+
operation: "DescribeBotRecommendation",
|
|
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_DescribeBotVersionCommand, se_DescribeBotVersionCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DescribeBotVersionCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DescribeBotVersionCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "DescribeBotVersion",
|
|
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_DescribeCustomVocabularyMetadataCommand, se_DescribeCustomVocabularyMetadataCommand, } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DescribeCustomVocabularyMetadataCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DescribeCustomVocabularyMetadataCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "DescribeCustomVocabularyMetadata",
|
|
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_DescribeExportCommand, se_DescribeExportCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DescribeExportCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DescribeExportCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "DescribeExport",
|
|
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_DescribeImportCommand, se_DescribeImportCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DescribeImportCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DescribeImportCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "DescribeImport",
|
|
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_DescribeIntentCommand, se_DescribeIntentCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DescribeIntentCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DescribeIntentCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "DescribeIntent",
|
|
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_DescribeResourcePolicyCommand, se_DescribeResourcePolicyCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DescribeResourcePolicyCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DescribeResourcePolicyCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "DescribeResourcePolicy",
|
|
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_DescribeSlotCommand, se_DescribeSlotCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DescribeSlotCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DescribeSlotCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "DescribeSlot",
|
|
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_DescribeSlotTypeCommand, se_DescribeSlotTypeCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DescribeSlotTypeCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DescribeSlotTypeCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "DescribeSlotType",
|
|
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_DescribeTestExecutionCommand, se_DescribeTestExecutionCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DescribeTestExecutionCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DescribeTestExecutionCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "DescribeTestExecution",
|
|
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_DescribeTestSetCommand, se_DescribeTestSetCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DescribeTestSetCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DescribeTestSetCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "DescribeTestSet",
|
|
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_DescribeTestSetDiscrepancyReportCommand, se_DescribeTestSetDiscrepancyReportCommand, } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DescribeTestSetDiscrepancyReportCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DescribeTestSetDiscrepancyReportCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "DescribeTestSetDiscrepancyReport",
|
|
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_DescribeTestSetGenerationCommand, se_DescribeTestSetGenerationCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DescribeTestSetGenerationCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DescribeTestSetGenerationCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "DescribeTestSetGeneration",
|
|
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_GetTestExecutionArtifactsUrlCommand, se_GetTestExecutionArtifactsUrlCommand, } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetTestExecutionArtifactsUrlCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetTestExecutionArtifactsUrlCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "GetTestExecutionArtifactsUrl",
|
|
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_ListAggregatedUtterancesCommand, se_ListAggregatedUtterancesCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListAggregatedUtterancesCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListAggregatedUtterancesCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "ListAggregatedUtterances",
|
|
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_ListBotAliasesCommand, se_ListBotAliasesCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListBotAliasesCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListBotAliasesCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "ListBotAliases",
|
|
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_ListBotLocalesCommand, se_ListBotLocalesCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListBotLocalesCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListBotLocalesCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "ListBotLocales",
|
|
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_ListBotRecommendationsCommand, se_ListBotRecommendationsCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListBotRecommendationsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListBotRecommendationsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "ListBotRecommendations",
|
|
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_ListBotVersionsCommand, se_ListBotVersionsCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListBotVersionsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListBotVersionsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "ListBotVersions",
|
|
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_ListBotsCommand, se_ListBotsCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListBotsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListBotsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "ListBots",
|
|
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_ListBuiltInIntentsCommand, se_ListBuiltInIntentsCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListBuiltInIntentsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListBuiltInIntentsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "ListBuiltInIntents",
|
|
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_ListBuiltInSlotTypesCommand, se_ListBuiltInSlotTypesCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListBuiltInSlotTypesCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListBuiltInSlotTypesCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "ListBuiltInSlotTypes",
|
|
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_ListCustomVocabularyItemsCommand, se_ListCustomVocabularyItemsCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListCustomVocabularyItemsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListCustomVocabularyItemsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "ListCustomVocabularyItems",
|
|
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_ListExportsCommand, se_ListExportsCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListExportsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListExportsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "ListExports",
|
|
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_ListImportsCommand, se_ListImportsCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListImportsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListImportsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "ListImports",
|
|
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_ListIntentMetricsCommand, se_ListIntentMetricsCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListIntentMetricsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListIntentMetricsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "ListIntentMetrics",
|
|
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_ListIntentPathsCommand, se_ListIntentPathsCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListIntentPathsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListIntentPathsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "ListIntentPaths",
|
|
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_ListIntentStageMetricsCommand, se_ListIntentStageMetricsCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListIntentStageMetricsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListIntentStageMetricsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "ListIntentStageMetrics",
|
|
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_ListIntentsCommand, se_ListIntentsCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListIntentsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListIntentsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "ListIntents",
|
|
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_ListRecommendedIntentsCommand, se_ListRecommendedIntentsCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListRecommendedIntentsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListRecommendedIntentsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "ListRecommendedIntents",
|
|
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_ListSessionAnalyticsDataCommand, se_ListSessionAnalyticsDataCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListSessionAnalyticsDataCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListSessionAnalyticsDataCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "ListSessionAnalyticsData",
|
|
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_ListSessionMetricsCommand, se_ListSessionMetricsCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListSessionMetricsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListSessionMetricsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "LexModelBuildingServiceV2",
|
|
35
|
+
operation: "ListSessionMetrics",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|