@aws-sdk/client-apigatewayv2 3.31.0 → 3.35.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 +39 -0
- package/dist-cjs/ApiGatewayV2.js +1091 -0
- package/dist-cjs/ApiGatewayV2.js.map +1 -0
- package/dist-cjs/ApiGatewayV2Client.js +44 -0
- package/dist-cjs/ApiGatewayV2Client.js.map +1 -0
- package/dist-cjs/commands/CreateApiCommand.js +61 -0
- package/dist-cjs/commands/CreateApiCommand.js.map +1 -0
- package/dist-cjs/commands/CreateApiMappingCommand.js +61 -0
- package/dist-cjs/commands/CreateApiMappingCommand.js.map +1 -0
- package/dist-cjs/commands/CreateAuthorizerCommand.js +61 -0
- package/dist-cjs/commands/CreateAuthorizerCommand.js.map +1 -0
- package/dist-cjs/commands/CreateDeploymentCommand.js +61 -0
- package/dist-cjs/commands/CreateDeploymentCommand.js.map +1 -0
- package/dist-cjs/commands/CreateDomainNameCommand.js +61 -0
- package/dist-cjs/commands/CreateDomainNameCommand.js.map +1 -0
- package/dist-cjs/commands/CreateIntegrationCommand.js +61 -0
- package/dist-cjs/commands/CreateIntegrationCommand.js.map +1 -0
- package/dist-cjs/commands/CreateIntegrationResponseCommand.js +61 -0
- package/dist-cjs/commands/CreateIntegrationResponseCommand.js.map +1 -0
- package/dist-cjs/commands/CreateModelCommand.js +61 -0
- package/dist-cjs/commands/CreateModelCommand.js.map +1 -0
- package/dist-cjs/commands/CreateRouteCommand.js +61 -0
- package/dist-cjs/commands/CreateRouteCommand.js.map +1 -0
- package/dist-cjs/commands/CreateRouteResponseCommand.js +61 -0
- package/dist-cjs/commands/CreateRouteResponseCommand.js.map +1 -0
- package/dist-cjs/commands/CreateStageCommand.js +61 -0
- package/dist-cjs/commands/CreateStageCommand.js.map +1 -0
- package/dist-cjs/commands/CreateVpcLinkCommand.js +61 -0
- package/dist-cjs/commands/CreateVpcLinkCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteAccessLogSettingsCommand.js +61 -0
- package/dist-cjs/commands/DeleteAccessLogSettingsCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteApiCommand.js +61 -0
- package/dist-cjs/commands/DeleteApiCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteApiMappingCommand.js +61 -0
- package/dist-cjs/commands/DeleteApiMappingCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteAuthorizerCommand.js +61 -0
- package/dist-cjs/commands/DeleteAuthorizerCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteCorsConfigurationCommand.js +61 -0
- package/dist-cjs/commands/DeleteCorsConfigurationCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteDeploymentCommand.js +61 -0
- package/dist-cjs/commands/DeleteDeploymentCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteDomainNameCommand.js +61 -0
- package/dist-cjs/commands/DeleteDomainNameCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteIntegrationCommand.js +61 -0
- package/dist-cjs/commands/DeleteIntegrationCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteIntegrationResponseCommand.js +61 -0
- package/dist-cjs/commands/DeleteIntegrationResponseCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteModelCommand.js +61 -0
- package/dist-cjs/commands/DeleteModelCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteRouteCommand.js +61 -0
- package/dist-cjs/commands/DeleteRouteCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteRouteRequestParameterCommand.js +61 -0
- package/dist-cjs/commands/DeleteRouteRequestParameterCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteRouteResponseCommand.js +61 -0
- package/dist-cjs/commands/DeleteRouteResponseCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteRouteSettingsCommand.js +61 -0
- package/dist-cjs/commands/DeleteRouteSettingsCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteStageCommand.js +61 -0
- package/dist-cjs/commands/DeleteStageCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteVpcLinkCommand.js +61 -0
- package/dist-cjs/commands/DeleteVpcLinkCommand.js.map +1 -0
- package/dist-cjs/commands/ExportApiCommand.js +44 -0
- package/dist-cjs/commands/ExportApiCommand.js.map +1 -0
- package/dist-cjs/commands/GetApiCommand.js +61 -0
- package/dist-cjs/commands/GetApiCommand.js.map +1 -0
- package/dist-cjs/commands/GetApiMappingCommand.js +61 -0
- package/dist-cjs/commands/GetApiMappingCommand.js.map +1 -0
- package/dist-cjs/commands/GetApiMappingsCommand.js +61 -0
- package/dist-cjs/commands/GetApiMappingsCommand.js.map +1 -0
- package/dist-cjs/commands/GetApisCommand.js +61 -0
- package/dist-cjs/commands/GetApisCommand.js.map +1 -0
- package/dist-cjs/commands/GetAuthorizerCommand.js +61 -0
- package/dist-cjs/commands/GetAuthorizerCommand.js.map +1 -0
- package/dist-cjs/commands/GetAuthorizersCommand.js +61 -0
- package/dist-cjs/commands/GetAuthorizersCommand.js.map +1 -0
- package/dist-cjs/commands/GetDeploymentCommand.js +61 -0
- package/dist-cjs/commands/GetDeploymentCommand.js.map +1 -0
- package/dist-cjs/commands/GetDeploymentsCommand.js +61 -0
- package/dist-cjs/commands/GetDeploymentsCommand.js.map +1 -0
- package/dist-cjs/commands/GetDomainNameCommand.js +61 -0
- package/dist-cjs/commands/GetDomainNameCommand.js.map +1 -0
- package/dist-cjs/commands/GetDomainNamesCommand.js +61 -0
- package/dist-cjs/commands/GetDomainNamesCommand.js.map +1 -0
- package/dist-cjs/commands/GetIntegrationCommand.js +61 -0
- package/dist-cjs/commands/GetIntegrationCommand.js.map +1 -0
- package/dist-cjs/commands/GetIntegrationResponseCommand.js +61 -0
- package/dist-cjs/commands/GetIntegrationResponseCommand.js.map +1 -0
- package/dist-cjs/commands/GetIntegrationResponsesCommand.js +61 -0
- package/dist-cjs/commands/GetIntegrationResponsesCommand.js.map +1 -0
- package/dist-cjs/commands/GetIntegrationsCommand.js +61 -0
- package/dist-cjs/commands/GetIntegrationsCommand.js.map +1 -0
- package/dist-cjs/commands/GetModelCommand.js +61 -0
- package/dist-cjs/commands/GetModelCommand.js.map +1 -0
- package/dist-cjs/commands/GetModelTemplateCommand.js +61 -0
- package/dist-cjs/commands/GetModelTemplateCommand.js.map +1 -0
- package/dist-cjs/commands/GetModelsCommand.js +61 -0
- package/dist-cjs/commands/GetModelsCommand.js.map +1 -0
- package/dist-cjs/commands/GetRouteCommand.js +61 -0
- package/dist-cjs/commands/GetRouteCommand.js.map +1 -0
- package/dist-cjs/commands/GetRouteResponseCommand.js +61 -0
- package/dist-cjs/commands/GetRouteResponseCommand.js.map +1 -0
- package/dist-cjs/commands/GetRouteResponsesCommand.js +61 -0
- package/dist-cjs/commands/GetRouteResponsesCommand.js.map +1 -0
- package/dist-cjs/commands/GetRoutesCommand.js +61 -0
- package/dist-cjs/commands/GetRoutesCommand.js.map +1 -0
- package/dist-cjs/commands/GetStageCommand.js +61 -0
- package/dist-cjs/commands/GetStageCommand.js.map +1 -0
- package/dist-cjs/commands/GetStagesCommand.js +61 -0
- package/dist-cjs/commands/GetStagesCommand.js.map +1 -0
- package/dist-cjs/commands/GetTagsCommand.js +61 -0
- package/dist-cjs/commands/GetTagsCommand.js.map +1 -0
- package/dist-cjs/commands/GetVpcLinkCommand.js +61 -0
- package/dist-cjs/commands/GetVpcLinkCommand.js.map +1 -0
- package/dist-cjs/commands/GetVpcLinksCommand.js +61 -0
- package/dist-cjs/commands/GetVpcLinksCommand.js.map +1 -0
- package/dist-cjs/commands/ImportApiCommand.js +61 -0
- package/dist-cjs/commands/ImportApiCommand.js.map +1 -0
- package/dist-cjs/commands/ReimportApiCommand.js +61 -0
- package/dist-cjs/commands/ReimportApiCommand.js.map +1 -0
- package/dist-cjs/commands/ResetAuthorizersCacheCommand.js +61 -0
- package/dist-cjs/commands/ResetAuthorizersCacheCommand.js.map +1 -0
- package/dist-cjs/commands/TagResourceCommand.js +61 -0
- package/dist-cjs/commands/TagResourceCommand.js.map +1 -0
- package/dist-cjs/commands/UntagResourceCommand.js +61 -0
- package/dist-cjs/commands/UntagResourceCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateApiCommand.js +61 -0
- package/dist-cjs/commands/UpdateApiCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateApiMappingCommand.js +61 -0
- package/dist-cjs/commands/UpdateApiMappingCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateAuthorizerCommand.js +61 -0
- package/dist-cjs/commands/UpdateAuthorizerCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateDeploymentCommand.js +61 -0
- package/dist-cjs/commands/UpdateDeploymentCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateDomainNameCommand.js +61 -0
- package/dist-cjs/commands/UpdateDomainNameCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateIntegrationCommand.js +61 -0
- package/dist-cjs/commands/UpdateIntegrationCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateIntegrationResponseCommand.js +61 -0
- package/dist-cjs/commands/UpdateIntegrationResponseCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateModelCommand.js +61 -0
- package/dist-cjs/commands/UpdateModelCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateRouteCommand.js +61 -0
- package/dist-cjs/commands/UpdateRouteCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateRouteResponseCommand.js +61 -0
- package/dist-cjs/commands/UpdateRouteResponseCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateStageCommand.js +61 -0
- package/dist-cjs/commands/UpdateStageCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateVpcLinkCommand.js +61 -0
- package/dist-cjs/commands/UpdateVpcLinkCommand.js.map +1 -0
- package/dist-cjs/endpoints.js +57 -0
- package/dist-cjs/endpoints.js.map +1 -0
- package/dist-cjs/index.js +79 -0
- package/dist-cjs/index.js.map +1 -0
- package/dist-cjs/models/index.js +5 -0
- package/dist-cjs/models/index.js.map +1 -0
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
- package/dist-cjs/models/models_0.js.map +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +9755 -0
- package/dist-cjs/protocols/Aws_restJson1.js.map +1 -0
- package/dist-cjs/runtimeConfig.browser.js +42 -0
- package/dist-cjs/runtimeConfig.browser.js.map +1 -0
- package/dist-cjs/runtimeConfig.js +47 -0
- package/dist-cjs/runtimeConfig.js.map +1 -0
- package/dist-cjs/runtimeConfig.native.js +20 -0
- package/dist-cjs/runtimeConfig.native.js.map +1 -0
- package/dist-cjs/runtimeConfig.shared.js +21 -0
- package/dist-cjs/runtimeConfig.shared.js.map +1 -0
- package/dist-es/ApiGatewayV2.js +1091 -0
- package/dist-es/ApiGatewayV2.js.map +1 -0
- package/dist-es/ApiGatewayV2Client.js +38 -0
- package/dist-es/ApiGatewayV2Client.js.map +1 -0
- package/dist-es/commands/CreateApiCommand.js +40 -0
- package/dist-es/commands/CreateApiCommand.js.map +1 -0
- package/dist-es/commands/CreateApiMappingCommand.js +40 -0
- package/dist-es/commands/CreateApiMappingCommand.js.map +1 -0
- package/dist-es/commands/CreateAuthorizerCommand.js +40 -0
- package/dist-es/commands/CreateAuthorizerCommand.js.map +1 -0
- package/dist-es/commands/CreateDeploymentCommand.js +40 -0
- package/dist-es/commands/CreateDeploymentCommand.js.map +1 -0
- package/dist-es/commands/CreateDomainNameCommand.js +40 -0
- package/dist-es/commands/CreateDomainNameCommand.js.map +1 -0
- package/dist-es/commands/CreateIntegrationCommand.js +40 -0
- package/dist-es/commands/CreateIntegrationCommand.js.map +1 -0
- package/dist-es/commands/CreateIntegrationResponseCommand.js +40 -0
- package/dist-es/commands/CreateIntegrationResponseCommand.js.map +1 -0
- package/dist-es/commands/CreateModelCommand.js +40 -0
- package/dist-es/commands/CreateModelCommand.js.map +1 -0
- package/dist-es/commands/CreateRouteCommand.js +40 -0
- package/dist-es/commands/CreateRouteCommand.js.map +1 -0
- package/dist-es/commands/CreateRouteResponseCommand.js +40 -0
- package/dist-es/commands/CreateRouteResponseCommand.js.map +1 -0
- package/dist-es/commands/CreateStageCommand.js +40 -0
- package/dist-es/commands/CreateStageCommand.js.map +1 -0
- package/dist-es/commands/CreateVpcLinkCommand.js +40 -0
- package/dist-es/commands/CreateVpcLinkCommand.js.map +1 -0
- package/dist-es/commands/DeleteAccessLogSettingsCommand.js +40 -0
- package/dist-es/commands/DeleteAccessLogSettingsCommand.js.map +1 -0
- package/dist-es/commands/DeleteApiCommand.js +40 -0
- package/dist-es/commands/DeleteApiCommand.js.map +1 -0
- package/dist-es/commands/DeleteApiMappingCommand.js +40 -0
- package/dist-es/commands/DeleteApiMappingCommand.js.map +1 -0
- package/dist-es/commands/DeleteAuthorizerCommand.js +40 -0
- package/dist-es/commands/DeleteAuthorizerCommand.js.map +1 -0
- package/dist-es/commands/DeleteCorsConfigurationCommand.js +40 -0
- package/dist-es/commands/DeleteCorsConfigurationCommand.js.map +1 -0
- package/dist-es/commands/DeleteDeploymentCommand.js +40 -0
- package/dist-es/commands/DeleteDeploymentCommand.js.map +1 -0
- package/dist-es/commands/DeleteDomainNameCommand.js +40 -0
- package/dist-es/commands/DeleteDomainNameCommand.js.map +1 -0
- package/dist-es/commands/DeleteIntegrationCommand.js +40 -0
- package/dist-es/commands/DeleteIntegrationCommand.js.map +1 -0
- package/dist-es/commands/DeleteIntegrationResponseCommand.js +40 -0
- package/dist-es/commands/DeleteIntegrationResponseCommand.js.map +1 -0
- package/dist-es/commands/DeleteModelCommand.js +40 -0
- package/dist-es/commands/DeleteModelCommand.js.map +1 -0
- package/dist-es/commands/DeleteRouteCommand.js +40 -0
- package/dist-es/commands/DeleteRouteCommand.js.map +1 -0
- package/dist-es/commands/DeleteRouteRequestParameterCommand.js +40 -0
- package/dist-es/commands/DeleteRouteRequestParameterCommand.js.map +1 -0
- package/dist-es/commands/DeleteRouteResponseCommand.js +40 -0
- package/dist-es/commands/DeleteRouteResponseCommand.js.map +1 -0
- package/dist-es/commands/DeleteRouteSettingsCommand.js +40 -0
- package/dist-es/commands/DeleteRouteSettingsCommand.js.map +1 -0
- package/dist-es/commands/DeleteStageCommand.js +40 -0
- package/dist-es/commands/DeleteStageCommand.js.map +1 -0
- package/dist-es/commands/DeleteVpcLinkCommand.js +40 -0
- package/dist-es/commands/DeleteVpcLinkCommand.js.map +1 -0
- package/dist-es/commands/ExportApiCommand.js +40 -0
- package/dist-es/commands/ExportApiCommand.js.map +1 -0
- package/dist-es/commands/GetApiCommand.js +40 -0
- package/dist-es/commands/GetApiCommand.js.map +1 -0
- package/dist-es/commands/GetApiMappingCommand.js +40 -0
- package/dist-es/commands/GetApiMappingCommand.js.map +1 -0
- package/dist-es/commands/GetApiMappingsCommand.js +40 -0
- package/dist-es/commands/GetApiMappingsCommand.js.map +1 -0
- package/dist-es/commands/GetApisCommand.js +40 -0
- package/dist-es/commands/GetApisCommand.js.map +1 -0
- package/dist-es/commands/GetAuthorizerCommand.js +40 -0
- package/dist-es/commands/GetAuthorizerCommand.js.map +1 -0
- package/dist-es/commands/GetAuthorizersCommand.js +40 -0
- package/dist-es/commands/GetAuthorizersCommand.js.map +1 -0
- package/dist-es/commands/GetDeploymentCommand.js +40 -0
- package/dist-es/commands/GetDeploymentCommand.js.map +1 -0
- package/dist-es/commands/GetDeploymentsCommand.js +40 -0
- package/dist-es/commands/GetDeploymentsCommand.js.map +1 -0
- package/dist-es/commands/GetDomainNameCommand.js +40 -0
- package/dist-es/commands/GetDomainNameCommand.js.map +1 -0
- package/dist-es/commands/GetDomainNamesCommand.js +40 -0
- package/dist-es/commands/GetDomainNamesCommand.js.map +1 -0
- package/dist-es/commands/GetIntegrationCommand.js +40 -0
- package/dist-es/commands/GetIntegrationCommand.js.map +1 -0
- package/dist-es/commands/GetIntegrationResponseCommand.js +40 -0
- package/dist-es/commands/GetIntegrationResponseCommand.js.map +1 -0
- package/dist-es/commands/GetIntegrationResponsesCommand.js +40 -0
- package/dist-es/commands/GetIntegrationResponsesCommand.js.map +1 -0
- package/dist-es/commands/GetIntegrationsCommand.js +40 -0
- package/dist-es/commands/GetIntegrationsCommand.js.map +1 -0
- package/dist-es/commands/GetModelCommand.js +40 -0
- package/dist-es/commands/GetModelCommand.js.map +1 -0
- package/dist-es/commands/GetModelTemplateCommand.js +40 -0
- package/dist-es/commands/GetModelTemplateCommand.js.map +1 -0
- package/dist-es/commands/GetModelsCommand.js +40 -0
- package/dist-es/commands/GetModelsCommand.js.map +1 -0
- package/dist-es/commands/GetRouteCommand.js +40 -0
- package/dist-es/commands/GetRouteCommand.js.map +1 -0
- package/dist-es/commands/GetRouteResponseCommand.js +40 -0
- package/dist-es/commands/GetRouteResponseCommand.js.map +1 -0
- package/dist-es/commands/GetRouteResponsesCommand.js +40 -0
- package/dist-es/commands/GetRouteResponsesCommand.js.map +1 -0
- package/dist-es/commands/GetRoutesCommand.js +40 -0
- package/dist-es/commands/GetRoutesCommand.js.map +1 -0
- package/dist-es/commands/GetStageCommand.js +40 -0
- package/dist-es/commands/GetStageCommand.js.map +1 -0
- package/dist-es/commands/GetStagesCommand.js +40 -0
- package/dist-es/commands/GetStagesCommand.js.map +1 -0
- package/dist-es/commands/GetTagsCommand.js +40 -0
- package/dist-es/commands/GetTagsCommand.js.map +1 -0
- package/dist-es/commands/GetVpcLinkCommand.js +40 -0
- package/dist-es/commands/GetVpcLinkCommand.js.map +1 -0
- package/dist-es/commands/GetVpcLinksCommand.js +40 -0
- package/dist-es/commands/GetVpcLinksCommand.js.map +1 -0
- package/dist-es/commands/ImportApiCommand.js +40 -0
- package/dist-es/commands/ImportApiCommand.js.map +1 -0
- package/dist-es/commands/ReimportApiCommand.js +40 -0
- package/dist-es/commands/ReimportApiCommand.js.map +1 -0
- package/dist-es/commands/ResetAuthorizersCacheCommand.js +40 -0
- package/dist-es/commands/ResetAuthorizersCacheCommand.js.map +1 -0
- package/dist-es/commands/TagResourceCommand.js +40 -0
- package/dist-es/commands/TagResourceCommand.js.map +1 -0
- package/dist-es/commands/UntagResourceCommand.js +40 -0
- package/dist-es/commands/UntagResourceCommand.js.map +1 -0
- package/dist-es/commands/UpdateApiCommand.js +40 -0
- package/dist-es/commands/UpdateApiCommand.js.map +1 -0
- package/dist-es/commands/UpdateApiMappingCommand.js +40 -0
- package/dist-es/commands/UpdateApiMappingCommand.js.map +1 -0
- package/dist-es/commands/UpdateAuthorizerCommand.js +40 -0
- package/dist-es/commands/UpdateAuthorizerCommand.js.map +1 -0
- package/dist-es/commands/UpdateDeploymentCommand.js +40 -0
- package/dist-es/commands/UpdateDeploymentCommand.js.map +1 -0
- package/dist-es/commands/UpdateDomainNameCommand.js +40 -0
- package/dist-es/commands/UpdateDomainNameCommand.js.map +1 -0
- package/dist-es/commands/UpdateIntegrationCommand.js +40 -0
- package/dist-es/commands/UpdateIntegrationCommand.js.map +1 -0
- package/dist-es/commands/UpdateIntegrationResponseCommand.js +40 -0
- package/dist-es/commands/UpdateIntegrationResponseCommand.js.map +1 -0
- package/dist-es/commands/UpdateModelCommand.js +40 -0
- package/dist-es/commands/UpdateModelCommand.js.map +1 -0
- package/dist-es/commands/UpdateRouteCommand.js +40 -0
- package/dist-es/commands/UpdateRouteCommand.js.map +1 -0
- package/dist-es/commands/UpdateRouteResponseCommand.js +40 -0
- package/dist-es/commands/UpdateRouteResponseCommand.js.map +1 -0
- package/dist-es/commands/UpdateStageCommand.js +40 -0
- package/dist-es/commands/UpdateStageCommand.js.map +1 -0
- package/dist-es/commands/UpdateVpcLinkCommand.js +40 -0
- package/dist-es/commands/UpdateVpcLinkCommand.js.map +1 -0
- package/dist-es/endpoints.js +53 -0
- package/dist-es/endpoints.js.map +1 -0
- package/{dist/es → dist-es}/index.js +0 -0
- package/dist-es/index.js.map +1 -0
- package/{dist/es → dist-es}/models/index.js +0 -0
- package/dist-es/models/index.js.map +1 -0
- package/dist-es/models/models_0.js +700 -0
- package/dist-es/models/models_0.js.map +1 -0
- package/dist-es/protocols/Aws_restJson1.js +10800 -0
- package/dist-es/protocols/Aws_restJson1.js.map +1 -0
- package/dist-es/runtimeConfig.browser.js +17 -0
- package/dist-es/runtimeConfig.browser.js.map +1 -0
- package/dist-es/runtimeConfig.js +22 -0
- package/dist-es/runtimeConfig.js.map +1 -0
- package/dist-es/runtimeConfig.native.js +9 -0
- package/dist-es/runtimeConfig.native.js.map +1 -0
- package/dist-es/runtimeConfig.shared.js +14 -0
- package/dist-es/runtimeConfig.shared.js.map +1 -0
- package/dist-types/ApiGatewayV2.d.ts +508 -0
- package/dist-types/ApiGatewayV2Client.d.ts +204 -0
- package/dist-types/commands/CreateApiCommand.d.ts +35 -0
- package/dist-types/commands/CreateApiMappingCommand.d.ts +35 -0
- package/dist-types/commands/CreateAuthorizerCommand.d.ts +35 -0
- package/dist-types/commands/CreateDeploymentCommand.d.ts +35 -0
- package/dist-types/commands/CreateDomainNameCommand.d.ts +35 -0
- package/dist-types/commands/CreateIntegrationCommand.d.ts +35 -0
- package/dist-types/commands/CreateIntegrationResponseCommand.d.ts +35 -0
- package/dist-types/commands/CreateModelCommand.d.ts +35 -0
- package/dist-types/commands/CreateRouteCommand.d.ts +35 -0
- package/dist-types/commands/CreateRouteResponseCommand.d.ts +35 -0
- package/dist-types/commands/CreateStageCommand.d.ts +35 -0
- package/dist-types/commands/CreateVpcLinkCommand.d.ts +35 -0
- package/dist-types/commands/DeleteAccessLogSettingsCommand.d.ts +35 -0
- package/dist-types/commands/DeleteApiCommand.d.ts +35 -0
- package/dist-types/commands/DeleteApiMappingCommand.d.ts +35 -0
- package/dist-types/commands/DeleteAuthorizerCommand.d.ts +35 -0
- package/dist-types/commands/DeleteCorsConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/DeleteDeploymentCommand.d.ts +35 -0
- package/dist-types/commands/DeleteDomainNameCommand.d.ts +35 -0
- package/dist-types/commands/DeleteIntegrationCommand.d.ts +35 -0
- package/dist-types/commands/DeleteIntegrationResponseCommand.d.ts +35 -0
- package/dist-types/commands/DeleteModelCommand.d.ts +35 -0
- package/dist-types/commands/DeleteRouteCommand.d.ts +35 -0
- package/dist-types/commands/DeleteRouteRequestParameterCommand.d.ts +35 -0
- package/dist-types/commands/DeleteRouteResponseCommand.d.ts +35 -0
- package/dist-types/commands/DeleteRouteSettingsCommand.d.ts +35 -0
- package/dist-types/commands/DeleteStageCommand.d.ts +35 -0
- package/dist-types/commands/DeleteVpcLinkCommand.d.ts +35 -0
- package/dist-types/commands/ExportApiCommand.d.ts +18 -0
- package/dist-types/commands/GetApiCommand.d.ts +35 -0
- package/dist-types/commands/GetApiMappingCommand.d.ts +35 -0
- package/dist-types/commands/GetApiMappingsCommand.d.ts +35 -0
- package/dist-types/commands/GetApisCommand.d.ts +35 -0
- package/dist-types/commands/GetAuthorizerCommand.d.ts +35 -0
- package/dist-types/commands/GetAuthorizersCommand.d.ts +35 -0
- package/dist-types/commands/GetDeploymentCommand.d.ts +35 -0
- package/dist-types/commands/GetDeploymentsCommand.d.ts +35 -0
- package/dist-types/commands/GetDomainNameCommand.d.ts +35 -0
- package/dist-types/commands/GetDomainNamesCommand.d.ts +35 -0
- package/dist-types/commands/GetIntegrationCommand.d.ts +35 -0
- package/dist-types/commands/GetIntegrationResponseCommand.d.ts +35 -0
- package/dist-types/commands/GetIntegrationResponsesCommand.d.ts +35 -0
- package/dist-types/commands/GetIntegrationsCommand.d.ts +35 -0
- package/dist-types/commands/GetModelCommand.d.ts +35 -0
- package/dist-types/commands/GetModelTemplateCommand.d.ts +35 -0
- package/dist-types/commands/GetModelsCommand.d.ts +35 -0
- package/dist-types/commands/GetRouteCommand.d.ts +35 -0
- package/dist-types/commands/GetRouteResponseCommand.d.ts +35 -0
- package/dist-types/commands/GetRouteResponsesCommand.d.ts +35 -0
- package/dist-types/commands/GetRoutesCommand.d.ts +35 -0
- package/dist-types/commands/GetStageCommand.d.ts +35 -0
- package/dist-types/commands/GetStagesCommand.d.ts +35 -0
- package/dist-types/commands/GetTagsCommand.d.ts +35 -0
- package/dist-types/commands/GetVpcLinkCommand.d.ts +35 -0
- package/dist-types/commands/GetVpcLinksCommand.d.ts +35 -0
- package/dist-types/commands/ImportApiCommand.d.ts +35 -0
- package/dist-types/commands/ReimportApiCommand.d.ts +35 -0
- package/dist-types/commands/ResetAuthorizersCacheCommand.d.ts +35 -0
- package/dist-types/commands/TagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UpdateApiCommand.d.ts +35 -0
- package/dist-types/commands/UpdateApiMappingCommand.d.ts +35 -0
- package/dist-types/commands/UpdateAuthorizerCommand.d.ts +35 -0
- package/dist-types/commands/UpdateDeploymentCommand.d.ts +35 -0
- package/dist-types/commands/UpdateDomainNameCommand.d.ts +35 -0
- package/dist-types/commands/UpdateIntegrationCommand.d.ts +35 -0
- package/dist-types/commands/UpdateIntegrationResponseCommand.d.ts +35 -0
- package/dist-types/commands/UpdateModelCommand.d.ts +35 -0
- package/dist-types/commands/UpdateRouteCommand.d.ts +35 -0
- package/dist-types/commands/UpdateRouteResponseCommand.d.ts +35 -0
- package/dist-types/commands/UpdateStageCommand.d.ts +35 -0
- package/dist-types/commands/UpdateVpcLinkCommand.d.ts +35 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +218 -0
- package/dist-types/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/dist-types/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/ApiGatewayV2.d.ts +508 -0
- package/dist-types/ts3.4/ApiGatewayV2Client.d.ts +204 -0
- package/dist-types/ts3.4/commands/CreateApiCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateApiMappingCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateIntegrationResponseCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateRouteResponseCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateVpcLinkCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteAccessLogSettingsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteApiCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteApiMappingCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteCorsConfigurationCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteIntegrationResponseCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteRouteRequestParameterCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteRouteResponseCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteRouteSettingsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteVpcLinkCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ExportApiCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/GetApiCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetApiMappingCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetApiMappingsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetApisCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetAuthorizerCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetAuthorizersCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetDeploymentsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetDomainNamesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetIntegrationResponseCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetIntegrationResponsesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetIntegrationsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetModelCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetModelTemplateCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetRouteCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetRouteResponseCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetRouteResponsesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetRoutesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetStageCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetStagesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetVpcLinkCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetVpcLinksCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ImportApiCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ReimportApiCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ResetAuthorizersCacheCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateApiCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateApiMappingCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateDeploymentCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateIntegrationResponseCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateRouteResponseCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateVpcLinkCommand.d.ts +35 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +218 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +50 -50
- package/src/ApiGatewayV2.ts +2399 -0
- package/src/ApiGatewayV2Client.ts +491 -0
- package/src/commands/CreateApiCommand.ts +95 -0
- package/src/commands/CreateApiMappingCommand.ts +95 -0
- package/src/commands/CreateAuthorizerCommand.ts +95 -0
- package/src/commands/CreateDeploymentCommand.ts +95 -0
- package/src/commands/CreateDomainNameCommand.ts +95 -0
- package/src/commands/CreateIntegrationCommand.ts +95 -0
- package/src/commands/CreateIntegrationResponseCommand.ts +98 -0
- package/src/commands/CreateModelCommand.ts +95 -0
- package/src/commands/CreateRouteCommand.ts +95 -0
- package/src/commands/CreateRouteResponseCommand.ts +95 -0
- package/src/commands/CreateStageCommand.ts +95 -0
- package/src/commands/CreateVpcLinkCommand.ts +95 -0
- package/src/commands/DeleteAccessLogSettingsCommand.ts +95 -0
- package/src/commands/DeleteApiCommand.ts +95 -0
- package/src/commands/DeleteApiMappingCommand.ts +95 -0
- package/src/commands/DeleteAuthorizerCommand.ts +95 -0
- package/src/commands/DeleteCorsConfigurationCommand.ts +95 -0
- package/src/commands/DeleteDeploymentCommand.ts +95 -0
- package/src/commands/DeleteDomainNameCommand.ts +95 -0
- package/src/commands/DeleteIntegrationCommand.ts +95 -0
- package/src/commands/DeleteIntegrationResponseCommand.ts +98 -0
- package/src/commands/DeleteModelCommand.ts +95 -0
- package/src/commands/DeleteRouteCommand.ts +95 -0
- package/src/commands/DeleteRouteRequestParameterCommand.ts +98 -0
- package/src/commands/DeleteRouteResponseCommand.ts +95 -0
- package/src/commands/DeleteRouteSettingsCommand.ts +95 -0
- package/src/commands/DeleteStageCommand.ts +95 -0
- package/src/commands/DeleteVpcLinkCommand.ts +95 -0
- package/src/commands/ExportApiCommand.ts +78 -0
- package/src/commands/GetApiCommand.ts +88 -0
- package/src/commands/GetApiMappingCommand.ts +95 -0
- package/src/commands/GetApiMappingsCommand.ts +95 -0
- package/src/commands/GetApisCommand.ts +95 -0
- package/src/commands/GetAuthorizerCommand.ts +95 -0
- package/src/commands/GetAuthorizersCommand.ts +95 -0
- package/src/commands/GetDeploymentCommand.ts +95 -0
- package/src/commands/GetDeploymentsCommand.ts +95 -0
- package/src/commands/GetDomainNameCommand.ts +95 -0
- package/src/commands/GetDomainNamesCommand.ts +95 -0
- package/src/commands/GetIntegrationCommand.ts +95 -0
- package/src/commands/GetIntegrationResponseCommand.ts +95 -0
- package/src/commands/GetIntegrationResponsesCommand.ts +95 -0
- package/src/commands/GetIntegrationsCommand.ts +95 -0
- package/src/commands/GetModelCommand.ts +95 -0
- package/src/commands/GetModelTemplateCommand.ts +95 -0
- package/src/commands/GetModelsCommand.ts +95 -0
- package/src/commands/GetRouteCommand.ts +95 -0
- package/src/commands/GetRouteResponseCommand.ts +95 -0
- package/src/commands/GetRouteResponsesCommand.ts +95 -0
- package/src/commands/GetRoutesCommand.ts +95 -0
- package/src/commands/GetStageCommand.ts +95 -0
- package/src/commands/GetStagesCommand.ts +95 -0
- package/src/commands/GetTagsCommand.ts +95 -0
- package/src/commands/GetVpcLinkCommand.ts +95 -0
- package/src/commands/GetVpcLinksCommand.ts +95 -0
- package/src/commands/ImportApiCommand.ts +95 -0
- package/src/commands/ReimportApiCommand.ts +95 -0
- package/src/commands/ResetAuthorizersCacheCommand.ts +95 -0
- package/src/commands/TagResourceCommand.ts +95 -0
- package/src/commands/UntagResourceCommand.ts +95 -0
- package/src/commands/UpdateApiCommand.ts +95 -0
- package/src/commands/UpdateApiMappingCommand.ts +95 -0
- package/src/commands/UpdateAuthorizerCommand.ts +95 -0
- package/src/commands/UpdateDeploymentCommand.ts +95 -0
- package/src/commands/UpdateDomainNameCommand.ts +95 -0
- package/src/commands/UpdateIntegrationCommand.ts +95 -0
- package/src/commands/UpdateIntegrationResponseCommand.ts +98 -0
- package/src/commands/UpdateModelCommand.ts +95 -0
- package/src/commands/UpdateRouteCommand.ts +95 -0
- package/src/commands/UpdateRouteResponseCommand.ts +95 -0
- package/src/commands/UpdateStageCommand.ts +95 -0
- package/src/commands/UpdateVpcLinkCommand.ts +95 -0
- package/src/endpoints.ts +57 -0
- package/{index.ts → src/index.ts} +0 -0
- package/{models → src/models}/index.ts +0 -0
- package/{models → src/models}/models_0.ts +0 -0
- package/src/protocols/Aws_restJson1.ts +10794 -0
- package/src/runtimeConfig.browser.ts +41 -0
- package/src/runtimeConfig.native.ts +17 -0
- package/src/runtimeConfig.shared.ts +17 -0
- package/src/runtimeConfig.ts +46 -0
- package/tsconfig.es.json +1 -3
- package/tsconfig.json +7 -7
- package/tsconfig.types.json +9 -0
- package/ApiGatewayV2.ts +0 -2398
- package/ApiGatewayV2Client.ts +0 -490
- package/commands/CreateApiCommand.ts +0 -94
- package/commands/CreateApiMappingCommand.ts +0 -94
- package/commands/CreateAuthorizerCommand.ts +0 -94
- package/commands/CreateDeploymentCommand.ts +0 -94
- package/commands/CreateDomainNameCommand.ts +0 -94
- package/commands/CreateIntegrationCommand.ts +0 -94
- package/commands/CreateIntegrationResponseCommand.ts +0 -97
- package/commands/CreateModelCommand.ts +0 -94
- package/commands/CreateRouteCommand.ts +0 -94
- package/commands/CreateRouteResponseCommand.ts +0 -94
- package/commands/CreateStageCommand.ts +0 -94
- package/commands/CreateVpcLinkCommand.ts +0 -94
- package/commands/DeleteAccessLogSettingsCommand.ts +0 -94
- package/commands/DeleteApiCommand.ts +0 -94
- package/commands/DeleteApiMappingCommand.ts +0 -94
- package/commands/DeleteAuthorizerCommand.ts +0 -94
- package/commands/DeleteCorsConfigurationCommand.ts +0 -94
- package/commands/DeleteDeploymentCommand.ts +0 -94
- package/commands/DeleteDomainNameCommand.ts +0 -94
- package/commands/DeleteIntegrationCommand.ts +0 -94
- package/commands/DeleteIntegrationResponseCommand.ts +0 -97
- package/commands/DeleteModelCommand.ts +0 -94
- package/commands/DeleteRouteCommand.ts +0 -94
- package/commands/DeleteRouteRequestParameterCommand.ts +0 -97
- package/commands/DeleteRouteResponseCommand.ts +0 -94
- package/commands/DeleteRouteSettingsCommand.ts +0 -94
- package/commands/DeleteStageCommand.ts +0 -94
- package/commands/DeleteVpcLinkCommand.ts +0 -94
- package/commands/ExportApiCommand.ts +0 -77
- package/commands/GetApiCommand.ts +0 -87
- package/commands/GetApiMappingCommand.ts +0 -94
- package/commands/GetApiMappingsCommand.ts +0 -94
- package/commands/GetApisCommand.ts +0 -94
- package/commands/GetAuthorizerCommand.ts +0 -94
- package/commands/GetAuthorizersCommand.ts +0 -94
- package/commands/GetDeploymentCommand.ts +0 -94
- package/commands/GetDeploymentsCommand.ts +0 -94
- package/commands/GetDomainNameCommand.ts +0 -94
- package/commands/GetDomainNamesCommand.ts +0 -94
- package/commands/GetIntegrationCommand.ts +0 -94
- package/commands/GetIntegrationResponseCommand.ts +0 -94
- package/commands/GetIntegrationResponsesCommand.ts +0 -94
- package/commands/GetIntegrationsCommand.ts +0 -94
- package/commands/GetModelCommand.ts +0 -94
- package/commands/GetModelTemplateCommand.ts +0 -94
- package/commands/GetModelsCommand.ts +0 -94
- package/commands/GetRouteCommand.ts +0 -94
- package/commands/GetRouteResponseCommand.ts +0 -94
- package/commands/GetRouteResponsesCommand.ts +0 -94
- package/commands/GetRoutesCommand.ts +0 -94
- package/commands/GetStageCommand.ts +0 -94
- package/commands/GetStagesCommand.ts +0 -94
- package/commands/GetTagsCommand.ts +0 -94
- package/commands/GetVpcLinkCommand.ts +0 -94
- package/commands/GetVpcLinksCommand.ts +0 -94
- package/commands/ImportApiCommand.ts +0 -94
- package/commands/ReimportApiCommand.ts +0 -94
- package/commands/ResetAuthorizersCacheCommand.ts +0 -94
- package/commands/TagResourceCommand.ts +0 -94
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateApiCommand.ts +0 -94
- package/commands/UpdateApiMappingCommand.ts +0 -94
- package/commands/UpdateAuthorizerCommand.ts +0 -94
- package/commands/UpdateDeploymentCommand.ts +0 -94
- package/commands/UpdateDomainNameCommand.ts +0 -94
- package/commands/UpdateIntegrationCommand.ts +0 -94
- package/commands/UpdateIntegrationResponseCommand.ts +0 -97
- package/commands/UpdateModelCommand.ts +0 -94
- package/commands/UpdateRouteCommand.ts +0 -94
- package/commands/UpdateRouteResponseCommand.ts +0 -94
- package/commands/UpdateStageCommand.ts +0 -94
- package/commands/UpdateVpcLinkCommand.ts +0 -94
- package/dist/cjs/ApiGatewayV2.js +0 -1091
- package/dist/cjs/ApiGatewayV2.js.map +0 -1
- package/dist/cjs/ApiGatewayV2Client.js +0 -44
- package/dist/cjs/ApiGatewayV2Client.js.map +0 -1
- package/dist/cjs/commands/CreateApiCommand.js +0 -61
- package/dist/cjs/commands/CreateApiCommand.js.map +0 -1
- package/dist/cjs/commands/CreateApiMappingCommand.js +0 -61
- package/dist/cjs/commands/CreateApiMappingCommand.js.map +0 -1
- package/dist/cjs/commands/CreateAuthorizerCommand.js +0 -61
- package/dist/cjs/commands/CreateAuthorizerCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDeploymentCommand.js +0 -61
- package/dist/cjs/commands/CreateDeploymentCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDomainNameCommand.js +0 -61
- package/dist/cjs/commands/CreateDomainNameCommand.js.map +0 -1
- package/dist/cjs/commands/CreateIntegrationCommand.js +0 -61
- package/dist/cjs/commands/CreateIntegrationCommand.js.map +0 -1
- package/dist/cjs/commands/CreateIntegrationResponseCommand.js +0 -61
- package/dist/cjs/commands/CreateIntegrationResponseCommand.js.map +0 -1
- package/dist/cjs/commands/CreateModelCommand.js +0 -61
- package/dist/cjs/commands/CreateModelCommand.js.map +0 -1
- package/dist/cjs/commands/CreateRouteCommand.js +0 -61
- package/dist/cjs/commands/CreateRouteCommand.js.map +0 -1
- package/dist/cjs/commands/CreateRouteResponseCommand.js +0 -61
- package/dist/cjs/commands/CreateRouteResponseCommand.js.map +0 -1
- package/dist/cjs/commands/CreateStageCommand.js +0 -61
- package/dist/cjs/commands/CreateStageCommand.js.map +0 -1
- package/dist/cjs/commands/CreateVpcLinkCommand.js +0 -61
- package/dist/cjs/commands/CreateVpcLinkCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAccessLogSettingsCommand.js +0 -61
- package/dist/cjs/commands/DeleteAccessLogSettingsCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteApiCommand.js +0 -61
- package/dist/cjs/commands/DeleteApiCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteApiMappingCommand.js +0 -61
- package/dist/cjs/commands/DeleteApiMappingCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAuthorizerCommand.js +0 -61
- package/dist/cjs/commands/DeleteAuthorizerCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteCorsConfigurationCommand.js +0 -61
- package/dist/cjs/commands/DeleteCorsConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDeploymentCommand.js +0 -61
- package/dist/cjs/commands/DeleteDeploymentCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDomainNameCommand.js +0 -61
- package/dist/cjs/commands/DeleteDomainNameCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteIntegrationCommand.js +0 -61
- package/dist/cjs/commands/DeleteIntegrationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteIntegrationResponseCommand.js +0 -61
- package/dist/cjs/commands/DeleteIntegrationResponseCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteModelCommand.js +0 -61
- package/dist/cjs/commands/DeleteModelCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteRouteCommand.js +0 -61
- package/dist/cjs/commands/DeleteRouteCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteRouteRequestParameterCommand.js +0 -61
- package/dist/cjs/commands/DeleteRouteRequestParameterCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteRouteResponseCommand.js +0 -61
- package/dist/cjs/commands/DeleteRouteResponseCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteRouteSettingsCommand.js +0 -61
- package/dist/cjs/commands/DeleteRouteSettingsCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteStageCommand.js +0 -61
- package/dist/cjs/commands/DeleteStageCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteVpcLinkCommand.js +0 -61
- package/dist/cjs/commands/DeleteVpcLinkCommand.js.map +0 -1
- package/dist/cjs/commands/ExportApiCommand.js +0 -44
- package/dist/cjs/commands/ExportApiCommand.js.map +0 -1
- package/dist/cjs/commands/GetApiCommand.js +0 -61
- package/dist/cjs/commands/GetApiCommand.js.map +0 -1
- package/dist/cjs/commands/GetApiMappingCommand.js +0 -61
- package/dist/cjs/commands/GetApiMappingCommand.js.map +0 -1
- package/dist/cjs/commands/GetApiMappingsCommand.js +0 -61
- package/dist/cjs/commands/GetApiMappingsCommand.js.map +0 -1
- package/dist/cjs/commands/GetApisCommand.js +0 -61
- package/dist/cjs/commands/GetApisCommand.js.map +0 -1
- package/dist/cjs/commands/GetAuthorizerCommand.js +0 -61
- package/dist/cjs/commands/GetAuthorizerCommand.js.map +0 -1
- package/dist/cjs/commands/GetAuthorizersCommand.js +0 -61
- package/dist/cjs/commands/GetAuthorizersCommand.js.map +0 -1
- package/dist/cjs/commands/GetDeploymentCommand.js +0 -61
- package/dist/cjs/commands/GetDeploymentCommand.js.map +0 -1
- package/dist/cjs/commands/GetDeploymentsCommand.js +0 -61
- package/dist/cjs/commands/GetDeploymentsCommand.js.map +0 -1
- package/dist/cjs/commands/GetDomainNameCommand.js +0 -61
- package/dist/cjs/commands/GetDomainNameCommand.js.map +0 -1
- package/dist/cjs/commands/GetDomainNamesCommand.js +0 -61
- package/dist/cjs/commands/GetDomainNamesCommand.js.map +0 -1
- package/dist/cjs/commands/GetIntegrationCommand.js +0 -61
- package/dist/cjs/commands/GetIntegrationCommand.js.map +0 -1
- package/dist/cjs/commands/GetIntegrationResponseCommand.js +0 -61
- package/dist/cjs/commands/GetIntegrationResponseCommand.js.map +0 -1
- package/dist/cjs/commands/GetIntegrationResponsesCommand.js +0 -61
- package/dist/cjs/commands/GetIntegrationResponsesCommand.js.map +0 -1
- package/dist/cjs/commands/GetIntegrationsCommand.js +0 -61
- package/dist/cjs/commands/GetIntegrationsCommand.js.map +0 -1
- package/dist/cjs/commands/GetModelCommand.js +0 -61
- package/dist/cjs/commands/GetModelCommand.js.map +0 -1
- package/dist/cjs/commands/GetModelTemplateCommand.js +0 -61
- package/dist/cjs/commands/GetModelTemplateCommand.js.map +0 -1
- package/dist/cjs/commands/GetModelsCommand.js +0 -61
- package/dist/cjs/commands/GetModelsCommand.js.map +0 -1
- package/dist/cjs/commands/GetRouteCommand.js +0 -61
- package/dist/cjs/commands/GetRouteCommand.js.map +0 -1
- package/dist/cjs/commands/GetRouteResponseCommand.js +0 -61
- package/dist/cjs/commands/GetRouteResponseCommand.js.map +0 -1
- package/dist/cjs/commands/GetRouteResponsesCommand.js +0 -61
- package/dist/cjs/commands/GetRouteResponsesCommand.js.map +0 -1
- package/dist/cjs/commands/GetRoutesCommand.js +0 -61
- package/dist/cjs/commands/GetRoutesCommand.js.map +0 -1
- package/dist/cjs/commands/GetStageCommand.js +0 -61
- package/dist/cjs/commands/GetStageCommand.js.map +0 -1
- package/dist/cjs/commands/GetStagesCommand.js +0 -61
- package/dist/cjs/commands/GetStagesCommand.js.map +0 -1
- package/dist/cjs/commands/GetTagsCommand.js +0 -61
- package/dist/cjs/commands/GetTagsCommand.js.map +0 -1
- package/dist/cjs/commands/GetVpcLinkCommand.js +0 -61
- package/dist/cjs/commands/GetVpcLinkCommand.js.map +0 -1
- package/dist/cjs/commands/GetVpcLinksCommand.js +0 -61
- package/dist/cjs/commands/GetVpcLinksCommand.js.map +0 -1
- package/dist/cjs/commands/ImportApiCommand.js +0 -61
- package/dist/cjs/commands/ImportApiCommand.js.map +0 -1
- package/dist/cjs/commands/ReimportApiCommand.js +0 -61
- package/dist/cjs/commands/ReimportApiCommand.js.map +0 -1
- package/dist/cjs/commands/ResetAuthorizersCacheCommand.js +0 -61
- package/dist/cjs/commands/ResetAuthorizersCacheCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js +0 -61
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js +0 -61
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateApiCommand.js +0 -61
- package/dist/cjs/commands/UpdateApiCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateApiMappingCommand.js +0 -61
- package/dist/cjs/commands/UpdateApiMappingCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateAuthorizerCommand.js +0 -61
- package/dist/cjs/commands/UpdateAuthorizerCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateDeploymentCommand.js +0 -61
- package/dist/cjs/commands/UpdateDeploymentCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateDomainNameCommand.js +0 -61
- package/dist/cjs/commands/UpdateDomainNameCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateIntegrationCommand.js +0 -61
- package/dist/cjs/commands/UpdateIntegrationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateIntegrationResponseCommand.js +0 -61
- package/dist/cjs/commands/UpdateIntegrationResponseCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateModelCommand.js +0 -61
- package/dist/cjs/commands/UpdateModelCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRouteCommand.js +0 -61
- package/dist/cjs/commands/UpdateRouteCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRouteResponseCommand.js +0 -61
- package/dist/cjs/commands/UpdateRouteResponseCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateStageCommand.js +0 -61
- package/dist/cjs/commands/UpdateStageCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateVpcLinkCommand.js +0 -61
- package/dist/cjs/commands/UpdateVpcLinkCommand.js.map +0 -1
- package/dist/cjs/endpoints.js +0 -57
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -79
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -5
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/protocols/Aws_restJson1.js +0 -9755
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js +0 -20
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/ApiGatewayV2.js +0 -1094
- package/dist/es/ApiGatewayV2.js.map +0 -1
- package/dist/es/ApiGatewayV2Client.js +0 -46
- package/dist/es/ApiGatewayV2Client.js.map +0 -1
- package/dist/es/commands/CreateApiCommand.js +0 -65
- package/dist/es/commands/CreateApiCommand.js.map +0 -1
- package/dist/es/commands/CreateApiMappingCommand.js +0 -65
- package/dist/es/commands/CreateApiMappingCommand.js.map +0 -1
- package/dist/es/commands/CreateAuthorizerCommand.js +0 -65
- package/dist/es/commands/CreateAuthorizerCommand.js.map +0 -1
- package/dist/es/commands/CreateDeploymentCommand.js +0 -65
- package/dist/es/commands/CreateDeploymentCommand.js.map +0 -1
- package/dist/es/commands/CreateDomainNameCommand.js +0 -65
- package/dist/es/commands/CreateDomainNameCommand.js.map +0 -1
- package/dist/es/commands/CreateIntegrationCommand.js +0 -65
- package/dist/es/commands/CreateIntegrationCommand.js.map +0 -1
- package/dist/es/commands/CreateIntegrationResponseCommand.js +0 -65
- package/dist/es/commands/CreateIntegrationResponseCommand.js.map +0 -1
- package/dist/es/commands/CreateModelCommand.js +0 -65
- package/dist/es/commands/CreateModelCommand.js.map +0 -1
- package/dist/es/commands/CreateRouteCommand.js +0 -65
- package/dist/es/commands/CreateRouteCommand.js.map +0 -1
- package/dist/es/commands/CreateRouteResponseCommand.js +0 -65
- package/dist/es/commands/CreateRouteResponseCommand.js.map +0 -1
- package/dist/es/commands/CreateStageCommand.js +0 -65
- package/dist/es/commands/CreateStageCommand.js.map +0 -1
- package/dist/es/commands/CreateVpcLinkCommand.js +0 -65
- package/dist/es/commands/CreateVpcLinkCommand.js.map +0 -1
- package/dist/es/commands/DeleteAccessLogSettingsCommand.js +0 -65
- package/dist/es/commands/DeleteAccessLogSettingsCommand.js.map +0 -1
- package/dist/es/commands/DeleteApiCommand.js +0 -65
- package/dist/es/commands/DeleteApiCommand.js.map +0 -1
- package/dist/es/commands/DeleteApiMappingCommand.js +0 -65
- package/dist/es/commands/DeleteApiMappingCommand.js.map +0 -1
- package/dist/es/commands/DeleteAuthorizerCommand.js +0 -65
- package/dist/es/commands/DeleteAuthorizerCommand.js.map +0 -1
- package/dist/es/commands/DeleteCorsConfigurationCommand.js +0 -65
- package/dist/es/commands/DeleteCorsConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DeleteDeploymentCommand.js +0 -65
- package/dist/es/commands/DeleteDeploymentCommand.js.map +0 -1
- package/dist/es/commands/DeleteDomainNameCommand.js +0 -65
- package/dist/es/commands/DeleteDomainNameCommand.js.map +0 -1
- package/dist/es/commands/DeleteIntegrationCommand.js +0 -65
- package/dist/es/commands/DeleteIntegrationCommand.js.map +0 -1
- package/dist/es/commands/DeleteIntegrationResponseCommand.js +0 -65
- package/dist/es/commands/DeleteIntegrationResponseCommand.js.map +0 -1
- package/dist/es/commands/DeleteModelCommand.js +0 -65
- package/dist/es/commands/DeleteModelCommand.js.map +0 -1
- package/dist/es/commands/DeleteRouteCommand.js +0 -65
- package/dist/es/commands/DeleteRouteCommand.js.map +0 -1
- package/dist/es/commands/DeleteRouteRequestParameterCommand.js +0 -65
- package/dist/es/commands/DeleteRouteRequestParameterCommand.js.map +0 -1
- package/dist/es/commands/DeleteRouteResponseCommand.js +0 -65
- package/dist/es/commands/DeleteRouteResponseCommand.js.map +0 -1
- package/dist/es/commands/DeleteRouteSettingsCommand.js +0 -65
- package/dist/es/commands/DeleteRouteSettingsCommand.js.map +0 -1
- package/dist/es/commands/DeleteStageCommand.js +0 -65
- package/dist/es/commands/DeleteStageCommand.js.map +0 -1
- package/dist/es/commands/DeleteVpcLinkCommand.js +0 -65
- package/dist/es/commands/DeleteVpcLinkCommand.js.map +0 -1
- package/dist/es/commands/ExportApiCommand.js +0 -48
- package/dist/es/commands/ExportApiCommand.js.map +0 -1
- package/dist/es/commands/GetApiCommand.js +0 -65
- package/dist/es/commands/GetApiCommand.js.map +0 -1
- package/dist/es/commands/GetApiMappingCommand.js +0 -65
- package/dist/es/commands/GetApiMappingCommand.js.map +0 -1
- package/dist/es/commands/GetApiMappingsCommand.js +0 -65
- package/dist/es/commands/GetApiMappingsCommand.js.map +0 -1
- package/dist/es/commands/GetApisCommand.js +0 -65
- package/dist/es/commands/GetApisCommand.js.map +0 -1
- package/dist/es/commands/GetAuthorizerCommand.js +0 -65
- package/dist/es/commands/GetAuthorizerCommand.js.map +0 -1
- package/dist/es/commands/GetAuthorizersCommand.js +0 -65
- package/dist/es/commands/GetAuthorizersCommand.js.map +0 -1
- package/dist/es/commands/GetDeploymentCommand.js +0 -65
- package/dist/es/commands/GetDeploymentCommand.js.map +0 -1
- package/dist/es/commands/GetDeploymentsCommand.js +0 -65
- package/dist/es/commands/GetDeploymentsCommand.js.map +0 -1
- package/dist/es/commands/GetDomainNameCommand.js +0 -65
- package/dist/es/commands/GetDomainNameCommand.js.map +0 -1
- package/dist/es/commands/GetDomainNamesCommand.js +0 -65
- package/dist/es/commands/GetDomainNamesCommand.js.map +0 -1
- package/dist/es/commands/GetIntegrationCommand.js +0 -65
- package/dist/es/commands/GetIntegrationCommand.js.map +0 -1
- package/dist/es/commands/GetIntegrationResponseCommand.js +0 -65
- package/dist/es/commands/GetIntegrationResponseCommand.js.map +0 -1
- package/dist/es/commands/GetIntegrationResponsesCommand.js +0 -65
- package/dist/es/commands/GetIntegrationResponsesCommand.js.map +0 -1
- package/dist/es/commands/GetIntegrationsCommand.js +0 -65
- package/dist/es/commands/GetIntegrationsCommand.js.map +0 -1
- package/dist/es/commands/GetModelCommand.js +0 -65
- package/dist/es/commands/GetModelCommand.js.map +0 -1
- package/dist/es/commands/GetModelTemplateCommand.js +0 -65
- package/dist/es/commands/GetModelTemplateCommand.js.map +0 -1
- package/dist/es/commands/GetModelsCommand.js +0 -65
- package/dist/es/commands/GetModelsCommand.js.map +0 -1
- package/dist/es/commands/GetRouteCommand.js +0 -65
- package/dist/es/commands/GetRouteCommand.js.map +0 -1
- package/dist/es/commands/GetRouteResponseCommand.js +0 -65
- package/dist/es/commands/GetRouteResponseCommand.js.map +0 -1
- package/dist/es/commands/GetRouteResponsesCommand.js +0 -65
- package/dist/es/commands/GetRouteResponsesCommand.js.map +0 -1
- package/dist/es/commands/GetRoutesCommand.js +0 -65
- package/dist/es/commands/GetRoutesCommand.js.map +0 -1
- package/dist/es/commands/GetStageCommand.js +0 -65
- package/dist/es/commands/GetStageCommand.js.map +0 -1
- package/dist/es/commands/GetStagesCommand.js +0 -65
- package/dist/es/commands/GetStagesCommand.js.map +0 -1
- package/dist/es/commands/GetTagsCommand.js +0 -65
- package/dist/es/commands/GetTagsCommand.js.map +0 -1
- package/dist/es/commands/GetVpcLinkCommand.js +0 -65
- package/dist/es/commands/GetVpcLinkCommand.js.map +0 -1
- package/dist/es/commands/GetVpcLinksCommand.js +0 -65
- package/dist/es/commands/GetVpcLinksCommand.js.map +0 -1
- package/dist/es/commands/ImportApiCommand.js +0 -65
- package/dist/es/commands/ImportApiCommand.js.map +0 -1
- package/dist/es/commands/ReimportApiCommand.js +0 -65
- package/dist/es/commands/ReimportApiCommand.js.map +0 -1
- package/dist/es/commands/ResetAuthorizersCacheCommand.js +0 -65
- package/dist/es/commands/ResetAuthorizersCacheCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js +0 -65
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js +0 -65
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateApiCommand.js +0 -65
- package/dist/es/commands/UpdateApiCommand.js.map +0 -1
- package/dist/es/commands/UpdateApiMappingCommand.js +0 -65
- package/dist/es/commands/UpdateApiMappingCommand.js.map +0 -1
- package/dist/es/commands/UpdateAuthorizerCommand.js +0 -65
- package/dist/es/commands/UpdateAuthorizerCommand.js.map +0 -1
- package/dist/es/commands/UpdateDeploymentCommand.js +0 -65
- package/dist/es/commands/UpdateDeploymentCommand.js.map +0 -1
- package/dist/es/commands/UpdateDomainNameCommand.js +0 -65
- package/dist/es/commands/UpdateDomainNameCommand.js.map +0 -1
- package/dist/es/commands/UpdateIntegrationCommand.js +0 -65
- package/dist/es/commands/UpdateIntegrationCommand.js.map +0 -1
- package/dist/es/commands/UpdateIntegrationResponseCommand.js +0 -65
- package/dist/es/commands/UpdateIntegrationResponseCommand.js.map +0 -1
- package/dist/es/commands/UpdateModelCommand.js +0 -65
- package/dist/es/commands/UpdateModelCommand.js.map +0 -1
- package/dist/es/commands/UpdateRouteCommand.js +0 -65
- package/dist/es/commands/UpdateRouteCommand.js.map +0 -1
- package/dist/es/commands/UpdateRouteResponseCommand.js +0 -65
- package/dist/es/commands/UpdateRouteResponseCommand.js.map +0 -1
- package/dist/es/commands/UpdateStageCommand.js +0 -65
- package/dist/es/commands/UpdateStageCommand.js.map +0 -1
- package/dist/es/commands/UpdateVpcLinkCommand.js +0 -65
- package/dist/es/commands/UpdateVpcLinkCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -53
- 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 +0 -1162
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/protocols/Aws_restJson1.js +0 -10805
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -20
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -25
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -12
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -17
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/ApiGatewayV2.d.ts +0 -508
- package/dist/types/ApiGatewayV2Client.d.ts +0 -204
- package/dist/types/commands/CreateApiCommand.d.ts +0 -35
- package/dist/types/commands/CreateApiMappingCommand.d.ts +0 -35
- package/dist/types/commands/CreateAuthorizerCommand.d.ts +0 -35
- package/dist/types/commands/CreateDeploymentCommand.d.ts +0 -35
- package/dist/types/commands/CreateDomainNameCommand.d.ts +0 -35
- package/dist/types/commands/CreateIntegrationCommand.d.ts +0 -35
- package/dist/types/commands/CreateIntegrationResponseCommand.d.ts +0 -35
- package/dist/types/commands/CreateModelCommand.d.ts +0 -35
- package/dist/types/commands/CreateRouteCommand.d.ts +0 -35
- package/dist/types/commands/CreateRouteResponseCommand.d.ts +0 -35
- package/dist/types/commands/CreateStageCommand.d.ts +0 -35
- package/dist/types/commands/CreateVpcLinkCommand.d.ts +0 -35
- package/dist/types/commands/DeleteAccessLogSettingsCommand.d.ts +0 -35
- package/dist/types/commands/DeleteApiCommand.d.ts +0 -35
- package/dist/types/commands/DeleteApiMappingCommand.d.ts +0 -35
- package/dist/types/commands/DeleteAuthorizerCommand.d.ts +0 -35
- package/dist/types/commands/DeleteCorsConfigurationCommand.d.ts +0 -35
- package/dist/types/commands/DeleteDeploymentCommand.d.ts +0 -35
- package/dist/types/commands/DeleteDomainNameCommand.d.ts +0 -35
- package/dist/types/commands/DeleteIntegrationCommand.d.ts +0 -35
- package/dist/types/commands/DeleteIntegrationResponseCommand.d.ts +0 -35
- package/dist/types/commands/DeleteModelCommand.d.ts +0 -35
- package/dist/types/commands/DeleteRouteCommand.d.ts +0 -35
- package/dist/types/commands/DeleteRouteRequestParameterCommand.d.ts +0 -35
- package/dist/types/commands/DeleteRouteResponseCommand.d.ts +0 -35
- package/dist/types/commands/DeleteRouteSettingsCommand.d.ts +0 -35
- package/dist/types/commands/DeleteStageCommand.d.ts +0 -35
- package/dist/types/commands/DeleteVpcLinkCommand.d.ts +0 -35
- package/dist/types/commands/ExportApiCommand.d.ts +0 -18
- package/dist/types/commands/GetApiCommand.d.ts +0 -35
- package/dist/types/commands/GetApiMappingCommand.d.ts +0 -35
- package/dist/types/commands/GetApiMappingsCommand.d.ts +0 -35
- package/dist/types/commands/GetApisCommand.d.ts +0 -35
- package/dist/types/commands/GetAuthorizerCommand.d.ts +0 -35
- package/dist/types/commands/GetAuthorizersCommand.d.ts +0 -35
- package/dist/types/commands/GetDeploymentCommand.d.ts +0 -35
- package/dist/types/commands/GetDeploymentsCommand.d.ts +0 -35
- package/dist/types/commands/GetDomainNameCommand.d.ts +0 -35
- package/dist/types/commands/GetDomainNamesCommand.d.ts +0 -35
- package/dist/types/commands/GetIntegrationCommand.d.ts +0 -35
- package/dist/types/commands/GetIntegrationResponseCommand.d.ts +0 -35
- package/dist/types/commands/GetIntegrationResponsesCommand.d.ts +0 -35
- package/dist/types/commands/GetIntegrationsCommand.d.ts +0 -35
- package/dist/types/commands/GetModelCommand.d.ts +0 -35
- package/dist/types/commands/GetModelTemplateCommand.d.ts +0 -35
- package/dist/types/commands/GetModelsCommand.d.ts +0 -35
- package/dist/types/commands/GetRouteCommand.d.ts +0 -35
- package/dist/types/commands/GetRouteResponseCommand.d.ts +0 -35
- package/dist/types/commands/GetRouteResponsesCommand.d.ts +0 -35
- package/dist/types/commands/GetRoutesCommand.d.ts +0 -35
- package/dist/types/commands/GetStageCommand.d.ts +0 -35
- package/dist/types/commands/GetStagesCommand.d.ts +0 -35
- package/dist/types/commands/GetTagsCommand.d.ts +0 -35
- package/dist/types/commands/GetVpcLinkCommand.d.ts +0 -35
- package/dist/types/commands/GetVpcLinksCommand.d.ts +0 -35
- package/dist/types/commands/ImportApiCommand.d.ts +0 -35
- package/dist/types/commands/ReimportApiCommand.d.ts +0 -35
- package/dist/types/commands/ResetAuthorizersCacheCommand.d.ts +0 -35
- package/dist/types/commands/TagResourceCommand.d.ts +0 -35
- package/dist/types/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/commands/UpdateApiCommand.d.ts +0 -35
- package/dist/types/commands/UpdateApiMappingCommand.d.ts +0 -35
- package/dist/types/commands/UpdateAuthorizerCommand.d.ts +0 -35
- package/dist/types/commands/UpdateDeploymentCommand.d.ts +0 -35
- package/dist/types/commands/UpdateDomainNameCommand.d.ts +0 -35
- package/dist/types/commands/UpdateIntegrationCommand.d.ts +0 -35
- package/dist/types/commands/UpdateIntegrationResponseCommand.d.ts +0 -35
- package/dist/types/commands/UpdateModelCommand.d.ts +0 -35
- package/dist/types/commands/UpdateRouteCommand.d.ts +0 -35
- package/dist/types/commands/UpdateRouteResponseCommand.d.ts +0 -35
- package/dist/types/commands/UpdateStageCommand.d.ts +0 -35
- package/dist/types/commands/UpdateVpcLinkCommand.d.ts +0 -35
- package/dist/types/protocols/Aws_restJson1.d.ts +0 -218
- package/dist/types/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/runtimeConfig.d.ts +0 -36
- package/dist/types/runtimeConfig.native.d.ts +0 -35
- package/dist/types/ts3.4/ApiGatewayV2.d.ts +0 -508
- package/dist/types/ts3.4/ApiGatewayV2Client.d.ts +0 -204
- package/dist/types/ts3.4/commands/CreateApiCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateApiMappingCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateAuthorizerCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateDeploymentCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateDomainNameCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateIntegrationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateIntegrationResponseCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateModelCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateRouteCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateRouteResponseCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateStageCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateVpcLinkCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteAccessLogSettingsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteApiCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteApiMappingCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteCorsConfigurationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteDeploymentCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteDomainNameCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteIntegrationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteIntegrationResponseCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteModelCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteRouteCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteRouteRequestParameterCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteRouteResponseCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteRouteSettingsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteStageCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteVpcLinkCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ExportApiCommand.d.ts +0 -18
- package/dist/types/ts3.4/commands/GetApiCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetApiMappingCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetApiMappingsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetApisCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetAuthorizerCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetAuthorizersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetDeploymentCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetDeploymentsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetDomainNameCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetDomainNamesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetIntegrationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetIntegrationResponseCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetIntegrationResponsesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetIntegrationsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetModelCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetModelTemplateCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetModelsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetRouteCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetRouteResponseCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetRouteResponsesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetRoutesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetStageCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetStagesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetTagsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetVpcLinkCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetVpcLinksCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ImportApiCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ReimportApiCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ResetAuthorizersCacheCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateApiCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateApiMappingCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateDeploymentCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateDomainNameCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateIntegrationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateIntegrationResponseCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateModelCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateRouteCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateRouteResponseCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateStageCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateVpcLinkCommand.d.ts +0 -35
- package/dist/types/ts3.4/protocols/Aws_restJson1.d.ts +0 -218
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -35
- package/endpoints.ts +0 -57
- package/protocols/Aws_restJson1.ts +0 -10793
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
|
@@ -1,1162 +0,0 @@
|
|
|
1
|
-
import { __assign } from "tslib";
|
|
2
|
-
export var Cors;
|
|
3
|
-
(function (Cors) {
|
|
4
|
-
/**
|
|
5
|
-
* @internal
|
|
6
|
-
*/
|
|
7
|
-
Cors.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
8
|
-
})(Cors || (Cors = {}));
|
|
9
|
-
export var ProtocolType;
|
|
10
|
-
(function (ProtocolType) {
|
|
11
|
-
ProtocolType["HTTP"] = "HTTP";
|
|
12
|
-
ProtocolType["WEBSOCKET"] = "WEBSOCKET";
|
|
13
|
-
})(ProtocolType || (ProtocolType = {}));
|
|
14
|
-
export var Api;
|
|
15
|
-
(function (Api) {
|
|
16
|
-
/**
|
|
17
|
-
* @internal
|
|
18
|
-
*/
|
|
19
|
-
Api.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
20
|
-
})(Api || (Api = {}));
|
|
21
|
-
export var ApiMapping;
|
|
22
|
-
(function (ApiMapping) {
|
|
23
|
-
/**
|
|
24
|
-
* @internal
|
|
25
|
-
*/
|
|
26
|
-
ApiMapping.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
27
|
-
})(ApiMapping || (ApiMapping = {}));
|
|
28
|
-
export var AuthorizerType;
|
|
29
|
-
(function (AuthorizerType) {
|
|
30
|
-
AuthorizerType["JWT"] = "JWT";
|
|
31
|
-
AuthorizerType["REQUEST"] = "REQUEST";
|
|
32
|
-
})(AuthorizerType || (AuthorizerType = {}));
|
|
33
|
-
export var JWTConfiguration;
|
|
34
|
-
(function (JWTConfiguration) {
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
|
-
JWTConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
39
|
-
})(JWTConfiguration || (JWTConfiguration = {}));
|
|
40
|
-
export var Authorizer;
|
|
41
|
-
(function (Authorizer) {
|
|
42
|
-
/**
|
|
43
|
-
* @internal
|
|
44
|
-
*/
|
|
45
|
-
Authorizer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
46
|
-
})(Authorizer || (Authorizer = {}));
|
|
47
|
-
export var DeploymentStatus;
|
|
48
|
-
(function (DeploymentStatus) {
|
|
49
|
-
DeploymentStatus["DEPLOYED"] = "DEPLOYED";
|
|
50
|
-
DeploymentStatus["FAILED"] = "FAILED";
|
|
51
|
-
DeploymentStatus["PENDING"] = "PENDING";
|
|
52
|
-
})(DeploymentStatus || (DeploymentStatus = {}));
|
|
53
|
-
export var Deployment;
|
|
54
|
-
(function (Deployment) {
|
|
55
|
-
/**
|
|
56
|
-
* @internal
|
|
57
|
-
*/
|
|
58
|
-
Deployment.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
59
|
-
})(Deployment || (Deployment = {}));
|
|
60
|
-
export var DomainNameStatus;
|
|
61
|
-
(function (DomainNameStatus) {
|
|
62
|
-
DomainNameStatus["AVAILABLE"] = "AVAILABLE";
|
|
63
|
-
DomainNameStatus["PENDING_CERTIFICATE_REIMPORT"] = "PENDING_CERTIFICATE_REIMPORT";
|
|
64
|
-
DomainNameStatus["PENDING_OWNERSHIP_VERIFICATION"] = "PENDING_OWNERSHIP_VERIFICATION";
|
|
65
|
-
DomainNameStatus["UPDATING"] = "UPDATING";
|
|
66
|
-
})(DomainNameStatus || (DomainNameStatus = {}));
|
|
67
|
-
export var EndpointType;
|
|
68
|
-
(function (EndpointType) {
|
|
69
|
-
EndpointType["EDGE"] = "EDGE";
|
|
70
|
-
EndpointType["REGIONAL"] = "REGIONAL";
|
|
71
|
-
})(EndpointType || (EndpointType = {}));
|
|
72
|
-
export var SecurityPolicy;
|
|
73
|
-
(function (SecurityPolicy) {
|
|
74
|
-
SecurityPolicy["TLS_1_0"] = "TLS_1_0";
|
|
75
|
-
SecurityPolicy["TLS_1_2"] = "TLS_1_2";
|
|
76
|
-
})(SecurityPolicy || (SecurityPolicy = {}));
|
|
77
|
-
export var DomainNameConfiguration;
|
|
78
|
-
(function (DomainNameConfiguration) {
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
DomainNameConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
83
|
-
})(DomainNameConfiguration || (DomainNameConfiguration = {}));
|
|
84
|
-
export var MutualTlsAuthentication;
|
|
85
|
-
(function (MutualTlsAuthentication) {
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
MutualTlsAuthentication.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
90
|
-
})(MutualTlsAuthentication || (MutualTlsAuthentication = {}));
|
|
91
|
-
export var DomainName;
|
|
92
|
-
(function (DomainName) {
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
DomainName.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
97
|
-
})(DomainName || (DomainName = {}));
|
|
98
|
-
export var ConnectionType;
|
|
99
|
-
(function (ConnectionType) {
|
|
100
|
-
ConnectionType["INTERNET"] = "INTERNET";
|
|
101
|
-
ConnectionType["VPC_LINK"] = "VPC_LINK";
|
|
102
|
-
})(ConnectionType || (ConnectionType = {}));
|
|
103
|
-
export var ContentHandlingStrategy;
|
|
104
|
-
(function (ContentHandlingStrategy) {
|
|
105
|
-
ContentHandlingStrategy["CONVERT_TO_BINARY"] = "CONVERT_TO_BINARY";
|
|
106
|
-
ContentHandlingStrategy["CONVERT_TO_TEXT"] = "CONVERT_TO_TEXT";
|
|
107
|
-
})(ContentHandlingStrategy || (ContentHandlingStrategy = {}));
|
|
108
|
-
export var IntegrationType;
|
|
109
|
-
(function (IntegrationType) {
|
|
110
|
-
IntegrationType["AWS"] = "AWS";
|
|
111
|
-
IntegrationType["AWS_PROXY"] = "AWS_PROXY";
|
|
112
|
-
IntegrationType["HTTP"] = "HTTP";
|
|
113
|
-
IntegrationType["HTTP_PROXY"] = "HTTP_PROXY";
|
|
114
|
-
IntegrationType["MOCK"] = "MOCK";
|
|
115
|
-
})(IntegrationType || (IntegrationType = {}));
|
|
116
|
-
export var PassthroughBehavior;
|
|
117
|
-
(function (PassthroughBehavior) {
|
|
118
|
-
PassthroughBehavior["NEVER"] = "NEVER";
|
|
119
|
-
PassthroughBehavior["WHEN_NO_MATCH"] = "WHEN_NO_MATCH";
|
|
120
|
-
PassthroughBehavior["WHEN_NO_TEMPLATES"] = "WHEN_NO_TEMPLATES";
|
|
121
|
-
})(PassthroughBehavior || (PassthroughBehavior = {}));
|
|
122
|
-
export var TlsConfig;
|
|
123
|
-
(function (TlsConfig) {
|
|
124
|
-
/**
|
|
125
|
-
* @internal
|
|
126
|
-
*/
|
|
127
|
-
TlsConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
128
|
-
})(TlsConfig || (TlsConfig = {}));
|
|
129
|
-
export var Integration;
|
|
130
|
-
(function (Integration) {
|
|
131
|
-
/**
|
|
132
|
-
* @internal
|
|
133
|
-
*/
|
|
134
|
-
Integration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
135
|
-
})(Integration || (Integration = {}));
|
|
136
|
-
export var IntegrationResponse;
|
|
137
|
-
(function (IntegrationResponse) {
|
|
138
|
-
/**
|
|
139
|
-
* @internal
|
|
140
|
-
*/
|
|
141
|
-
IntegrationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
142
|
-
})(IntegrationResponse || (IntegrationResponse = {}));
|
|
143
|
-
export var Model;
|
|
144
|
-
(function (Model) {
|
|
145
|
-
/**
|
|
146
|
-
* @internal
|
|
147
|
-
*/
|
|
148
|
-
Model.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
149
|
-
})(Model || (Model = {}));
|
|
150
|
-
export var AuthorizationType;
|
|
151
|
-
(function (AuthorizationType) {
|
|
152
|
-
AuthorizationType["AWS_IAM"] = "AWS_IAM";
|
|
153
|
-
AuthorizationType["CUSTOM"] = "CUSTOM";
|
|
154
|
-
AuthorizationType["JWT"] = "JWT";
|
|
155
|
-
AuthorizationType["NONE"] = "NONE";
|
|
156
|
-
})(AuthorizationType || (AuthorizationType = {}));
|
|
157
|
-
export var ParameterConstraints;
|
|
158
|
-
(function (ParameterConstraints) {
|
|
159
|
-
/**
|
|
160
|
-
* @internal
|
|
161
|
-
*/
|
|
162
|
-
ParameterConstraints.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
163
|
-
})(ParameterConstraints || (ParameterConstraints = {}));
|
|
164
|
-
export var Route;
|
|
165
|
-
(function (Route) {
|
|
166
|
-
/**
|
|
167
|
-
* @internal
|
|
168
|
-
*/
|
|
169
|
-
Route.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
170
|
-
})(Route || (Route = {}));
|
|
171
|
-
export var RouteResponse;
|
|
172
|
-
(function (RouteResponse) {
|
|
173
|
-
/**
|
|
174
|
-
* @internal
|
|
175
|
-
*/
|
|
176
|
-
RouteResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
177
|
-
})(RouteResponse || (RouteResponse = {}));
|
|
178
|
-
export var AccessLogSettings;
|
|
179
|
-
(function (AccessLogSettings) {
|
|
180
|
-
/**
|
|
181
|
-
* @internal
|
|
182
|
-
*/
|
|
183
|
-
AccessLogSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
184
|
-
})(AccessLogSettings || (AccessLogSettings = {}));
|
|
185
|
-
export var LoggingLevel;
|
|
186
|
-
(function (LoggingLevel) {
|
|
187
|
-
LoggingLevel["ERROR"] = "ERROR";
|
|
188
|
-
LoggingLevel["INFO"] = "INFO";
|
|
189
|
-
LoggingLevel["OFF"] = "OFF";
|
|
190
|
-
})(LoggingLevel || (LoggingLevel = {}));
|
|
191
|
-
export var RouteSettings;
|
|
192
|
-
(function (RouteSettings) {
|
|
193
|
-
/**
|
|
194
|
-
* @internal
|
|
195
|
-
*/
|
|
196
|
-
RouteSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
197
|
-
})(RouteSettings || (RouteSettings = {}));
|
|
198
|
-
export var Stage;
|
|
199
|
-
(function (Stage) {
|
|
200
|
-
/**
|
|
201
|
-
* @internal
|
|
202
|
-
*/
|
|
203
|
-
Stage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
204
|
-
})(Stage || (Stage = {}));
|
|
205
|
-
export var VpcLinkStatus;
|
|
206
|
-
(function (VpcLinkStatus) {
|
|
207
|
-
VpcLinkStatus["AVAILABLE"] = "AVAILABLE";
|
|
208
|
-
VpcLinkStatus["DELETING"] = "DELETING";
|
|
209
|
-
VpcLinkStatus["FAILED"] = "FAILED";
|
|
210
|
-
VpcLinkStatus["INACTIVE"] = "INACTIVE";
|
|
211
|
-
VpcLinkStatus["PENDING"] = "PENDING";
|
|
212
|
-
})(VpcLinkStatus || (VpcLinkStatus = {}));
|
|
213
|
-
export var VpcLinkVersion;
|
|
214
|
-
(function (VpcLinkVersion) {
|
|
215
|
-
VpcLinkVersion["V2"] = "V2";
|
|
216
|
-
})(VpcLinkVersion || (VpcLinkVersion = {}));
|
|
217
|
-
export var VpcLink;
|
|
218
|
-
(function (VpcLink) {
|
|
219
|
-
/**
|
|
220
|
-
* @internal
|
|
221
|
-
*/
|
|
222
|
-
VpcLink.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
223
|
-
})(VpcLink || (VpcLink = {}));
|
|
224
|
-
export var AccessDeniedException;
|
|
225
|
-
(function (AccessDeniedException) {
|
|
226
|
-
/**
|
|
227
|
-
* @internal
|
|
228
|
-
*/
|
|
229
|
-
AccessDeniedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
230
|
-
})(AccessDeniedException || (AccessDeniedException = {}));
|
|
231
|
-
export var BadRequestException;
|
|
232
|
-
(function (BadRequestException) {
|
|
233
|
-
/**
|
|
234
|
-
* @internal
|
|
235
|
-
*/
|
|
236
|
-
BadRequestException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
237
|
-
})(BadRequestException || (BadRequestException = {}));
|
|
238
|
-
export var ConflictException;
|
|
239
|
-
(function (ConflictException) {
|
|
240
|
-
/**
|
|
241
|
-
* @internal
|
|
242
|
-
*/
|
|
243
|
-
ConflictException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
244
|
-
})(ConflictException || (ConflictException = {}));
|
|
245
|
-
export var CreateApiRequest;
|
|
246
|
-
(function (CreateApiRequest) {
|
|
247
|
-
/**
|
|
248
|
-
* @internal
|
|
249
|
-
*/
|
|
250
|
-
CreateApiRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
251
|
-
})(CreateApiRequest || (CreateApiRequest = {}));
|
|
252
|
-
export var CreateApiResponse;
|
|
253
|
-
(function (CreateApiResponse) {
|
|
254
|
-
/**
|
|
255
|
-
* @internal
|
|
256
|
-
*/
|
|
257
|
-
CreateApiResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
258
|
-
})(CreateApiResponse || (CreateApiResponse = {}));
|
|
259
|
-
export var NotFoundException;
|
|
260
|
-
(function (NotFoundException) {
|
|
261
|
-
/**
|
|
262
|
-
* @internal
|
|
263
|
-
*/
|
|
264
|
-
NotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
265
|
-
})(NotFoundException || (NotFoundException = {}));
|
|
266
|
-
export var TooManyRequestsException;
|
|
267
|
-
(function (TooManyRequestsException) {
|
|
268
|
-
/**
|
|
269
|
-
* @internal
|
|
270
|
-
*/
|
|
271
|
-
TooManyRequestsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
272
|
-
})(TooManyRequestsException || (TooManyRequestsException = {}));
|
|
273
|
-
export var CreateApiMappingRequest;
|
|
274
|
-
(function (CreateApiMappingRequest) {
|
|
275
|
-
/**
|
|
276
|
-
* @internal
|
|
277
|
-
*/
|
|
278
|
-
CreateApiMappingRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
279
|
-
})(CreateApiMappingRequest || (CreateApiMappingRequest = {}));
|
|
280
|
-
export var CreateApiMappingResponse;
|
|
281
|
-
(function (CreateApiMappingResponse) {
|
|
282
|
-
/**
|
|
283
|
-
* @internal
|
|
284
|
-
*/
|
|
285
|
-
CreateApiMappingResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
286
|
-
})(CreateApiMappingResponse || (CreateApiMappingResponse = {}));
|
|
287
|
-
export var CreateAuthorizerRequest;
|
|
288
|
-
(function (CreateAuthorizerRequest) {
|
|
289
|
-
/**
|
|
290
|
-
* @internal
|
|
291
|
-
*/
|
|
292
|
-
CreateAuthorizerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
293
|
-
})(CreateAuthorizerRequest || (CreateAuthorizerRequest = {}));
|
|
294
|
-
export var CreateAuthorizerResponse;
|
|
295
|
-
(function (CreateAuthorizerResponse) {
|
|
296
|
-
/**
|
|
297
|
-
* @internal
|
|
298
|
-
*/
|
|
299
|
-
CreateAuthorizerResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
300
|
-
})(CreateAuthorizerResponse || (CreateAuthorizerResponse = {}));
|
|
301
|
-
export var CreateDeploymentRequest;
|
|
302
|
-
(function (CreateDeploymentRequest) {
|
|
303
|
-
/**
|
|
304
|
-
* @internal
|
|
305
|
-
*/
|
|
306
|
-
CreateDeploymentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
307
|
-
})(CreateDeploymentRequest || (CreateDeploymentRequest = {}));
|
|
308
|
-
export var CreateDeploymentResponse;
|
|
309
|
-
(function (CreateDeploymentResponse) {
|
|
310
|
-
/**
|
|
311
|
-
* @internal
|
|
312
|
-
*/
|
|
313
|
-
CreateDeploymentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
314
|
-
})(CreateDeploymentResponse || (CreateDeploymentResponse = {}));
|
|
315
|
-
export var MutualTlsAuthenticationInput;
|
|
316
|
-
(function (MutualTlsAuthenticationInput) {
|
|
317
|
-
/**
|
|
318
|
-
* @internal
|
|
319
|
-
*/
|
|
320
|
-
MutualTlsAuthenticationInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
321
|
-
})(MutualTlsAuthenticationInput || (MutualTlsAuthenticationInput = {}));
|
|
322
|
-
export var CreateDomainNameRequest;
|
|
323
|
-
(function (CreateDomainNameRequest) {
|
|
324
|
-
/**
|
|
325
|
-
* @internal
|
|
326
|
-
*/
|
|
327
|
-
CreateDomainNameRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
328
|
-
})(CreateDomainNameRequest || (CreateDomainNameRequest = {}));
|
|
329
|
-
export var CreateDomainNameResponse;
|
|
330
|
-
(function (CreateDomainNameResponse) {
|
|
331
|
-
/**
|
|
332
|
-
* @internal
|
|
333
|
-
*/
|
|
334
|
-
CreateDomainNameResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
335
|
-
})(CreateDomainNameResponse || (CreateDomainNameResponse = {}));
|
|
336
|
-
export var TlsConfigInput;
|
|
337
|
-
(function (TlsConfigInput) {
|
|
338
|
-
/**
|
|
339
|
-
* @internal
|
|
340
|
-
*/
|
|
341
|
-
TlsConfigInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
342
|
-
})(TlsConfigInput || (TlsConfigInput = {}));
|
|
343
|
-
export var CreateIntegrationRequest;
|
|
344
|
-
(function (CreateIntegrationRequest) {
|
|
345
|
-
/**
|
|
346
|
-
* @internal
|
|
347
|
-
*/
|
|
348
|
-
CreateIntegrationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
349
|
-
})(CreateIntegrationRequest || (CreateIntegrationRequest = {}));
|
|
350
|
-
export var CreateIntegrationResult;
|
|
351
|
-
(function (CreateIntegrationResult) {
|
|
352
|
-
/**
|
|
353
|
-
* @internal
|
|
354
|
-
*/
|
|
355
|
-
CreateIntegrationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
356
|
-
})(CreateIntegrationResult || (CreateIntegrationResult = {}));
|
|
357
|
-
export var CreateIntegrationResponseRequest;
|
|
358
|
-
(function (CreateIntegrationResponseRequest) {
|
|
359
|
-
/**
|
|
360
|
-
* @internal
|
|
361
|
-
*/
|
|
362
|
-
CreateIntegrationResponseRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
363
|
-
})(CreateIntegrationResponseRequest || (CreateIntegrationResponseRequest = {}));
|
|
364
|
-
export var CreateIntegrationResponseResponse;
|
|
365
|
-
(function (CreateIntegrationResponseResponse) {
|
|
366
|
-
/**
|
|
367
|
-
* @internal
|
|
368
|
-
*/
|
|
369
|
-
CreateIntegrationResponseResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
370
|
-
})(CreateIntegrationResponseResponse || (CreateIntegrationResponseResponse = {}));
|
|
371
|
-
export var CreateModelRequest;
|
|
372
|
-
(function (CreateModelRequest) {
|
|
373
|
-
/**
|
|
374
|
-
* @internal
|
|
375
|
-
*/
|
|
376
|
-
CreateModelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
377
|
-
})(CreateModelRequest || (CreateModelRequest = {}));
|
|
378
|
-
export var CreateModelResponse;
|
|
379
|
-
(function (CreateModelResponse) {
|
|
380
|
-
/**
|
|
381
|
-
* @internal
|
|
382
|
-
*/
|
|
383
|
-
CreateModelResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
384
|
-
})(CreateModelResponse || (CreateModelResponse = {}));
|
|
385
|
-
export var CreateRouteRequest;
|
|
386
|
-
(function (CreateRouteRequest) {
|
|
387
|
-
/**
|
|
388
|
-
* @internal
|
|
389
|
-
*/
|
|
390
|
-
CreateRouteRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
391
|
-
})(CreateRouteRequest || (CreateRouteRequest = {}));
|
|
392
|
-
export var CreateRouteResult;
|
|
393
|
-
(function (CreateRouteResult) {
|
|
394
|
-
/**
|
|
395
|
-
* @internal
|
|
396
|
-
*/
|
|
397
|
-
CreateRouteResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
398
|
-
})(CreateRouteResult || (CreateRouteResult = {}));
|
|
399
|
-
export var CreateRouteResponseRequest;
|
|
400
|
-
(function (CreateRouteResponseRequest) {
|
|
401
|
-
/**
|
|
402
|
-
* @internal
|
|
403
|
-
*/
|
|
404
|
-
CreateRouteResponseRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
405
|
-
})(CreateRouteResponseRequest || (CreateRouteResponseRequest = {}));
|
|
406
|
-
export var CreateRouteResponseResponse;
|
|
407
|
-
(function (CreateRouteResponseResponse) {
|
|
408
|
-
/**
|
|
409
|
-
* @internal
|
|
410
|
-
*/
|
|
411
|
-
CreateRouteResponseResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
412
|
-
})(CreateRouteResponseResponse || (CreateRouteResponseResponse = {}));
|
|
413
|
-
export var CreateStageRequest;
|
|
414
|
-
(function (CreateStageRequest) {
|
|
415
|
-
/**
|
|
416
|
-
* @internal
|
|
417
|
-
*/
|
|
418
|
-
CreateStageRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
419
|
-
})(CreateStageRequest || (CreateStageRequest = {}));
|
|
420
|
-
export var CreateStageResponse;
|
|
421
|
-
(function (CreateStageResponse) {
|
|
422
|
-
/**
|
|
423
|
-
* @internal
|
|
424
|
-
*/
|
|
425
|
-
CreateStageResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
426
|
-
})(CreateStageResponse || (CreateStageResponse = {}));
|
|
427
|
-
export var CreateVpcLinkRequest;
|
|
428
|
-
(function (CreateVpcLinkRequest) {
|
|
429
|
-
/**
|
|
430
|
-
* @internal
|
|
431
|
-
*/
|
|
432
|
-
CreateVpcLinkRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
433
|
-
})(CreateVpcLinkRequest || (CreateVpcLinkRequest = {}));
|
|
434
|
-
export var CreateVpcLinkResponse;
|
|
435
|
-
(function (CreateVpcLinkResponse) {
|
|
436
|
-
/**
|
|
437
|
-
* @internal
|
|
438
|
-
*/
|
|
439
|
-
CreateVpcLinkResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
440
|
-
})(CreateVpcLinkResponse || (CreateVpcLinkResponse = {}));
|
|
441
|
-
export var DeleteAccessLogSettingsRequest;
|
|
442
|
-
(function (DeleteAccessLogSettingsRequest) {
|
|
443
|
-
/**
|
|
444
|
-
* @internal
|
|
445
|
-
*/
|
|
446
|
-
DeleteAccessLogSettingsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
447
|
-
})(DeleteAccessLogSettingsRequest || (DeleteAccessLogSettingsRequest = {}));
|
|
448
|
-
export var DeleteApiRequest;
|
|
449
|
-
(function (DeleteApiRequest) {
|
|
450
|
-
/**
|
|
451
|
-
* @internal
|
|
452
|
-
*/
|
|
453
|
-
DeleteApiRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
454
|
-
})(DeleteApiRequest || (DeleteApiRequest = {}));
|
|
455
|
-
export var DeleteApiMappingRequest;
|
|
456
|
-
(function (DeleteApiMappingRequest) {
|
|
457
|
-
/**
|
|
458
|
-
* @internal
|
|
459
|
-
*/
|
|
460
|
-
DeleteApiMappingRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
461
|
-
})(DeleteApiMappingRequest || (DeleteApiMappingRequest = {}));
|
|
462
|
-
export var DeleteAuthorizerRequest;
|
|
463
|
-
(function (DeleteAuthorizerRequest) {
|
|
464
|
-
/**
|
|
465
|
-
* @internal
|
|
466
|
-
*/
|
|
467
|
-
DeleteAuthorizerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
468
|
-
})(DeleteAuthorizerRequest || (DeleteAuthorizerRequest = {}));
|
|
469
|
-
export var DeleteCorsConfigurationRequest;
|
|
470
|
-
(function (DeleteCorsConfigurationRequest) {
|
|
471
|
-
/**
|
|
472
|
-
* @internal
|
|
473
|
-
*/
|
|
474
|
-
DeleteCorsConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
475
|
-
})(DeleteCorsConfigurationRequest || (DeleteCorsConfigurationRequest = {}));
|
|
476
|
-
export var DeleteDeploymentRequest;
|
|
477
|
-
(function (DeleteDeploymentRequest) {
|
|
478
|
-
/**
|
|
479
|
-
* @internal
|
|
480
|
-
*/
|
|
481
|
-
DeleteDeploymentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
482
|
-
})(DeleteDeploymentRequest || (DeleteDeploymentRequest = {}));
|
|
483
|
-
export var DeleteDomainNameRequest;
|
|
484
|
-
(function (DeleteDomainNameRequest) {
|
|
485
|
-
/**
|
|
486
|
-
* @internal
|
|
487
|
-
*/
|
|
488
|
-
DeleteDomainNameRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
489
|
-
})(DeleteDomainNameRequest || (DeleteDomainNameRequest = {}));
|
|
490
|
-
export var DeleteIntegrationRequest;
|
|
491
|
-
(function (DeleteIntegrationRequest) {
|
|
492
|
-
/**
|
|
493
|
-
* @internal
|
|
494
|
-
*/
|
|
495
|
-
DeleteIntegrationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
496
|
-
})(DeleteIntegrationRequest || (DeleteIntegrationRequest = {}));
|
|
497
|
-
export var DeleteIntegrationResponseRequest;
|
|
498
|
-
(function (DeleteIntegrationResponseRequest) {
|
|
499
|
-
/**
|
|
500
|
-
* @internal
|
|
501
|
-
*/
|
|
502
|
-
DeleteIntegrationResponseRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
503
|
-
})(DeleteIntegrationResponseRequest || (DeleteIntegrationResponseRequest = {}));
|
|
504
|
-
export var DeleteModelRequest;
|
|
505
|
-
(function (DeleteModelRequest) {
|
|
506
|
-
/**
|
|
507
|
-
* @internal
|
|
508
|
-
*/
|
|
509
|
-
DeleteModelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
510
|
-
})(DeleteModelRequest || (DeleteModelRequest = {}));
|
|
511
|
-
export var DeleteRouteRequest;
|
|
512
|
-
(function (DeleteRouteRequest) {
|
|
513
|
-
/**
|
|
514
|
-
* @internal
|
|
515
|
-
*/
|
|
516
|
-
DeleteRouteRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
517
|
-
})(DeleteRouteRequest || (DeleteRouteRequest = {}));
|
|
518
|
-
export var DeleteRouteRequestParameterRequest;
|
|
519
|
-
(function (DeleteRouteRequestParameterRequest) {
|
|
520
|
-
/**
|
|
521
|
-
* @internal
|
|
522
|
-
*/
|
|
523
|
-
DeleteRouteRequestParameterRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
524
|
-
})(DeleteRouteRequestParameterRequest || (DeleteRouteRequestParameterRequest = {}));
|
|
525
|
-
export var DeleteRouteResponseRequest;
|
|
526
|
-
(function (DeleteRouteResponseRequest) {
|
|
527
|
-
/**
|
|
528
|
-
* @internal
|
|
529
|
-
*/
|
|
530
|
-
DeleteRouteResponseRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
531
|
-
})(DeleteRouteResponseRequest || (DeleteRouteResponseRequest = {}));
|
|
532
|
-
export var DeleteRouteSettingsRequest;
|
|
533
|
-
(function (DeleteRouteSettingsRequest) {
|
|
534
|
-
/**
|
|
535
|
-
* @internal
|
|
536
|
-
*/
|
|
537
|
-
DeleteRouteSettingsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
538
|
-
})(DeleteRouteSettingsRequest || (DeleteRouteSettingsRequest = {}));
|
|
539
|
-
export var DeleteStageRequest;
|
|
540
|
-
(function (DeleteStageRequest) {
|
|
541
|
-
/**
|
|
542
|
-
* @internal
|
|
543
|
-
*/
|
|
544
|
-
DeleteStageRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
545
|
-
})(DeleteStageRequest || (DeleteStageRequest = {}));
|
|
546
|
-
export var DeleteVpcLinkRequest;
|
|
547
|
-
(function (DeleteVpcLinkRequest) {
|
|
548
|
-
/**
|
|
549
|
-
* @internal
|
|
550
|
-
*/
|
|
551
|
-
DeleteVpcLinkRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
552
|
-
})(DeleteVpcLinkRequest || (DeleteVpcLinkRequest = {}));
|
|
553
|
-
export var DeleteVpcLinkResponse;
|
|
554
|
-
(function (DeleteVpcLinkResponse) {
|
|
555
|
-
/**
|
|
556
|
-
* @internal
|
|
557
|
-
*/
|
|
558
|
-
DeleteVpcLinkResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
559
|
-
})(DeleteVpcLinkResponse || (DeleteVpcLinkResponse = {}));
|
|
560
|
-
export var ExportApiRequest;
|
|
561
|
-
(function (ExportApiRequest) {
|
|
562
|
-
/**
|
|
563
|
-
* @internal
|
|
564
|
-
*/
|
|
565
|
-
ExportApiRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
566
|
-
})(ExportApiRequest || (ExportApiRequest = {}));
|
|
567
|
-
export var ExportApiResponse;
|
|
568
|
-
(function (ExportApiResponse) {
|
|
569
|
-
/**
|
|
570
|
-
* @internal
|
|
571
|
-
*/
|
|
572
|
-
ExportApiResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
573
|
-
})(ExportApiResponse || (ExportApiResponse = {}));
|
|
574
|
-
export var GetApiRequest;
|
|
575
|
-
(function (GetApiRequest) {
|
|
576
|
-
/**
|
|
577
|
-
* @internal
|
|
578
|
-
*/
|
|
579
|
-
GetApiRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
580
|
-
})(GetApiRequest || (GetApiRequest = {}));
|
|
581
|
-
export var GetApiResponse;
|
|
582
|
-
(function (GetApiResponse) {
|
|
583
|
-
/**
|
|
584
|
-
* @internal
|
|
585
|
-
*/
|
|
586
|
-
GetApiResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
587
|
-
})(GetApiResponse || (GetApiResponse = {}));
|
|
588
|
-
export var GetApiMappingRequest;
|
|
589
|
-
(function (GetApiMappingRequest) {
|
|
590
|
-
/**
|
|
591
|
-
* @internal
|
|
592
|
-
*/
|
|
593
|
-
GetApiMappingRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
594
|
-
})(GetApiMappingRequest || (GetApiMappingRequest = {}));
|
|
595
|
-
export var GetApiMappingResponse;
|
|
596
|
-
(function (GetApiMappingResponse) {
|
|
597
|
-
/**
|
|
598
|
-
* @internal
|
|
599
|
-
*/
|
|
600
|
-
GetApiMappingResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
601
|
-
})(GetApiMappingResponse || (GetApiMappingResponse = {}));
|
|
602
|
-
export var GetApiMappingsRequest;
|
|
603
|
-
(function (GetApiMappingsRequest) {
|
|
604
|
-
/**
|
|
605
|
-
* @internal
|
|
606
|
-
*/
|
|
607
|
-
GetApiMappingsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
608
|
-
})(GetApiMappingsRequest || (GetApiMappingsRequest = {}));
|
|
609
|
-
export var GetApiMappingsResponse;
|
|
610
|
-
(function (GetApiMappingsResponse) {
|
|
611
|
-
/**
|
|
612
|
-
* @internal
|
|
613
|
-
*/
|
|
614
|
-
GetApiMappingsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
615
|
-
})(GetApiMappingsResponse || (GetApiMappingsResponse = {}));
|
|
616
|
-
export var GetApisRequest;
|
|
617
|
-
(function (GetApisRequest) {
|
|
618
|
-
/**
|
|
619
|
-
* @internal
|
|
620
|
-
*/
|
|
621
|
-
GetApisRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
622
|
-
})(GetApisRequest || (GetApisRequest = {}));
|
|
623
|
-
export var GetApisResponse;
|
|
624
|
-
(function (GetApisResponse) {
|
|
625
|
-
/**
|
|
626
|
-
* @internal
|
|
627
|
-
*/
|
|
628
|
-
GetApisResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
629
|
-
})(GetApisResponse || (GetApisResponse = {}));
|
|
630
|
-
export var GetAuthorizerRequest;
|
|
631
|
-
(function (GetAuthorizerRequest) {
|
|
632
|
-
/**
|
|
633
|
-
* @internal
|
|
634
|
-
*/
|
|
635
|
-
GetAuthorizerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
636
|
-
})(GetAuthorizerRequest || (GetAuthorizerRequest = {}));
|
|
637
|
-
export var GetAuthorizerResponse;
|
|
638
|
-
(function (GetAuthorizerResponse) {
|
|
639
|
-
/**
|
|
640
|
-
* @internal
|
|
641
|
-
*/
|
|
642
|
-
GetAuthorizerResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
643
|
-
})(GetAuthorizerResponse || (GetAuthorizerResponse = {}));
|
|
644
|
-
export var GetAuthorizersRequest;
|
|
645
|
-
(function (GetAuthorizersRequest) {
|
|
646
|
-
/**
|
|
647
|
-
* @internal
|
|
648
|
-
*/
|
|
649
|
-
GetAuthorizersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
650
|
-
})(GetAuthorizersRequest || (GetAuthorizersRequest = {}));
|
|
651
|
-
export var GetAuthorizersResponse;
|
|
652
|
-
(function (GetAuthorizersResponse) {
|
|
653
|
-
/**
|
|
654
|
-
* @internal
|
|
655
|
-
*/
|
|
656
|
-
GetAuthorizersResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
657
|
-
})(GetAuthorizersResponse || (GetAuthorizersResponse = {}));
|
|
658
|
-
export var GetDeploymentRequest;
|
|
659
|
-
(function (GetDeploymentRequest) {
|
|
660
|
-
/**
|
|
661
|
-
* @internal
|
|
662
|
-
*/
|
|
663
|
-
GetDeploymentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
664
|
-
})(GetDeploymentRequest || (GetDeploymentRequest = {}));
|
|
665
|
-
export var GetDeploymentResponse;
|
|
666
|
-
(function (GetDeploymentResponse) {
|
|
667
|
-
/**
|
|
668
|
-
* @internal
|
|
669
|
-
*/
|
|
670
|
-
GetDeploymentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
671
|
-
})(GetDeploymentResponse || (GetDeploymentResponse = {}));
|
|
672
|
-
export var GetDeploymentsRequest;
|
|
673
|
-
(function (GetDeploymentsRequest) {
|
|
674
|
-
/**
|
|
675
|
-
* @internal
|
|
676
|
-
*/
|
|
677
|
-
GetDeploymentsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
678
|
-
})(GetDeploymentsRequest || (GetDeploymentsRequest = {}));
|
|
679
|
-
export var GetDeploymentsResponse;
|
|
680
|
-
(function (GetDeploymentsResponse) {
|
|
681
|
-
/**
|
|
682
|
-
* @internal
|
|
683
|
-
*/
|
|
684
|
-
GetDeploymentsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
685
|
-
})(GetDeploymentsResponse || (GetDeploymentsResponse = {}));
|
|
686
|
-
export var GetDomainNameRequest;
|
|
687
|
-
(function (GetDomainNameRequest) {
|
|
688
|
-
/**
|
|
689
|
-
* @internal
|
|
690
|
-
*/
|
|
691
|
-
GetDomainNameRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
692
|
-
})(GetDomainNameRequest || (GetDomainNameRequest = {}));
|
|
693
|
-
export var GetDomainNameResponse;
|
|
694
|
-
(function (GetDomainNameResponse) {
|
|
695
|
-
/**
|
|
696
|
-
* @internal
|
|
697
|
-
*/
|
|
698
|
-
GetDomainNameResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
699
|
-
})(GetDomainNameResponse || (GetDomainNameResponse = {}));
|
|
700
|
-
export var GetDomainNamesRequest;
|
|
701
|
-
(function (GetDomainNamesRequest) {
|
|
702
|
-
/**
|
|
703
|
-
* @internal
|
|
704
|
-
*/
|
|
705
|
-
GetDomainNamesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
706
|
-
})(GetDomainNamesRequest || (GetDomainNamesRequest = {}));
|
|
707
|
-
export var GetDomainNamesResponse;
|
|
708
|
-
(function (GetDomainNamesResponse) {
|
|
709
|
-
/**
|
|
710
|
-
* @internal
|
|
711
|
-
*/
|
|
712
|
-
GetDomainNamesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
713
|
-
})(GetDomainNamesResponse || (GetDomainNamesResponse = {}));
|
|
714
|
-
export var GetIntegrationRequest;
|
|
715
|
-
(function (GetIntegrationRequest) {
|
|
716
|
-
/**
|
|
717
|
-
* @internal
|
|
718
|
-
*/
|
|
719
|
-
GetIntegrationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
720
|
-
})(GetIntegrationRequest || (GetIntegrationRequest = {}));
|
|
721
|
-
export var GetIntegrationResult;
|
|
722
|
-
(function (GetIntegrationResult) {
|
|
723
|
-
/**
|
|
724
|
-
* @internal
|
|
725
|
-
*/
|
|
726
|
-
GetIntegrationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
727
|
-
})(GetIntegrationResult || (GetIntegrationResult = {}));
|
|
728
|
-
export var GetIntegrationResponseRequest;
|
|
729
|
-
(function (GetIntegrationResponseRequest) {
|
|
730
|
-
/**
|
|
731
|
-
* @internal
|
|
732
|
-
*/
|
|
733
|
-
GetIntegrationResponseRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
734
|
-
})(GetIntegrationResponseRequest || (GetIntegrationResponseRequest = {}));
|
|
735
|
-
export var GetIntegrationResponseResponse;
|
|
736
|
-
(function (GetIntegrationResponseResponse) {
|
|
737
|
-
/**
|
|
738
|
-
* @internal
|
|
739
|
-
*/
|
|
740
|
-
GetIntegrationResponseResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
741
|
-
})(GetIntegrationResponseResponse || (GetIntegrationResponseResponse = {}));
|
|
742
|
-
export var GetIntegrationResponsesRequest;
|
|
743
|
-
(function (GetIntegrationResponsesRequest) {
|
|
744
|
-
/**
|
|
745
|
-
* @internal
|
|
746
|
-
*/
|
|
747
|
-
GetIntegrationResponsesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
748
|
-
})(GetIntegrationResponsesRequest || (GetIntegrationResponsesRequest = {}));
|
|
749
|
-
export var GetIntegrationResponsesResponse;
|
|
750
|
-
(function (GetIntegrationResponsesResponse) {
|
|
751
|
-
/**
|
|
752
|
-
* @internal
|
|
753
|
-
*/
|
|
754
|
-
GetIntegrationResponsesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
755
|
-
})(GetIntegrationResponsesResponse || (GetIntegrationResponsesResponse = {}));
|
|
756
|
-
export var GetIntegrationsRequest;
|
|
757
|
-
(function (GetIntegrationsRequest) {
|
|
758
|
-
/**
|
|
759
|
-
* @internal
|
|
760
|
-
*/
|
|
761
|
-
GetIntegrationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
762
|
-
})(GetIntegrationsRequest || (GetIntegrationsRequest = {}));
|
|
763
|
-
export var GetIntegrationsResponse;
|
|
764
|
-
(function (GetIntegrationsResponse) {
|
|
765
|
-
/**
|
|
766
|
-
* @internal
|
|
767
|
-
*/
|
|
768
|
-
GetIntegrationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
769
|
-
})(GetIntegrationsResponse || (GetIntegrationsResponse = {}));
|
|
770
|
-
export var GetModelRequest;
|
|
771
|
-
(function (GetModelRequest) {
|
|
772
|
-
/**
|
|
773
|
-
* @internal
|
|
774
|
-
*/
|
|
775
|
-
GetModelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
776
|
-
})(GetModelRequest || (GetModelRequest = {}));
|
|
777
|
-
export var GetModelResponse;
|
|
778
|
-
(function (GetModelResponse) {
|
|
779
|
-
/**
|
|
780
|
-
* @internal
|
|
781
|
-
*/
|
|
782
|
-
GetModelResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
783
|
-
})(GetModelResponse || (GetModelResponse = {}));
|
|
784
|
-
export var GetModelsRequest;
|
|
785
|
-
(function (GetModelsRequest) {
|
|
786
|
-
/**
|
|
787
|
-
* @internal
|
|
788
|
-
*/
|
|
789
|
-
GetModelsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
790
|
-
})(GetModelsRequest || (GetModelsRequest = {}));
|
|
791
|
-
export var GetModelsResponse;
|
|
792
|
-
(function (GetModelsResponse) {
|
|
793
|
-
/**
|
|
794
|
-
* @internal
|
|
795
|
-
*/
|
|
796
|
-
GetModelsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
797
|
-
})(GetModelsResponse || (GetModelsResponse = {}));
|
|
798
|
-
export var GetModelTemplateRequest;
|
|
799
|
-
(function (GetModelTemplateRequest) {
|
|
800
|
-
/**
|
|
801
|
-
* @internal
|
|
802
|
-
*/
|
|
803
|
-
GetModelTemplateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
804
|
-
})(GetModelTemplateRequest || (GetModelTemplateRequest = {}));
|
|
805
|
-
export var GetModelTemplateResponse;
|
|
806
|
-
(function (GetModelTemplateResponse) {
|
|
807
|
-
/**
|
|
808
|
-
* @internal
|
|
809
|
-
*/
|
|
810
|
-
GetModelTemplateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
811
|
-
})(GetModelTemplateResponse || (GetModelTemplateResponse = {}));
|
|
812
|
-
export var GetRouteRequest;
|
|
813
|
-
(function (GetRouteRequest) {
|
|
814
|
-
/**
|
|
815
|
-
* @internal
|
|
816
|
-
*/
|
|
817
|
-
GetRouteRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
818
|
-
})(GetRouteRequest || (GetRouteRequest = {}));
|
|
819
|
-
export var GetRouteResult;
|
|
820
|
-
(function (GetRouteResult) {
|
|
821
|
-
/**
|
|
822
|
-
* @internal
|
|
823
|
-
*/
|
|
824
|
-
GetRouteResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
825
|
-
})(GetRouteResult || (GetRouteResult = {}));
|
|
826
|
-
export var GetRouteResponseRequest;
|
|
827
|
-
(function (GetRouteResponseRequest) {
|
|
828
|
-
/**
|
|
829
|
-
* @internal
|
|
830
|
-
*/
|
|
831
|
-
GetRouteResponseRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
832
|
-
})(GetRouteResponseRequest || (GetRouteResponseRequest = {}));
|
|
833
|
-
export var GetRouteResponseResponse;
|
|
834
|
-
(function (GetRouteResponseResponse) {
|
|
835
|
-
/**
|
|
836
|
-
* @internal
|
|
837
|
-
*/
|
|
838
|
-
GetRouteResponseResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
839
|
-
})(GetRouteResponseResponse || (GetRouteResponseResponse = {}));
|
|
840
|
-
export var GetRouteResponsesRequest;
|
|
841
|
-
(function (GetRouteResponsesRequest) {
|
|
842
|
-
/**
|
|
843
|
-
* @internal
|
|
844
|
-
*/
|
|
845
|
-
GetRouteResponsesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
846
|
-
})(GetRouteResponsesRequest || (GetRouteResponsesRequest = {}));
|
|
847
|
-
export var GetRouteResponsesResponse;
|
|
848
|
-
(function (GetRouteResponsesResponse) {
|
|
849
|
-
/**
|
|
850
|
-
* @internal
|
|
851
|
-
*/
|
|
852
|
-
GetRouteResponsesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
853
|
-
})(GetRouteResponsesResponse || (GetRouteResponsesResponse = {}));
|
|
854
|
-
export var GetRoutesRequest;
|
|
855
|
-
(function (GetRoutesRequest) {
|
|
856
|
-
/**
|
|
857
|
-
* @internal
|
|
858
|
-
*/
|
|
859
|
-
GetRoutesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
860
|
-
})(GetRoutesRequest || (GetRoutesRequest = {}));
|
|
861
|
-
export var GetRoutesResponse;
|
|
862
|
-
(function (GetRoutesResponse) {
|
|
863
|
-
/**
|
|
864
|
-
* @internal
|
|
865
|
-
*/
|
|
866
|
-
GetRoutesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
867
|
-
})(GetRoutesResponse || (GetRoutesResponse = {}));
|
|
868
|
-
export var GetStageRequest;
|
|
869
|
-
(function (GetStageRequest) {
|
|
870
|
-
/**
|
|
871
|
-
* @internal
|
|
872
|
-
*/
|
|
873
|
-
GetStageRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
874
|
-
})(GetStageRequest || (GetStageRequest = {}));
|
|
875
|
-
export var GetStageResponse;
|
|
876
|
-
(function (GetStageResponse) {
|
|
877
|
-
/**
|
|
878
|
-
* @internal
|
|
879
|
-
*/
|
|
880
|
-
GetStageResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
881
|
-
})(GetStageResponse || (GetStageResponse = {}));
|
|
882
|
-
export var GetStagesRequest;
|
|
883
|
-
(function (GetStagesRequest) {
|
|
884
|
-
/**
|
|
885
|
-
* @internal
|
|
886
|
-
*/
|
|
887
|
-
GetStagesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
888
|
-
})(GetStagesRequest || (GetStagesRequest = {}));
|
|
889
|
-
export var GetStagesResponse;
|
|
890
|
-
(function (GetStagesResponse) {
|
|
891
|
-
/**
|
|
892
|
-
* @internal
|
|
893
|
-
*/
|
|
894
|
-
GetStagesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
895
|
-
})(GetStagesResponse || (GetStagesResponse = {}));
|
|
896
|
-
export var GetTagsRequest;
|
|
897
|
-
(function (GetTagsRequest) {
|
|
898
|
-
/**
|
|
899
|
-
* @internal
|
|
900
|
-
*/
|
|
901
|
-
GetTagsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
902
|
-
})(GetTagsRequest || (GetTagsRequest = {}));
|
|
903
|
-
export var GetTagsResponse;
|
|
904
|
-
(function (GetTagsResponse) {
|
|
905
|
-
/**
|
|
906
|
-
* @internal
|
|
907
|
-
*/
|
|
908
|
-
GetTagsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
909
|
-
})(GetTagsResponse || (GetTagsResponse = {}));
|
|
910
|
-
export var GetVpcLinkRequest;
|
|
911
|
-
(function (GetVpcLinkRequest) {
|
|
912
|
-
/**
|
|
913
|
-
* @internal
|
|
914
|
-
*/
|
|
915
|
-
GetVpcLinkRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
916
|
-
})(GetVpcLinkRequest || (GetVpcLinkRequest = {}));
|
|
917
|
-
export var GetVpcLinkResponse;
|
|
918
|
-
(function (GetVpcLinkResponse) {
|
|
919
|
-
/**
|
|
920
|
-
* @internal
|
|
921
|
-
*/
|
|
922
|
-
GetVpcLinkResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
923
|
-
})(GetVpcLinkResponse || (GetVpcLinkResponse = {}));
|
|
924
|
-
export var GetVpcLinksRequest;
|
|
925
|
-
(function (GetVpcLinksRequest) {
|
|
926
|
-
/**
|
|
927
|
-
* @internal
|
|
928
|
-
*/
|
|
929
|
-
GetVpcLinksRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
930
|
-
})(GetVpcLinksRequest || (GetVpcLinksRequest = {}));
|
|
931
|
-
export var GetVpcLinksResponse;
|
|
932
|
-
(function (GetVpcLinksResponse) {
|
|
933
|
-
/**
|
|
934
|
-
* @internal
|
|
935
|
-
*/
|
|
936
|
-
GetVpcLinksResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
937
|
-
})(GetVpcLinksResponse || (GetVpcLinksResponse = {}));
|
|
938
|
-
export var ImportApiRequest;
|
|
939
|
-
(function (ImportApiRequest) {
|
|
940
|
-
/**
|
|
941
|
-
* @internal
|
|
942
|
-
*/
|
|
943
|
-
ImportApiRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
944
|
-
})(ImportApiRequest || (ImportApiRequest = {}));
|
|
945
|
-
export var ImportApiResponse;
|
|
946
|
-
(function (ImportApiResponse) {
|
|
947
|
-
/**
|
|
948
|
-
* @internal
|
|
949
|
-
*/
|
|
950
|
-
ImportApiResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
951
|
-
})(ImportApiResponse || (ImportApiResponse = {}));
|
|
952
|
-
export var ReimportApiRequest;
|
|
953
|
-
(function (ReimportApiRequest) {
|
|
954
|
-
/**
|
|
955
|
-
* @internal
|
|
956
|
-
*/
|
|
957
|
-
ReimportApiRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
958
|
-
})(ReimportApiRequest || (ReimportApiRequest = {}));
|
|
959
|
-
export var ReimportApiResponse;
|
|
960
|
-
(function (ReimportApiResponse) {
|
|
961
|
-
/**
|
|
962
|
-
* @internal
|
|
963
|
-
*/
|
|
964
|
-
ReimportApiResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
965
|
-
})(ReimportApiResponse || (ReimportApiResponse = {}));
|
|
966
|
-
export var ResetAuthorizersCacheRequest;
|
|
967
|
-
(function (ResetAuthorizersCacheRequest) {
|
|
968
|
-
/**
|
|
969
|
-
* @internal
|
|
970
|
-
*/
|
|
971
|
-
ResetAuthorizersCacheRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
972
|
-
})(ResetAuthorizersCacheRequest || (ResetAuthorizersCacheRequest = {}));
|
|
973
|
-
export var TagResourceRequest;
|
|
974
|
-
(function (TagResourceRequest) {
|
|
975
|
-
/**
|
|
976
|
-
* @internal
|
|
977
|
-
*/
|
|
978
|
-
TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
979
|
-
})(TagResourceRequest || (TagResourceRequest = {}));
|
|
980
|
-
export var TagResourceResponse;
|
|
981
|
-
(function (TagResourceResponse) {
|
|
982
|
-
/**
|
|
983
|
-
* @internal
|
|
984
|
-
*/
|
|
985
|
-
TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
986
|
-
})(TagResourceResponse || (TagResourceResponse = {}));
|
|
987
|
-
export var UntagResourceRequest;
|
|
988
|
-
(function (UntagResourceRequest) {
|
|
989
|
-
/**
|
|
990
|
-
* @internal
|
|
991
|
-
*/
|
|
992
|
-
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
993
|
-
})(UntagResourceRequest || (UntagResourceRequest = {}));
|
|
994
|
-
export var UpdateApiRequest;
|
|
995
|
-
(function (UpdateApiRequest) {
|
|
996
|
-
/**
|
|
997
|
-
* @internal
|
|
998
|
-
*/
|
|
999
|
-
UpdateApiRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1000
|
-
})(UpdateApiRequest || (UpdateApiRequest = {}));
|
|
1001
|
-
export var UpdateApiResponse;
|
|
1002
|
-
(function (UpdateApiResponse) {
|
|
1003
|
-
/**
|
|
1004
|
-
* @internal
|
|
1005
|
-
*/
|
|
1006
|
-
UpdateApiResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1007
|
-
})(UpdateApiResponse || (UpdateApiResponse = {}));
|
|
1008
|
-
export var UpdateApiMappingRequest;
|
|
1009
|
-
(function (UpdateApiMappingRequest) {
|
|
1010
|
-
/**
|
|
1011
|
-
* @internal
|
|
1012
|
-
*/
|
|
1013
|
-
UpdateApiMappingRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1014
|
-
})(UpdateApiMappingRequest || (UpdateApiMappingRequest = {}));
|
|
1015
|
-
export var UpdateApiMappingResponse;
|
|
1016
|
-
(function (UpdateApiMappingResponse) {
|
|
1017
|
-
/**
|
|
1018
|
-
* @internal
|
|
1019
|
-
*/
|
|
1020
|
-
UpdateApiMappingResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1021
|
-
})(UpdateApiMappingResponse || (UpdateApiMappingResponse = {}));
|
|
1022
|
-
export var UpdateAuthorizerRequest;
|
|
1023
|
-
(function (UpdateAuthorizerRequest) {
|
|
1024
|
-
/**
|
|
1025
|
-
* @internal
|
|
1026
|
-
*/
|
|
1027
|
-
UpdateAuthorizerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1028
|
-
})(UpdateAuthorizerRequest || (UpdateAuthorizerRequest = {}));
|
|
1029
|
-
export var UpdateAuthorizerResponse;
|
|
1030
|
-
(function (UpdateAuthorizerResponse) {
|
|
1031
|
-
/**
|
|
1032
|
-
* @internal
|
|
1033
|
-
*/
|
|
1034
|
-
UpdateAuthorizerResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1035
|
-
})(UpdateAuthorizerResponse || (UpdateAuthorizerResponse = {}));
|
|
1036
|
-
export var UpdateDeploymentRequest;
|
|
1037
|
-
(function (UpdateDeploymentRequest) {
|
|
1038
|
-
/**
|
|
1039
|
-
* @internal
|
|
1040
|
-
*/
|
|
1041
|
-
UpdateDeploymentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1042
|
-
})(UpdateDeploymentRequest || (UpdateDeploymentRequest = {}));
|
|
1043
|
-
export var UpdateDeploymentResponse;
|
|
1044
|
-
(function (UpdateDeploymentResponse) {
|
|
1045
|
-
/**
|
|
1046
|
-
* @internal
|
|
1047
|
-
*/
|
|
1048
|
-
UpdateDeploymentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1049
|
-
})(UpdateDeploymentResponse || (UpdateDeploymentResponse = {}));
|
|
1050
|
-
export var UpdateDomainNameRequest;
|
|
1051
|
-
(function (UpdateDomainNameRequest) {
|
|
1052
|
-
/**
|
|
1053
|
-
* @internal
|
|
1054
|
-
*/
|
|
1055
|
-
UpdateDomainNameRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1056
|
-
})(UpdateDomainNameRequest || (UpdateDomainNameRequest = {}));
|
|
1057
|
-
export var UpdateDomainNameResponse;
|
|
1058
|
-
(function (UpdateDomainNameResponse) {
|
|
1059
|
-
/**
|
|
1060
|
-
* @internal
|
|
1061
|
-
*/
|
|
1062
|
-
UpdateDomainNameResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1063
|
-
})(UpdateDomainNameResponse || (UpdateDomainNameResponse = {}));
|
|
1064
|
-
export var UpdateIntegrationRequest;
|
|
1065
|
-
(function (UpdateIntegrationRequest) {
|
|
1066
|
-
/**
|
|
1067
|
-
* @internal
|
|
1068
|
-
*/
|
|
1069
|
-
UpdateIntegrationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1070
|
-
})(UpdateIntegrationRequest || (UpdateIntegrationRequest = {}));
|
|
1071
|
-
export var UpdateIntegrationResult;
|
|
1072
|
-
(function (UpdateIntegrationResult) {
|
|
1073
|
-
/**
|
|
1074
|
-
* @internal
|
|
1075
|
-
*/
|
|
1076
|
-
UpdateIntegrationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1077
|
-
})(UpdateIntegrationResult || (UpdateIntegrationResult = {}));
|
|
1078
|
-
export var UpdateIntegrationResponseRequest;
|
|
1079
|
-
(function (UpdateIntegrationResponseRequest) {
|
|
1080
|
-
/**
|
|
1081
|
-
* @internal
|
|
1082
|
-
*/
|
|
1083
|
-
UpdateIntegrationResponseRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1084
|
-
})(UpdateIntegrationResponseRequest || (UpdateIntegrationResponseRequest = {}));
|
|
1085
|
-
export var UpdateIntegrationResponseResponse;
|
|
1086
|
-
(function (UpdateIntegrationResponseResponse) {
|
|
1087
|
-
/**
|
|
1088
|
-
* @internal
|
|
1089
|
-
*/
|
|
1090
|
-
UpdateIntegrationResponseResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1091
|
-
})(UpdateIntegrationResponseResponse || (UpdateIntegrationResponseResponse = {}));
|
|
1092
|
-
export var UpdateModelRequest;
|
|
1093
|
-
(function (UpdateModelRequest) {
|
|
1094
|
-
/**
|
|
1095
|
-
* @internal
|
|
1096
|
-
*/
|
|
1097
|
-
UpdateModelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1098
|
-
})(UpdateModelRequest || (UpdateModelRequest = {}));
|
|
1099
|
-
export var UpdateModelResponse;
|
|
1100
|
-
(function (UpdateModelResponse) {
|
|
1101
|
-
/**
|
|
1102
|
-
* @internal
|
|
1103
|
-
*/
|
|
1104
|
-
UpdateModelResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1105
|
-
})(UpdateModelResponse || (UpdateModelResponse = {}));
|
|
1106
|
-
export var UpdateRouteRequest;
|
|
1107
|
-
(function (UpdateRouteRequest) {
|
|
1108
|
-
/**
|
|
1109
|
-
* @internal
|
|
1110
|
-
*/
|
|
1111
|
-
UpdateRouteRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1112
|
-
})(UpdateRouteRequest || (UpdateRouteRequest = {}));
|
|
1113
|
-
export var UpdateRouteResult;
|
|
1114
|
-
(function (UpdateRouteResult) {
|
|
1115
|
-
/**
|
|
1116
|
-
* @internal
|
|
1117
|
-
*/
|
|
1118
|
-
UpdateRouteResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1119
|
-
})(UpdateRouteResult || (UpdateRouteResult = {}));
|
|
1120
|
-
export var UpdateRouteResponseRequest;
|
|
1121
|
-
(function (UpdateRouteResponseRequest) {
|
|
1122
|
-
/**
|
|
1123
|
-
* @internal
|
|
1124
|
-
*/
|
|
1125
|
-
UpdateRouteResponseRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1126
|
-
})(UpdateRouteResponseRequest || (UpdateRouteResponseRequest = {}));
|
|
1127
|
-
export var UpdateRouteResponseResponse;
|
|
1128
|
-
(function (UpdateRouteResponseResponse) {
|
|
1129
|
-
/**
|
|
1130
|
-
* @internal
|
|
1131
|
-
*/
|
|
1132
|
-
UpdateRouteResponseResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1133
|
-
})(UpdateRouteResponseResponse || (UpdateRouteResponseResponse = {}));
|
|
1134
|
-
export var UpdateStageRequest;
|
|
1135
|
-
(function (UpdateStageRequest) {
|
|
1136
|
-
/**
|
|
1137
|
-
* @internal
|
|
1138
|
-
*/
|
|
1139
|
-
UpdateStageRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1140
|
-
})(UpdateStageRequest || (UpdateStageRequest = {}));
|
|
1141
|
-
export var UpdateStageResponse;
|
|
1142
|
-
(function (UpdateStageResponse) {
|
|
1143
|
-
/**
|
|
1144
|
-
* @internal
|
|
1145
|
-
*/
|
|
1146
|
-
UpdateStageResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1147
|
-
})(UpdateStageResponse || (UpdateStageResponse = {}));
|
|
1148
|
-
export var UpdateVpcLinkRequest;
|
|
1149
|
-
(function (UpdateVpcLinkRequest) {
|
|
1150
|
-
/**
|
|
1151
|
-
* @internal
|
|
1152
|
-
*/
|
|
1153
|
-
UpdateVpcLinkRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1154
|
-
})(UpdateVpcLinkRequest || (UpdateVpcLinkRequest = {}));
|
|
1155
|
-
export var UpdateVpcLinkResponse;
|
|
1156
|
-
(function (UpdateVpcLinkResponse) {
|
|
1157
|
-
/**
|
|
1158
|
-
* @internal
|
|
1159
|
-
*/
|
|
1160
|
-
UpdateVpcLinkResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1161
|
-
})(UpdateVpcLinkResponse || (UpdateVpcLinkResponse = {}));
|
|
1162
|
-
//# sourceMappingURL=models_0.js.map
|