@aws-sdk/client-kendra 3.131.0 → 3.141.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/AssociateEntitiesToExperienceCommand.js +2 -2
- package/dist-cjs/commands/AssociatePersonasToEntitiesCommand.js +2 -2
- package/dist-cjs/commands/BatchDeleteDocumentCommand.js +2 -2
- package/dist-cjs/commands/BatchGetDocumentStatusCommand.js +2 -2
- package/dist-cjs/commands/BatchPutDocumentCommand.js +2 -2
- package/dist-cjs/commands/ClearQuerySuggestionsCommand.js +1 -1
- package/dist-cjs/commands/CreateAccessControlConfigurationCommand.js +2 -2
- package/dist-cjs/commands/CreateDataSourceCommand.js +2 -2
- package/dist-cjs/commands/CreateExperienceCommand.js +2 -2
- package/dist-cjs/commands/CreateFaqCommand.js +2 -2
- package/dist-cjs/commands/CreateIndexCommand.js +2 -2
- package/dist-cjs/commands/CreateQuerySuggestionsBlockListCommand.js +2 -2
- package/dist-cjs/commands/CreateThesaurusCommand.js +2 -2
- package/dist-cjs/commands/DeleteAccessControlConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DeleteDataSourceCommand.js +1 -1
- package/dist-cjs/commands/DeleteExperienceCommand.js +2 -2
- package/dist-cjs/commands/DeleteFaqCommand.js +1 -1
- package/dist-cjs/commands/DeleteIndexCommand.js +1 -1
- package/dist-cjs/commands/DeletePrincipalMappingCommand.js +1 -1
- package/dist-cjs/commands/DeleteQuerySuggestionsBlockListCommand.js +1 -1
- package/dist-cjs/commands/DeleteThesaurusCommand.js +1 -1
- package/dist-cjs/commands/DescribeAccessControlConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DescribeDataSourceCommand.js +2 -2
- package/dist-cjs/commands/DescribeExperienceCommand.js +2 -2
- package/dist-cjs/commands/DescribeFaqCommand.js +2 -2
- package/dist-cjs/commands/DescribeIndexCommand.js +2 -2
- package/dist-cjs/commands/DescribePrincipalMappingCommand.js +2 -2
- package/dist-cjs/commands/DescribeQuerySuggestionsBlockListCommand.js +2 -2
- package/dist-cjs/commands/DescribeQuerySuggestionsConfigCommand.js +2 -2
- package/dist-cjs/commands/DescribeThesaurusCommand.js +2 -2
- package/dist-cjs/commands/DisassociateEntitiesFromExperienceCommand.js +2 -2
- package/dist-cjs/commands/DisassociatePersonasFromEntitiesCommand.js +2 -2
- package/dist-cjs/commands/GetQuerySuggestionsCommand.js +2 -2
- package/dist-cjs/commands/GetSnapshotsCommand.js +2 -2
- package/dist-cjs/commands/ListAccessControlConfigurationsCommand.js +2 -2
- package/dist-cjs/commands/ListDataSourceSyncJobsCommand.js +2 -2
- package/dist-cjs/commands/ListDataSourcesCommand.js +2 -2
- package/dist-cjs/commands/ListEntityPersonasCommand.js +2 -2
- package/dist-cjs/commands/ListExperienceEntitiesCommand.js +2 -2
- package/dist-cjs/commands/ListExperiencesCommand.js +2 -2
- package/dist-cjs/commands/ListFaqsCommand.js +2 -2
- package/dist-cjs/commands/ListGroupsOlderThanOrderingIdCommand.js +2 -2
- package/dist-cjs/commands/ListIndicesCommand.js +2 -2
- package/dist-cjs/commands/ListQuerySuggestionsBlockListsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListThesauriCommand.js +2 -2
- package/dist-cjs/commands/PutPrincipalMappingCommand.js +1 -1
- package/dist-cjs/commands/QueryCommand.js +2 -3
- package/dist-cjs/commands/StartDataSourceSyncJobCommand.js +2 -2
- package/dist-cjs/commands/StopDataSourceSyncJobCommand.js +1 -1
- package/dist-cjs/commands/SubmitFeedbackCommand.js +1 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateAccessControlConfigurationCommand.js +2 -2
- package/dist-cjs/commands/UpdateDataSourceCommand.js +1 -1
- package/dist-cjs/commands/UpdateExperienceCommand.js +1 -1
- package/dist-cjs/commands/UpdateIndexCommand.js +1 -1
- package/dist-cjs/commands/UpdateQuerySuggestionsBlockListCommand.js +1 -1
- package/dist-cjs/commands/UpdateQuerySuggestionsConfigCommand.js +1 -1
- package/dist-cjs/commands/UpdateThesaurusCommand.js +1 -1
- package/dist-cjs/models/models_0.js +959 -1426
- package/dist-cjs/models/models_1.js +9 -7
- package/dist-cjs/protocols/Aws_json1_1.js +2 -0
- package/dist-es/commands/AssociateEntitiesToExperienceCommand.js +3 -3
- package/dist-es/commands/AssociatePersonasToEntitiesCommand.js +3 -3
- package/dist-es/commands/BatchDeleteDocumentCommand.js +3 -3
- package/dist-es/commands/BatchGetDocumentStatusCommand.js +3 -3
- package/dist-es/commands/BatchPutDocumentCommand.js +3 -3
- package/dist-es/commands/ClearQuerySuggestionsCommand.js +2 -2
- package/dist-es/commands/CreateAccessControlConfigurationCommand.js +3 -3
- package/dist-es/commands/CreateDataSourceCommand.js +3 -3
- package/dist-es/commands/CreateExperienceCommand.js +3 -3
- package/dist-es/commands/CreateFaqCommand.js +3 -3
- package/dist-es/commands/CreateIndexCommand.js +3 -3
- package/dist-es/commands/CreateQuerySuggestionsBlockListCommand.js +3 -3
- package/dist-es/commands/CreateThesaurusCommand.js +3 -3
- package/dist-es/commands/DeleteAccessControlConfigurationCommand.js +3 -3
- package/dist-es/commands/DeleteDataSourceCommand.js +2 -2
- package/dist-es/commands/DeleteExperienceCommand.js +3 -3
- package/dist-es/commands/DeleteFaqCommand.js +2 -2
- package/dist-es/commands/DeleteIndexCommand.js +2 -2
- package/dist-es/commands/DeletePrincipalMappingCommand.js +2 -2
- package/dist-es/commands/DeleteQuerySuggestionsBlockListCommand.js +2 -2
- package/dist-es/commands/DeleteThesaurusCommand.js +2 -2
- package/dist-es/commands/DescribeAccessControlConfigurationCommand.js +3 -3
- package/dist-es/commands/DescribeDataSourceCommand.js +3 -3
- package/dist-es/commands/DescribeExperienceCommand.js +3 -3
- package/dist-es/commands/DescribeFaqCommand.js +3 -3
- package/dist-es/commands/DescribeIndexCommand.js +3 -3
- package/dist-es/commands/DescribePrincipalMappingCommand.js +3 -3
- package/dist-es/commands/DescribeQuerySuggestionsBlockListCommand.js +3 -3
- package/dist-es/commands/DescribeQuerySuggestionsConfigCommand.js +3 -3
- package/dist-es/commands/DescribeThesaurusCommand.js +3 -3
- package/dist-es/commands/DisassociateEntitiesFromExperienceCommand.js +3 -3
- package/dist-es/commands/DisassociatePersonasFromEntitiesCommand.js +3 -3
- package/dist-es/commands/GetQuerySuggestionsCommand.js +3 -3
- package/dist-es/commands/GetSnapshotsCommand.js +3 -3
- package/dist-es/commands/ListAccessControlConfigurationsCommand.js +3 -3
- package/dist-es/commands/ListDataSourceSyncJobsCommand.js +3 -3
- package/dist-es/commands/ListDataSourcesCommand.js +3 -3
- package/dist-es/commands/ListEntityPersonasCommand.js +3 -3
- package/dist-es/commands/ListExperienceEntitiesCommand.js +3 -3
- package/dist-es/commands/ListExperiencesCommand.js +3 -3
- package/dist-es/commands/ListFaqsCommand.js +3 -3
- package/dist-es/commands/ListGroupsOlderThanOrderingIdCommand.js +3 -3
- package/dist-es/commands/ListIndicesCommand.js +3 -3
- package/dist-es/commands/ListQuerySuggestionsBlockListsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListThesauriCommand.js +3 -3
- package/dist-es/commands/PutPrincipalMappingCommand.js +2 -2
- package/dist-es/commands/QueryCommand.js +3 -4
- package/dist-es/commands/StartDataSourceSyncJobCommand.js +3 -3
- package/dist-es/commands/StopDataSourceSyncJobCommand.js +2 -2
- package/dist-es/commands/SubmitFeedbackCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateAccessControlConfigurationCommand.js +3 -3
- package/dist-es/commands/UpdateDataSourceCommand.js +2 -2
- package/dist-es/commands/UpdateExperienceCommand.js +2 -2
- package/dist-es/commands/UpdateIndexCommand.js +2 -2
- package/dist-es/commands/UpdateQuerySuggestionsBlockListCommand.js +2 -2
- package/dist-es/commands/UpdateQuerySuggestionsConfigCommand.js +2 -2
- package/dist-es/commands/UpdateThesaurusCommand.js +2 -2
- package/dist-es/models/models_0.js +244 -942
- package/dist-es/models/models_1.js +2 -4
- package/dist-es/protocols/Aws_json1_1.js +2 -1
- package/dist-types/Kendra.d.ts +14 -16
- package/dist-types/commands/CreateAccessControlConfigurationCommand.d.ts +10 -12
- package/dist-types/commands/QueryCommand.d.ts +1 -2
- package/dist-types/commands/UpdateAccessControlConfigurationCommand.d.ts +4 -4
- package/dist-types/models/models_0.d.ts +958 -1449
- package/dist-types/models/models_1.d.ts +44 -7
- package/dist-types/ts3.4/commands/QueryCommand.d.ts +1 -2
- package/dist-types/ts3.4/models/models_0.d.ts +470 -948
- package/dist-types/ts3.4/models/models_1.d.ts +19 -5
- package/package.json +6 -6
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
3
|
+
exports.QueryRequestFilterSensitiveLog = exports.QueryResultFilterSensitiveLog = void 0;
|
|
4
|
+
const QueryResultFilterSensitiveLog = (obj) => ({
|
|
5
|
+
...obj,
|
|
6
|
+
});
|
|
7
|
+
exports.QueryResultFilterSensitiveLog = QueryResultFilterSensitiveLog;
|
|
8
|
+
const QueryRequestFilterSensitiveLog = (obj) => ({
|
|
9
|
+
...obj,
|
|
10
|
+
});
|
|
11
|
+
exports.QueryRequestFilterSensitiveLog = QueryRequestFilterSensitiveLog;
|
|
@@ -5676,6 +5676,7 @@ const serializeAws_json1_1ServiceNowServiceCatalogConfiguration = (input, contex
|
|
|
5676
5676
|
};
|
|
5677
5677
|
const serializeAws_json1_1SharePointConfiguration = (input, context) => {
|
|
5678
5678
|
return {
|
|
5679
|
+
...(input.AuthenticationType != null && { AuthenticationType: input.AuthenticationType }),
|
|
5679
5680
|
...(input.CrawlAttachments != null && { CrawlAttachments: input.CrawlAttachments }),
|
|
5680
5681
|
...(input.DisableLocalGroups != null && { DisableLocalGroups: input.DisableLocalGroups }),
|
|
5681
5682
|
...(input.DocumentTitleFieldName != null && { DocumentTitleFieldName: input.DocumentTitleFieldName }),
|
|
@@ -8239,6 +8240,7 @@ const deserializeAws_json1_1ServiceQuotaExceededException = (output, context) =>
|
|
|
8239
8240
|
};
|
|
8240
8241
|
const deserializeAws_json1_1SharePointConfiguration = (output, context) => {
|
|
8241
8242
|
return {
|
|
8243
|
+
AuthenticationType: (0, smithy_client_1.expectString)(output.AuthenticationType),
|
|
8242
8244
|
CrawlAttachments: (0, smithy_client_1.expectBoolean)(output.CrawlAttachments),
|
|
8243
8245
|
DisableLocalGroups: (0, smithy_client_1.expectBoolean)(output.DisableLocalGroups),
|
|
8244
8246
|
DocumentTitleFieldName: (0, smithy_client_1.expectString)(output.DocumentTitleFieldName),
|
|
@@ -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 { AssociateEntitiesToExperienceRequestFilterSensitiveLog, AssociateEntitiesToExperienceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1AssociateEntitiesToExperienceCommand, serializeAws_json1_1AssociateEntitiesToExperienceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var AssociateEntitiesToExperienceCommand = (function (_super) {
|
|
7
7
|
__extends(AssociateEntitiesToExperienceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var AssociateEntitiesToExperienceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: AssociateEntitiesToExperienceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: AssociateEntitiesToExperienceResponseFilterSensitiveLog,
|
|
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 { AssociatePersonasToEntitiesRequestFilterSensitiveLog, AssociatePersonasToEntitiesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1AssociatePersonasToEntitiesCommand, serializeAws_json1_1AssociatePersonasToEntitiesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var AssociatePersonasToEntitiesCommand = (function (_super) {
|
|
7
7
|
__extends(AssociatePersonasToEntitiesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var AssociatePersonasToEntitiesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: AssociatePersonasToEntitiesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: AssociatePersonasToEntitiesResponseFilterSensitiveLog,
|
|
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 { BatchDeleteDocumentRequestFilterSensitiveLog, BatchDeleteDocumentResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1BatchDeleteDocumentCommand, serializeAws_json1_1BatchDeleteDocumentCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var BatchDeleteDocumentCommand = (function (_super) {
|
|
7
7
|
__extends(BatchDeleteDocumentCommand, _super);
|
|
@@ -20,8 +20,8 @@ var BatchDeleteDocumentCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: BatchDeleteDocumentRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: BatchDeleteDocumentResponseFilterSensitiveLog,
|
|
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 { BatchGetDocumentStatusRequestFilterSensitiveLog, BatchGetDocumentStatusResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1BatchGetDocumentStatusCommand, serializeAws_json1_1BatchGetDocumentStatusCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var BatchGetDocumentStatusCommand = (function (_super) {
|
|
7
7
|
__extends(BatchGetDocumentStatusCommand, _super);
|
|
@@ -20,8 +20,8 @@ var BatchGetDocumentStatusCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: BatchGetDocumentStatusRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: BatchGetDocumentStatusResponseFilterSensitiveLog,
|
|
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 { BatchPutDocumentRequestFilterSensitiveLog, BatchPutDocumentResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1BatchPutDocumentCommand, serializeAws_json1_1BatchPutDocumentCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var BatchPutDocumentCommand = (function (_super) {
|
|
7
7
|
__extends(BatchPutDocumentCommand, _super);
|
|
@@ -20,8 +20,8 @@ var BatchPutDocumentCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: BatchPutDocumentRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: BatchPutDocumentResponseFilterSensitiveLog,
|
|
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 { ClearQuerySuggestionsRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ClearQuerySuggestionsCommand, serializeAws_json1_1ClearQuerySuggestionsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ClearQuerySuggestionsCommand = (function (_super) {
|
|
7
7
|
__extends(ClearQuerySuggestionsCommand, _super);
|
|
@@ -20,7 +20,7 @@ var ClearQuerySuggestionsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ClearQuerySuggestionsRequestFilterSensitiveLog,
|
|
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 { CreateAccessControlConfigurationRequestFilterSensitiveLog, CreateAccessControlConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateAccessControlConfigurationCommand, serializeAws_json1_1CreateAccessControlConfigurationCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateAccessControlConfigurationCommand = (function (_super) {
|
|
7
7
|
__extends(CreateAccessControlConfigurationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateAccessControlConfigurationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateAccessControlConfigurationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateAccessControlConfigurationResponseFilterSensitiveLog,
|
|
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 { CreateDataSourceRequestFilterSensitiveLog, CreateDataSourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateDataSourceCommand, serializeAws_json1_1CreateDataSourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateDataSourceCommand = (function (_super) {
|
|
7
7
|
__extends(CreateDataSourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateDataSourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateDataSourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateDataSourceResponseFilterSensitiveLog,
|
|
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 { CreateExperienceRequestFilterSensitiveLog, CreateExperienceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateExperienceCommand, serializeAws_json1_1CreateExperienceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateExperienceCommand = (function (_super) {
|
|
7
7
|
__extends(CreateExperienceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateExperienceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateExperienceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateExperienceResponseFilterSensitiveLog,
|
|
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 { CreateFaqRequestFilterSensitiveLog, CreateFaqResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateFaqCommand, serializeAws_json1_1CreateFaqCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateFaqCommand = (function (_super) {
|
|
7
7
|
__extends(CreateFaqCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateFaqCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateFaqRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateFaqResponseFilterSensitiveLog,
|
|
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 { CreateIndexRequestFilterSensitiveLog, CreateIndexResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateIndexCommand, serializeAws_json1_1CreateIndexCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateIndexCommand = (function (_super) {
|
|
7
7
|
__extends(CreateIndexCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateIndexCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateIndexRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateIndexResponseFilterSensitiveLog,
|
|
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 { CreateQuerySuggestionsBlockListRequestFilterSensitiveLog, CreateQuerySuggestionsBlockListResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateQuerySuggestionsBlockListCommand, serializeAws_json1_1CreateQuerySuggestionsBlockListCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateQuerySuggestionsBlockListCommand = (function (_super) {
|
|
7
7
|
__extends(CreateQuerySuggestionsBlockListCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateQuerySuggestionsBlockListCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateQuerySuggestionsBlockListRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateQuerySuggestionsBlockListResponseFilterSensitiveLog,
|
|
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 { CreateThesaurusRequestFilterSensitiveLog, CreateThesaurusResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateThesaurusCommand, serializeAws_json1_1CreateThesaurusCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateThesaurusCommand = (function (_super) {
|
|
7
7
|
__extends(CreateThesaurusCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateThesaurusCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateThesaurusRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateThesaurusResponseFilterSensitiveLog,
|
|
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 { DeleteAccessControlConfigurationRequestFilterSensitiveLog, DeleteAccessControlConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteAccessControlConfigurationCommand, serializeAws_json1_1DeleteAccessControlConfigurationCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteAccessControlConfigurationCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteAccessControlConfigurationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteAccessControlConfigurationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteAccessControlConfigurationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteAccessControlConfigurationResponseFilterSensitiveLog,
|
|
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 { DeleteDataSourceRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteDataSourceCommand, serializeAws_json1_1DeleteDataSourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteDataSourceCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteDataSourceCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteDataSourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteDataSourceRequestFilterSensitiveLog,
|
|
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 { DeleteExperienceRequestFilterSensitiveLog, DeleteExperienceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteExperienceCommand, serializeAws_json1_1DeleteExperienceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteExperienceCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteExperienceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteExperienceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteExperienceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteExperienceResponseFilterSensitiveLog,
|
|
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 { DeleteFaqRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteFaqCommand, serializeAws_json1_1DeleteFaqCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteFaqCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteFaqCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteFaqCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteFaqRequestFilterSensitiveLog,
|
|
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 { DeleteIndexRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteIndexCommand, serializeAws_json1_1DeleteIndexCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteIndexCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteIndexCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteIndexCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteIndexRequestFilterSensitiveLog,
|
|
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 { DeletePrincipalMappingRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeletePrincipalMappingCommand, serializeAws_json1_1DeletePrincipalMappingCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeletePrincipalMappingCommand = (function (_super) {
|
|
7
7
|
__extends(DeletePrincipalMappingCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeletePrincipalMappingCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeletePrincipalMappingRequestFilterSensitiveLog,
|
|
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 { DeleteQuerySuggestionsBlockListRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteQuerySuggestionsBlockListCommand, serializeAws_json1_1DeleteQuerySuggestionsBlockListCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteQuerySuggestionsBlockListCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteQuerySuggestionsBlockListCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteQuerySuggestionsBlockListCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteQuerySuggestionsBlockListRequestFilterSensitiveLog,
|
|
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 { DeleteThesaurusRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteThesaurusCommand, serializeAws_json1_1DeleteThesaurusCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteThesaurusCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteThesaurusCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteThesaurusCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteThesaurusRequestFilterSensitiveLog,
|
|
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 { DescribeAccessControlConfigurationRequestFilterSensitiveLog, DescribeAccessControlConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeAccessControlConfigurationCommand, serializeAws_json1_1DescribeAccessControlConfigurationCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeAccessControlConfigurationCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeAccessControlConfigurationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeAccessControlConfigurationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeAccessControlConfigurationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeAccessControlConfigurationResponseFilterSensitiveLog,
|
|
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 { DescribeDataSourceRequestFilterSensitiveLog, DescribeDataSourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeDataSourceCommand, serializeAws_json1_1DescribeDataSourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeDataSourceCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeDataSourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeDataSourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeDataSourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeDataSourceResponseFilterSensitiveLog,
|
|
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 { DescribeExperienceRequestFilterSensitiveLog, DescribeExperienceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeExperienceCommand, serializeAws_json1_1DescribeExperienceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeExperienceCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeExperienceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeExperienceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeExperienceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeExperienceResponseFilterSensitiveLog,
|
|
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 { DescribeFaqRequestFilterSensitiveLog, DescribeFaqResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeFaqCommand, serializeAws_json1_1DescribeFaqCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeFaqCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeFaqCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeFaqCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeFaqRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeFaqResponseFilterSensitiveLog,
|
|
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 { DescribeIndexRequestFilterSensitiveLog, DescribeIndexResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeIndexCommand, serializeAws_json1_1DescribeIndexCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeIndexCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeIndexCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeIndexCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeIndexRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeIndexResponseFilterSensitiveLog,
|
|
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 { DescribePrincipalMappingRequestFilterSensitiveLog, DescribePrincipalMappingResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribePrincipalMappingCommand, serializeAws_json1_1DescribePrincipalMappingCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribePrincipalMappingCommand = (function (_super) {
|
|
7
7
|
__extends(DescribePrincipalMappingCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribePrincipalMappingCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribePrincipalMappingRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribePrincipalMappingResponseFilterSensitiveLog,
|
|
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 { DescribeQuerySuggestionsBlockListRequestFilterSensitiveLog, DescribeQuerySuggestionsBlockListResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeQuerySuggestionsBlockListCommand, serializeAws_json1_1DescribeQuerySuggestionsBlockListCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeQuerySuggestionsBlockListCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeQuerySuggestionsBlockListCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeQuerySuggestionsBlockListCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeQuerySuggestionsBlockListRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeQuerySuggestionsBlockListResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|