@aws-sdk/client-wisdom 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/CreateAssistantAssociationCommand.js +2 -2
- package/dist-cjs/commands/CreateAssistantCommand.js +2 -2
- package/dist-cjs/commands/CreateContentCommand.js +2 -2
- package/dist-cjs/commands/CreateKnowledgeBaseCommand.js +2 -2
- package/dist-cjs/commands/CreateSessionCommand.js +2 -2
- package/dist-cjs/commands/DeleteAssistantAssociationCommand.js +2 -2
- package/dist-cjs/commands/DeleteAssistantCommand.js +2 -2
- package/dist-cjs/commands/DeleteContentCommand.js +2 -2
- package/dist-cjs/commands/DeleteKnowledgeBaseCommand.js +2 -2
- package/dist-cjs/commands/GetAssistantAssociationCommand.js +2 -2
- package/dist-cjs/commands/GetAssistantCommand.js +2 -2
- package/dist-cjs/commands/GetContentCommand.js +2 -2
- package/dist-cjs/commands/GetContentSummaryCommand.js +2 -2
- package/dist-cjs/commands/GetKnowledgeBaseCommand.js +2 -2
- package/dist-cjs/commands/GetRecommendationsCommand.js +2 -2
- package/dist-cjs/commands/GetSessionCommand.js +2 -2
- package/dist-cjs/commands/ListAssistantAssociationsCommand.js +2 -2
- package/dist-cjs/commands/ListAssistantsCommand.js +2 -2
- package/dist-cjs/commands/ListContentsCommand.js +2 -2
- package/dist-cjs/commands/ListKnowledgeBasesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/NotifyRecommendationsReceivedCommand.js +2 -2
- package/dist-cjs/commands/QueryAssistantCommand.js +2 -2
- package/dist-cjs/commands/RemoveKnowledgeBaseTemplateUriCommand.js +2 -2
- package/dist-cjs/commands/SearchContentCommand.js +2 -2
- package/dist-cjs/commands/SearchSessionsCommand.js +2 -2
- package/dist-cjs/commands/StartContentUploadCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateContentCommand.js +2 -2
- package/dist-cjs/commands/UpdateKnowledgeBaseTemplateUriCommand.js +2 -2
- package/dist-cjs/models/models_0.js +428 -600
- package/dist-cjs/protocols/Aws_restJson1.js +371 -832
- package/dist-es/commands/CreateAssistantAssociationCommand.js +3 -3
- package/dist-es/commands/CreateAssistantCommand.js +3 -3
- package/dist-es/commands/CreateContentCommand.js +3 -3
- package/dist-es/commands/CreateKnowledgeBaseCommand.js +3 -3
- package/dist-es/commands/CreateSessionCommand.js +3 -3
- package/dist-es/commands/DeleteAssistantAssociationCommand.js +3 -3
- package/dist-es/commands/DeleteAssistantCommand.js +3 -3
- package/dist-es/commands/DeleteContentCommand.js +3 -3
- package/dist-es/commands/DeleteKnowledgeBaseCommand.js +3 -3
- package/dist-es/commands/GetAssistantAssociationCommand.js +3 -3
- package/dist-es/commands/GetAssistantCommand.js +3 -3
- package/dist-es/commands/GetContentCommand.js +3 -3
- package/dist-es/commands/GetContentSummaryCommand.js +3 -3
- package/dist-es/commands/GetKnowledgeBaseCommand.js +3 -3
- package/dist-es/commands/GetRecommendationsCommand.js +3 -3
- package/dist-es/commands/GetSessionCommand.js +3 -3
- package/dist-es/commands/ListAssistantAssociationsCommand.js +3 -3
- package/dist-es/commands/ListAssistantsCommand.js +3 -3
- package/dist-es/commands/ListContentsCommand.js +3 -3
- package/dist-es/commands/ListKnowledgeBasesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/NotifyRecommendationsReceivedCommand.js +3 -3
- package/dist-es/commands/QueryAssistantCommand.js +3 -3
- package/dist-es/commands/RemoveKnowledgeBaseTemplateUriCommand.js +3 -3
- package/dist-es/commands/SearchContentCommand.js +3 -3
- package/dist-es/commands/SearchSessionsCommand.js +3 -3
- package/dist-es/commands/StartContentUploadCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateContentCommand.js +3 -3
- package/dist-es/commands/UpdateKnowledgeBaseTemplateUriCommand.js +3 -3
- package/dist-es/models/models_0.js +137 -400
- package/dist-es/protocols/Aws_restJson1.js +492 -837
- package/dist-types/models/models_0.d.ts +364 -538
- package/dist-types/ts3.4/models/models_0.d.ts +182 -356
- 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 { CreateAssistantAssociationRequestFilterSensitiveLog, CreateAssistantAssociationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateAssistantAssociationCommand, serializeAws_restJson1CreateAssistantAssociationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateAssistantAssociationCommand = (function (_super) {
|
|
7
7
|
__extends(CreateAssistantAssociationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateAssistantAssociationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateAssistantAssociationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateAssistantAssociationResponseFilterSensitiveLog,
|
|
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 { CreateAssistantRequestFilterSensitiveLog, CreateAssistantResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateAssistantCommand, serializeAws_restJson1CreateAssistantCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateAssistantCommand = (function (_super) {
|
|
7
7
|
__extends(CreateAssistantCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateAssistantCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateAssistantRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateAssistantResponseFilterSensitiveLog,
|
|
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 { CreateContentRequestFilterSensitiveLog, CreateContentResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateContentCommand, serializeAws_restJson1CreateContentCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateContentCommand = (function (_super) {
|
|
7
7
|
__extends(CreateContentCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateContentCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateContentRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateContentResponseFilterSensitiveLog,
|
|
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 { CreateKnowledgeBaseRequestFilterSensitiveLog, CreateKnowledgeBaseResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateKnowledgeBaseCommand, serializeAws_restJson1CreateKnowledgeBaseCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateKnowledgeBaseCommand = (function (_super) {
|
|
7
7
|
__extends(CreateKnowledgeBaseCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateKnowledgeBaseCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateKnowledgeBaseRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateKnowledgeBaseResponseFilterSensitiveLog,
|
|
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 { CreateSessionRequestFilterSensitiveLog, CreateSessionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateSessionCommand, serializeAws_restJson1CreateSessionCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateSessionCommand = (function (_super) {
|
|
7
7
|
__extends(CreateSessionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateSessionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateSessionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateSessionResponseFilterSensitiveLog,
|
|
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 { DeleteAssistantAssociationRequestFilterSensitiveLog, DeleteAssistantAssociationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteAssistantAssociationCommand, serializeAws_restJson1DeleteAssistantAssociationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteAssistantAssociationCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteAssistantAssociationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteAssistantAssociationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteAssistantAssociationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteAssistantAssociationResponseFilterSensitiveLog,
|
|
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 { DeleteAssistantRequestFilterSensitiveLog, DeleteAssistantResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteAssistantCommand, serializeAws_restJson1DeleteAssistantCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteAssistantCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteAssistantCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteAssistantCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteAssistantRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteAssistantResponseFilterSensitiveLog,
|
|
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 { DeleteContentRequestFilterSensitiveLog, DeleteContentResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteContentCommand, serializeAws_restJson1DeleteContentCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteContentCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteContentCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteContentCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteContentRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteContentResponseFilterSensitiveLog,
|
|
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 { DeleteKnowledgeBaseRequestFilterSensitiveLog, DeleteKnowledgeBaseResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteKnowledgeBaseCommand, serializeAws_restJson1DeleteKnowledgeBaseCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteKnowledgeBaseCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteKnowledgeBaseCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteKnowledgeBaseCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteKnowledgeBaseRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteKnowledgeBaseResponseFilterSensitiveLog,
|
|
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 { GetAssistantAssociationRequestFilterSensitiveLog, GetAssistantAssociationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetAssistantAssociationCommand, serializeAws_restJson1GetAssistantAssociationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetAssistantAssociationCommand = (function (_super) {
|
|
7
7
|
__extends(GetAssistantAssociationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetAssistantAssociationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetAssistantAssociationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetAssistantAssociationResponseFilterSensitiveLog,
|
|
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 { GetAssistantRequestFilterSensitiveLog, GetAssistantResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetAssistantCommand, serializeAws_restJson1GetAssistantCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetAssistantCommand = (function (_super) {
|
|
7
7
|
__extends(GetAssistantCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetAssistantCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetAssistantRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetAssistantResponseFilterSensitiveLog,
|
|
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 { GetContentRequestFilterSensitiveLog, GetContentResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetContentCommand, serializeAws_restJson1GetContentCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetContentCommand = (function (_super) {
|
|
7
7
|
__extends(GetContentCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetContentCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetContentRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetContentResponseFilterSensitiveLog,
|
|
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 { GetContentSummaryRequestFilterSensitiveLog, GetContentSummaryResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetContentSummaryCommand, serializeAws_restJson1GetContentSummaryCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetContentSummaryCommand = (function (_super) {
|
|
7
7
|
__extends(GetContentSummaryCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetContentSummaryCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetContentSummaryRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetContentSummaryResponseFilterSensitiveLog,
|
|
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 { GetKnowledgeBaseRequestFilterSensitiveLog, GetKnowledgeBaseResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetKnowledgeBaseCommand, serializeAws_restJson1GetKnowledgeBaseCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetKnowledgeBaseCommand = (function (_super) {
|
|
7
7
|
__extends(GetKnowledgeBaseCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetKnowledgeBaseCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetKnowledgeBaseRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetKnowledgeBaseResponseFilterSensitiveLog,
|
|
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 { GetRecommendationsRequestFilterSensitiveLog, GetRecommendationsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetRecommendationsCommand, serializeAws_restJson1GetRecommendationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetRecommendationsCommand = (function (_super) {
|
|
7
7
|
__extends(GetRecommendationsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetRecommendationsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetRecommendationsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetRecommendationsResponseFilterSensitiveLog,
|
|
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 { GetSessionRequestFilterSensitiveLog, GetSessionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetSessionCommand, serializeAws_restJson1GetSessionCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetSessionCommand = (function (_super) {
|
|
7
7
|
__extends(GetSessionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetSessionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetSessionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetSessionResponseFilterSensitiveLog,
|
|
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 { ListAssistantAssociationsRequestFilterSensitiveLog, ListAssistantAssociationsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListAssistantAssociationsCommand, serializeAws_restJson1ListAssistantAssociationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListAssistantAssociationsCommand = (function (_super) {
|
|
7
7
|
__extends(ListAssistantAssociationsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListAssistantAssociationsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListAssistantAssociationsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListAssistantAssociationsResponseFilterSensitiveLog,
|
|
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 { ListAssistantsRequestFilterSensitiveLog, ListAssistantsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListAssistantsCommand, serializeAws_restJson1ListAssistantsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListAssistantsCommand = (function (_super) {
|
|
7
7
|
__extends(ListAssistantsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListAssistantsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListAssistantsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListAssistantsResponseFilterSensitiveLog,
|
|
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 { ListContentsRequestFilterSensitiveLog, ListContentsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListContentsCommand, serializeAws_restJson1ListContentsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListContentsCommand = (function (_super) {
|
|
7
7
|
__extends(ListContentsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListContentsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListContentsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListContentsResponseFilterSensitiveLog,
|
|
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 { ListKnowledgeBasesRequestFilterSensitiveLog, ListKnowledgeBasesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListKnowledgeBasesCommand, serializeAws_restJson1ListKnowledgeBasesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListKnowledgeBasesCommand = (function (_super) {
|
|
7
7
|
__extends(ListKnowledgeBasesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListKnowledgeBasesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListKnowledgeBasesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListKnowledgeBasesResponseFilterSensitiveLog,
|
|
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 { NotifyRecommendationsReceivedRequestFilterSensitiveLog, NotifyRecommendationsReceivedResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1NotifyRecommendationsReceivedCommand, serializeAws_restJson1NotifyRecommendationsReceivedCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var NotifyRecommendationsReceivedCommand = (function (_super) {
|
|
7
7
|
__extends(NotifyRecommendationsReceivedCommand, _super);
|
|
@@ -20,8 +20,8 @@ var NotifyRecommendationsReceivedCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: NotifyRecommendationsReceivedRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: NotifyRecommendationsReceivedResponseFilterSensitiveLog,
|
|
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 { QueryAssistantRequestFilterSensitiveLog, QueryAssistantResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1QueryAssistantCommand, serializeAws_restJson1QueryAssistantCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var QueryAssistantCommand = (function (_super) {
|
|
7
7
|
__extends(QueryAssistantCommand, _super);
|
|
@@ -20,8 +20,8 @@ var QueryAssistantCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: QueryAssistantRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: QueryAssistantResponseFilterSensitiveLog,
|
|
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 { RemoveKnowledgeBaseTemplateUriRequestFilterSensitiveLog, RemoveKnowledgeBaseTemplateUriResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1RemoveKnowledgeBaseTemplateUriCommand, serializeAws_restJson1RemoveKnowledgeBaseTemplateUriCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var RemoveKnowledgeBaseTemplateUriCommand = (function (_super) {
|
|
7
7
|
__extends(RemoveKnowledgeBaseTemplateUriCommand, _super);
|
|
@@ -20,8 +20,8 @@ var RemoveKnowledgeBaseTemplateUriCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: RemoveKnowledgeBaseTemplateUriRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: RemoveKnowledgeBaseTemplateUriResponseFilterSensitiveLog,
|
|
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 { SearchContentRequestFilterSensitiveLog, SearchContentResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1SearchContentCommand, serializeAws_restJson1SearchContentCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var SearchContentCommand = (function (_super) {
|
|
7
7
|
__extends(SearchContentCommand, _super);
|
|
@@ -20,8 +20,8 @@ var SearchContentCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: SearchContentRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: SearchContentResponseFilterSensitiveLog,
|
|
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 { SearchSessionsRequestFilterSensitiveLog, SearchSessionsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1SearchSessionsCommand, serializeAws_restJson1SearchSessionsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var SearchSessionsCommand = (function (_super) {
|
|
7
7
|
__extends(SearchSessionsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var SearchSessionsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: SearchSessionsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: SearchSessionsResponseFilterSensitiveLog,
|
|
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 { StartContentUploadRequestFilterSensitiveLog, StartContentUploadResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1StartContentUploadCommand, serializeAws_restJson1StartContentUploadCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var StartContentUploadCommand = (function (_super) {
|
|
7
7
|
__extends(StartContentUploadCommand, _super);
|
|
@@ -20,8 +20,8 @@ var StartContentUploadCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: StartContentUploadRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: StartContentUploadResponseFilterSensitiveLog,
|
|
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) {
|