@aws-sdk/client-apigatewayv2 3.35.0 → 3.38.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 +47 -0
- package/dist-cjs/ApiGatewayV2.js +0 -4
- package/dist-cjs/ApiGatewayV2Client.js +0 -9
- package/dist-cjs/commands/CreateApiCommand.js +0 -25
- package/dist-cjs/commands/CreateApiMappingCommand.js +0 -25
- package/dist-cjs/commands/CreateAuthorizerCommand.js +0 -25
- package/dist-cjs/commands/CreateDeploymentCommand.js +0 -25
- package/dist-cjs/commands/CreateDomainNameCommand.js +0 -25
- package/dist-cjs/commands/CreateIntegrationCommand.js +0 -25
- package/dist-cjs/commands/CreateIntegrationResponseCommand.js +0 -25
- package/dist-cjs/commands/CreateModelCommand.js +0 -25
- package/dist-cjs/commands/CreateRouteCommand.js +0 -25
- package/dist-cjs/commands/CreateRouteResponseCommand.js +0 -25
- package/dist-cjs/commands/CreateStageCommand.js +0 -25
- package/dist-cjs/commands/CreateVpcLinkCommand.js +0 -25
- package/dist-cjs/commands/DeleteAccessLogSettingsCommand.js +0 -25
- package/dist-cjs/commands/DeleteApiCommand.js +0 -25
- package/dist-cjs/commands/DeleteApiMappingCommand.js +0 -25
- package/dist-cjs/commands/DeleteAuthorizerCommand.js +0 -25
- package/dist-cjs/commands/DeleteCorsConfigurationCommand.js +0 -25
- package/dist-cjs/commands/DeleteDeploymentCommand.js +0 -25
- package/dist-cjs/commands/DeleteDomainNameCommand.js +0 -25
- package/dist-cjs/commands/DeleteIntegrationCommand.js +0 -25
- package/dist-cjs/commands/DeleteIntegrationResponseCommand.js +0 -25
- package/dist-cjs/commands/DeleteModelCommand.js +0 -25
- package/dist-cjs/commands/DeleteRouteCommand.js +0 -25
- package/dist-cjs/commands/DeleteRouteRequestParameterCommand.js +0 -25
- package/dist-cjs/commands/DeleteRouteResponseCommand.js +0 -25
- package/dist-cjs/commands/DeleteRouteSettingsCommand.js +0 -25
- package/dist-cjs/commands/DeleteStageCommand.js +0 -25
- package/dist-cjs/commands/DeleteVpcLinkCommand.js +0 -25
- package/dist-cjs/commands/ExportApiCommand.js +0 -8
- package/dist-cjs/commands/GetApiCommand.js +0 -25
- package/dist-cjs/commands/GetApiMappingCommand.js +0 -25
- package/dist-cjs/commands/GetApiMappingsCommand.js +0 -25
- package/dist-cjs/commands/GetApisCommand.js +0 -25
- package/dist-cjs/commands/GetAuthorizerCommand.js +0 -25
- package/dist-cjs/commands/GetAuthorizersCommand.js +0 -25
- package/dist-cjs/commands/GetDeploymentCommand.js +0 -25
- package/dist-cjs/commands/GetDeploymentsCommand.js +0 -25
- package/dist-cjs/commands/GetDomainNameCommand.js +0 -25
- package/dist-cjs/commands/GetDomainNamesCommand.js +0 -25
- package/dist-cjs/commands/GetIntegrationCommand.js +0 -25
- package/dist-cjs/commands/GetIntegrationResponseCommand.js +0 -25
- package/dist-cjs/commands/GetIntegrationResponsesCommand.js +0 -25
- package/dist-cjs/commands/GetIntegrationsCommand.js +0 -25
- package/dist-cjs/commands/GetModelCommand.js +0 -25
- package/dist-cjs/commands/GetModelTemplateCommand.js +0 -25
- package/dist-cjs/commands/GetModelsCommand.js +0 -25
- package/dist-cjs/commands/GetRouteCommand.js +0 -25
- package/dist-cjs/commands/GetRouteResponseCommand.js +0 -25
- package/dist-cjs/commands/GetRouteResponsesCommand.js +0 -25
- package/dist-cjs/commands/GetRoutesCommand.js +0 -25
- package/dist-cjs/commands/GetStageCommand.js +0 -25
- package/dist-cjs/commands/GetStagesCommand.js +0 -25
- package/dist-cjs/commands/GetTagsCommand.js +0 -25
- package/dist-cjs/commands/GetVpcLinkCommand.js +0 -25
- package/dist-cjs/commands/GetVpcLinksCommand.js +0 -25
- package/dist-cjs/commands/ImportApiCommand.js +0 -25
- package/dist-cjs/commands/ReimportApiCommand.js +0 -25
- package/dist-cjs/commands/ResetAuthorizersCacheCommand.js +0 -25
- package/dist-cjs/commands/TagResourceCommand.js +0 -25
- package/dist-cjs/commands/UntagResourceCommand.js +0 -25
- package/dist-cjs/commands/UpdateApiCommand.js +0 -25
- package/dist-cjs/commands/UpdateApiMappingCommand.js +0 -25
- package/dist-cjs/commands/UpdateAuthorizerCommand.js +0 -25
- package/dist-cjs/commands/UpdateDeploymentCommand.js +0 -25
- package/dist-cjs/commands/UpdateDomainNameCommand.js +0 -25
- package/dist-cjs/commands/UpdateIntegrationCommand.js +0 -25
- package/dist-cjs/commands/UpdateIntegrationResponseCommand.js +0 -25
- package/dist-cjs/commands/UpdateModelCommand.js +0 -25
- package/dist-cjs/commands/UpdateRouteCommand.js +0 -25
- package/dist-cjs/commands/UpdateRouteResponseCommand.js +0 -25
- package/dist-cjs/commands/UpdateStageCommand.js +0 -25
- package/dist-cjs/commands/UpdateVpcLinkCommand.js +0 -25
- package/dist-cjs/commands/index.js +75 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +3 -75
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -463
- package/dist-cjs/protocols/Aws_restJson1.js +0 -6
- package/dist-cjs/runtimeConfig.browser.js +1 -6
- package/dist-cjs/runtimeConfig.js +2 -7
- package/dist-cjs/runtimeConfig.native.js +0 -4
- package/dist-cjs/runtimeConfig.shared.js +0 -4
- package/dist-es/ApiGatewayV2.js +0 -1
- package/dist-es/ApiGatewayV2Client.js +0 -1
- package/dist-es/commands/CreateApiCommand.js +0 -1
- package/dist-es/commands/CreateApiMappingCommand.js +0 -1
- package/dist-es/commands/CreateAuthorizerCommand.js +0 -1
- package/dist-es/commands/CreateDeploymentCommand.js +0 -1
- package/dist-es/commands/CreateDomainNameCommand.js +0 -1
- package/dist-es/commands/CreateIntegrationCommand.js +0 -1
- package/dist-es/commands/CreateIntegrationResponseCommand.js +0 -1
- package/dist-es/commands/CreateModelCommand.js +0 -1
- package/dist-es/commands/CreateRouteCommand.js +0 -1
- package/dist-es/commands/CreateRouteResponseCommand.js +0 -1
- package/dist-es/commands/CreateStageCommand.js +0 -1
- package/dist-es/commands/CreateVpcLinkCommand.js +0 -1
- package/dist-es/commands/DeleteAccessLogSettingsCommand.js +0 -1
- package/dist-es/commands/DeleteApiCommand.js +0 -1
- package/dist-es/commands/DeleteApiMappingCommand.js +0 -1
- package/dist-es/commands/DeleteAuthorizerCommand.js +0 -1
- package/dist-es/commands/DeleteCorsConfigurationCommand.js +0 -1
- package/dist-es/commands/DeleteDeploymentCommand.js +0 -1
- package/dist-es/commands/DeleteDomainNameCommand.js +0 -1
- package/dist-es/commands/DeleteIntegrationCommand.js +0 -1
- package/dist-es/commands/DeleteIntegrationResponseCommand.js +0 -1
- package/dist-es/commands/DeleteModelCommand.js +0 -1
- package/dist-es/commands/DeleteRouteCommand.js +0 -1
- package/dist-es/commands/DeleteRouteRequestParameterCommand.js +0 -1
- package/dist-es/commands/DeleteRouteResponseCommand.js +0 -1
- package/dist-es/commands/DeleteRouteSettingsCommand.js +0 -1
- package/dist-es/commands/DeleteStageCommand.js +0 -1
- package/dist-es/commands/DeleteVpcLinkCommand.js +0 -1
- package/dist-es/commands/ExportApiCommand.js +0 -1
- package/dist-es/commands/GetApiCommand.js +0 -1
- package/dist-es/commands/GetApiMappingCommand.js +0 -1
- package/dist-es/commands/GetApiMappingsCommand.js +0 -1
- package/dist-es/commands/GetApisCommand.js +0 -1
- package/dist-es/commands/GetAuthorizerCommand.js +0 -1
- package/dist-es/commands/GetAuthorizersCommand.js +0 -1
- package/dist-es/commands/GetDeploymentCommand.js +0 -1
- package/dist-es/commands/GetDeploymentsCommand.js +0 -1
- package/dist-es/commands/GetDomainNameCommand.js +0 -1
- package/dist-es/commands/GetDomainNamesCommand.js +0 -1
- package/dist-es/commands/GetIntegrationCommand.js +0 -1
- package/dist-es/commands/GetIntegrationResponseCommand.js +0 -1
- package/dist-es/commands/GetIntegrationResponsesCommand.js +0 -1
- package/dist-es/commands/GetIntegrationsCommand.js +0 -1
- package/dist-es/commands/GetModelCommand.js +0 -1
- package/dist-es/commands/GetModelTemplateCommand.js +0 -1
- package/dist-es/commands/GetModelsCommand.js +0 -1
- package/dist-es/commands/GetRouteCommand.js +0 -1
- package/dist-es/commands/GetRouteResponseCommand.js +0 -1
- package/dist-es/commands/GetRouteResponsesCommand.js +0 -1
- package/dist-es/commands/GetRoutesCommand.js +0 -1
- package/dist-es/commands/GetStageCommand.js +0 -1
- package/dist-es/commands/GetStagesCommand.js +0 -1
- package/dist-es/commands/GetTagsCommand.js +0 -1
- package/dist-es/commands/GetVpcLinkCommand.js +0 -1
- package/dist-es/commands/GetVpcLinksCommand.js +0 -1
- package/dist-es/commands/ImportApiCommand.js +0 -1
- package/dist-es/commands/ReimportApiCommand.js +0 -1
- package/dist-es/commands/ResetAuthorizersCacheCommand.js +0 -1
- package/dist-es/commands/TagResourceCommand.js +0 -1
- package/dist-es/commands/UntagResourceCommand.js +0 -1
- package/dist-es/commands/UpdateApiCommand.js +0 -1
- package/dist-es/commands/UpdateApiMappingCommand.js +0 -1
- package/dist-es/commands/UpdateAuthorizerCommand.js +0 -1
- package/dist-es/commands/UpdateDeploymentCommand.js +0 -1
- package/dist-es/commands/UpdateDomainNameCommand.js +0 -1
- package/dist-es/commands/UpdateIntegrationCommand.js +0 -1
- package/dist-es/commands/UpdateIntegrationResponseCommand.js +0 -1
- package/dist-es/commands/UpdateModelCommand.js +0 -1
- package/dist-es/commands/UpdateRouteCommand.js +0 -1
- package/dist-es/commands/UpdateRouteResponseCommand.js +0 -1
- package/dist-es/commands/UpdateStageCommand.js +0 -1
- package/dist-es/commands/UpdateVpcLinkCommand.js +0 -1
- package/dist-es/commands/index.js +72 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +3 -75
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +0 -1
- package/dist-es/protocols/Aws_restJson1.js +0 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- package/dist-types/commands/index.d.ts +72 -0
- package/dist-types/index.d.ts +3 -74
- package/dist-types/ts3.4/ApiGatewayV2.d.ts +72 -216
- package/dist-types/ts3.4/ApiGatewayV2Client.d.ts +24 -89
- package/dist-types/ts3.4/commands/CreateApiCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateApiMappingCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateIntegrationResponseCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateRouteResponseCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateVpcLinkCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteAccessLogSettingsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteApiCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteApiMappingCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteCorsConfigurationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteIntegrationResponseCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteRouteRequestParameterCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteRouteResponseCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteRouteSettingsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteVpcLinkCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ExportApiCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/GetApiCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetApiMappingCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetApiMappingsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetApisCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetAuthorizerCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetAuthorizersCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetDeploymentsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetDomainNamesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetIntegrationResponseCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetIntegrationResponsesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetIntegrationsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetModelCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetModelTemplateCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetRouteCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetRouteResponseCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetRouteResponsesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetRoutesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetStageCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetStagesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetVpcLinkCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetVpcLinksCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ImportApiCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ReimportApiCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ResetAuthorizersCacheCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateApiCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateApiMappingCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateDeploymentCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateIntegrationResponseCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateRouteResponseCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateVpcLinkCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/index.d.ts +72 -0
- package/dist-types/ts3.4/index.d.ts +3 -74
- package/dist-types/ts3.4/models/models_0.d.ts +89 -4986
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +33 -30
- package/dist-cjs/ApiGatewayV2.js.map +0 -1
- package/dist-cjs/ApiGatewayV2Client.js.map +0 -1
- package/dist-cjs/commands/CreateApiCommand.js.map +0 -1
- package/dist-cjs/commands/CreateApiMappingCommand.js.map +0 -1
- package/dist-cjs/commands/CreateAuthorizerCommand.js.map +0 -1
- package/dist-cjs/commands/CreateDeploymentCommand.js.map +0 -1
- package/dist-cjs/commands/CreateDomainNameCommand.js.map +0 -1
- package/dist-cjs/commands/CreateIntegrationCommand.js.map +0 -1
- package/dist-cjs/commands/CreateIntegrationResponseCommand.js.map +0 -1
- package/dist-cjs/commands/CreateModelCommand.js.map +0 -1
- package/dist-cjs/commands/CreateRouteCommand.js.map +0 -1
- package/dist-cjs/commands/CreateRouteResponseCommand.js.map +0 -1
- package/dist-cjs/commands/CreateStageCommand.js.map +0 -1
- package/dist-cjs/commands/CreateVpcLinkCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteAccessLogSettingsCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteApiCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteApiMappingCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteAuthorizerCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteCorsConfigurationCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteDeploymentCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteDomainNameCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteIntegrationCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteIntegrationResponseCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteModelCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteRouteCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteRouteRequestParameterCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteRouteResponseCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteRouteSettingsCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteStageCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteVpcLinkCommand.js.map +0 -1
- package/dist-cjs/commands/ExportApiCommand.js.map +0 -1
- package/dist-cjs/commands/GetApiCommand.js.map +0 -1
- package/dist-cjs/commands/GetApiMappingCommand.js.map +0 -1
- package/dist-cjs/commands/GetApiMappingsCommand.js.map +0 -1
- package/dist-cjs/commands/GetApisCommand.js.map +0 -1
- package/dist-cjs/commands/GetAuthorizerCommand.js.map +0 -1
- package/dist-cjs/commands/GetAuthorizersCommand.js.map +0 -1
- package/dist-cjs/commands/GetDeploymentCommand.js.map +0 -1
- package/dist-cjs/commands/GetDeploymentsCommand.js.map +0 -1
- package/dist-cjs/commands/GetDomainNameCommand.js.map +0 -1
- package/dist-cjs/commands/GetDomainNamesCommand.js.map +0 -1
- package/dist-cjs/commands/GetIntegrationCommand.js.map +0 -1
- package/dist-cjs/commands/GetIntegrationResponseCommand.js.map +0 -1
- package/dist-cjs/commands/GetIntegrationResponsesCommand.js.map +0 -1
- package/dist-cjs/commands/GetIntegrationsCommand.js.map +0 -1
- package/dist-cjs/commands/GetModelCommand.js.map +0 -1
- package/dist-cjs/commands/GetModelTemplateCommand.js.map +0 -1
- package/dist-cjs/commands/GetModelsCommand.js.map +0 -1
- package/dist-cjs/commands/GetRouteCommand.js.map +0 -1
- package/dist-cjs/commands/GetRouteResponseCommand.js.map +0 -1
- package/dist-cjs/commands/GetRouteResponsesCommand.js.map +0 -1
- package/dist-cjs/commands/GetRoutesCommand.js.map +0 -1
- package/dist-cjs/commands/GetStageCommand.js.map +0 -1
- package/dist-cjs/commands/GetStagesCommand.js.map +0 -1
- package/dist-cjs/commands/GetTagsCommand.js.map +0 -1
- package/dist-cjs/commands/GetVpcLinkCommand.js.map +0 -1
- package/dist-cjs/commands/GetVpcLinksCommand.js.map +0 -1
- package/dist-cjs/commands/ImportApiCommand.js.map +0 -1
- package/dist-cjs/commands/ReimportApiCommand.js.map +0 -1
- package/dist-cjs/commands/ResetAuthorizersCacheCommand.js.map +0 -1
- package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateApiCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateApiMappingCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateAuthorizerCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateDeploymentCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateDomainNameCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateIntegrationCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateIntegrationResponseCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateModelCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateRouteCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateRouteResponseCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateStageCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateVpcLinkCommand.js.map +0 -1
- package/dist-cjs/endpoints.js.map +0 -1
- package/dist-cjs/index.js.map +0 -1
- package/dist-cjs/models/index.js.map +0 -1
- package/dist-cjs/models/models_0.js.map +0 -1
- package/dist-cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist-cjs/runtimeConfig.browser.js.map +0 -1
- package/dist-cjs/runtimeConfig.js.map +0 -1
- package/dist-cjs/runtimeConfig.native.js.map +0 -1
- package/dist-cjs/runtimeConfig.shared.js.map +0 -1
- package/dist-es/ApiGatewayV2.js.map +0 -1
- package/dist-es/ApiGatewayV2Client.js.map +0 -1
- package/dist-es/commands/CreateApiCommand.js.map +0 -1
- package/dist-es/commands/CreateApiMappingCommand.js.map +0 -1
- package/dist-es/commands/CreateAuthorizerCommand.js.map +0 -1
- package/dist-es/commands/CreateDeploymentCommand.js.map +0 -1
- package/dist-es/commands/CreateDomainNameCommand.js.map +0 -1
- package/dist-es/commands/CreateIntegrationCommand.js.map +0 -1
- package/dist-es/commands/CreateIntegrationResponseCommand.js.map +0 -1
- package/dist-es/commands/CreateModelCommand.js.map +0 -1
- package/dist-es/commands/CreateRouteCommand.js.map +0 -1
- package/dist-es/commands/CreateRouteResponseCommand.js.map +0 -1
- package/dist-es/commands/CreateStageCommand.js.map +0 -1
- package/dist-es/commands/CreateVpcLinkCommand.js.map +0 -1
- package/dist-es/commands/DeleteAccessLogSettingsCommand.js.map +0 -1
- package/dist-es/commands/DeleteApiCommand.js.map +0 -1
- package/dist-es/commands/DeleteApiMappingCommand.js.map +0 -1
- package/dist-es/commands/DeleteAuthorizerCommand.js.map +0 -1
- package/dist-es/commands/DeleteCorsConfigurationCommand.js.map +0 -1
- package/dist-es/commands/DeleteDeploymentCommand.js.map +0 -1
- package/dist-es/commands/DeleteDomainNameCommand.js.map +0 -1
- package/dist-es/commands/DeleteIntegrationCommand.js.map +0 -1
- package/dist-es/commands/DeleteIntegrationResponseCommand.js.map +0 -1
- package/dist-es/commands/DeleteModelCommand.js.map +0 -1
- package/dist-es/commands/DeleteRouteCommand.js.map +0 -1
- package/dist-es/commands/DeleteRouteRequestParameterCommand.js.map +0 -1
- package/dist-es/commands/DeleteRouteResponseCommand.js.map +0 -1
- package/dist-es/commands/DeleteRouteSettingsCommand.js.map +0 -1
- package/dist-es/commands/DeleteStageCommand.js.map +0 -1
- package/dist-es/commands/DeleteVpcLinkCommand.js.map +0 -1
- package/dist-es/commands/ExportApiCommand.js.map +0 -1
- package/dist-es/commands/GetApiCommand.js.map +0 -1
- package/dist-es/commands/GetApiMappingCommand.js.map +0 -1
- package/dist-es/commands/GetApiMappingsCommand.js.map +0 -1
- package/dist-es/commands/GetApisCommand.js.map +0 -1
- package/dist-es/commands/GetAuthorizerCommand.js.map +0 -1
- package/dist-es/commands/GetAuthorizersCommand.js.map +0 -1
- package/dist-es/commands/GetDeploymentCommand.js.map +0 -1
- package/dist-es/commands/GetDeploymentsCommand.js.map +0 -1
- package/dist-es/commands/GetDomainNameCommand.js.map +0 -1
- package/dist-es/commands/GetDomainNamesCommand.js.map +0 -1
- package/dist-es/commands/GetIntegrationCommand.js.map +0 -1
- package/dist-es/commands/GetIntegrationResponseCommand.js.map +0 -1
- package/dist-es/commands/GetIntegrationResponsesCommand.js.map +0 -1
- package/dist-es/commands/GetIntegrationsCommand.js.map +0 -1
- package/dist-es/commands/GetModelCommand.js.map +0 -1
- package/dist-es/commands/GetModelTemplateCommand.js.map +0 -1
- package/dist-es/commands/GetModelsCommand.js.map +0 -1
- package/dist-es/commands/GetRouteCommand.js.map +0 -1
- package/dist-es/commands/GetRouteResponseCommand.js.map +0 -1
- package/dist-es/commands/GetRouteResponsesCommand.js.map +0 -1
- package/dist-es/commands/GetRoutesCommand.js.map +0 -1
- package/dist-es/commands/GetStageCommand.js.map +0 -1
- package/dist-es/commands/GetStagesCommand.js.map +0 -1
- package/dist-es/commands/GetTagsCommand.js.map +0 -1
- package/dist-es/commands/GetVpcLinkCommand.js.map +0 -1
- package/dist-es/commands/GetVpcLinksCommand.js.map +0 -1
- package/dist-es/commands/ImportApiCommand.js.map +0 -1
- package/dist-es/commands/ReimportApiCommand.js.map +0 -1
- package/dist-es/commands/ResetAuthorizersCacheCommand.js.map +0 -1
- package/dist-es/commands/TagResourceCommand.js.map +0 -1
- package/dist-es/commands/UntagResourceCommand.js.map +0 -1
- package/dist-es/commands/UpdateApiCommand.js.map +0 -1
- package/dist-es/commands/UpdateApiMappingCommand.js.map +0 -1
- package/dist-es/commands/UpdateAuthorizerCommand.js.map +0 -1
- package/dist-es/commands/UpdateDeploymentCommand.js.map +0 -1
- package/dist-es/commands/UpdateDomainNameCommand.js.map +0 -1
- package/dist-es/commands/UpdateIntegrationCommand.js.map +0 -1
- package/dist-es/commands/UpdateIntegrationResponseCommand.js.map +0 -1
- package/dist-es/commands/UpdateModelCommand.js.map +0 -1
- package/dist-es/commands/UpdateRouteCommand.js.map +0 -1
- package/dist-es/commands/UpdateRouteResponseCommand.js.map +0 -1
- package/dist-es/commands/UpdateStageCommand.js.map +0 -1
- package/dist-es/commands/UpdateVpcLinkCommand.js.map +0 -1
- package/dist-es/endpoints.js.map +0 -1
- package/dist-es/index.js.map +0 -1
- package/dist-es/models/index.js.map +0 -1
- package/dist-es/models/models_0.js.map +0 -1
- package/dist-es/protocols/Aws_restJson1.js.map +0 -1
- package/dist-es/runtimeConfig.browser.js.map +0 -1
- package/dist-es/runtimeConfig.js.map +0 -1
- package/dist-es/runtimeConfig.native.js.map +0 -1
- package/dist-es/runtimeConfig.shared.js.map +0 -1
- package/jest.config.js +0 -4
- package/src/ApiGatewayV2.ts +0 -2399
- package/src/ApiGatewayV2Client.ts +0 -491
- package/src/commands/CreateApiCommand.ts +0 -95
- package/src/commands/CreateApiMappingCommand.ts +0 -95
- package/src/commands/CreateAuthorizerCommand.ts +0 -95
- package/src/commands/CreateDeploymentCommand.ts +0 -95
- package/src/commands/CreateDomainNameCommand.ts +0 -95
- package/src/commands/CreateIntegrationCommand.ts +0 -95
- package/src/commands/CreateIntegrationResponseCommand.ts +0 -98
- package/src/commands/CreateModelCommand.ts +0 -95
- package/src/commands/CreateRouteCommand.ts +0 -95
- package/src/commands/CreateRouteResponseCommand.ts +0 -95
- package/src/commands/CreateStageCommand.ts +0 -95
- package/src/commands/CreateVpcLinkCommand.ts +0 -95
- package/src/commands/DeleteAccessLogSettingsCommand.ts +0 -95
- package/src/commands/DeleteApiCommand.ts +0 -95
- package/src/commands/DeleteApiMappingCommand.ts +0 -95
- package/src/commands/DeleteAuthorizerCommand.ts +0 -95
- package/src/commands/DeleteCorsConfigurationCommand.ts +0 -95
- package/src/commands/DeleteDeploymentCommand.ts +0 -95
- package/src/commands/DeleteDomainNameCommand.ts +0 -95
- package/src/commands/DeleteIntegrationCommand.ts +0 -95
- package/src/commands/DeleteIntegrationResponseCommand.ts +0 -98
- package/src/commands/DeleteModelCommand.ts +0 -95
- package/src/commands/DeleteRouteCommand.ts +0 -95
- package/src/commands/DeleteRouteRequestParameterCommand.ts +0 -98
- package/src/commands/DeleteRouteResponseCommand.ts +0 -95
- package/src/commands/DeleteRouteSettingsCommand.ts +0 -95
- package/src/commands/DeleteStageCommand.ts +0 -95
- package/src/commands/DeleteVpcLinkCommand.ts +0 -95
- package/src/commands/ExportApiCommand.ts +0 -78
- package/src/commands/GetApiCommand.ts +0 -88
- package/src/commands/GetApiMappingCommand.ts +0 -95
- package/src/commands/GetApiMappingsCommand.ts +0 -95
- package/src/commands/GetApisCommand.ts +0 -95
- package/src/commands/GetAuthorizerCommand.ts +0 -95
- package/src/commands/GetAuthorizersCommand.ts +0 -95
- package/src/commands/GetDeploymentCommand.ts +0 -95
- package/src/commands/GetDeploymentsCommand.ts +0 -95
- package/src/commands/GetDomainNameCommand.ts +0 -95
- package/src/commands/GetDomainNamesCommand.ts +0 -95
- package/src/commands/GetIntegrationCommand.ts +0 -95
- package/src/commands/GetIntegrationResponseCommand.ts +0 -95
- package/src/commands/GetIntegrationResponsesCommand.ts +0 -95
- package/src/commands/GetIntegrationsCommand.ts +0 -95
- package/src/commands/GetModelCommand.ts +0 -95
- package/src/commands/GetModelTemplateCommand.ts +0 -95
- package/src/commands/GetModelsCommand.ts +0 -95
- package/src/commands/GetRouteCommand.ts +0 -95
- package/src/commands/GetRouteResponseCommand.ts +0 -95
- package/src/commands/GetRouteResponsesCommand.ts +0 -95
- package/src/commands/GetRoutesCommand.ts +0 -95
- package/src/commands/GetStageCommand.ts +0 -95
- package/src/commands/GetStagesCommand.ts +0 -95
- package/src/commands/GetTagsCommand.ts +0 -95
- package/src/commands/GetVpcLinkCommand.ts +0 -95
- package/src/commands/GetVpcLinksCommand.ts +0 -95
- package/src/commands/ImportApiCommand.ts +0 -95
- package/src/commands/ReimportApiCommand.ts +0 -95
- package/src/commands/ResetAuthorizersCacheCommand.ts +0 -95
- package/src/commands/TagResourceCommand.ts +0 -95
- package/src/commands/UntagResourceCommand.ts +0 -95
- package/src/commands/UpdateApiCommand.ts +0 -95
- package/src/commands/UpdateApiMappingCommand.ts +0 -95
- package/src/commands/UpdateAuthorizerCommand.ts +0 -95
- package/src/commands/UpdateDeploymentCommand.ts +0 -95
- package/src/commands/UpdateDomainNameCommand.ts +0 -95
- package/src/commands/UpdateIntegrationCommand.ts +0 -95
- package/src/commands/UpdateIntegrationResponseCommand.ts +0 -98
- package/src/commands/UpdateModelCommand.ts +0 -95
- package/src/commands/UpdateRouteCommand.ts +0 -95
- package/src/commands/UpdateRouteResponseCommand.ts +0 -95
- package/src/commands/UpdateStageCommand.ts +0 -95
- package/src/commands/UpdateVpcLinkCommand.ts +0 -95
- package/src/endpoints.ts +0 -57
- package/src/index.ts +0 -75
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -6306
- package/src/protocols/Aws_restJson1.ts +0 -10794
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
|
@@ -6,9 +6,6 @@ exports.UpdateAuthorizerResponse = exports.UpdateAuthorizerRequest = exports.Upd
|
|
|
6
6
|
exports.UpdateVpcLinkResponse = exports.UpdateVpcLinkRequest = exports.UpdateStageResponse = exports.UpdateStageRequest = exports.UpdateRouteResponseResponse = exports.UpdateRouteResponseRequest = exports.UpdateRouteResult = exports.UpdateRouteRequest = exports.UpdateModelResponse = exports.UpdateModelRequest = exports.UpdateIntegrationResponseResponse = exports.UpdateIntegrationResponseRequest = exports.UpdateIntegrationResult = exports.UpdateIntegrationRequest = exports.UpdateDomainNameResponse = exports.UpdateDomainNameRequest = exports.UpdateDeploymentResponse = exports.UpdateDeploymentRequest = void 0;
|
|
7
7
|
var Cors;
|
|
8
8
|
(function (Cors) {
|
|
9
|
-
/**
|
|
10
|
-
* @internal
|
|
11
|
-
*/
|
|
12
9
|
Cors.filterSensitiveLog = (obj) => ({
|
|
13
10
|
...obj,
|
|
14
11
|
});
|
|
@@ -20,18 +17,12 @@ var ProtocolType;
|
|
|
20
17
|
})(ProtocolType = exports.ProtocolType || (exports.ProtocolType = {}));
|
|
21
18
|
var Api;
|
|
22
19
|
(function (Api) {
|
|
23
|
-
/**
|
|
24
|
-
* @internal
|
|
25
|
-
*/
|
|
26
20
|
Api.filterSensitiveLog = (obj) => ({
|
|
27
21
|
...obj,
|
|
28
22
|
});
|
|
29
23
|
})(Api = exports.Api || (exports.Api = {}));
|
|
30
24
|
var ApiMapping;
|
|
31
25
|
(function (ApiMapping) {
|
|
32
|
-
/**
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
35
26
|
ApiMapping.filterSensitiveLog = (obj) => ({
|
|
36
27
|
...obj,
|
|
37
28
|
});
|
|
@@ -43,18 +34,12 @@ var AuthorizerType;
|
|
|
43
34
|
})(AuthorizerType = exports.AuthorizerType || (exports.AuthorizerType = {}));
|
|
44
35
|
var JWTConfiguration;
|
|
45
36
|
(function (JWTConfiguration) {
|
|
46
|
-
/**
|
|
47
|
-
* @internal
|
|
48
|
-
*/
|
|
49
37
|
JWTConfiguration.filterSensitiveLog = (obj) => ({
|
|
50
38
|
...obj,
|
|
51
39
|
});
|
|
52
40
|
})(JWTConfiguration = exports.JWTConfiguration || (exports.JWTConfiguration = {}));
|
|
53
41
|
var Authorizer;
|
|
54
42
|
(function (Authorizer) {
|
|
55
|
-
/**
|
|
56
|
-
* @internal
|
|
57
|
-
*/
|
|
58
43
|
Authorizer.filterSensitiveLog = (obj) => ({
|
|
59
44
|
...obj,
|
|
60
45
|
});
|
|
@@ -67,9 +52,6 @@ var DeploymentStatus;
|
|
|
67
52
|
})(DeploymentStatus = exports.DeploymentStatus || (exports.DeploymentStatus = {}));
|
|
68
53
|
var Deployment;
|
|
69
54
|
(function (Deployment) {
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
55
|
Deployment.filterSensitiveLog = (obj) => ({
|
|
74
56
|
...obj,
|
|
75
57
|
});
|
|
@@ -93,27 +75,18 @@ var SecurityPolicy;
|
|
|
93
75
|
})(SecurityPolicy = exports.SecurityPolicy || (exports.SecurityPolicy = {}));
|
|
94
76
|
var DomainNameConfiguration;
|
|
95
77
|
(function (DomainNameConfiguration) {
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
78
|
DomainNameConfiguration.filterSensitiveLog = (obj) => ({
|
|
100
79
|
...obj,
|
|
101
80
|
});
|
|
102
81
|
})(DomainNameConfiguration = exports.DomainNameConfiguration || (exports.DomainNameConfiguration = {}));
|
|
103
82
|
var MutualTlsAuthentication;
|
|
104
83
|
(function (MutualTlsAuthentication) {
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
84
|
MutualTlsAuthentication.filterSensitiveLog = (obj) => ({
|
|
109
85
|
...obj,
|
|
110
86
|
});
|
|
111
87
|
})(MutualTlsAuthentication = exports.MutualTlsAuthentication || (exports.MutualTlsAuthentication = {}));
|
|
112
88
|
var DomainName;
|
|
113
89
|
(function (DomainName) {
|
|
114
|
-
/**
|
|
115
|
-
* @internal
|
|
116
|
-
*/
|
|
117
90
|
DomainName.filterSensitiveLog = (obj) => ({
|
|
118
91
|
...obj,
|
|
119
92
|
});
|
|
@@ -144,36 +117,24 @@ var PassthroughBehavior;
|
|
|
144
117
|
})(PassthroughBehavior = exports.PassthroughBehavior || (exports.PassthroughBehavior = {}));
|
|
145
118
|
var TlsConfig;
|
|
146
119
|
(function (TlsConfig) {
|
|
147
|
-
/**
|
|
148
|
-
* @internal
|
|
149
|
-
*/
|
|
150
120
|
TlsConfig.filterSensitiveLog = (obj) => ({
|
|
151
121
|
...obj,
|
|
152
122
|
});
|
|
153
123
|
})(TlsConfig = exports.TlsConfig || (exports.TlsConfig = {}));
|
|
154
124
|
var Integration;
|
|
155
125
|
(function (Integration) {
|
|
156
|
-
/**
|
|
157
|
-
* @internal
|
|
158
|
-
*/
|
|
159
126
|
Integration.filterSensitiveLog = (obj) => ({
|
|
160
127
|
...obj,
|
|
161
128
|
});
|
|
162
129
|
})(Integration = exports.Integration || (exports.Integration = {}));
|
|
163
130
|
var IntegrationResponse;
|
|
164
131
|
(function (IntegrationResponse) {
|
|
165
|
-
/**
|
|
166
|
-
* @internal
|
|
167
|
-
*/
|
|
168
132
|
IntegrationResponse.filterSensitiveLog = (obj) => ({
|
|
169
133
|
...obj,
|
|
170
134
|
});
|
|
171
135
|
})(IntegrationResponse = exports.IntegrationResponse || (exports.IntegrationResponse = {}));
|
|
172
136
|
var Model;
|
|
173
137
|
(function (Model) {
|
|
174
|
-
/**
|
|
175
|
-
* @internal
|
|
176
|
-
*/
|
|
177
138
|
Model.filterSensitiveLog = (obj) => ({
|
|
178
139
|
...obj,
|
|
179
140
|
});
|
|
@@ -187,36 +148,24 @@ var AuthorizationType;
|
|
|
187
148
|
})(AuthorizationType = exports.AuthorizationType || (exports.AuthorizationType = {}));
|
|
188
149
|
var ParameterConstraints;
|
|
189
150
|
(function (ParameterConstraints) {
|
|
190
|
-
/**
|
|
191
|
-
* @internal
|
|
192
|
-
*/
|
|
193
151
|
ParameterConstraints.filterSensitiveLog = (obj) => ({
|
|
194
152
|
...obj,
|
|
195
153
|
});
|
|
196
154
|
})(ParameterConstraints = exports.ParameterConstraints || (exports.ParameterConstraints = {}));
|
|
197
155
|
var Route;
|
|
198
156
|
(function (Route) {
|
|
199
|
-
/**
|
|
200
|
-
* @internal
|
|
201
|
-
*/
|
|
202
157
|
Route.filterSensitiveLog = (obj) => ({
|
|
203
158
|
...obj,
|
|
204
159
|
});
|
|
205
160
|
})(Route = exports.Route || (exports.Route = {}));
|
|
206
161
|
var RouteResponse;
|
|
207
162
|
(function (RouteResponse) {
|
|
208
|
-
/**
|
|
209
|
-
* @internal
|
|
210
|
-
*/
|
|
211
163
|
RouteResponse.filterSensitiveLog = (obj) => ({
|
|
212
164
|
...obj,
|
|
213
165
|
});
|
|
214
166
|
})(RouteResponse = exports.RouteResponse || (exports.RouteResponse = {}));
|
|
215
167
|
var AccessLogSettings;
|
|
216
168
|
(function (AccessLogSettings) {
|
|
217
|
-
/**
|
|
218
|
-
* @internal
|
|
219
|
-
*/
|
|
220
169
|
AccessLogSettings.filterSensitiveLog = (obj) => ({
|
|
221
170
|
...obj,
|
|
222
171
|
});
|
|
@@ -229,18 +178,12 @@ var LoggingLevel;
|
|
|
229
178
|
})(LoggingLevel = exports.LoggingLevel || (exports.LoggingLevel = {}));
|
|
230
179
|
var RouteSettings;
|
|
231
180
|
(function (RouteSettings) {
|
|
232
|
-
/**
|
|
233
|
-
* @internal
|
|
234
|
-
*/
|
|
235
181
|
RouteSettings.filterSensitiveLog = (obj) => ({
|
|
236
182
|
...obj,
|
|
237
183
|
});
|
|
238
184
|
})(RouteSettings = exports.RouteSettings || (exports.RouteSettings = {}));
|
|
239
185
|
var Stage;
|
|
240
186
|
(function (Stage) {
|
|
241
|
-
/**
|
|
242
|
-
* @internal
|
|
243
|
-
*/
|
|
244
187
|
Stage.filterSensitiveLog = (obj) => ({
|
|
245
188
|
...obj,
|
|
246
189
|
});
|
|
@@ -259,1217 +202,811 @@ var VpcLinkVersion;
|
|
|
259
202
|
})(VpcLinkVersion = exports.VpcLinkVersion || (exports.VpcLinkVersion = {}));
|
|
260
203
|
var VpcLink;
|
|
261
204
|
(function (VpcLink) {
|
|
262
|
-
/**
|
|
263
|
-
* @internal
|
|
264
|
-
*/
|
|
265
205
|
VpcLink.filterSensitiveLog = (obj) => ({
|
|
266
206
|
...obj,
|
|
267
207
|
});
|
|
268
208
|
})(VpcLink = exports.VpcLink || (exports.VpcLink = {}));
|
|
269
209
|
var AccessDeniedException;
|
|
270
210
|
(function (AccessDeniedException) {
|
|
271
|
-
/**
|
|
272
|
-
* @internal
|
|
273
|
-
*/
|
|
274
211
|
AccessDeniedException.filterSensitiveLog = (obj) => ({
|
|
275
212
|
...obj,
|
|
276
213
|
});
|
|
277
214
|
})(AccessDeniedException = exports.AccessDeniedException || (exports.AccessDeniedException = {}));
|
|
278
215
|
var BadRequestException;
|
|
279
216
|
(function (BadRequestException) {
|
|
280
|
-
/**
|
|
281
|
-
* @internal
|
|
282
|
-
*/
|
|
283
217
|
BadRequestException.filterSensitiveLog = (obj) => ({
|
|
284
218
|
...obj,
|
|
285
219
|
});
|
|
286
220
|
})(BadRequestException = exports.BadRequestException || (exports.BadRequestException = {}));
|
|
287
221
|
var ConflictException;
|
|
288
222
|
(function (ConflictException) {
|
|
289
|
-
/**
|
|
290
|
-
* @internal
|
|
291
|
-
*/
|
|
292
223
|
ConflictException.filterSensitiveLog = (obj) => ({
|
|
293
224
|
...obj,
|
|
294
225
|
});
|
|
295
226
|
})(ConflictException = exports.ConflictException || (exports.ConflictException = {}));
|
|
296
227
|
var CreateApiRequest;
|
|
297
228
|
(function (CreateApiRequest) {
|
|
298
|
-
/**
|
|
299
|
-
* @internal
|
|
300
|
-
*/
|
|
301
229
|
CreateApiRequest.filterSensitiveLog = (obj) => ({
|
|
302
230
|
...obj,
|
|
303
231
|
});
|
|
304
232
|
})(CreateApiRequest = exports.CreateApiRequest || (exports.CreateApiRequest = {}));
|
|
305
233
|
var CreateApiResponse;
|
|
306
234
|
(function (CreateApiResponse) {
|
|
307
|
-
/**
|
|
308
|
-
* @internal
|
|
309
|
-
*/
|
|
310
235
|
CreateApiResponse.filterSensitiveLog = (obj) => ({
|
|
311
236
|
...obj,
|
|
312
237
|
});
|
|
313
238
|
})(CreateApiResponse = exports.CreateApiResponse || (exports.CreateApiResponse = {}));
|
|
314
239
|
var NotFoundException;
|
|
315
240
|
(function (NotFoundException) {
|
|
316
|
-
/**
|
|
317
|
-
* @internal
|
|
318
|
-
*/
|
|
319
241
|
NotFoundException.filterSensitiveLog = (obj) => ({
|
|
320
242
|
...obj,
|
|
321
243
|
});
|
|
322
244
|
})(NotFoundException = exports.NotFoundException || (exports.NotFoundException = {}));
|
|
323
245
|
var TooManyRequestsException;
|
|
324
246
|
(function (TooManyRequestsException) {
|
|
325
|
-
/**
|
|
326
|
-
* @internal
|
|
327
|
-
*/
|
|
328
247
|
TooManyRequestsException.filterSensitiveLog = (obj) => ({
|
|
329
248
|
...obj,
|
|
330
249
|
});
|
|
331
250
|
})(TooManyRequestsException = exports.TooManyRequestsException || (exports.TooManyRequestsException = {}));
|
|
332
251
|
var CreateApiMappingRequest;
|
|
333
252
|
(function (CreateApiMappingRequest) {
|
|
334
|
-
/**
|
|
335
|
-
* @internal
|
|
336
|
-
*/
|
|
337
253
|
CreateApiMappingRequest.filterSensitiveLog = (obj) => ({
|
|
338
254
|
...obj,
|
|
339
255
|
});
|
|
340
256
|
})(CreateApiMappingRequest = exports.CreateApiMappingRequest || (exports.CreateApiMappingRequest = {}));
|
|
341
257
|
var CreateApiMappingResponse;
|
|
342
258
|
(function (CreateApiMappingResponse) {
|
|
343
|
-
/**
|
|
344
|
-
* @internal
|
|
345
|
-
*/
|
|
346
259
|
CreateApiMappingResponse.filterSensitiveLog = (obj) => ({
|
|
347
260
|
...obj,
|
|
348
261
|
});
|
|
349
262
|
})(CreateApiMappingResponse = exports.CreateApiMappingResponse || (exports.CreateApiMappingResponse = {}));
|
|
350
263
|
var CreateAuthorizerRequest;
|
|
351
264
|
(function (CreateAuthorizerRequest) {
|
|
352
|
-
/**
|
|
353
|
-
* @internal
|
|
354
|
-
*/
|
|
355
265
|
CreateAuthorizerRequest.filterSensitiveLog = (obj) => ({
|
|
356
266
|
...obj,
|
|
357
267
|
});
|
|
358
268
|
})(CreateAuthorizerRequest = exports.CreateAuthorizerRequest || (exports.CreateAuthorizerRequest = {}));
|
|
359
269
|
var CreateAuthorizerResponse;
|
|
360
270
|
(function (CreateAuthorizerResponse) {
|
|
361
|
-
/**
|
|
362
|
-
* @internal
|
|
363
|
-
*/
|
|
364
271
|
CreateAuthorizerResponse.filterSensitiveLog = (obj) => ({
|
|
365
272
|
...obj,
|
|
366
273
|
});
|
|
367
274
|
})(CreateAuthorizerResponse = exports.CreateAuthorizerResponse || (exports.CreateAuthorizerResponse = {}));
|
|
368
275
|
var CreateDeploymentRequest;
|
|
369
276
|
(function (CreateDeploymentRequest) {
|
|
370
|
-
/**
|
|
371
|
-
* @internal
|
|
372
|
-
*/
|
|
373
277
|
CreateDeploymentRequest.filterSensitiveLog = (obj) => ({
|
|
374
278
|
...obj,
|
|
375
279
|
});
|
|
376
280
|
})(CreateDeploymentRequest = exports.CreateDeploymentRequest || (exports.CreateDeploymentRequest = {}));
|
|
377
281
|
var CreateDeploymentResponse;
|
|
378
282
|
(function (CreateDeploymentResponse) {
|
|
379
|
-
/**
|
|
380
|
-
* @internal
|
|
381
|
-
*/
|
|
382
283
|
CreateDeploymentResponse.filterSensitiveLog = (obj) => ({
|
|
383
284
|
...obj,
|
|
384
285
|
});
|
|
385
286
|
})(CreateDeploymentResponse = exports.CreateDeploymentResponse || (exports.CreateDeploymentResponse = {}));
|
|
386
287
|
var MutualTlsAuthenticationInput;
|
|
387
288
|
(function (MutualTlsAuthenticationInput) {
|
|
388
|
-
/**
|
|
389
|
-
* @internal
|
|
390
|
-
*/
|
|
391
289
|
MutualTlsAuthenticationInput.filterSensitiveLog = (obj) => ({
|
|
392
290
|
...obj,
|
|
393
291
|
});
|
|
394
292
|
})(MutualTlsAuthenticationInput = exports.MutualTlsAuthenticationInput || (exports.MutualTlsAuthenticationInput = {}));
|
|
395
293
|
var CreateDomainNameRequest;
|
|
396
294
|
(function (CreateDomainNameRequest) {
|
|
397
|
-
/**
|
|
398
|
-
* @internal
|
|
399
|
-
*/
|
|
400
295
|
CreateDomainNameRequest.filterSensitiveLog = (obj) => ({
|
|
401
296
|
...obj,
|
|
402
297
|
});
|
|
403
298
|
})(CreateDomainNameRequest = exports.CreateDomainNameRequest || (exports.CreateDomainNameRequest = {}));
|
|
404
299
|
var CreateDomainNameResponse;
|
|
405
300
|
(function (CreateDomainNameResponse) {
|
|
406
|
-
/**
|
|
407
|
-
* @internal
|
|
408
|
-
*/
|
|
409
301
|
CreateDomainNameResponse.filterSensitiveLog = (obj) => ({
|
|
410
302
|
...obj,
|
|
411
303
|
});
|
|
412
304
|
})(CreateDomainNameResponse = exports.CreateDomainNameResponse || (exports.CreateDomainNameResponse = {}));
|
|
413
305
|
var TlsConfigInput;
|
|
414
306
|
(function (TlsConfigInput) {
|
|
415
|
-
/**
|
|
416
|
-
* @internal
|
|
417
|
-
*/
|
|
418
307
|
TlsConfigInput.filterSensitiveLog = (obj) => ({
|
|
419
308
|
...obj,
|
|
420
309
|
});
|
|
421
310
|
})(TlsConfigInput = exports.TlsConfigInput || (exports.TlsConfigInput = {}));
|
|
422
311
|
var CreateIntegrationRequest;
|
|
423
312
|
(function (CreateIntegrationRequest) {
|
|
424
|
-
/**
|
|
425
|
-
* @internal
|
|
426
|
-
*/
|
|
427
313
|
CreateIntegrationRequest.filterSensitiveLog = (obj) => ({
|
|
428
314
|
...obj,
|
|
429
315
|
});
|
|
430
316
|
})(CreateIntegrationRequest = exports.CreateIntegrationRequest || (exports.CreateIntegrationRequest = {}));
|
|
431
317
|
var CreateIntegrationResult;
|
|
432
318
|
(function (CreateIntegrationResult) {
|
|
433
|
-
/**
|
|
434
|
-
* @internal
|
|
435
|
-
*/
|
|
436
319
|
CreateIntegrationResult.filterSensitiveLog = (obj) => ({
|
|
437
320
|
...obj,
|
|
438
321
|
});
|
|
439
322
|
})(CreateIntegrationResult = exports.CreateIntegrationResult || (exports.CreateIntegrationResult = {}));
|
|
440
323
|
var CreateIntegrationResponseRequest;
|
|
441
324
|
(function (CreateIntegrationResponseRequest) {
|
|
442
|
-
/**
|
|
443
|
-
* @internal
|
|
444
|
-
*/
|
|
445
325
|
CreateIntegrationResponseRequest.filterSensitiveLog = (obj) => ({
|
|
446
326
|
...obj,
|
|
447
327
|
});
|
|
448
328
|
})(CreateIntegrationResponseRequest = exports.CreateIntegrationResponseRequest || (exports.CreateIntegrationResponseRequest = {}));
|
|
449
329
|
var CreateIntegrationResponseResponse;
|
|
450
330
|
(function (CreateIntegrationResponseResponse) {
|
|
451
|
-
/**
|
|
452
|
-
* @internal
|
|
453
|
-
*/
|
|
454
331
|
CreateIntegrationResponseResponse.filterSensitiveLog = (obj) => ({
|
|
455
332
|
...obj,
|
|
456
333
|
});
|
|
457
334
|
})(CreateIntegrationResponseResponse = exports.CreateIntegrationResponseResponse || (exports.CreateIntegrationResponseResponse = {}));
|
|
458
335
|
var CreateModelRequest;
|
|
459
336
|
(function (CreateModelRequest) {
|
|
460
|
-
/**
|
|
461
|
-
* @internal
|
|
462
|
-
*/
|
|
463
337
|
CreateModelRequest.filterSensitiveLog = (obj) => ({
|
|
464
338
|
...obj,
|
|
465
339
|
});
|
|
466
340
|
})(CreateModelRequest = exports.CreateModelRequest || (exports.CreateModelRequest = {}));
|
|
467
341
|
var CreateModelResponse;
|
|
468
342
|
(function (CreateModelResponse) {
|
|
469
|
-
/**
|
|
470
|
-
* @internal
|
|
471
|
-
*/
|
|
472
343
|
CreateModelResponse.filterSensitiveLog = (obj) => ({
|
|
473
344
|
...obj,
|
|
474
345
|
});
|
|
475
346
|
})(CreateModelResponse = exports.CreateModelResponse || (exports.CreateModelResponse = {}));
|
|
476
347
|
var CreateRouteRequest;
|
|
477
348
|
(function (CreateRouteRequest) {
|
|
478
|
-
/**
|
|
479
|
-
* @internal
|
|
480
|
-
*/
|
|
481
349
|
CreateRouteRequest.filterSensitiveLog = (obj) => ({
|
|
482
350
|
...obj,
|
|
483
351
|
});
|
|
484
352
|
})(CreateRouteRequest = exports.CreateRouteRequest || (exports.CreateRouteRequest = {}));
|
|
485
353
|
var CreateRouteResult;
|
|
486
354
|
(function (CreateRouteResult) {
|
|
487
|
-
/**
|
|
488
|
-
* @internal
|
|
489
|
-
*/
|
|
490
355
|
CreateRouteResult.filterSensitiveLog = (obj) => ({
|
|
491
356
|
...obj,
|
|
492
357
|
});
|
|
493
358
|
})(CreateRouteResult = exports.CreateRouteResult || (exports.CreateRouteResult = {}));
|
|
494
359
|
var CreateRouteResponseRequest;
|
|
495
360
|
(function (CreateRouteResponseRequest) {
|
|
496
|
-
/**
|
|
497
|
-
* @internal
|
|
498
|
-
*/
|
|
499
361
|
CreateRouteResponseRequest.filterSensitiveLog = (obj) => ({
|
|
500
362
|
...obj,
|
|
501
363
|
});
|
|
502
364
|
})(CreateRouteResponseRequest = exports.CreateRouteResponseRequest || (exports.CreateRouteResponseRequest = {}));
|
|
503
365
|
var CreateRouteResponseResponse;
|
|
504
366
|
(function (CreateRouteResponseResponse) {
|
|
505
|
-
/**
|
|
506
|
-
* @internal
|
|
507
|
-
*/
|
|
508
367
|
CreateRouteResponseResponse.filterSensitiveLog = (obj) => ({
|
|
509
368
|
...obj,
|
|
510
369
|
});
|
|
511
370
|
})(CreateRouteResponseResponse = exports.CreateRouteResponseResponse || (exports.CreateRouteResponseResponse = {}));
|
|
512
371
|
var CreateStageRequest;
|
|
513
372
|
(function (CreateStageRequest) {
|
|
514
|
-
/**
|
|
515
|
-
* @internal
|
|
516
|
-
*/
|
|
517
373
|
CreateStageRequest.filterSensitiveLog = (obj) => ({
|
|
518
374
|
...obj,
|
|
519
375
|
});
|
|
520
376
|
})(CreateStageRequest = exports.CreateStageRequest || (exports.CreateStageRequest = {}));
|
|
521
377
|
var CreateStageResponse;
|
|
522
378
|
(function (CreateStageResponse) {
|
|
523
|
-
/**
|
|
524
|
-
* @internal
|
|
525
|
-
*/
|
|
526
379
|
CreateStageResponse.filterSensitiveLog = (obj) => ({
|
|
527
380
|
...obj,
|
|
528
381
|
});
|
|
529
382
|
})(CreateStageResponse = exports.CreateStageResponse || (exports.CreateStageResponse = {}));
|
|
530
383
|
var CreateVpcLinkRequest;
|
|
531
384
|
(function (CreateVpcLinkRequest) {
|
|
532
|
-
/**
|
|
533
|
-
* @internal
|
|
534
|
-
*/
|
|
535
385
|
CreateVpcLinkRequest.filterSensitiveLog = (obj) => ({
|
|
536
386
|
...obj,
|
|
537
387
|
});
|
|
538
388
|
})(CreateVpcLinkRequest = exports.CreateVpcLinkRequest || (exports.CreateVpcLinkRequest = {}));
|
|
539
389
|
var CreateVpcLinkResponse;
|
|
540
390
|
(function (CreateVpcLinkResponse) {
|
|
541
|
-
/**
|
|
542
|
-
* @internal
|
|
543
|
-
*/
|
|
544
391
|
CreateVpcLinkResponse.filterSensitiveLog = (obj) => ({
|
|
545
392
|
...obj,
|
|
546
393
|
});
|
|
547
394
|
})(CreateVpcLinkResponse = exports.CreateVpcLinkResponse || (exports.CreateVpcLinkResponse = {}));
|
|
548
395
|
var DeleteAccessLogSettingsRequest;
|
|
549
396
|
(function (DeleteAccessLogSettingsRequest) {
|
|
550
|
-
/**
|
|
551
|
-
* @internal
|
|
552
|
-
*/
|
|
553
397
|
DeleteAccessLogSettingsRequest.filterSensitiveLog = (obj) => ({
|
|
554
398
|
...obj,
|
|
555
399
|
});
|
|
556
400
|
})(DeleteAccessLogSettingsRequest = exports.DeleteAccessLogSettingsRequest || (exports.DeleteAccessLogSettingsRequest = {}));
|
|
557
401
|
var DeleteApiRequest;
|
|
558
402
|
(function (DeleteApiRequest) {
|
|
559
|
-
/**
|
|
560
|
-
* @internal
|
|
561
|
-
*/
|
|
562
403
|
DeleteApiRequest.filterSensitiveLog = (obj) => ({
|
|
563
404
|
...obj,
|
|
564
405
|
});
|
|
565
406
|
})(DeleteApiRequest = exports.DeleteApiRequest || (exports.DeleteApiRequest = {}));
|
|
566
407
|
var DeleteApiMappingRequest;
|
|
567
408
|
(function (DeleteApiMappingRequest) {
|
|
568
|
-
/**
|
|
569
|
-
* @internal
|
|
570
|
-
*/
|
|
571
409
|
DeleteApiMappingRequest.filterSensitiveLog = (obj) => ({
|
|
572
410
|
...obj,
|
|
573
411
|
});
|
|
574
412
|
})(DeleteApiMappingRequest = exports.DeleteApiMappingRequest || (exports.DeleteApiMappingRequest = {}));
|
|
575
413
|
var DeleteAuthorizerRequest;
|
|
576
414
|
(function (DeleteAuthorizerRequest) {
|
|
577
|
-
/**
|
|
578
|
-
* @internal
|
|
579
|
-
*/
|
|
580
415
|
DeleteAuthorizerRequest.filterSensitiveLog = (obj) => ({
|
|
581
416
|
...obj,
|
|
582
417
|
});
|
|
583
418
|
})(DeleteAuthorizerRequest = exports.DeleteAuthorizerRequest || (exports.DeleteAuthorizerRequest = {}));
|
|
584
419
|
var DeleteCorsConfigurationRequest;
|
|
585
420
|
(function (DeleteCorsConfigurationRequest) {
|
|
586
|
-
/**
|
|
587
|
-
* @internal
|
|
588
|
-
*/
|
|
589
421
|
DeleteCorsConfigurationRequest.filterSensitiveLog = (obj) => ({
|
|
590
422
|
...obj,
|
|
591
423
|
});
|
|
592
424
|
})(DeleteCorsConfigurationRequest = exports.DeleteCorsConfigurationRequest || (exports.DeleteCorsConfigurationRequest = {}));
|
|
593
425
|
var DeleteDeploymentRequest;
|
|
594
426
|
(function (DeleteDeploymentRequest) {
|
|
595
|
-
/**
|
|
596
|
-
* @internal
|
|
597
|
-
*/
|
|
598
427
|
DeleteDeploymentRequest.filterSensitiveLog = (obj) => ({
|
|
599
428
|
...obj,
|
|
600
429
|
});
|
|
601
430
|
})(DeleteDeploymentRequest = exports.DeleteDeploymentRequest || (exports.DeleteDeploymentRequest = {}));
|
|
602
431
|
var DeleteDomainNameRequest;
|
|
603
432
|
(function (DeleteDomainNameRequest) {
|
|
604
|
-
/**
|
|
605
|
-
* @internal
|
|
606
|
-
*/
|
|
607
433
|
DeleteDomainNameRequest.filterSensitiveLog = (obj) => ({
|
|
608
434
|
...obj,
|
|
609
435
|
});
|
|
610
436
|
})(DeleteDomainNameRequest = exports.DeleteDomainNameRequest || (exports.DeleteDomainNameRequest = {}));
|
|
611
437
|
var DeleteIntegrationRequest;
|
|
612
438
|
(function (DeleteIntegrationRequest) {
|
|
613
|
-
/**
|
|
614
|
-
* @internal
|
|
615
|
-
*/
|
|
616
439
|
DeleteIntegrationRequest.filterSensitiveLog = (obj) => ({
|
|
617
440
|
...obj,
|
|
618
441
|
});
|
|
619
442
|
})(DeleteIntegrationRequest = exports.DeleteIntegrationRequest || (exports.DeleteIntegrationRequest = {}));
|
|
620
443
|
var DeleteIntegrationResponseRequest;
|
|
621
444
|
(function (DeleteIntegrationResponseRequest) {
|
|
622
|
-
/**
|
|
623
|
-
* @internal
|
|
624
|
-
*/
|
|
625
445
|
DeleteIntegrationResponseRequest.filterSensitiveLog = (obj) => ({
|
|
626
446
|
...obj,
|
|
627
447
|
});
|
|
628
448
|
})(DeleteIntegrationResponseRequest = exports.DeleteIntegrationResponseRequest || (exports.DeleteIntegrationResponseRequest = {}));
|
|
629
449
|
var DeleteModelRequest;
|
|
630
450
|
(function (DeleteModelRequest) {
|
|
631
|
-
/**
|
|
632
|
-
* @internal
|
|
633
|
-
*/
|
|
634
451
|
DeleteModelRequest.filterSensitiveLog = (obj) => ({
|
|
635
452
|
...obj,
|
|
636
453
|
});
|
|
637
454
|
})(DeleteModelRequest = exports.DeleteModelRequest || (exports.DeleteModelRequest = {}));
|
|
638
455
|
var DeleteRouteRequest;
|
|
639
456
|
(function (DeleteRouteRequest) {
|
|
640
|
-
/**
|
|
641
|
-
* @internal
|
|
642
|
-
*/
|
|
643
457
|
DeleteRouteRequest.filterSensitiveLog = (obj) => ({
|
|
644
458
|
...obj,
|
|
645
459
|
});
|
|
646
460
|
})(DeleteRouteRequest = exports.DeleteRouteRequest || (exports.DeleteRouteRequest = {}));
|
|
647
461
|
var DeleteRouteRequestParameterRequest;
|
|
648
462
|
(function (DeleteRouteRequestParameterRequest) {
|
|
649
|
-
/**
|
|
650
|
-
* @internal
|
|
651
|
-
*/
|
|
652
463
|
DeleteRouteRequestParameterRequest.filterSensitiveLog = (obj) => ({
|
|
653
464
|
...obj,
|
|
654
465
|
});
|
|
655
466
|
})(DeleteRouteRequestParameterRequest = exports.DeleteRouteRequestParameterRequest || (exports.DeleteRouteRequestParameterRequest = {}));
|
|
656
467
|
var DeleteRouteResponseRequest;
|
|
657
468
|
(function (DeleteRouteResponseRequest) {
|
|
658
|
-
/**
|
|
659
|
-
* @internal
|
|
660
|
-
*/
|
|
661
469
|
DeleteRouteResponseRequest.filterSensitiveLog = (obj) => ({
|
|
662
470
|
...obj,
|
|
663
471
|
});
|
|
664
472
|
})(DeleteRouteResponseRequest = exports.DeleteRouteResponseRequest || (exports.DeleteRouteResponseRequest = {}));
|
|
665
473
|
var DeleteRouteSettingsRequest;
|
|
666
474
|
(function (DeleteRouteSettingsRequest) {
|
|
667
|
-
/**
|
|
668
|
-
* @internal
|
|
669
|
-
*/
|
|
670
475
|
DeleteRouteSettingsRequest.filterSensitiveLog = (obj) => ({
|
|
671
476
|
...obj,
|
|
672
477
|
});
|
|
673
478
|
})(DeleteRouteSettingsRequest = exports.DeleteRouteSettingsRequest || (exports.DeleteRouteSettingsRequest = {}));
|
|
674
479
|
var DeleteStageRequest;
|
|
675
480
|
(function (DeleteStageRequest) {
|
|
676
|
-
/**
|
|
677
|
-
* @internal
|
|
678
|
-
*/
|
|
679
481
|
DeleteStageRequest.filterSensitiveLog = (obj) => ({
|
|
680
482
|
...obj,
|
|
681
483
|
});
|
|
682
484
|
})(DeleteStageRequest = exports.DeleteStageRequest || (exports.DeleteStageRequest = {}));
|
|
683
485
|
var DeleteVpcLinkRequest;
|
|
684
486
|
(function (DeleteVpcLinkRequest) {
|
|
685
|
-
/**
|
|
686
|
-
* @internal
|
|
687
|
-
*/
|
|
688
487
|
DeleteVpcLinkRequest.filterSensitiveLog = (obj) => ({
|
|
689
488
|
...obj,
|
|
690
489
|
});
|
|
691
490
|
})(DeleteVpcLinkRequest = exports.DeleteVpcLinkRequest || (exports.DeleteVpcLinkRequest = {}));
|
|
692
491
|
var DeleteVpcLinkResponse;
|
|
693
492
|
(function (DeleteVpcLinkResponse) {
|
|
694
|
-
/**
|
|
695
|
-
* @internal
|
|
696
|
-
*/
|
|
697
493
|
DeleteVpcLinkResponse.filterSensitiveLog = (obj) => ({
|
|
698
494
|
...obj,
|
|
699
495
|
});
|
|
700
496
|
})(DeleteVpcLinkResponse = exports.DeleteVpcLinkResponse || (exports.DeleteVpcLinkResponse = {}));
|
|
701
497
|
var ExportApiRequest;
|
|
702
498
|
(function (ExportApiRequest) {
|
|
703
|
-
/**
|
|
704
|
-
* @internal
|
|
705
|
-
*/
|
|
706
499
|
ExportApiRequest.filterSensitiveLog = (obj) => ({
|
|
707
500
|
...obj,
|
|
708
501
|
});
|
|
709
502
|
})(ExportApiRequest = exports.ExportApiRequest || (exports.ExportApiRequest = {}));
|
|
710
503
|
var ExportApiResponse;
|
|
711
504
|
(function (ExportApiResponse) {
|
|
712
|
-
/**
|
|
713
|
-
* @internal
|
|
714
|
-
*/
|
|
715
505
|
ExportApiResponse.filterSensitiveLog = (obj) => ({
|
|
716
506
|
...obj,
|
|
717
507
|
});
|
|
718
508
|
})(ExportApiResponse = exports.ExportApiResponse || (exports.ExportApiResponse = {}));
|
|
719
509
|
var GetApiRequest;
|
|
720
510
|
(function (GetApiRequest) {
|
|
721
|
-
/**
|
|
722
|
-
* @internal
|
|
723
|
-
*/
|
|
724
511
|
GetApiRequest.filterSensitiveLog = (obj) => ({
|
|
725
512
|
...obj,
|
|
726
513
|
});
|
|
727
514
|
})(GetApiRequest = exports.GetApiRequest || (exports.GetApiRequest = {}));
|
|
728
515
|
var GetApiResponse;
|
|
729
516
|
(function (GetApiResponse) {
|
|
730
|
-
/**
|
|
731
|
-
* @internal
|
|
732
|
-
*/
|
|
733
517
|
GetApiResponse.filterSensitiveLog = (obj) => ({
|
|
734
518
|
...obj,
|
|
735
519
|
});
|
|
736
520
|
})(GetApiResponse = exports.GetApiResponse || (exports.GetApiResponse = {}));
|
|
737
521
|
var GetApiMappingRequest;
|
|
738
522
|
(function (GetApiMappingRequest) {
|
|
739
|
-
/**
|
|
740
|
-
* @internal
|
|
741
|
-
*/
|
|
742
523
|
GetApiMappingRequest.filterSensitiveLog = (obj) => ({
|
|
743
524
|
...obj,
|
|
744
525
|
});
|
|
745
526
|
})(GetApiMappingRequest = exports.GetApiMappingRequest || (exports.GetApiMappingRequest = {}));
|
|
746
527
|
var GetApiMappingResponse;
|
|
747
528
|
(function (GetApiMappingResponse) {
|
|
748
|
-
/**
|
|
749
|
-
* @internal
|
|
750
|
-
*/
|
|
751
529
|
GetApiMappingResponse.filterSensitiveLog = (obj) => ({
|
|
752
530
|
...obj,
|
|
753
531
|
});
|
|
754
532
|
})(GetApiMappingResponse = exports.GetApiMappingResponse || (exports.GetApiMappingResponse = {}));
|
|
755
533
|
var GetApiMappingsRequest;
|
|
756
534
|
(function (GetApiMappingsRequest) {
|
|
757
|
-
/**
|
|
758
|
-
* @internal
|
|
759
|
-
*/
|
|
760
535
|
GetApiMappingsRequest.filterSensitiveLog = (obj) => ({
|
|
761
536
|
...obj,
|
|
762
537
|
});
|
|
763
538
|
})(GetApiMappingsRequest = exports.GetApiMappingsRequest || (exports.GetApiMappingsRequest = {}));
|
|
764
539
|
var GetApiMappingsResponse;
|
|
765
540
|
(function (GetApiMappingsResponse) {
|
|
766
|
-
/**
|
|
767
|
-
* @internal
|
|
768
|
-
*/
|
|
769
541
|
GetApiMappingsResponse.filterSensitiveLog = (obj) => ({
|
|
770
542
|
...obj,
|
|
771
543
|
});
|
|
772
544
|
})(GetApiMappingsResponse = exports.GetApiMappingsResponse || (exports.GetApiMappingsResponse = {}));
|
|
773
545
|
var GetApisRequest;
|
|
774
546
|
(function (GetApisRequest) {
|
|
775
|
-
/**
|
|
776
|
-
* @internal
|
|
777
|
-
*/
|
|
778
547
|
GetApisRequest.filterSensitiveLog = (obj) => ({
|
|
779
548
|
...obj,
|
|
780
549
|
});
|
|
781
550
|
})(GetApisRequest = exports.GetApisRequest || (exports.GetApisRequest = {}));
|
|
782
551
|
var GetApisResponse;
|
|
783
552
|
(function (GetApisResponse) {
|
|
784
|
-
/**
|
|
785
|
-
* @internal
|
|
786
|
-
*/
|
|
787
553
|
GetApisResponse.filterSensitiveLog = (obj) => ({
|
|
788
554
|
...obj,
|
|
789
555
|
});
|
|
790
556
|
})(GetApisResponse = exports.GetApisResponse || (exports.GetApisResponse = {}));
|
|
791
557
|
var GetAuthorizerRequest;
|
|
792
558
|
(function (GetAuthorizerRequest) {
|
|
793
|
-
/**
|
|
794
|
-
* @internal
|
|
795
|
-
*/
|
|
796
559
|
GetAuthorizerRequest.filterSensitiveLog = (obj) => ({
|
|
797
560
|
...obj,
|
|
798
561
|
});
|
|
799
562
|
})(GetAuthorizerRequest = exports.GetAuthorizerRequest || (exports.GetAuthorizerRequest = {}));
|
|
800
563
|
var GetAuthorizerResponse;
|
|
801
564
|
(function (GetAuthorizerResponse) {
|
|
802
|
-
/**
|
|
803
|
-
* @internal
|
|
804
|
-
*/
|
|
805
565
|
GetAuthorizerResponse.filterSensitiveLog = (obj) => ({
|
|
806
566
|
...obj,
|
|
807
567
|
});
|
|
808
568
|
})(GetAuthorizerResponse = exports.GetAuthorizerResponse || (exports.GetAuthorizerResponse = {}));
|
|
809
569
|
var GetAuthorizersRequest;
|
|
810
570
|
(function (GetAuthorizersRequest) {
|
|
811
|
-
/**
|
|
812
|
-
* @internal
|
|
813
|
-
*/
|
|
814
571
|
GetAuthorizersRequest.filterSensitiveLog = (obj) => ({
|
|
815
572
|
...obj,
|
|
816
573
|
});
|
|
817
574
|
})(GetAuthorizersRequest = exports.GetAuthorizersRequest || (exports.GetAuthorizersRequest = {}));
|
|
818
575
|
var GetAuthorizersResponse;
|
|
819
576
|
(function (GetAuthorizersResponse) {
|
|
820
|
-
/**
|
|
821
|
-
* @internal
|
|
822
|
-
*/
|
|
823
577
|
GetAuthorizersResponse.filterSensitiveLog = (obj) => ({
|
|
824
578
|
...obj,
|
|
825
579
|
});
|
|
826
580
|
})(GetAuthorizersResponse = exports.GetAuthorizersResponse || (exports.GetAuthorizersResponse = {}));
|
|
827
581
|
var GetDeploymentRequest;
|
|
828
582
|
(function (GetDeploymentRequest) {
|
|
829
|
-
/**
|
|
830
|
-
* @internal
|
|
831
|
-
*/
|
|
832
583
|
GetDeploymentRequest.filterSensitiveLog = (obj) => ({
|
|
833
584
|
...obj,
|
|
834
585
|
});
|
|
835
586
|
})(GetDeploymentRequest = exports.GetDeploymentRequest || (exports.GetDeploymentRequest = {}));
|
|
836
587
|
var GetDeploymentResponse;
|
|
837
588
|
(function (GetDeploymentResponse) {
|
|
838
|
-
/**
|
|
839
|
-
* @internal
|
|
840
|
-
*/
|
|
841
589
|
GetDeploymentResponse.filterSensitiveLog = (obj) => ({
|
|
842
590
|
...obj,
|
|
843
591
|
});
|
|
844
592
|
})(GetDeploymentResponse = exports.GetDeploymentResponse || (exports.GetDeploymentResponse = {}));
|
|
845
593
|
var GetDeploymentsRequest;
|
|
846
594
|
(function (GetDeploymentsRequest) {
|
|
847
|
-
/**
|
|
848
|
-
* @internal
|
|
849
|
-
*/
|
|
850
595
|
GetDeploymentsRequest.filterSensitiveLog = (obj) => ({
|
|
851
596
|
...obj,
|
|
852
597
|
});
|
|
853
598
|
})(GetDeploymentsRequest = exports.GetDeploymentsRequest || (exports.GetDeploymentsRequest = {}));
|
|
854
599
|
var GetDeploymentsResponse;
|
|
855
600
|
(function (GetDeploymentsResponse) {
|
|
856
|
-
/**
|
|
857
|
-
* @internal
|
|
858
|
-
*/
|
|
859
601
|
GetDeploymentsResponse.filterSensitiveLog = (obj) => ({
|
|
860
602
|
...obj,
|
|
861
603
|
});
|
|
862
604
|
})(GetDeploymentsResponse = exports.GetDeploymentsResponse || (exports.GetDeploymentsResponse = {}));
|
|
863
605
|
var GetDomainNameRequest;
|
|
864
606
|
(function (GetDomainNameRequest) {
|
|
865
|
-
/**
|
|
866
|
-
* @internal
|
|
867
|
-
*/
|
|
868
607
|
GetDomainNameRequest.filterSensitiveLog = (obj) => ({
|
|
869
608
|
...obj,
|
|
870
609
|
});
|
|
871
610
|
})(GetDomainNameRequest = exports.GetDomainNameRequest || (exports.GetDomainNameRequest = {}));
|
|
872
611
|
var GetDomainNameResponse;
|
|
873
612
|
(function (GetDomainNameResponse) {
|
|
874
|
-
/**
|
|
875
|
-
* @internal
|
|
876
|
-
*/
|
|
877
613
|
GetDomainNameResponse.filterSensitiveLog = (obj) => ({
|
|
878
614
|
...obj,
|
|
879
615
|
});
|
|
880
616
|
})(GetDomainNameResponse = exports.GetDomainNameResponse || (exports.GetDomainNameResponse = {}));
|
|
881
617
|
var GetDomainNamesRequest;
|
|
882
618
|
(function (GetDomainNamesRequest) {
|
|
883
|
-
/**
|
|
884
|
-
* @internal
|
|
885
|
-
*/
|
|
886
619
|
GetDomainNamesRequest.filterSensitiveLog = (obj) => ({
|
|
887
620
|
...obj,
|
|
888
621
|
});
|
|
889
622
|
})(GetDomainNamesRequest = exports.GetDomainNamesRequest || (exports.GetDomainNamesRequest = {}));
|
|
890
623
|
var GetDomainNamesResponse;
|
|
891
624
|
(function (GetDomainNamesResponse) {
|
|
892
|
-
/**
|
|
893
|
-
* @internal
|
|
894
|
-
*/
|
|
895
625
|
GetDomainNamesResponse.filterSensitiveLog = (obj) => ({
|
|
896
626
|
...obj,
|
|
897
627
|
});
|
|
898
628
|
})(GetDomainNamesResponse = exports.GetDomainNamesResponse || (exports.GetDomainNamesResponse = {}));
|
|
899
629
|
var GetIntegrationRequest;
|
|
900
630
|
(function (GetIntegrationRequest) {
|
|
901
|
-
/**
|
|
902
|
-
* @internal
|
|
903
|
-
*/
|
|
904
631
|
GetIntegrationRequest.filterSensitiveLog = (obj) => ({
|
|
905
632
|
...obj,
|
|
906
633
|
});
|
|
907
634
|
})(GetIntegrationRequest = exports.GetIntegrationRequest || (exports.GetIntegrationRequest = {}));
|
|
908
635
|
var GetIntegrationResult;
|
|
909
636
|
(function (GetIntegrationResult) {
|
|
910
|
-
/**
|
|
911
|
-
* @internal
|
|
912
|
-
*/
|
|
913
637
|
GetIntegrationResult.filterSensitiveLog = (obj) => ({
|
|
914
638
|
...obj,
|
|
915
639
|
});
|
|
916
640
|
})(GetIntegrationResult = exports.GetIntegrationResult || (exports.GetIntegrationResult = {}));
|
|
917
641
|
var GetIntegrationResponseRequest;
|
|
918
642
|
(function (GetIntegrationResponseRequest) {
|
|
919
|
-
/**
|
|
920
|
-
* @internal
|
|
921
|
-
*/
|
|
922
643
|
GetIntegrationResponseRequest.filterSensitiveLog = (obj) => ({
|
|
923
644
|
...obj,
|
|
924
645
|
});
|
|
925
646
|
})(GetIntegrationResponseRequest = exports.GetIntegrationResponseRequest || (exports.GetIntegrationResponseRequest = {}));
|
|
926
647
|
var GetIntegrationResponseResponse;
|
|
927
648
|
(function (GetIntegrationResponseResponse) {
|
|
928
|
-
/**
|
|
929
|
-
* @internal
|
|
930
|
-
*/
|
|
931
649
|
GetIntegrationResponseResponse.filterSensitiveLog = (obj) => ({
|
|
932
650
|
...obj,
|
|
933
651
|
});
|
|
934
652
|
})(GetIntegrationResponseResponse = exports.GetIntegrationResponseResponse || (exports.GetIntegrationResponseResponse = {}));
|
|
935
653
|
var GetIntegrationResponsesRequest;
|
|
936
654
|
(function (GetIntegrationResponsesRequest) {
|
|
937
|
-
/**
|
|
938
|
-
* @internal
|
|
939
|
-
*/
|
|
940
655
|
GetIntegrationResponsesRequest.filterSensitiveLog = (obj) => ({
|
|
941
656
|
...obj,
|
|
942
657
|
});
|
|
943
658
|
})(GetIntegrationResponsesRequest = exports.GetIntegrationResponsesRequest || (exports.GetIntegrationResponsesRequest = {}));
|
|
944
659
|
var GetIntegrationResponsesResponse;
|
|
945
660
|
(function (GetIntegrationResponsesResponse) {
|
|
946
|
-
/**
|
|
947
|
-
* @internal
|
|
948
|
-
*/
|
|
949
661
|
GetIntegrationResponsesResponse.filterSensitiveLog = (obj) => ({
|
|
950
662
|
...obj,
|
|
951
663
|
});
|
|
952
664
|
})(GetIntegrationResponsesResponse = exports.GetIntegrationResponsesResponse || (exports.GetIntegrationResponsesResponse = {}));
|
|
953
665
|
var GetIntegrationsRequest;
|
|
954
666
|
(function (GetIntegrationsRequest) {
|
|
955
|
-
/**
|
|
956
|
-
* @internal
|
|
957
|
-
*/
|
|
958
667
|
GetIntegrationsRequest.filterSensitiveLog = (obj) => ({
|
|
959
668
|
...obj,
|
|
960
669
|
});
|
|
961
670
|
})(GetIntegrationsRequest = exports.GetIntegrationsRequest || (exports.GetIntegrationsRequest = {}));
|
|
962
671
|
var GetIntegrationsResponse;
|
|
963
672
|
(function (GetIntegrationsResponse) {
|
|
964
|
-
/**
|
|
965
|
-
* @internal
|
|
966
|
-
*/
|
|
967
673
|
GetIntegrationsResponse.filterSensitiveLog = (obj) => ({
|
|
968
674
|
...obj,
|
|
969
675
|
});
|
|
970
676
|
})(GetIntegrationsResponse = exports.GetIntegrationsResponse || (exports.GetIntegrationsResponse = {}));
|
|
971
677
|
var GetModelRequest;
|
|
972
678
|
(function (GetModelRequest) {
|
|
973
|
-
/**
|
|
974
|
-
* @internal
|
|
975
|
-
*/
|
|
976
679
|
GetModelRequest.filterSensitiveLog = (obj) => ({
|
|
977
680
|
...obj,
|
|
978
681
|
});
|
|
979
682
|
})(GetModelRequest = exports.GetModelRequest || (exports.GetModelRequest = {}));
|
|
980
683
|
var GetModelResponse;
|
|
981
684
|
(function (GetModelResponse) {
|
|
982
|
-
/**
|
|
983
|
-
* @internal
|
|
984
|
-
*/
|
|
985
685
|
GetModelResponse.filterSensitiveLog = (obj) => ({
|
|
986
686
|
...obj,
|
|
987
687
|
});
|
|
988
688
|
})(GetModelResponse = exports.GetModelResponse || (exports.GetModelResponse = {}));
|
|
989
689
|
var GetModelsRequest;
|
|
990
690
|
(function (GetModelsRequest) {
|
|
991
|
-
/**
|
|
992
|
-
* @internal
|
|
993
|
-
*/
|
|
994
691
|
GetModelsRequest.filterSensitiveLog = (obj) => ({
|
|
995
692
|
...obj,
|
|
996
693
|
});
|
|
997
694
|
})(GetModelsRequest = exports.GetModelsRequest || (exports.GetModelsRequest = {}));
|
|
998
695
|
var GetModelsResponse;
|
|
999
696
|
(function (GetModelsResponse) {
|
|
1000
|
-
/**
|
|
1001
|
-
* @internal
|
|
1002
|
-
*/
|
|
1003
697
|
GetModelsResponse.filterSensitiveLog = (obj) => ({
|
|
1004
698
|
...obj,
|
|
1005
699
|
});
|
|
1006
700
|
})(GetModelsResponse = exports.GetModelsResponse || (exports.GetModelsResponse = {}));
|
|
1007
701
|
var GetModelTemplateRequest;
|
|
1008
702
|
(function (GetModelTemplateRequest) {
|
|
1009
|
-
/**
|
|
1010
|
-
* @internal
|
|
1011
|
-
*/
|
|
1012
703
|
GetModelTemplateRequest.filterSensitiveLog = (obj) => ({
|
|
1013
704
|
...obj,
|
|
1014
705
|
});
|
|
1015
706
|
})(GetModelTemplateRequest = exports.GetModelTemplateRequest || (exports.GetModelTemplateRequest = {}));
|
|
1016
707
|
var GetModelTemplateResponse;
|
|
1017
708
|
(function (GetModelTemplateResponse) {
|
|
1018
|
-
/**
|
|
1019
|
-
* @internal
|
|
1020
|
-
*/
|
|
1021
709
|
GetModelTemplateResponse.filterSensitiveLog = (obj) => ({
|
|
1022
710
|
...obj,
|
|
1023
711
|
});
|
|
1024
712
|
})(GetModelTemplateResponse = exports.GetModelTemplateResponse || (exports.GetModelTemplateResponse = {}));
|
|
1025
713
|
var GetRouteRequest;
|
|
1026
714
|
(function (GetRouteRequest) {
|
|
1027
|
-
/**
|
|
1028
|
-
* @internal
|
|
1029
|
-
*/
|
|
1030
715
|
GetRouteRequest.filterSensitiveLog = (obj) => ({
|
|
1031
716
|
...obj,
|
|
1032
717
|
});
|
|
1033
718
|
})(GetRouteRequest = exports.GetRouteRequest || (exports.GetRouteRequest = {}));
|
|
1034
719
|
var GetRouteResult;
|
|
1035
720
|
(function (GetRouteResult) {
|
|
1036
|
-
/**
|
|
1037
|
-
* @internal
|
|
1038
|
-
*/
|
|
1039
721
|
GetRouteResult.filterSensitiveLog = (obj) => ({
|
|
1040
722
|
...obj,
|
|
1041
723
|
});
|
|
1042
724
|
})(GetRouteResult = exports.GetRouteResult || (exports.GetRouteResult = {}));
|
|
1043
725
|
var GetRouteResponseRequest;
|
|
1044
726
|
(function (GetRouteResponseRequest) {
|
|
1045
|
-
/**
|
|
1046
|
-
* @internal
|
|
1047
|
-
*/
|
|
1048
727
|
GetRouteResponseRequest.filterSensitiveLog = (obj) => ({
|
|
1049
728
|
...obj,
|
|
1050
729
|
});
|
|
1051
730
|
})(GetRouteResponseRequest = exports.GetRouteResponseRequest || (exports.GetRouteResponseRequest = {}));
|
|
1052
731
|
var GetRouteResponseResponse;
|
|
1053
732
|
(function (GetRouteResponseResponse) {
|
|
1054
|
-
/**
|
|
1055
|
-
* @internal
|
|
1056
|
-
*/
|
|
1057
733
|
GetRouteResponseResponse.filterSensitiveLog = (obj) => ({
|
|
1058
734
|
...obj,
|
|
1059
735
|
});
|
|
1060
736
|
})(GetRouteResponseResponse = exports.GetRouteResponseResponse || (exports.GetRouteResponseResponse = {}));
|
|
1061
737
|
var GetRouteResponsesRequest;
|
|
1062
738
|
(function (GetRouteResponsesRequest) {
|
|
1063
|
-
/**
|
|
1064
|
-
* @internal
|
|
1065
|
-
*/
|
|
1066
739
|
GetRouteResponsesRequest.filterSensitiveLog = (obj) => ({
|
|
1067
740
|
...obj,
|
|
1068
741
|
});
|
|
1069
742
|
})(GetRouteResponsesRequest = exports.GetRouteResponsesRequest || (exports.GetRouteResponsesRequest = {}));
|
|
1070
743
|
var GetRouteResponsesResponse;
|
|
1071
744
|
(function (GetRouteResponsesResponse) {
|
|
1072
|
-
/**
|
|
1073
|
-
* @internal
|
|
1074
|
-
*/
|
|
1075
745
|
GetRouteResponsesResponse.filterSensitiveLog = (obj) => ({
|
|
1076
746
|
...obj,
|
|
1077
747
|
});
|
|
1078
748
|
})(GetRouteResponsesResponse = exports.GetRouteResponsesResponse || (exports.GetRouteResponsesResponse = {}));
|
|
1079
749
|
var GetRoutesRequest;
|
|
1080
750
|
(function (GetRoutesRequest) {
|
|
1081
|
-
/**
|
|
1082
|
-
* @internal
|
|
1083
|
-
*/
|
|
1084
751
|
GetRoutesRequest.filterSensitiveLog = (obj) => ({
|
|
1085
752
|
...obj,
|
|
1086
753
|
});
|
|
1087
754
|
})(GetRoutesRequest = exports.GetRoutesRequest || (exports.GetRoutesRequest = {}));
|
|
1088
755
|
var GetRoutesResponse;
|
|
1089
756
|
(function (GetRoutesResponse) {
|
|
1090
|
-
/**
|
|
1091
|
-
* @internal
|
|
1092
|
-
*/
|
|
1093
757
|
GetRoutesResponse.filterSensitiveLog = (obj) => ({
|
|
1094
758
|
...obj,
|
|
1095
759
|
});
|
|
1096
760
|
})(GetRoutesResponse = exports.GetRoutesResponse || (exports.GetRoutesResponse = {}));
|
|
1097
761
|
var GetStageRequest;
|
|
1098
762
|
(function (GetStageRequest) {
|
|
1099
|
-
/**
|
|
1100
|
-
* @internal
|
|
1101
|
-
*/
|
|
1102
763
|
GetStageRequest.filterSensitiveLog = (obj) => ({
|
|
1103
764
|
...obj,
|
|
1104
765
|
});
|
|
1105
766
|
})(GetStageRequest = exports.GetStageRequest || (exports.GetStageRequest = {}));
|
|
1106
767
|
var GetStageResponse;
|
|
1107
768
|
(function (GetStageResponse) {
|
|
1108
|
-
/**
|
|
1109
|
-
* @internal
|
|
1110
|
-
*/
|
|
1111
769
|
GetStageResponse.filterSensitiveLog = (obj) => ({
|
|
1112
770
|
...obj,
|
|
1113
771
|
});
|
|
1114
772
|
})(GetStageResponse = exports.GetStageResponse || (exports.GetStageResponse = {}));
|
|
1115
773
|
var GetStagesRequest;
|
|
1116
774
|
(function (GetStagesRequest) {
|
|
1117
|
-
/**
|
|
1118
|
-
* @internal
|
|
1119
|
-
*/
|
|
1120
775
|
GetStagesRequest.filterSensitiveLog = (obj) => ({
|
|
1121
776
|
...obj,
|
|
1122
777
|
});
|
|
1123
778
|
})(GetStagesRequest = exports.GetStagesRequest || (exports.GetStagesRequest = {}));
|
|
1124
779
|
var GetStagesResponse;
|
|
1125
780
|
(function (GetStagesResponse) {
|
|
1126
|
-
/**
|
|
1127
|
-
* @internal
|
|
1128
|
-
*/
|
|
1129
781
|
GetStagesResponse.filterSensitiveLog = (obj) => ({
|
|
1130
782
|
...obj,
|
|
1131
783
|
});
|
|
1132
784
|
})(GetStagesResponse = exports.GetStagesResponse || (exports.GetStagesResponse = {}));
|
|
1133
785
|
var GetTagsRequest;
|
|
1134
786
|
(function (GetTagsRequest) {
|
|
1135
|
-
/**
|
|
1136
|
-
* @internal
|
|
1137
|
-
*/
|
|
1138
787
|
GetTagsRequest.filterSensitiveLog = (obj) => ({
|
|
1139
788
|
...obj,
|
|
1140
789
|
});
|
|
1141
790
|
})(GetTagsRequest = exports.GetTagsRequest || (exports.GetTagsRequest = {}));
|
|
1142
791
|
var GetTagsResponse;
|
|
1143
792
|
(function (GetTagsResponse) {
|
|
1144
|
-
/**
|
|
1145
|
-
* @internal
|
|
1146
|
-
*/
|
|
1147
793
|
GetTagsResponse.filterSensitiveLog = (obj) => ({
|
|
1148
794
|
...obj,
|
|
1149
795
|
});
|
|
1150
796
|
})(GetTagsResponse = exports.GetTagsResponse || (exports.GetTagsResponse = {}));
|
|
1151
797
|
var GetVpcLinkRequest;
|
|
1152
798
|
(function (GetVpcLinkRequest) {
|
|
1153
|
-
/**
|
|
1154
|
-
* @internal
|
|
1155
|
-
*/
|
|
1156
799
|
GetVpcLinkRequest.filterSensitiveLog = (obj) => ({
|
|
1157
800
|
...obj,
|
|
1158
801
|
});
|
|
1159
802
|
})(GetVpcLinkRequest = exports.GetVpcLinkRequest || (exports.GetVpcLinkRequest = {}));
|
|
1160
803
|
var GetVpcLinkResponse;
|
|
1161
804
|
(function (GetVpcLinkResponse) {
|
|
1162
|
-
/**
|
|
1163
|
-
* @internal
|
|
1164
|
-
*/
|
|
1165
805
|
GetVpcLinkResponse.filterSensitiveLog = (obj) => ({
|
|
1166
806
|
...obj,
|
|
1167
807
|
});
|
|
1168
808
|
})(GetVpcLinkResponse = exports.GetVpcLinkResponse || (exports.GetVpcLinkResponse = {}));
|
|
1169
809
|
var GetVpcLinksRequest;
|
|
1170
810
|
(function (GetVpcLinksRequest) {
|
|
1171
|
-
/**
|
|
1172
|
-
* @internal
|
|
1173
|
-
*/
|
|
1174
811
|
GetVpcLinksRequest.filterSensitiveLog = (obj) => ({
|
|
1175
812
|
...obj,
|
|
1176
813
|
});
|
|
1177
814
|
})(GetVpcLinksRequest = exports.GetVpcLinksRequest || (exports.GetVpcLinksRequest = {}));
|
|
1178
815
|
var GetVpcLinksResponse;
|
|
1179
816
|
(function (GetVpcLinksResponse) {
|
|
1180
|
-
/**
|
|
1181
|
-
* @internal
|
|
1182
|
-
*/
|
|
1183
817
|
GetVpcLinksResponse.filterSensitiveLog = (obj) => ({
|
|
1184
818
|
...obj,
|
|
1185
819
|
});
|
|
1186
820
|
})(GetVpcLinksResponse = exports.GetVpcLinksResponse || (exports.GetVpcLinksResponse = {}));
|
|
1187
821
|
var ImportApiRequest;
|
|
1188
822
|
(function (ImportApiRequest) {
|
|
1189
|
-
/**
|
|
1190
|
-
* @internal
|
|
1191
|
-
*/
|
|
1192
823
|
ImportApiRequest.filterSensitiveLog = (obj) => ({
|
|
1193
824
|
...obj,
|
|
1194
825
|
});
|
|
1195
826
|
})(ImportApiRequest = exports.ImportApiRequest || (exports.ImportApiRequest = {}));
|
|
1196
827
|
var ImportApiResponse;
|
|
1197
828
|
(function (ImportApiResponse) {
|
|
1198
|
-
/**
|
|
1199
|
-
* @internal
|
|
1200
|
-
*/
|
|
1201
829
|
ImportApiResponse.filterSensitiveLog = (obj) => ({
|
|
1202
830
|
...obj,
|
|
1203
831
|
});
|
|
1204
832
|
})(ImportApiResponse = exports.ImportApiResponse || (exports.ImportApiResponse = {}));
|
|
1205
833
|
var ReimportApiRequest;
|
|
1206
834
|
(function (ReimportApiRequest) {
|
|
1207
|
-
/**
|
|
1208
|
-
* @internal
|
|
1209
|
-
*/
|
|
1210
835
|
ReimportApiRequest.filterSensitiveLog = (obj) => ({
|
|
1211
836
|
...obj,
|
|
1212
837
|
});
|
|
1213
838
|
})(ReimportApiRequest = exports.ReimportApiRequest || (exports.ReimportApiRequest = {}));
|
|
1214
839
|
var ReimportApiResponse;
|
|
1215
840
|
(function (ReimportApiResponse) {
|
|
1216
|
-
/**
|
|
1217
|
-
* @internal
|
|
1218
|
-
*/
|
|
1219
841
|
ReimportApiResponse.filterSensitiveLog = (obj) => ({
|
|
1220
842
|
...obj,
|
|
1221
843
|
});
|
|
1222
844
|
})(ReimportApiResponse = exports.ReimportApiResponse || (exports.ReimportApiResponse = {}));
|
|
1223
845
|
var ResetAuthorizersCacheRequest;
|
|
1224
846
|
(function (ResetAuthorizersCacheRequest) {
|
|
1225
|
-
/**
|
|
1226
|
-
* @internal
|
|
1227
|
-
*/
|
|
1228
847
|
ResetAuthorizersCacheRequest.filterSensitiveLog = (obj) => ({
|
|
1229
848
|
...obj,
|
|
1230
849
|
});
|
|
1231
850
|
})(ResetAuthorizersCacheRequest = exports.ResetAuthorizersCacheRequest || (exports.ResetAuthorizersCacheRequest = {}));
|
|
1232
851
|
var TagResourceRequest;
|
|
1233
852
|
(function (TagResourceRequest) {
|
|
1234
|
-
/**
|
|
1235
|
-
* @internal
|
|
1236
|
-
*/
|
|
1237
853
|
TagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
1238
854
|
...obj,
|
|
1239
855
|
});
|
|
1240
856
|
})(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
|
|
1241
857
|
var TagResourceResponse;
|
|
1242
858
|
(function (TagResourceResponse) {
|
|
1243
|
-
/**
|
|
1244
|
-
* @internal
|
|
1245
|
-
*/
|
|
1246
859
|
TagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
1247
860
|
...obj,
|
|
1248
861
|
});
|
|
1249
862
|
})(TagResourceResponse = exports.TagResourceResponse || (exports.TagResourceResponse = {}));
|
|
1250
863
|
var UntagResourceRequest;
|
|
1251
864
|
(function (UntagResourceRequest) {
|
|
1252
|
-
/**
|
|
1253
|
-
* @internal
|
|
1254
|
-
*/
|
|
1255
865
|
UntagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
1256
866
|
...obj,
|
|
1257
867
|
});
|
|
1258
868
|
})(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
|
|
1259
869
|
var UpdateApiRequest;
|
|
1260
870
|
(function (UpdateApiRequest) {
|
|
1261
|
-
/**
|
|
1262
|
-
* @internal
|
|
1263
|
-
*/
|
|
1264
871
|
UpdateApiRequest.filterSensitiveLog = (obj) => ({
|
|
1265
872
|
...obj,
|
|
1266
873
|
});
|
|
1267
874
|
})(UpdateApiRequest = exports.UpdateApiRequest || (exports.UpdateApiRequest = {}));
|
|
1268
875
|
var UpdateApiResponse;
|
|
1269
876
|
(function (UpdateApiResponse) {
|
|
1270
|
-
/**
|
|
1271
|
-
* @internal
|
|
1272
|
-
*/
|
|
1273
877
|
UpdateApiResponse.filterSensitiveLog = (obj) => ({
|
|
1274
878
|
...obj,
|
|
1275
879
|
});
|
|
1276
880
|
})(UpdateApiResponse = exports.UpdateApiResponse || (exports.UpdateApiResponse = {}));
|
|
1277
881
|
var UpdateApiMappingRequest;
|
|
1278
882
|
(function (UpdateApiMappingRequest) {
|
|
1279
|
-
/**
|
|
1280
|
-
* @internal
|
|
1281
|
-
*/
|
|
1282
883
|
UpdateApiMappingRequest.filterSensitiveLog = (obj) => ({
|
|
1283
884
|
...obj,
|
|
1284
885
|
});
|
|
1285
886
|
})(UpdateApiMappingRequest = exports.UpdateApiMappingRequest || (exports.UpdateApiMappingRequest = {}));
|
|
1286
887
|
var UpdateApiMappingResponse;
|
|
1287
888
|
(function (UpdateApiMappingResponse) {
|
|
1288
|
-
/**
|
|
1289
|
-
* @internal
|
|
1290
|
-
*/
|
|
1291
889
|
UpdateApiMappingResponse.filterSensitiveLog = (obj) => ({
|
|
1292
890
|
...obj,
|
|
1293
891
|
});
|
|
1294
892
|
})(UpdateApiMappingResponse = exports.UpdateApiMappingResponse || (exports.UpdateApiMappingResponse = {}));
|
|
1295
893
|
var UpdateAuthorizerRequest;
|
|
1296
894
|
(function (UpdateAuthorizerRequest) {
|
|
1297
|
-
/**
|
|
1298
|
-
* @internal
|
|
1299
|
-
*/
|
|
1300
895
|
UpdateAuthorizerRequest.filterSensitiveLog = (obj) => ({
|
|
1301
896
|
...obj,
|
|
1302
897
|
});
|
|
1303
898
|
})(UpdateAuthorizerRequest = exports.UpdateAuthorizerRequest || (exports.UpdateAuthorizerRequest = {}));
|
|
1304
899
|
var UpdateAuthorizerResponse;
|
|
1305
900
|
(function (UpdateAuthorizerResponse) {
|
|
1306
|
-
/**
|
|
1307
|
-
* @internal
|
|
1308
|
-
*/
|
|
1309
901
|
UpdateAuthorizerResponse.filterSensitiveLog = (obj) => ({
|
|
1310
902
|
...obj,
|
|
1311
903
|
});
|
|
1312
904
|
})(UpdateAuthorizerResponse = exports.UpdateAuthorizerResponse || (exports.UpdateAuthorizerResponse = {}));
|
|
1313
905
|
var UpdateDeploymentRequest;
|
|
1314
906
|
(function (UpdateDeploymentRequest) {
|
|
1315
|
-
/**
|
|
1316
|
-
* @internal
|
|
1317
|
-
*/
|
|
1318
907
|
UpdateDeploymentRequest.filterSensitiveLog = (obj) => ({
|
|
1319
908
|
...obj,
|
|
1320
909
|
});
|
|
1321
910
|
})(UpdateDeploymentRequest = exports.UpdateDeploymentRequest || (exports.UpdateDeploymentRequest = {}));
|
|
1322
911
|
var UpdateDeploymentResponse;
|
|
1323
912
|
(function (UpdateDeploymentResponse) {
|
|
1324
|
-
/**
|
|
1325
|
-
* @internal
|
|
1326
|
-
*/
|
|
1327
913
|
UpdateDeploymentResponse.filterSensitiveLog = (obj) => ({
|
|
1328
914
|
...obj,
|
|
1329
915
|
});
|
|
1330
916
|
})(UpdateDeploymentResponse = exports.UpdateDeploymentResponse || (exports.UpdateDeploymentResponse = {}));
|
|
1331
917
|
var UpdateDomainNameRequest;
|
|
1332
918
|
(function (UpdateDomainNameRequest) {
|
|
1333
|
-
/**
|
|
1334
|
-
* @internal
|
|
1335
|
-
*/
|
|
1336
919
|
UpdateDomainNameRequest.filterSensitiveLog = (obj) => ({
|
|
1337
920
|
...obj,
|
|
1338
921
|
});
|
|
1339
922
|
})(UpdateDomainNameRequest = exports.UpdateDomainNameRequest || (exports.UpdateDomainNameRequest = {}));
|
|
1340
923
|
var UpdateDomainNameResponse;
|
|
1341
924
|
(function (UpdateDomainNameResponse) {
|
|
1342
|
-
/**
|
|
1343
|
-
* @internal
|
|
1344
|
-
*/
|
|
1345
925
|
UpdateDomainNameResponse.filterSensitiveLog = (obj) => ({
|
|
1346
926
|
...obj,
|
|
1347
927
|
});
|
|
1348
928
|
})(UpdateDomainNameResponse = exports.UpdateDomainNameResponse || (exports.UpdateDomainNameResponse = {}));
|
|
1349
929
|
var UpdateIntegrationRequest;
|
|
1350
930
|
(function (UpdateIntegrationRequest) {
|
|
1351
|
-
/**
|
|
1352
|
-
* @internal
|
|
1353
|
-
*/
|
|
1354
931
|
UpdateIntegrationRequest.filterSensitiveLog = (obj) => ({
|
|
1355
932
|
...obj,
|
|
1356
933
|
});
|
|
1357
934
|
})(UpdateIntegrationRequest = exports.UpdateIntegrationRequest || (exports.UpdateIntegrationRequest = {}));
|
|
1358
935
|
var UpdateIntegrationResult;
|
|
1359
936
|
(function (UpdateIntegrationResult) {
|
|
1360
|
-
/**
|
|
1361
|
-
* @internal
|
|
1362
|
-
*/
|
|
1363
937
|
UpdateIntegrationResult.filterSensitiveLog = (obj) => ({
|
|
1364
938
|
...obj,
|
|
1365
939
|
});
|
|
1366
940
|
})(UpdateIntegrationResult = exports.UpdateIntegrationResult || (exports.UpdateIntegrationResult = {}));
|
|
1367
941
|
var UpdateIntegrationResponseRequest;
|
|
1368
942
|
(function (UpdateIntegrationResponseRequest) {
|
|
1369
|
-
/**
|
|
1370
|
-
* @internal
|
|
1371
|
-
*/
|
|
1372
943
|
UpdateIntegrationResponseRequest.filterSensitiveLog = (obj) => ({
|
|
1373
944
|
...obj,
|
|
1374
945
|
});
|
|
1375
946
|
})(UpdateIntegrationResponseRequest = exports.UpdateIntegrationResponseRequest || (exports.UpdateIntegrationResponseRequest = {}));
|
|
1376
947
|
var UpdateIntegrationResponseResponse;
|
|
1377
948
|
(function (UpdateIntegrationResponseResponse) {
|
|
1378
|
-
/**
|
|
1379
|
-
* @internal
|
|
1380
|
-
*/
|
|
1381
949
|
UpdateIntegrationResponseResponse.filterSensitiveLog = (obj) => ({
|
|
1382
950
|
...obj,
|
|
1383
951
|
});
|
|
1384
952
|
})(UpdateIntegrationResponseResponse = exports.UpdateIntegrationResponseResponse || (exports.UpdateIntegrationResponseResponse = {}));
|
|
1385
953
|
var UpdateModelRequest;
|
|
1386
954
|
(function (UpdateModelRequest) {
|
|
1387
|
-
/**
|
|
1388
|
-
* @internal
|
|
1389
|
-
*/
|
|
1390
955
|
UpdateModelRequest.filterSensitiveLog = (obj) => ({
|
|
1391
956
|
...obj,
|
|
1392
957
|
});
|
|
1393
958
|
})(UpdateModelRequest = exports.UpdateModelRequest || (exports.UpdateModelRequest = {}));
|
|
1394
959
|
var UpdateModelResponse;
|
|
1395
960
|
(function (UpdateModelResponse) {
|
|
1396
|
-
/**
|
|
1397
|
-
* @internal
|
|
1398
|
-
*/
|
|
1399
961
|
UpdateModelResponse.filterSensitiveLog = (obj) => ({
|
|
1400
962
|
...obj,
|
|
1401
963
|
});
|
|
1402
964
|
})(UpdateModelResponse = exports.UpdateModelResponse || (exports.UpdateModelResponse = {}));
|
|
1403
965
|
var UpdateRouteRequest;
|
|
1404
966
|
(function (UpdateRouteRequest) {
|
|
1405
|
-
/**
|
|
1406
|
-
* @internal
|
|
1407
|
-
*/
|
|
1408
967
|
UpdateRouteRequest.filterSensitiveLog = (obj) => ({
|
|
1409
968
|
...obj,
|
|
1410
969
|
});
|
|
1411
970
|
})(UpdateRouteRequest = exports.UpdateRouteRequest || (exports.UpdateRouteRequest = {}));
|
|
1412
971
|
var UpdateRouteResult;
|
|
1413
972
|
(function (UpdateRouteResult) {
|
|
1414
|
-
/**
|
|
1415
|
-
* @internal
|
|
1416
|
-
*/
|
|
1417
973
|
UpdateRouteResult.filterSensitiveLog = (obj) => ({
|
|
1418
974
|
...obj,
|
|
1419
975
|
});
|
|
1420
976
|
})(UpdateRouteResult = exports.UpdateRouteResult || (exports.UpdateRouteResult = {}));
|
|
1421
977
|
var UpdateRouteResponseRequest;
|
|
1422
978
|
(function (UpdateRouteResponseRequest) {
|
|
1423
|
-
/**
|
|
1424
|
-
* @internal
|
|
1425
|
-
*/
|
|
1426
979
|
UpdateRouteResponseRequest.filterSensitiveLog = (obj) => ({
|
|
1427
980
|
...obj,
|
|
1428
981
|
});
|
|
1429
982
|
})(UpdateRouteResponseRequest = exports.UpdateRouteResponseRequest || (exports.UpdateRouteResponseRequest = {}));
|
|
1430
983
|
var UpdateRouteResponseResponse;
|
|
1431
984
|
(function (UpdateRouteResponseResponse) {
|
|
1432
|
-
/**
|
|
1433
|
-
* @internal
|
|
1434
|
-
*/
|
|
1435
985
|
UpdateRouteResponseResponse.filterSensitiveLog = (obj) => ({
|
|
1436
986
|
...obj,
|
|
1437
987
|
});
|
|
1438
988
|
})(UpdateRouteResponseResponse = exports.UpdateRouteResponseResponse || (exports.UpdateRouteResponseResponse = {}));
|
|
1439
989
|
var UpdateStageRequest;
|
|
1440
990
|
(function (UpdateStageRequest) {
|
|
1441
|
-
/**
|
|
1442
|
-
* @internal
|
|
1443
|
-
*/
|
|
1444
991
|
UpdateStageRequest.filterSensitiveLog = (obj) => ({
|
|
1445
992
|
...obj,
|
|
1446
993
|
});
|
|
1447
994
|
})(UpdateStageRequest = exports.UpdateStageRequest || (exports.UpdateStageRequest = {}));
|
|
1448
995
|
var UpdateStageResponse;
|
|
1449
996
|
(function (UpdateStageResponse) {
|
|
1450
|
-
/**
|
|
1451
|
-
* @internal
|
|
1452
|
-
*/
|
|
1453
997
|
UpdateStageResponse.filterSensitiveLog = (obj) => ({
|
|
1454
998
|
...obj,
|
|
1455
999
|
});
|
|
1456
1000
|
})(UpdateStageResponse = exports.UpdateStageResponse || (exports.UpdateStageResponse = {}));
|
|
1457
1001
|
var UpdateVpcLinkRequest;
|
|
1458
1002
|
(function (UpdateVpcLinkRequest) {
|
|
1459
|
-
/**
|
|
1460
|
-
* @internal
|
|
1461
|
-
*/
|
|
1462
1003
|
UpdateVpcLinkRequest.filterSensitiveLog = (obj) => ({
|
|
1463
1004
|
...obj,
|
|
1464
1005
|
});
|
|
1465
1006
|
})(UpdateVpcLinkRequest = exports.UpdateVpcLinkRequest || (exports.UpdateVpcLinkRequest = {}));
|
|
1466
1007
|
var UpdateVpcLinkResponse;
|
|
1467
1008
|
(function (UpdateVpcLinkResponse) {
|
|
1468
|
-
/**
|
|
1469
|
-
* @internal
|
|
1470
|
-
*/
|
|
1471
1009
|
UpdateVpcLinkResponse.filterSensitiveLog = (obj) => ({
|
|
1472
1010
|
...obj,
|
|
1473
1011
|
});
|
|
1474
1012
|
})(UpdateVpcLinkResponse = exports.UpdateVpcLinkResponse || (exports.UpdateVpcLinkResponse = {}));
|
|
1475
|
-
//# sourceMappingURL=models_0.js.map
|