@aws-sdk/client-lex-models-v2 3.128.0 → 3.137.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 +30 -0
- 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 +3 -0
- 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 +3 -0
- 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 +9 -9
|
@@ -9880,6 +9880,9 @@ const loadRestJsonErrorCode = (output, data) => {
|
|
|
9880
9880
|
const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
|
|
9881
9881
|
const sanitizeErrorCode = (rawValue) => {
|
|
9882
9882
|
let cleanValue = rawValue;
|
|
9883
|
+
if (typeof cleanValue === "number") {
|
|
9884
|
+
cleanValue = cleanValue.toString();
|
|
9885
|
+
}
|
|
9883
9886
|
if (cleanValue.indexOf(":") >= 0) {
|
|
9884
9887
|
cleanValue = cleanValue.split(":")[0];
|
|
9885
9888
|
}
|
|
@@ -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 { BuildBotLocaleRequestFilterSensitiveLog, BuildBotLocaleResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1BuildBotLocaleCommand, serializeAws_restJson1BuildBotLocaleCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var BuildBotLocaleCommand = (function (_super) {
|
|
7
7
|
__extends(BuildBotLocaleCommand, _super);
|
|
@@ -20,8 +20,8 @@ var BuildBotLocaleCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: BuildBotLocaleRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: BuildBotLocaleResponseFilterSensitiveLog,
|
|
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 { CreateBotAliasRequestFilterSensitiveLog, CreateBotAliasResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateBotAliasCommand, serializeAws_restJson1CreateBotAliasCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateBotAliasCommand = (function (_super) {
|
|
7
7
|
__extends(CreateBotAliasCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateBotAliasCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateBotAliasRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateBotAliasResponseFilterSensitiveLog,
|
|
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 { CreateBotRequestFilterSensitiveLog, CreateBotResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateBotCommand, serializeAws_restJson1CreateBotCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateBotCommand = (function (_super) {
|
|
7
7
|
__extends(CreateBotCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateBotCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateBotRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateBotResponseFilterSensitiveLog,
|
|
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 { CreateBotLocaleRequestFilterSensitiveLog, CreateBotLocaleResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateBotLocaleCommand, serializeAws_restJson1CreateBotLocaleCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateBotLocaleCommand = (function (_super) {
|
|
7
7
|
__extends(CreateBotLocaleCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateBotLocaleCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateBotLocaleRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateBotLocaleResponseFilterSensitiveLog,
|
|
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 { CreateBotVersionRequestFilterSensitiveLog, CreateBotVersionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateBotVersionCommand, serializeAws_restJson1CreateBotVersionCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateBotVersionCommand = (function (_super) {
|
|
7
7
|
__extends(CreateBotVersionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateBotVersionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateBotVersionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateBotVersionResponseFilterSensitiveLog,
|
|
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 { CreateExportRequestFilterSensitiveLog, CreateExportResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateExportCommand, serializeAws_restJson1CreateExportCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateExportCommand = (function (_super) {
|
|
7
7
|
__extends(CreateExportCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateExportCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateExportRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateExportResponseFilterSensitiveLog,
|
|
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 { CreateIntentRequestFilterSensitiveLog, CreateIntentResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateIntentCommand, serializeAws_restJson1CreateIntentCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateIntentCommand = (function (_super) {
|
|
7
7
|
__extends(CreateIntentCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateIntentCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateIntentRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateIntentResponseFilterSensitiveLog,
|
|
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 { CreateResourcePolicyRequestFilterSensitiveLog, CreateResourcePolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateResourcePolicyCommand, serializeAws_restJson1CreateResourcePolicyCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateResourcePolicyCommand = (function (_super) {
|
|
7
7
|
__extends(CreateResourcePolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateResourcePolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateResourcePolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateResourcePolicyResponseFilterSensitiveLog,
|
|
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 { CreateResourcePolicyStatementRequestFilterSensitiveLog, CreateResourcePolicyStatementResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateResourcePolicyStatementCommand, serializeAws_restJson1CreateResourcePolicyStatementCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateResourcePolicyStatementCommand = (function (_super) {
|
|
7
7
|
__extends(CreateResourcePolicyStatementCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateResourcePolicyStatementCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateResourcePolicyStatementRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateResourcePolicyStatementResponseFilterSensitiveLog,
|
|
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 { CreateSlotRequestFilterSensitiveLog, CreateSlotResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateSlotCommand, serializeAws_restJson1CreateSlotCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateSlotCommand = (function (_super) {
|
|
7
7
|
__extends(CreateSlotCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateSlotCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateSlotRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateSlotResponseFilterSensitiveLog,
|
|
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 { CreateSlotTypeRequestFilterSensitiveLog, CreateSlotTypeResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateSlotTypeCommand, serializeAws_restJson1CreateSlotTypeCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateSlotTypeCommand = (function (_super) {
|
|
7
7
|
__extends(CreateSlotTypeCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateSlotTypeCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateSlotTypeRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateSlotTypeResponseFilterSensitiveLog,
|
|
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 { CreateUploadUrlRequestFilterSensitiveLog, CreateUploadUrlResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateUploadUrlCommand, serializeAws_restJson1CreateUploadUrlCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateUploadUrlCommand = (function (_super) {
|
|
7
7
|
__extends(CreateUploadUrlCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateUploadUrlCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateUploadUrlRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateUploadUrlResponseFilterSensitiveLog,
|
|
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 { DeleteBotAliasRequestFilterSensitiveLog, DeleteBotAliasResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteBotAliasCommand, serializeAws_restJson1DeleteBotAliasCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteBotAliasCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteBotAliasCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteBotAliasCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteBotAliasRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteBotAliasResponseFilterSensitiveLog,
|
|
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 { DeleteBotRequestFilterSensitiveLog, DeleteBotResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteBotCommand, serializeAws_restJson1DeleteBotCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteBotCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteBotCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteBotCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteBotRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteBotResponseFilterSensitiveLog,
|
|
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 { DeleteBotLocaleRequestFilterSensitiveLog, DeleteBotLocaleResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteBotLocaleCommand, serializeAws_restJson1DeleteBotLocaleCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteBotLocaleCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteBotLocaleCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteBotLocaleCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteBotLocaleRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteBotLocaleResponseFilterSensitiveLog,
|
|
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 { DeleteBotVersionRequestFilterSensitiveLog, DeleteBotVersionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteBotVersionCommand, serializeAws_restJson1DeleteBotVersionCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteBotVersionCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteBotVersionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteBotVersionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteBotVersionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteBotVersionResponseFilterSensitiveLog,
|
|
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 { DeleteCustomVocabularyRequestFilterSensitiveLog, DeleteCustomVocabularyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteCustomVocabularyCommand, serializeAws_restJson1DeleteCustomVocabularyCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteCustomVocabularyCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteCustomVocabularyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteCustomVocabularyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteCustomVocabularyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteCustomVocabularyResponseFilterSensitiveLog,
|
|
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 { DeleteExportRequestFilterSensitiveLog, DeleteExportResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteExportCommand, serializeAws_restJson1DeleteExportCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteExportCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteExportCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteExportCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteExportRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteExportResponseFilterSensitiveLog,
|
|
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 { DeleteImportRequestFilterSensitiveLog, DeleteImportResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteImportCommand, serializeAws_restJson1DeleteImportCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteImportCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteImportCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteImportCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteImportRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteImportResponseFilterSensitiveLog,
|
|
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 { DeleteIntentRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteIntentCommand, serializeAws_restJson1DeleteIntentCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteIntentCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteIntentCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteIntentCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteIntentRequestFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -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 { DeleteResourcePolicyRequestFilterSensitiveLog, DeleteResourcePolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteResourcePolicyCommand, serializeAws_restJson1DeleteResourcePolicyCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteResourcePolicyCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteResourcePolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteResourcePolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteResourcePolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteResourcePolicyResponseFilterSensitiveLog,
|
|
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 { DeleteResourcePolicyStatementRequestFilterSensitiveLog, DeleteResourcePolicyStatementResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteResourcePolicyStatementCommand, serializeAws_restJson1DeleteResourcePolicyStatementCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteResourcePolicyStatementCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteResourcePolicyStatementCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteResourcePolicyStatementCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteResourcePolicyStatementRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteResourcePolicyStatementResponseFilterSensitiveLog,
|
|
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 { DeleteSlotRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteSlotCommand, serializeAws_restJson1DeleteSlotCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteSlotCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteSlotCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteSlotCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteSlotRequestFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -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 { DeleteSlotTypeRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteSlotTypeCommand, serializeAws_restJson1DeleteSlotTypeCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteSlotTypeCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteSlotTypeCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteSlotTypeCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteSlotTypeRequestFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -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 { DeleteUtterancesRequestFilterSensitiveLog, DeleteUtterancesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteUtterancesCommand, serializeAws_restJson1DeleteUtterancesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteUtterancesCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteUtterancesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteUtterancesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteUtterancesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteUtterancesResponseFilterSensitiveLog,
|
|
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 { DescribeBotAliasRequestFilterSensitiveLog, DescribeBotAliasResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeBotAliasCommand, serializeAws_restJson1DescribeBotAliasCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeBotAliasCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeBotAliasCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeBotAliasCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeBotAliasRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeBotAliasResponseFilterSensitiveLog,
|
|
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 { DescribeBotRequestFilterSensitiveLog, DescribeBotResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeBotCommand, serializeAws_restJson1DescribeBotCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeBotCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeBotCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeBotCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeBotRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeBotResponseFilterSensitiveLog,
|
|
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 { DescribeBotLocaleRequestFilterSensitiveLog, DescribeBotLocaleResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeBotLocaleCommand, serializeAws_restJson1DescribeBotLocaleCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeBotLocaleCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeBotLocaleCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeBotLocaleCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeBotLocaleRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeBotLocaleResponseFilterSensitiveLog,
|
|
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 { DescribeBotRecommendationRequestFilterSensitiveLog, DescribeBotRecommendationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeBotRecommendationCommand, serializeAws_restJson1DescribeBotRecommendationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeBotRecommendationCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeBotRecommendationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeBotRecommendationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeBotRecommendationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeBotRecommendationResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|