@aws-sdk/client-lex-models-v2 3.131.0 → 3.142.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/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/BuildBotLocaleCommand.js +2 -2
- package/dist-cjs/commands/CreateBotAliasCommand.js +2 -2
- package/dist-cjs/commands/CreateBotCommand.js +2 -2
- package/dist-cjs/commands/CreateBotLocaleCommand.js +2 -2
- package/dist-cjs/commands/CreateBotVersionCommand.js +2 -2
- package/dist-cjs/commands/CreateExportCommand.js +2 -2
- package/dist-cjs/commands/CreateIntentCommand.js +2 -2
- package/dist-cjs/commands/CreateResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/CreateResourcePolicyStatementCommand.js +2 -2
- package/dist-cjs/commands/CreateSlotCommand.js +2 -2
- package/dist-cjs/commands/CreateSlotTypeCommand.js +2 -2
- package/dist-cjs/commands/CreateUploadUrlCommand.js +2 -2
- package/dist-cjs/commands/DeleteBotAliasCommand.js +2 -2
- package/dist-cjs/commands/DeleteBotCommand.js +2 -2
- package/dist-cjs/commands/DeleteBotLocaleCommand.js +2 -2
- package/dist-cjs/commands/DeleteBotVersionCommand.js +2 -2
- package/dist-cjs/commands/DeleteCustomVocabularyCommand.js +2 -2
- package/dist-cjs/commands/DeleteExportCommand.js +2 -2
- package/dist-cjs/commands/DeleteImportCommand.js +2 -2
- package/dist-cjs/commands/DeleteIntentCommand.js +1 -1
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/DeleteResourcePolicyStatementCommand.js +2 -2
- package/dist-cjs/commands/DeleteSlotCommand.js +1 -1
- package/dist-cjs/commands/DeleteSlotTypeCommand.js +1 -1
- package/dist-cjs/commands/DeleteUtterancesCommand.js +2 -2
- package/dist-cjs/commands/DescribeBotAliasCommand.js +2 -2
- package/dist-cjs/commands/DescribeBotCommand.js +2 -2
- package/dist-cjs/commands/DescribeBotLocaleCommand.js +2 -2
- package/dist-cjs/commands/DescribeBotRecommendationCommand.js +2 -2
- package/dist-cjs/commands/DescribeBotVersionCommand.js +2 -2
- package/dist-cjs/commands/DescribeCustomVocabularyMetadataCommand.js +2 -2
- package/dist-cjs/commands/DescribeExportCommand.js +2 -2
- package/dist-cjs/commands/DescribeImportCommand.js +2 -2
- package/dist-cjs/commands/DescribeIntentCommand.js +2 -2
- package/dist-cjs/commands/DescribeResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/DescribeSlotCommand.js +2 -2
- package/dist-cjs/commands/DescribeSlotTypeCommand.js +2 -2
- package/dist-cjs/commands/ListAggregatedUtterancesCommand.js +2 -2
- package/dist-cjs/commands/ListBotAliasesCommand.js +2 -2
- package/dist-cjs/commands/ListBotLocalesCommand.js +2 -2
- package/dist-cjs/commands/ListBotRecommendationsCommand.js +2 -2
- package/dist-cjs/commands/ListBotVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListBotsCommand.js +2 -2
- package/dist-cjs/commands/ListBuiltInIntentsCommand.js +2 -2
- package/dist-cjs/commands/ListBuiltInSlotTypesCommand.js +2 -2
- package/dist-cjs/commands/ListExportsCommand.js +2 -2
- package/dist-cjs/commands/ListImportsCommand.js +2 -2
- package/dist-cjs/commands/ListIntentsCommand.js +2 -2
- package/dist-cjs/commands/ListRecommendedIntentsCommand.js +2 -2
- package/dist-cjs/commands/ListSlotTypesCommand.js +2 -2
- package/dist-cjs/commands/ListSlotsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/SearchAssociatedTranscriptsCommand.js +2 -2
- package/dist-cjs/commands/StartBotRecommendationCommand.js +2 -2
- package/dist-cjs/commands/StartImportCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateBotAliasCommand.js +2 -2
- package/dist-cjs/commands/UpdateBotCommand.js +2 -2
- package/dist-cjs/commands/UpdateBotLocaleCommand.js +2 -2
- package/dist-cjs/commands/UpdateBotRecommendationCommand.js +2 -2
- package/dist-cjs/commands/UpdateExportCommand.js +2 -2
- package/dist-cjs/commands/UpdateIntentCommand.js +2 -2
- package/dist-cjs/commands/UpdateResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/UpdateSlotCommand.js +2 -2
- package/dist-cjs/commands/UpdateSlotTypeCommand.js +2 -2
- package/dist-cjs/models/models_0.js +972 -1450
- package/dist-cjs/protocols/Aws_restJson1.js +1150 -3087
- package/dist-es/commands/BuildBotLocaleCommand.js +3 -3
- package/dist-es/commands/CreateBotAliasCommand.js +3 -3
- package/dist-es/commands/CreateBotCommand.js +3 -3
- package/dist-es/commands/CreateBotLocaleCommand.js +3 -3
- package/dist-es/commands/CreateBotVersionCommand.js +3 -3
- package/dist-es/commands/CreateExportCommand.js +3 -3
- package/dist-es/commands/CreateIntentCommand.js +3 -3
- package/dist-es/commands/CreateResourcePolicyCommand.js +3 -3
- package/dist-es/commands/CreateResourcePolicyStatementCommand.js +3 -3
- package/dist-es/commands/CreateSlotCommand.js +3 -3
- package/dist-es/commands/CreateSlotTypeCommand.js +3 -3
- package/dist-es/commands/CreateUploadUrlCommand.js +3 -3
- package/dist-es/commands/DeleteBotAliasCommand.js +3 -3
- package/dist-es/commands/DeleteBotCommand.js +3 -3
- package/dist-es/commands/DeleteBotLocaleCommand.js +3 -3
- package/dist-es/commands/DeleteBotVersionCommand.js +3 -3
- package/dist-es/commands/DeleteCustomVocabularyCommand.js +3 -3
- package/dist-es/commands/DeleteExportCommand.js +3 -3
- package/dist-es/commands/DeleteImportCommand.js +3 -3
- package/dist-es/commands/DeleteIntentCommand.js +2 -2
- package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -3
- package/dist-es/commands/DeleteResourcePolicyStatementCommand.js +3 -3
- package/dist-es/commands/DeleteSlotCommand.js +2 -2
- package/dist-es/commands/DeleteSlotTypeCommand.js +2 -2
- package/dist-es/commands/DeleteUtterancesCommand.js +3 -3
- package/dist-es/commands/DescribeBotAliasCommand.js +3 -3
- package/dist-es/commands/DescribeBotCommand.js +3 -3
- package/dist-es/commands/DescribeBotLocaleCommand.js +3 -3
- package/dist-es/commands/DescribeBotRecommendationCommand.js +3 -3
- package/dist-es/commands/DescribeBotVersionCommand.js +3 -3
- package/dist-es/commands/DescribeCustomVocabularyMetadataCommand.js +3 -3
- package/dist-es/commands/DescribeExportCommand.js +3 -3
- package/dist-es/commands/DescribeImportCommand.js +3 -3
- package/dist-es/commands/DescribeIntentCommand.js +3 -3
- package/dist-es/commands/DescribeResourcePolicyCommand.js +3 -3
- package/dist-es/commands/DescribeSlotCommand.js +3 -3
- package/dist-es/commands/DescribeSlotTypeCommand.js +3 -3
- package/dist-es/commands/ListAggregatedUtterancesCommand.js +3 -3
- package/dist-es/commands/ListBotAliasesCommand.js +3 -3
- package/dist-es/commands/ListBotLocalesCommand.js +3 -3
- package/dist-es/commands/ListBotRecommendationsCommand.js +3 -3
- package/dist-es/commands/ListBotVersionsCommand.js +3 -3
- package/dist-es/commands/ListBotsCommand.js +3 -3
- package/dist-es/commands/ListBuiltInIntentsCommand.js +3 -3
- package/dist-es/commands/ListBuiltInSlotTypesCommand.js +3 -3
- package/dist-es/commands/ListExportsCommand.js +3 -3
- package/dist-es/commands/ListImportsCommand.js +3 -3
- package/dist-es/commands/ListIntentsCommand.js +3 -3
- package/dist-es/commands/ListRecommendedIntentsCommand.js +3 -3
- package/dist-es/commands/ListSlotTypesCommand.js +3 -3
- package/dist-es/commands/ListSlotsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/SearchAssociatedTranscriptsCommand.js +3 -3
- package/dist-es/commands/StartBotRecommendationCommand.js +3 -3
- package/dist-es/commands/StartImportCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateBotAliasCommand.js +3 -3
- package/dist-es/commands/UpdateBotCommand.js +3 -3
- package/dist-es/commands/UpdateBotLocaleCommand.js +3 -3
- package/dist-es/commands/UpdateBotRecommendationCommand.js +3 -3
- package/dist-es/commands/UpdateExportCommand.js +3 -3
- package/dist-es/commands/UpdateIntentCommand.js +3 -3
- package/dist-es/commands/UpdateResourcePolicyCommand.js +3 -3
- package/dist-es/commands/UpdateSlotCommand.js +3 -3
- package/dist-es/commands/UpdateSlotTypeCommand.js +3 -3
- package/dist-es/models/models_0.js +239 -956
- package/dist-es/protocols/Aws_restJson1.js +1408 -3126
- package/dist-types/models/models_0.d.ts +956 -1434
- package/dist-types/ts3.4/models/models_0.d.ts +478 -956
- package/package.json +6 -6
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeCustomVocabularyMetadataRequestFilterSensitiveLog, DescribeCustomVocabularyMetadataResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeCustomVocabularyMetadataCommand, serializeAws_restJson1DescribeCustomVocabularyMetadataCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeCustomVocabularyMetadataCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeCustomVocabularyMetadataCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeCustomVocabularyMetadataCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeCustomVocabularyMetadataRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeCustomVocabularyMetadataResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeExportRequestFilterSensitiveLog, DescribeExportResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeExportCommand, serializeAws_restJson1DescribeExportCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeExportCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeExportCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeExportCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeExportRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeExportResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeImportRequestFilterSensitiveLog, DescribeImportResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeImportCommand, serializeAws_restJson1DescribeImportCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeImportCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeImportCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeImportCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeImportRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeImportResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeIntentRequestFilterSensitiveLog, DescribeIntentResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeIntentCommand, serializeAws_restJson1DescribeIntentCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeIntentCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeIntentCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeIntentCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeIntentRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeIntentResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeResourcePolicyRequestFilterSensitiveLog, DescribeResourcePolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeResourcePolicyCommand, serializeAws_restJson1DescribeResourcePolicyCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeResourcePolicyCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeResourcePolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeResourcePolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeResourcePolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeResourcePolicyResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeSlotRequestFilterSensitiveLog, DescribeSlotResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeSlotCommand, serializeAws_restJson1DescribeSlotCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeSlotCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeSlotCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeSlotCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeSlotRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeSlotResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeSlotTypeRequestFilterSensitiveLog, DescribeSlotTypeResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeSlotTypeCommand, serializeAws_restJson1DescribeSlotTypeCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeSlotTypeCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeSlotTypeCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeSlotTypeCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeSlotTypeRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeSlotTypeResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListAggregatedUtterancesRequestFilterSensitiveLog, ListAggregatedUtterancesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListAggregatedUtterancesCommand, serializeAws_restJson1ListAggregatedUtterancesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListAggregatedUtterancesCommand = (function (_super) {
|
|
7
7
|
__extends(ListAggregatedUtterancesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListAggregatedUtterancesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListAggregatedUtterancesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListAggregatedUtterancesResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListBotAliasesRequestFilterSensitiveLog, ListBotAliasesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListBotAliasesCommand, serializeAws_restJson1ListBotAliasesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListBotAliasesCommand = (function (_super) {
|
|
7
7
|
__extends(ListBotAliasesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListBotAliasesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListBotAliasesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListBotAliasesResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListBotLocalesRequestFilterSensitiveLog, ListBotLocalesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListBotLocalesCommand, serializeAws_restJson1ListBotLocalesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListBotLocalesCommand = (function (_super) {
|
|
7
7
|
__extends(ListBotLocalesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListBotLocalesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListBotLocalesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListBotLocalesResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListBotRecommendationsRequestFilterSensitiveLog, ListBotRecommendationsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListBotRecommendationsCommand, serializeAws_restJson1ListBotRecommendationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListBotRecommendationsCommand = (function (_super) {
|
|
7
7
|
__extends(ListBotRecommendationsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListBotRecommendationsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListBotRecommendationsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListBotRecommendationsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListBotVersionsRequestFilterSensitiveLog, ListBotVersionsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListBotVersionsCommand, serializeAws_restJson1ListBotVersionsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListBotVersionsCommand = (function (_super) {
|
|
7
7
|
__extends(ListBotVersionsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListBotVersionsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListBotVersionsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListBotVersionsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListBotsRequestFilterSensitiveLog, ListBotsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListBotsCommand, serializeAws_restJson1ListBotsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListBotsCommand = (function (_super) {
|
|
7
7
|
__extends(ListBotsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListBotsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListBotsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListBotsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListBuiltInIntentsRequestFilterSensitiveLog, ListBuiltInIntentsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListBuiltInIntentsCommand, serializeAws_restJson1ListBuiltInIntentsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListBuiltInIntentsCommand = (function (_super) {
|
|
7
7
|
__extends(ListBuiltInIntentsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListBuiltInIntentsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListBuiltInIntentsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListBuiltInIntentsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListBuiltInSlotTypesRequestFilterSensitiveLog, ListBuiltInSlotTypesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListBuiltInSlotTypesCommand, serializeAws_restJson1ListBuiltInSlotTypesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListBuiltInSlotTypesCommand = (function (_super) {
|
|
7
7
|
__extends(ListBuiltInSlotTypesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListBuiltInSlotTypesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListBuiltInSlotTypesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListBuiltInSlotTypesResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListExportsRequestFilterSensitiveLog, ListExportsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListExportsCommand, serializeAws_restJson1ListExportsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListExportsCommand = (function (_super) {
|
|
7
7
|
__extends(ListExportsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListExportsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListExportsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListExportsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListImportsRequestFilterSensitiveLog, ListImportsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListImportsCommand, serializeAws_restJson1ListImportsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListImportsCommand = (function (_super) {
|
|
7
7
|
__extends(ListImportsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListImportsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListImportsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListImportsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListIntentsRequestFilterSensitiveLog, ListIntentsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListIntentsCommand, serializeAws_restJson1ListIntentsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListIntentsCommand = (function (_super) {
|
|
7
7
|
__extends(ListIntentsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListIntentsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListIntentsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListIntentsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListRecommendedIntentsRequestFilterSensitiveLog, ListRecommendedIntentsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListRecommendedIntentsCommand, serializeAws_restJson1ListRecommendedIntentsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListRecommendedIntentsCommand = (function (_super) {
|
|
7
7
|
__extends(ListRecommendedIntentsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListRecommendedIntentsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListRecommendedIntentsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListRecommendedIntentsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListSlotTypesRequestFilterSensitiveLog, ListSlotTypesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListSlotTypesCommand, serializeAws_restJson1ListSlotTypesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListSlotTypesCommand = (function (_super) {
|
|
7
7
|
__extends(ListSlotTypesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListSlotTypesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListSlotTypesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListSlotTypesResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListSlotsRequestFilterSensitiveLog, ListSlotsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListSlotsCommand, serializeAws_restJson1ListSlotsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListSlotsCommand = (function (_super) {
|
|
7
7
|
__extends(ListSlotsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListSlotsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListSlotsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListSlotsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListTagsForResourceCommand = (function (_super) {
|
|
7
7
|
__extends(ListTagsForResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListTagsForResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListTagsForResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListTagsForResourceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { SearchAssociatedTranscriptsRequestFilterSensitiveLog, SearchAssociatedTranscriptsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1SearchAssociatedTranscriptsCommand, serializeAws_restJson1SearchAssociatedTranscriptsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var SearchAssociatedTranscriptsCommand = (function (_super) {
|
|
7
7
|
__extends(SearchAssociatedTranscriptsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var SearchAssociatedTranscriptsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: SearchAssociatedTranscriptsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: SearchAssociatedTranscriptsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { StartBotRecommendationRequestFilterSensitiveLog, StartBotRecommendationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1StartBotRecommendationCommand, serializeAws_restJson1StartBotRecommendationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var StartBotRecommendationCommand = (function (_super) {
|
|
7
7
|
__extends(StartBotRecommendationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var StartBotRecommendationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: StartBotRecommendationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: StartBotRecommendationResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { StartImportRequestFilterSensitiveLog, StartImportResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1StartImportCommand, serializeAws_restJson1StartImportCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var StartImportCommand = (function (_super) {
|
|
7
7
|
__extends(StartImportCommand, _super);
|
|
@@ -20,8 +20,8 @@ var StartImportCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: StartImportRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: StartImportResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var TagResourceCommand = (function (_super) {
|
|
7
7
|
__extends(TagResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var TagResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: TagResourceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UntagResourceCommand = (function (_super) {
|
|
7
7
|
__extends(UntagResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UntagResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UntagResourceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { UpdateBotAliasRequestFilterSensitiveLog, UpdateBotAliasResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateBotAliasCommand, serializeAws_restJson1UpdateBotAliasCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateBotAliasCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateBotAliasCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateBotAliasCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateBotAliasRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateBotAliasResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { UpdateBotRequestFilterSensitiveLog, UpdateBotResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateBotCommand, serializeAws_restJson1UpdateBotCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateBotCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateBotCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateBotCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateBotRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateBotResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|