@aws-sdk/client-api-gateway 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/CreateApiKeyCommand.js +2 -2
- package/dist-cjs/commands/CreateAuthorizerCommand.js +2 -2
- package/dist-cjs/commands/CreateBasePathMappingCommand.js +2 -2
- package/dist-cjs/commands/CreateDeploymentCommand.js +2 -2
- package/dist-cjs/commands/CreateDocumentationPartCommand.js +2 -2
- package/dist-cjs/commands/CreateDocumentationVersionCommand.js +2 -2
- package/dist-cjs/commands/CreateDomainNameCommand.js +2 -2
- package/dist-cjs/commands/CreateModelCommand.js +2 -2
- package/dist-cjs/commands/CreateRequestValidatorCommand.js +2 -2
- package/dist-cjs/commands/CreateResourceCommand.js +2 -2
- package/dist-cjs/commands/CreateRestApiCommand.js +2 -2
- package/dist-cjs/commands/CreateStageCommand.js +2 -2
- package/dist-cjs/commands/CreateUsagePlanCommand.js +2 -2
- package/dist-cjs/commands/CreateUsagePlanKeyCommand.js +2 -2
- package/dist-cjs/commands/CreateVpcLinkCommand.js +2 -2
- package/dist-cjs/commands/DeleteApiKeyCommand.js +1 -1
- package/dist-cjs/commands/DeleteAuthorizerCommand.js +1 -1
- package/dist-cjs/commands/DeleteBasePathMappingCommand.js +1 -1
- package/dist-cjs/commands/DeleteClientCertificateCommand.js +1 -1
- package/dist-cjs/commands/DeleteDeploymentCommand.js +1 -1
- package/dist-cjs/commands/DeleteDocumentationPartCommand.js +1 -1
- package/dist-cjs/commands/DeleteDocumentationVersionCommand.js +1 -1
- package/dist-cjs/commands/DeleteDomainNameCommand.js +1 -1
- package/dist-cjs/commands/DeleteGatewayResponseCommand.js +1 -1
- package/dist-cjs/commands/DeleteIntegrationCommand.js +1 -1
- package/dist-cjs/commands/DeleteIntegrationResponseCommand.js +1 -1
- package/dist-cjs/commands/DeleteMethodCommand.js +1 -1
- package/dist-cjs/commands/DeleteMethodResponseCommand.js +1 -1
- package/dist-cjs/commands/DeleteModelCommand.js +1 -1
- package/dist-cjs/commands/DeleteRequestValidatorCommand.js +1 -1
- package/dist-cjs/commands/DeleteResourceCommand.js +1 -1
- package/dist-cjs/commands/DeleteRestApiCommand.js +1 -1
- package/dist-cjs/commands/DeleteStageCommand.js +1 -1
- package/dist-cjs/commands/DeleteUsagePlanCommand.js +1 -1
- package/dist-cjs/commands/DeleteUsagePlanKeyCommand.js +1 -1
- package/dist-cjs/commands/DeleteVpcLinkCommand.js +1 -1
- package/dist-cjs/commands/FlushStageAuthorizersCacheCommand.js +1 -1
- package/dist-cjs/commands/FlushStageCacheCommand.js +1 -1
- package/dist-cjs/commands/GenerateClientCertificateCommand.js +2 -2
- package/dist-cjs/commands/GetAccountCommand.js +2 -2
- package/dist-cjs/commands/GetApiKeyCommand.js +2 -2
- package/dist-cjs/commands/GetApiKeysCommand.js +2 -2
- package/dist-cjs/commands/GetAuthorizerCommand.js +2 -2
- package/dist-cjs/commands/GetAuthorizersCommand.js +2 -2
- package/dist-cjs/commands/GetBasePathMappingCommand.js +2 -2
- package/dist-cjs/commands/GetBasePathMappingsCommand.js +2 -2
- package/dist-cjs/commands/GetClientCertificateCommand.js +2 -2
- package/dist-cjs/commands/GetClientCertificatesCommand.js +2 -2
- package/dist-cjs/commands/GetDeploymentCommand.js +2 -2
- package/dist-cjs/commands/GetDeploymentsCommand.js +2 -2
- package/dist-cjs/commands/GetDocumentationPartCommand.js +2 -2
- package/dist-cjs/commands/GetDocumentationPartsCommand.js +2 -2
- package/dist-cjs/commands/GetDocumentationVersionCommand.js +2 -2
- package/dist-cjs/commands/GetDocumentationVersionsCommand.js +2 -2
- package/dist-cjs/commands/GetDomainNameCommand.js +2 -2
- package/dist-cjs/commands/GetDomainNamesCommand.js +2 -2
- package/dist-cjs/commands/GetExportCommand.js +2 -2
- package/dist-cjs/commands/GetGatewayResponseCommand.js +2 -2
- package/dist-cjs/commands/GetGatewayResponsesCommand.js +2 -2
- package/dist-cjs/commands/GetIntegrationCommand.js +2 -2
- package/dist-cjs/commands/GetIntegrationResponseCommand.js +2 -2
- package/dist-cjs/commands/GetMethodCommand.js +2 -2
- package/dist-cjs/commands/GetMethodResponseCommand.js +2 -2
- package/dist-cjs/commands/GetModelCommand.js +2 -2
- package/dist-cjs/commands/GetModelTemplateCommand.js +2 -2
- package/dist-cjs/commands/GetModelsCommand.js +2 -2
- package/dist-cjs/commands/GetRequestValidatorCommand.js +2 -2
- package/dist-cjs/commands/GetRequestValidatorsCommand.js +2 -2
- package/dist-cjs/commands/GetResourceCommand.js +2 -2
- package/dist-cjs/commands/GetResourcesCommand.js +2 -2
- package/dist-cjs/commands/GetRestApiCommand.js +2 -2
- package/dist-cjs/commands/GetRestApisCommand.js +2 -2
- package/dist-cjs/commands/GetSdkCommand.js +2 -2
- package/dist-cjs/commands/GetSdkTypeCommand.js +2 -2
- package/dist-cjs/commands/GetSdkTypesCommand.js +2 -2
- package/dist-cjs/commands/GetStageCommand.js +2 -2
- package/dist-cjs/commands/GetStagesCommand.js +2 -2
- package/dist-cjs/commands/GetTagsCommand.js +2 -2
- package/dist-cjs/commands/GetUsageCommand.js +2 -2
- package/dist-cjs/commands/GetUsagePlanCommand.js +2 -2
- package/dist-cjs/commands/GetUsagePlanKeyCommand.js +2 -2
- package/dist-cjs/commands/GetUsagePlanKeysCommand.js +2 -2
- package/dist-cjs/commands/GetUsagePlansCommand.js +2 -2
- package/dist-cjs/commands/GetVpcLinkCommand.js +2 -2
- package/dist-cjs/commands/GetVpcLinksCommand.js +2 -2
- package/dist-cjs/commands/ImportApiKeysCommand.js +2 -2
- package/dist-cjs/commands/ImportDocumentationPartsCommand.js +2 -2
- package/dist-cjs/commands/ImportRestApiCommand.js +2 -2
- package/dist-cjs/commands/PutGatewayResponseCommand.js +2 -2
- package/dist-cjs/commands/PutIntegrationCommand.js +2 -2
- package/dist-cjs/commands/PutIntegrationResponseCommand.js +2 -2
- package/dist-cjs/commands/PutMethodCommand.js +2 -2
- package/dist-cjs/commands/PutMethodResponseCommand.js +2 -2
- package/dist-cjs/commands/PutRestApiCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +1 -1
- package/dist-cjs/commands/TestInvokeAuthorizerCommand.js +2 -2
- package/dist-cjs/commands/TestInvokeMethodCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +1 -1
- package/dist-cjs/commands/UpdateAccountCommand.js +2 -2
- package/dist-cjs/commands/UpdateApiKeyCommand.js +2 -2
- package/dist-cjs/commands/UpdateAuthorizerCommand.js +2 -2
- package/dist-cjs/commands/UpdateBasePathMappingCommand.js +2 -2
- package/dist-cjs/commands/UpdateClientCertificateCommand.js +2 -2
- package/dist-cjs/commands/UpdateDeploymentCommand.js +2 -2
- package/dist-cjs/commands/UpdateDocumentationPartCommand.js +2 -2
- package/dist-cjs/commands/UpdateDocumentationVersionCommand.js +2 -2
- package/dist-cjs/commands/UpdateDomainNameCommand.js +2 -2
- package/dist-cjs/commands/UpdateGatewayResponseCommand.js +2 -2
- package/dist-cjs/commands/UpdateIntegrationCommand.js +2 -2
- package/dist-cjs/commands/UpdateIntegrationResponseCommand.js +2 -2
- package/dist-cjs/commands/UpdateMethodCommand.js +2 -2
- package/dist-cjs/commands/UpdateMethodResponseCommand.js +2 -2
- package/dist-cjs/commands/UpdateModelCommand.js +2 -2
- package/dist-cjs/commands/UpdateRequestValidatorCommand.js +2 -2
- package/dist-cjs/commands/UpdateResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateRestApiCommand.js +2 -2
- package/dist-cjs/commands/UpdateStageCommand.js +2 -2
- package/dist-cjs/commands/UpdateUsageCommand.js +2 -2
- package/dist-cjs/commands/UpdateUsagePlanCommand.js +2 -2
- package/dist-cjs/commands/UpdateVpcLinkCommand.js +2 -2
- package/dist-cjs/models/models_0.js +749 -1121
- package/dist-cjs/protocols/Aws_restJson1.js +1881 -4539
- package/dist-es/commands/CreateApiKeyCommand.js +3 -3
- package/dist-es/commands/CreateAuthorizerCommand.js +3 -3
- package/dist-es/commands/CreateBasePathMappingCommand.js +3 -3
- package/dist-es/commands/CreateDeploymentCommand.js +3 -3
- package/dist-es/commands/CreateDocumentationPartCommand.js +3 -3
- package/dist-es/commands/CreateDocumentationVersionCommand.js +3 -3
- package/dist-es/commands/CreateDomainNameCommand.js +3 -3
- package/dist-es/commands/CreateModelCommand.js +3 -3
- package/dist-es/commands/CreateRequestValidatorCommand.js +3 -3
- package/dist-es/commands/CreateResourceCommand.js +3 -3
- package/dist-es/commands/CreateRestApiCommand.js +3 -3
- package/dist-es/commands/CreateStageCommand.js +3 -3
- package/dist-es/commands/CreateUsagePlanCommand.js +3 -3
- package/dist-es/commands/CreateUsagePlanKeyCommand.js +3 -3
- package/dist-es/commands/CreateVpcLinkCommand.js +3 -3
- package/dist-es/commands/DeleteApiKeyCommand.js +2 -2
- package/dist-es/commands/DeleteAuthorizerCommand.js +2 -2
- package/dist-es/commands/DeleteBasePathMappingCommand.js +2 -2
- package/dist-es/commands/DeleteClientCertificateCommand.js +2 -2
- package/dist-es/commands/DeleteDeploymentCommand.js +2 -2
- package/dist-es/commands/DeleteDocumentationPartCommand.js +2 -2
- package/dist-es/commands/DeleteDocumentationVersionCommand.js +2 -2
- package/dist-es/commands/DeleteDomainNameCommand.js +2 -2
- package/dist-es/commands/DeleteGatewayResponseCommand.js +2 -2
- package/dist-es/commands/DeleteIntegrationCommand.js +2 -2
- package/dist-es/commands/DeleteIntegrationResponseCommand.js +2 -2
- package/dist-es/commands/DeleteMethodCommand.js +2 -2
- package/dist-es/commands/DeleteMethodResponseCommand.js +2 -2
- package/dist-es/commands/DeleteModelCommand.js +2 -2
- package/dist-es/commands/DeleteRequestValidatorCommand.js +2 -2
- package/dist-es/commands/DeleteResourceCommand.js +2 -2
- package/dist-es/commands/DeleteRestApiCommand.js +2 -2
- package/dist-es/commands/DeleteStageCommand.js +2 -2
- package/dist-es/commands/DeleteUsagePlanCommand.js +2 -2
- package/dist-es/commands/DeleteUsagePlanKeyCommand.js +2 -2
- package/dist-es/commands/DeleteVpcLinkCommand.js +2 -2
- package/dist-es/commands/FlushStageAuthorizersCacheCommand.js +2 -2
- package/dist-es/commands/FlushStageCacheCommand.js +2 -2
- package/dist-es/commands/GenerateClientCertificateCommand.js +3 -3
- package/dist-es/commands/GetAccountCommand.js +3 -3
- package/dist-es/commands/GetApiKeyCommand.js +3 -3
- package/dist-es/commands/GetApiKeysCommand.js +3 -3
- package/dist-es/commands/GetAuthorizerCommand.js +3 -3
- package/dist-es/commands/GetAuthorizersCommand.js +3 -3
- package/dist-es/commands/GetBasePathMappingCommand.js +3 -3
- package/dist-es/commands/GetBasePathMappingsCommand.js +3 -3
- package/dist-es/commands/GetClientCertificateCommand.js +3 -3
- package/dist-es/commands/GetClientCertificatesCommand.js +3 -3
- package/dist-es/commands/GetDeploymentCommand.js +3 -3
- package/dist-es/commands/GetDeploymentsCommand.js +3 -3
- package/dist-es/commands/GetDocumentationPartCommand.js +3 -3
- package/dist-es/commands/GetDocumentationPartsCommand.js +3 -3
- package/dist-es/commands/GetDocumentationVersionCommand.js +3 -3
- package/dist-es/commands/GetDocumentationVersionsCommand.js +3 -3
- package/dist-es/commands/GetDomainNameCommand.js +3 -3
- package/dist-es/commands/GetDomainNamesCommand.js +3 -3
- package/dist-es/commands/GetExportCommand.js +3 -3
- package/dist-es/commands/GetGatewayResponseCommand.js +3 -3
- package/dist-es/commands/GetGatewayResponsesCommand.js +3 -3
- package/dist-es/commands/GetIntegrationCommand.js +3 -3
- package/dist-es/commands/GetIntegrationResponseCommand.js +3 -3
- package/dist-es/commands/GetMethodCommand.js +3 -3
- package/dist-es/commands/GetMethodResponseCommand.js +3 -3
- package/dist-es/commands/GetModelCommand.js +3 -3
- package/dist-es/commands/GetModelTemplateCommand.js +3 -3
- package/dist-es/commands/GetModelsCommand.js +3 -3
- package/dist-es/commands/GetRequestValidatorCommand.js +3 -3
- package/dist-es/commands/GetRequestValidatorsCommand.js +3 -3
- package/dist-es/commands/GetResourceCommand.js +3 -3
- package/dist-es/commands/GetResourcesCommand.js +3 -3
- package/dist-es/commands/GetRestApiCommand.js +3 -3
- package/dist-es/commands/GetRestApisCommand.js +3 -3
- package/dist-es/commands/GetSdkCommand.js +3 -3
- package/dist-es/commands/GetSdkTypeCommand.js +3 -3
- package/dist-es/commands/GetSdkTypesCommand.js +3 -3
- package/dist-es/commands/GetStageCommand.js +3 -3
- package/dist-es/commands/GetStagesCommand.js +3 -3
- package/dist-es/commands/GetTagsCommand.js +3 -3
- package/dist-es/commands/GetUsageCommand.js +3 -3
- package/dist-es/commands/GetUsagePlanCommand.js +3 -3
- package/dist-es/commands/GetUsagePlanKeyCommand.js +3 -3
- package/dist-es/commands/GetUsagePlanKeysCommand.js +3 -3
- package/dist-es/commands/GetUsagePlansCommand.js +3 -3
- package/dist-es/commands/GetVpcLinkCommand.js +3 -3
- package/dist-es/commands/GetVpcLinksCommand.js +3 -3
- package/dist-es/commands/ImportApiKeysCommand.js +3 -3
- package/dist-es/commands/ImportDocumentationPartsCommand.js +3 -3
- package/dist-es/commands/ImportRestApiCommand.js +3 -3
- package/dist-es/commands/PutGatewayResponseCommand.js +3 -3
- package/dist-es/commands/PutIntegrationCommand.js +3 -3
- package/dist-es/commands/PutIntegrationResponseCommand.js +3 -3
- package/dist-es/commands/PutMethodCommand.js +3 -3
- package/dist-es/commands/PutMethodResponseCommand.js +3 -3
- package/dist-es/commands/PutRestApiCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/TestInvokeAuthorizerCommand.js +3 -3
- package/dist-es/commands/TestInvokeMethodCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAccountCommand.js +3 -3
- package/dist-es/commands/UpdateApiKeyCommand.js +3 -3
- package/dist-es/commands/UpdateAuthorizerCommand.js +3 -3
- package/dist-es/commands/UpdateBasePathMappingCommand.js +3 -3
- package/dist-es/commands/UpdateClientCertificateCommand.js +3 -3
- package/dist-es/commands/UpdateDeploymentCommand.js +3 -3
- package/dist-es/commands/UpdateDocumentationPartCommand.js +3 -3
- package/dist-es/commands/UpdateDocumentationVersionCommand.js +3 -3
- package/dist-es/commands/UpdateDomainNameCommand.js +3 -3
- package/dist-es/commands/UpdateGatewayResponseCommand.js +3 -3
- package/dist-es/commands/UpdateIntegrationCommand.js +3 -3
- package/dist-es/commands/UpdateIntegrationResponseCommand.js +3 -3
- package/dist-es/commands/UpdateMethodCommand.js +3 -3
- package/dist-es/commands/UpdateMethodResponseCommand.js +3 -3
- package/dist-es/commands/UpdateModelCommand.js +3 -3
- package/dist-es/commands/UpdateRequestValidatorCommand.js +3 -3
- package/dist-es/commands/UpdateResourceCommand.js +3 -3
- package/dist-es/commands/UpdateRestApiCommand.js +3 -3
- package/dist-es/commands/UpdateStageCommand.js +3 -3
- package/dist-es/commands/UpdateUsageCommand.js +3 -3
- package/dist-es/commands/UpdateUsagePlanCommand.js +3 -3
- package/dist-es/commands/UpdateVpcLinkCommand.js +3 -3
- package/dist-es/models/models_0.js +186 -744
- package/dist-es/protocols/Aws_restJson1.js +2332 -4539
- package/dist-types/models/models_0.d.ts +744 -1116
- package/dist-types/ts3.4/models/models_0.d.ts +372 -744
- 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 { MethodFilterSensitiveLog, PutMethodRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1PutMethodCommand, serializeAws_restJson1PutMethodCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var PutMethodCommand = (function (_super) {
|
|
7
7
|
__extends(PutMethodCommand, _super);
|
|
@@ -20,8 +20,8 @@ var PutMethodCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PutMethodRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: MethodFilterSensitiveLog,
|
|
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 { MethodResponseFilterSensitiveLog, PutMethodResponseRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1PutMethodResponseCommand, serializeAws_restJson1PutMethodResponseCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var PutMethodResponseCommand = (function (_super) {
|
|
7
7
|
__extends(PutMethodResponseCommand, _super);
|
|
@@ -20,8 +20,8 @@ var PutMethodResponseCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PutMethodResponseRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: MethodResponseFilterSensitiveLog,
|
|
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 { PutRestApiRequestFilterSensitiveLog, RestApiFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1PutRestApiCommand, serializeAws_restJson1PutRestApiCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var PutRestApiCommand = (function (_super) {
|
|
7
7
|
__extends(PutRestApiCommand, _super);
|
|
@@ -20,8 +20,8 @@ var PutRestApiCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PutRestApiRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: RestApiFilterSensitiveLog,
|
|
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 } 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,7 +20,7 @@ var TagResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
|
|
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 { TestInvokeAuthorizerRequestFilterSensitiveLog, TestInvokeAuthorizerResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1TestInvokeAuthorizerCommand, serializeAws_restJson1TestInvokeAuthorizerCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var TestInvokeAuthorizerCommand = (function (_super) {
|
|
7
7
|
__extends(TestInvokeAuthorizerCommand, _super);
|
|
@@ -20,8 +20,8 @@ var TestInvokeAuthorizerCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: TestInvokeAuthorizerRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: TestInvokeAuthorizerResponseFilterSensitiveLog,
|
|
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 { TestInvokeMethodRequestFilterSensitiveLog, TestInvokeMethodResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1TestInvokeMethodCommand, serializeAws_restJson1TestInvokeMethodCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var TestInvokeMethodCommand = (function (_super) {
|
|
7
7
|
__extends(TestInvokeMethodCommand, _super);
|
|
@@ -20,8 +20,8 @@ var TestInvokeMethodCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: TestInvokeMethodRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: TestInvokeMethodResponseFilterSensitiveLog,
|
|
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 } 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,7 +20,7 @@ var UntagResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
|
|
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 { AccountFilterSensitiveLog, UpdateAccountRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateAccountCommand, serializeAws_restJson1UpdateAccountCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateAccountCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateAccountCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateAccountCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateAccountRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: AccountFilterSensitiveLog,
|
|
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 { ApiKeyFilterSensitiveLog, UpdateApiKeyRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateApiKeyCommand, serializeAws_restJson1UpdateApiKeyCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateApiKeyCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateApiKeyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateApiKeyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateApiKeyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ApiKeyFilterSensitiveLog,
|
|
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 { AuthorizerFilterSensitiveLog, UpdateAuthorizerRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateAuthorizerCommand, serializeAws_restJson1UpdateAuthorizerCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateAuthorizerCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateAuthorizerCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateAuthorizerCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateAuthorizerRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: AuthorizerFilterSensitiveLog,
|
|
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 { BasePathMappingFilterSensitiveLog, UpdateBasePathMappingRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateBasePathMappingCommand, serializeAws_restJson1UpdateBasePathMappingCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateBasePathMappingCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateBasePathMappingCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateBasePathMappingCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateBasePathMappingRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: BasePathMappingFilterSensitiveLog,
|
|
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 { ClientCertificateFilterSensitiveLog, UpdateClientCertificateRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateClientCertificateCommand, serializeAws_restJson1UpdateClientCertificateCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateClientCertificateCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateClientCertificateCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateClientCertificateCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateClientCertificateRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ClientCertificateFilterSensitiveLog,
|
|
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 { DeploymentFilterSensitiveLog, UpdateDeploymentRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateDeploymentCommand, serializeAws_restJson1UpdateDeploymentCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateDeploymentCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateDeploymentCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateDeploymentCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateDeploymentRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeploymentFilterSensitiveLog,
|
|
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 { DocumentationPartFilterSensitiveLog, UpdateDocumentationPartRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateDocumentationPartCommand, serializeAws_restJson1UpdateDocumentationPartCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateDocumentationPartCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateDocumentationPartCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateDocumentationPartCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateDocumentationPartRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DocumentationPartFilterSensitiveLog,
|
|
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 { DocumentationVersionFilterSensitiveLog, UpdateDocumentationVersionRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateDocumentationVersionCommand, serializeAws_restJson1UpdateDocumentationVersionCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateDocumentationVersionCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateDocumentationVersionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateDocumentationVersionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateDocumentationVersionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DocumentationVersionFilterSensitiveLog,
|
|
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 { DomainNameFilterSensitiveLog, UpdateDomainNameRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateDomainNameCommand, serializeAws_restJson1UpdateDomainNameCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateDomainNameCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateDomainNameCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateDomainNameCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateDomainNameRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DomainNameFilterSensitiveLog,
|
|
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 { GatewayResponseFilterSensitiveLog, UpdateGatewayResponseRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateGatewayResponseCommand, serializeAws_restJson1UpdateGatewayResponseCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateGatewayResponseCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateGatewayResponseCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateGatewayResponseCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateGatewayResponseRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GatewayResponseFilterSensitiveLog,
|
|
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 { IntegrationFilterSensitiveLog, UpdateIntegrationRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateIntegrationCommand, serializeAws_restJson1UpdateIntegrationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateIntegrationCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateIntegrationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateIntegrationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateIntegrationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: IntegrationFilterSensitiveLog,
|
|
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 { IntegrationResponseFilterSensitiveLog, UpdateIntegrationResponseRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateIntegrationResponseCommand, serializeAws_restJson1UpdateIntegrationResponseCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateIntegrationResponseCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateIntegrationResponseCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateIntegrationResponseCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateIntegrationResponseRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: IntegrationResponseFilterSensitiveLog,
|
|
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 { MethodFilterSensitiveLog, UpdateMethodRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateMethodCommand, serializeAws_restJson1UpdateMethodCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateMethodCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateMethodCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateMethodCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateMethodRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: MethodFilterSensitiveLog,
|
|
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 { MethodResponseFilterSensitiveLog, UpdateMethodResponseRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateMethodResponseCommand, serializeAws_restJson1UpdateMethodResponseCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateMethodResponseCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateMethodResponseCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateMethodResponseCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateMethodResponseRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: MethodResponseFilterSensitiveLog,
|
|
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 { ModelFilterSensitiveLog, UpdateModelRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateModelCommand, serializeAws_restJson1UpdateModelCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateModelCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateModelCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateModelCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateModelRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ModelFilterSensitiveLog,
|
|
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 { RequestValidatorFilterSensitiveLog, UpdateRequestValidatorRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateRequestValidatorCommand, serializeAws_restJson1UpdateRequestValidatorCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateRequestValidatorCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateRequestValidatorCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateRequestValidatorCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateRequestValidatorRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: RequestValidatorFilterSensitiveLog,
|
|
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 { ResourceFilterSensitiveLog, UpdateResourceRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateResourceCommand, serializeAws_restJson1UpdateResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateResourceCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ResourceFilterSensitiveLog,
|
|
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 { RestApiFilterSensitiveLog, UpdateRestApiRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateRestApiCommand, serializeAws_restJson1UpdateRestApiCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateRestApiCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateRestApiCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateRestApiCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateRestApiRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: RestApiFilterSensitiveLog,
|
|
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 { StageFilterSensitiveLog, UpdateStageRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateStageCommand, serializeAws_restJson1UpdateStageCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateStageCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateStageCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateStageCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateStageRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: StageFilterSensitiveLog,
|
|
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 { UpdateUsageRequestFilterSensitiveLog, UsageFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateUsageCommand, serializeAws_restJson1UpdateUsageCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateUsageCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateUsageCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateUsageCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateUsageRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UsageFilterSensitiveLog,
|
|
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 { UpdateUsagePlanRequestFilterSensitiveLog, UsagePlanFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateUsagePlanCommand, serializeAws_restJson1UpdateUsagePlanCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateUsagePlanCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateUsagePlanCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateUsagePlanCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateUsagePlanRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UsagePlanFilterSensitiveLog,
|
|
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 { UpdateVpcLinkRequestFilterSensitiveLog, VpcLinkFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateVpcLinkCommand, serializeAws_restJson1UpdateVpcLinkCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateVpcLinkCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateVpcLinkCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateVpcLinkCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateVpcLinkRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: VpcLinkFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|