@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
|
@@ -0,0 +1,700 @@
|
|
|
1
|
+
import { __assign } from "tslib";
|
|
2
|
+
export var Cors;
|
|
3
|
+
(function (Cors) {
|
|
4
|
+
Cors.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
5
|
+
})(Cors || (Cors = {}));
|
|
6
|
+
export var ProtocolType;
|
|
7
|
+
(function (ProtocolType) {
|
|
8
|
+
ProtocolType["HTTP"] = "HTTP";
|
|
9
|
+
ProtocolType["WEBSOCKET"] = "WEBSOCKET";
|
|
10
|
+
})(ProtocolType || (ProtocolType = {}));
|
|
11
|
+
export var Api;
|
|
12
|
+
(function (Api) {
|
|
13
|
+
Api.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
14
|
+
})(Api || (Api = {}));
|
|
15
|
+
export var ApiMapping;
|
|
16
|
+
(function (ApiMapping) {
|
|
17
|
+
ApiMapping.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
18
|
+
})(ApiMapping || (ApiMapping = {}));
|
|
19
|
+
export var AuthorizerType;
|
|
20
|
+
(function (AuthorizerType) {
|
|
21
|
+
AuthorizerType["JWT"] = "JWT";
|
|
22
|
+
AuthorizerType["REQUEST"] = "REQUEST";
|
|
23
|
+
})(AuthorizerType || (AuthorizerType = {}));
|
|
24
|
+
export var JWTConfiguration;
|
|
25
|
+
(function (JWTConfiguration) {
|
|
26
|
+
JWTConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
27
|
+
})(JWTConfiguration || (JWTConfiguration = {}));
|
|
28
|
+
export var Authorizer;
|
|
29
|
+
(function (Authorizer) {
|
|
30
|
+
Authorizer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
31
|
+
})(Authorizer || (Authorizer = {}));
|
|
32
|
+
export var DeploymentStatus;
|
|
33
|
+
(function (DeploymentStatus) {
|
|
34
|
+
DeploymentStatus["DEPLOYED"] = "DEPLOYED";
|
|
35
|
+
DeploymentStatus["FAILED"] = "FAILED";
|
|
36
|
+
DeploymentStatus["PENDING"] = "PENDING";
|
|
37
|
+
})(DeploymentStatus || (DeploymentStatus = {}));
|
|
38
|
+
export var Deployment;
|
|
39
|
+
(function (Deployment) {
|
|
40
|
+
Deployment.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
41
|
+
})(Deployment || (Deployment = {}));
|
|
42
|
+
export var DomainNameStatus;
|
|
43
|
+
(function (DomainNameStatus) {
|
|
44
|
+
DomainNameStatus["AVAILABLE"] = "AVAILABLE";
|
|
45
|
+
DomainNameStatus["PENDING_CERTIFICATE_REIMPORT"] = "PENDING_CERTIFICATE_REIMPORT";
|
|
46
|
+
DomainNameStatus["PENDING_OWNERSHIP_VERIFICATION"] = "PENDING_OWNERSHIP_VERIFICATION";
|
|
47
|
+
DomainNameStatus["UPDATING"] = "UPDATING";
|
|
48
|
+
})(DomainNameStatus || (DomainNameStatus = {}));
|
|
49
|
+
export var EndpointType;
|
|
50
|
+
(function (EndpointType) {
|
|
51
|
+
EndpointType["EDGE"] = "EDGE";
|
|
52
|
+
EndpointType["REGIONAL"] = "REGIONAL";
|
|
53
|
+
})(EndpointType || (EndpointType = {}));
|
|
54
|
+
export var SecurityPolicy;
|
|
55
|
+
(function (SecurityPolicy) {
|
|
56
|
+
SecurityPolicy["TLS_1_0"] = "TLS_1_0";
|
|
57
|
+
SecurityPolicy["TLS_1_2"] = "TLS_1_2";
|
|
58
|
+
})(SecurityPolicy || (SecurityPolicy = {}));
|
|
59
|
+
export var DomainNameConfiguration;
|
|
60
|
+
(function (DomainNameConfiguration) {
|
|
61
|
+
DomainNameConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
62
|
+
})(DomainNameConfiguration || (DomainNameConfiguration = {}));
|
|
63
|
+
export var MutualTlsAuthentication;
|
|
64
|
+
(function (MutualTlsAuthentication) {
|
|
65
|
+
MutualTlsAuthentication.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
66
|
+
})(MutualTlsAuthentication || (MutualTlsAuthentication = {}));
|
|
67
|
+
export var DomainName;
|
|
68
|
+
(function (DomainName) {
|
|
69
|
+
DomainName.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
70
|
+
})(DomainName || (DomainName = {}));
|
|
71
|
+
export var ConnectionType;
|
|
72
|
+
(function (ConnectionType) {
|
|
73
|
+
ConnectionType["INTERNET"] = "INTERNET";
|
|
74
|
+
ConnectionType["VPC_LINK"] = "VPC_LINK";
|
|
75
|
+
})(ConnectionType || (ConnectionType = {}));
|
|
76
|
+
export var ContentHandlingStrategy;
|
|
77
|
+
(function (ContentHandlingStrategy) {
|
|
78
|
+
ContentHandlingStrategy["CONVERT_TO_BINARY"] = "CONVERT_TO_BINARY";
|
|
79
|
+
ContentHandlingStrategy["CONVERT_TO_TEXT"] = "CONVERT_TO_TEXT";
|
|
80
|
+
})(ContentHandlingStrategy || (ContentHandlingStrategy = {}));
|
|
81
|
+
export var IntegrationType;
|
|
82
|
+
(function (IntegrationType) {
|
|
83
|
+
IntegrationType["AWS"] = "AWS";
|
|
84
|
+
IntegrationType["AWS_PROXY"] = "AWS_PROXY";
|
|
85
|
+
IntegrationType["HTTP"] = "HTTP";
|
|
86
|
+
IntegrationType["HTTP_PROXY"] = "HTTP_PROXY";
|
|
87
|
+
IntegrationType["MOCK"] = "MOCK";
|
|
88
|
+
})(IntegrationType || (IntegrationType = {}));
|
|
89
|
+
export var PassthroughBehavior;
|
|
90
|
+
(function (PassthroughBehavior) {
|
|
91
|
+
PassthroughBehavior["NEVER"] = "NEVER";
|
|
92
|
+
PassthroughBehavior["WHEN_NO_MATCH"] = "WHEN_NO_MATCH";
|
|
93
|
+
PassthroughBehavior["WHEN_NO_TEMPLATES"] = "WHEN_NO_TEMPLATES";
|
|
94
|
+
})(PassthroughBehavior || (PassthroughBehavior = {}));
|
|
95
|
+
export var TlsConfig;
|
|
96
|
+
(function (TlsConfig) {
|
|
97
|
+
TlsConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
98
|
+
})(TlsConfig || (TlsConfig = {}));
|
|
99
|
+
export var Integration;
|
|
100
|
+
(function (Integration) {
|
|
101
|
+
Integration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
102
|
+
})(Integration || (Integration = {}));
|
|
103
|
+
export var IntegrationResponse;
|
|
104
|
+
(function (IntegrationResponse) {
|
|
105
|
+
IntegrationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
106
|
+
})(IntegrationResponse || (IntegrationResponse = {}));
|
|
107
|
+
export var Model;
|
|
108
|
+
(function (Model) {
|
|
109
|
+
Model.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
110
|
+
})(Model || (Model = {}));
|
|
111
|
+
export var AuthorizationType;
|
|
112
|
+
(function (AuthorizationType) {
|
|
113
|
+
AuthorizationType["AWS_IAM"] = "AWS_IAM";
|
|
114
|
+
AuthorizationType["CUSTOM"] = "CUSTOM";
|
|
115
|
+
AuthorizationType["JWT"] = "JWT";
|
|
116
|
+
AuthorizationType["NONE"] = "NONE";
|
|
117
|
+
})(AuthorizationType || (AuthorizationType = {}));
|
|
118
|
+
export var ParameterConstraints;
|
|
119
|
+
(function (ParameterConstraints) {
|
|
120
|
+
ParameterConstraints.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
121
|
+
})(ParameterConstraints || (ParameterConstraints = {}));
|
|
122
|
+
export var Route;
|
|
123
|
+
(function (Route) {
|
|
124
|
+
Route.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
125
|
+
})(Route || (Route = {}));
|
|
126
|
+
export var RouteResponse;
|
|
127
|
+
(function (RouteResponse) {
|
|
128
|
+
RouteResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
129
|
+
})(RouteResponse || (RouteResponse = {}));
|
|
130
|
+
export var AccessLogSettings;
|
|
131
|
+
(function (AccessLogSettings) {
|
|
132
|
+
AccessLogSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
133
|
+
})(AccessLogSettings || (AccessLogSettings = {}));
|
|
134
|
+
export var LoggingLevel;
|
|
135
|
+
(function (LoggingLevel) {
|
|
136
|
+
LoggingLevel["ERROR"] = "ERROR";
|
|
137
|
+
LoggingLevel["INFO"] = "INFO";
|
|
138
|
+
LoggingLevel["OFF"] = "OFF";
|
|
139
|
+
})(LoggingLevel || (LoggingLevel = {}));
|
|
140
|
+
export var RouteSettings;
|
|
141
|
+
(function (RouteSettings) {
|
|
142
|
+
RouteSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
143
|
+
})(RouteSettings || (RouteSettings = {}));
|
|
144
|
+
export var Stage;
|
|
145
|
+
(function (Stage) {
|
|
146
|
+
Stage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
147
|
+
})(Stage || (Stage = {}));
|
|
148
|
+
export var VpcLinkStatus;
|
|
149
|
+
(function (VpcLinkStatus) {
|
|
150
|
+
VpcLinkStatus["AVAILABLE"] = "AVAILABLE";
|
|
151
|
+
VpcLinkStatus["DELETING"] = "DELETING";
|
|
152
|
+
VpcLinkStatus["FAILED"] = "FAILED";
|
|
153
|
+
VpcLinkStatus["INACTIVE"] = "INACTIVE";
|
|
154
|
+
VpcLinkStatus["PENDING"] = "PENDING";
|
|
155
|
+
})(VpcLinkStatus || (VpcLinkStatus = {}));
|
|
156
|
+
export var VpcLinkVersion;
|
|
157
|
+
(function (VpcLinkVersion) {
|
|
158
|
+
VpcLinkVersion["V2"] = "V2";
|
|
159
|
+
})(VpcLinkVersion || (VpcLinkVersion = {}));
|
|
160
|
+
export var VpcLink;
|
|
161
|
+
(function (VpcLink) {
|
|
162
|
+
VpcLink.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
163
|
+
})(VpcLink || (VpcLink = {}));
|
|
164
|
+
export var AccessDeniedException;
|
|
165
|
+
(function (AccessDeniedException) {
|
|
166
|
+
AccessDeniedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
167
|
+
})(AccessDeniedException || (AccessDeniedException = {}));
|
|
168
|
+
export var BadRequestException;
|
|
169
|
+
(function (BadRequestException) {
|
|
170
|
+
BadRequestException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
171
|
+
})(BadRequestException || (BadRequestException = {}));
|
|
172
|
+
export var ConflictException;
|
|
173
|
+
(function (ConflictException) {
|
|
174
|
+
ConflictException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
175
|
+
})(ConflictException || (ConflictException = {}));
|
|
176
|
+
export var CreateApiRequest;
|
|
177
|
+
(function (CreateApiRequest) {
|
|
178
|
+
CreateApiRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
179
|
+
})(CreateApiRequest || (CreateApiRequest = {}));
|
|
180
|
+
export var CreateApiResponse;
|
|
181
|
+
(function (CreateApiResponse) {
|
|
182
|
+
CreateApiResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
183
|
+
})(CreateApiResponse || (CreateApiResponse = {}));
|
|
184
|
+
export var NotFoundException;
|
|
185
|
+
(function (NotFoundException) {
|
|
186
|
+
NotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
187
|
+
})(NotFoundException || (NotFoundException = {}));
|
|
188
|
+
export var TooManyRequestsException;
|
|
189
|
+
(function (TooManyRequestsException) {
|
|
190
|
+
TooManyRequestsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
191
|
+
})(TooManyRequestsException || (TooManyRequestsException = {}));
|
|
192
|
+
export var CreateApiMappingRequest;
|
|
193
|
+
(function (CreateApiMappingRequest) {
|
|
194
|
+
CreateApiMappingRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
195
|
+
})(CreateApiMappingRequest || (CreateApiMappingRequest = {}));
|
|
196
|
+
export var CreateApiMappingResponse;
|
|
197
|
+
(function (CreateApiMappingResponse) {
|
|
198
|
+
CreateApiMappingResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
199
|
+
})(CreateApiMappingResponse || (CreateApiMappingResponse = {}));
|
|
200
|
+
export var CreateAuthorizerRequest;
|
|
201
|
+
(function (CreateAuthorizerRequest) {
|
|
202
|
+
CreateAuthorizerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
203
|
+
})(CreateAuthorizerRequest || (CreateAuthorizerRequest = {}));
|
|
204
|
+
export var CreateAuthorizerResponse;
|
|
205
|
+
(function (CreateAuthorizerResponse) {
|
|
206
|
+
CreateAuthorizerResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
207
|
+
})(CreateAuthorizerResponse || (CreateAuthorizerResponse = {}));
|
|
208
|
+
export var CreateDeploymentRequest;
|
|
209
|
+
(function (CreateDeploymentRequest) {
|
|
210
|
+
CreateDeploymentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
211
|
+
})(CreateDeploymentRequest || (CreateDeploymentRequest = {}));
|
|
212
|
+
export var CreateDeploymentResponse;
|
|
213
|
+
(function (CreateDeploymentResponse) {
|
|
214
|
+
CreateDeploymentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
215
|
+
})(CreateDeploymentResponse || (CreateDeploymentResponse = {}));
|
|
216
|
+
export var MutualTlsAuthenticationInput;
|
|
217
|
+
(function (MutualTlsAuthenticationInput) {
|
|
218
|
+
MutualTlsAuthenticationInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
219
|
+
})(MutualTlsAuthenticationInput || (MutualTlsAuthenticationInput = {}));
|
|
220
|
+
export var CreateDomainNameRequest;
|
|
221
|
+
(function (CreateDomainNameRequest) {
|
|
222
|
+
CreateDomainNameRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
223
|
+
})(CreateDomainNameRequest || (CreateDomainNameRequest = {}));
|
|
224
|
+
export var CreateDomainNameResponse;
|
|
225
|
+
(function (CreateDomainNameResponse) {
|
|
226
|
+
CreateDomainNameResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
227
|
+
})(CreateDomainNameResponse || (CreateDomainNameResponse = {}));
|
|
228
|
+
export var TlsConfigInput;
|
|
229
|
+
(function (TlsConfigInput) {
|
|
230
|
+
TlsConfigInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
231
|
+
})(TlsConfigInput || (TlsConfigInput = {}));
|
|
232
|
+
export var CreateIntegrationRequest;
|
|
233
|
+
(function (CreateIntegrationRequest) {
|
|
234
|
+
CreateIntegrationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
235
|
+
})(CreateIntegrationRequest || (CreateIntegrationRequest = {}));
|
|
236
|
+
export var CreateIntegrationResult;
|
|
237
|
+
(function (CreateIntegrationResult) {
|
|
238
|
+
CreateIntegrationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
239
|
+
})(CreateIntegrationResult || (CreateIntegrationResult = {}));
|
|
240
|
+
export var CreateIntegrationResponseRequest;
|
|
241
|
+
(function (CreateIntegrationResponseRequest) {
|
|
242
|
+
CreateIntegrationResponseRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
243
|
+
})(CreateIntegrationResponseRequest || (CreateIntegrationResponseRequest = {}));
|
|
244
|
+
export var CreateIntegrationResponseResponse;
|
|
245
|
+
(function (CreateIntegrationResponseResponse) {
|
|
246
|
+
CreateIntegrationResponseResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
247
|
+
})(CreateIntegrationResponseResponse || (CreateIntegrationResponseResponse = {}));
|
|
248
|
+
export var CreateModelRequest;
|
|
249
|
+
(function (CreateModelRequest) {
|
|
250
|
+
CreateModelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
251
|
+
})(CreateModelRequest || (CreateModelRequest = {}));
|
|
252
|
+
export var CreateModelResponse;
|
|
253
|
+
(function (CreateModelResponse) {
|
|
254
|
+
CreateModelResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
255
|
+
})(CreateModelResponse || (CreateModelResponse = {}));
|
|
256
|
+
export var CreateRouteRequest;
|
|
257
|
+
(function (CreateRouteRequest) {
|
|
258
|
+
CreateRouteRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
259
|
+
})(CreateRouteRequest || (CreateRouteRequest = {}));
|
|
260
|
+
export var CreateRouteResult;
|
|
261
|
+
(function (CreateRouteResult) {
|
|
262
|
+
CreateRouteResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
263
|
+
})(CreateRouteResult || (CreateRouteResult = {}));
|
|
264
|
+
export var CreateRouteResponseRequest;
|
|
265
|
+
(function (CreateRouteResponseRequest) {
|
|
266
|
+
CreateRouteResponseRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
267
|
+
})(CreateRouteResponseRequest || (CreateRouteResponseRequest = {}));
|
|
268
|
+
export var CreateRouteResponseResponse;
|
|
269
|
+
(function (CreateRouteResponseResponse) {
|
|
270
|
+
CreateRouteResponseResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
271
|
+
})(CreateRouteResponseResponse || (CreateRouteResponseResponse = {}));
|
|
272
|
+
export var CreateStageRequest;
|
|
273
|
+
(function (CreateStageRequest) {
|
|
274
|
+
CreateStageRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
275
|
+
})(CreateStageRequest || (CreateStageRequest = {}));
|
|
276
|
+
export var CreateStageResponse;
|
|
277
|
+
(function (CreateStageResponse) {
|
|
278
|
+
CreateStageResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
279
|
+
})(CreateStageResponse || (CreateStageResponse = {}));
|
|
280
|
+
export var CreateVpcLinkRequest;
|
|
281
|
+
(function (CreateVpcLinkRequest) {
|
|
282
|
+
CreateVpcLinkRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
283
|
+
})(CreateVpcLinkRequest || (CreateVpcLinkRequest = {}));
|
|
284
|
+
export var CreateVpcLinkResponse;
|
|
285
|
+
(function (CreateVpcLinkResponse) {
|
|
286
|
+
CreateVpcLinkResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
287
|
+
})(CreateVpcLinkResponse || (CreateVpcLinkResponse = {}));
|
|
288
|
+
export var DeleteAccessLogSettingsRequest;
|
|
289
|
+
(function (DeleteAccessLogSettingsRequest) {
|
|
290
|
+
DeleteAccessLogSettingsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
291
|
+
})(DeleteAccessLogSettingsRequest || (DeleteAccessLogSettingsRequest = {}));
|
|
292
|
+
export var DeleteApiRequest;
|
|
293
|
+
(function (DeleteApiRequest) {
|
|
294
|
+
DeleteApiRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
295
|
+
})(DeleteApiRequest || (DeleteApiRequest = {}));
|
|
296
|
+
export var DeleteApiMappingRequest;
|
|
297
|
+
(function (DeleteApiMappingRequest) {
|
|
298
|
+
DeleteApiMappingRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
299
|
+
})(DeleteApiMappingRequest || (DeleteApiMappingRequest = {}));
|
|
300
|
+
export var DeleteAuthorizerRequest;
|
|
301
|
+
(function (DeleteAuthorizerRequest) {
|
|
302
|
+
DeleteAuthorizerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
303
|
+
})(DeleteAuthorizerRequest || (DeleteAuthorizerRequest = {}));
|
|
304
|
+
export var DeleteCorsConfigurationRequest;
|
|
305
|
+
(function (DeleteCorsConfigurationRequest) {
|
|
306
|
+
DeleteCorsConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
307
|
+
})(DeleteCorsConfigurationRequest || (DeleteCorsConfigurationRequest = {}));
|
|
308
|
+
export var DeleteDeploymentRequest;
|
|
309
|
+
(function (DeleteDeploymentRequest) {
|
|
310
|
+
DeleteDeploymentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
311
|
+
})(DeleteDeploymentRequest || (DeleteDeploymentRequest = {}));
|
|
312
|
+
export var DeleteDomainNameRequest;
|
|
313
|
+
(function (DeleteDomainNameRequest) {
|
|
314
|
+
DeleteDomainNameRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
315
|
+
})(DeleteDomainNameRequest || (DeleteDomainNameRequest = {}));
|
|
316
|
+
export var DeleteIntegrationRequest;
|
|
317
|
+
(function (DeleteIntegrationRequest) {
|
|
318
|
+
DeleteIntegrationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
319
|
+
})(DeleteIntegrationRequest || (DeleteIntegrationRequest = {}));
|
|
320
|
+
export var DeleteIntegrationResponseRequest;
|
|
321
|
+
(function (DeleteIntegrationResponseRequest) {
|
|
322
|
+
DeleteIntegrationResponseRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
323
|
+
})(DeleteIntegrationResponseRequest || (DeleteIntegrationResponseRequest = {}));
|
|
324
|
+
export var DeleteModelRequest;
|
|
325
|
+
(function (DeleteModelRequest) {
|
|
326
|
+
DeleteModelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
327
|
+
})(DeleteModelRequest || (DeleteModelRequest = {}));
|
|
328
|
+
export var DeleteRouteRequest;
|
|
329
|
+
(function (DeleteRouteRequest) {
|
|
330
|
+
DeleteRouteRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
331
|
+
})(DeleteRouteRequest || (DeleteRouteRequest = {}));
|
|
332
|
+
export var DeleteRouteRequestParameterRequest;
|
|
333
|
+
(function (DeleteRouteRequestParameterRequest) {
|
|
334
|
+
DeleteRouteRequestParameterRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
335
|
+
})(DeleteRouteRequestParameterRequest || (DeleteRouteRequestParameterRequest = {}));
|
|
336
|
+
export var DeleteRouteResponseRequest;
|
|
337
|
+
(function (DeleteRouteResponseRequest) {
|
|
338
|
+
DeleteRouteResponseRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
339
|
+
})(DeleteRouteResponseRequest || (DeleteRouteResponseRequest = {}));
|
|
340
|
+
export var DeleteRouteSettingsRequest;
|
|
341
|
+
(function (DeleteRouteSettingsRequest) {
|
|
342
|
+
DeleteRouteSettingsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
343
|
+
})(DeleteRouteSettingsRequest || (DeleteRouteSettingsRequest = {}));
|
|
344
|
+
export var DeleteStageRequest;
|
|
345
|
+
(function (DeleteStageRequest) {
|
|
346
|
+
DeleteStageRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
347
|
+
})(DeleteStageRequest || (DeleteStageRequest = {}));
|
|
348
|
+
export var DeleteVpcLinkRequest;
|
|
349
|
+
(function (DeleteVpcLinkRequest) {
|
|
350
|
+
DeleteVpcLinkRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
351
|
+
})(DeleteVpcLinkRequest || (DeleteVpcLinkRequest = {}));
|
|
352
|
+
export var DeleteVpcLinkResponse;
|
|
353
|
+
(function (DeleteVpcLinkResponse) {
|
|
354
|
+
DeleteVpcLinkResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
355
|
+
})(DeleteVpcLinkResponse || (DeleteVpcLinkResponse = {}));
|
|
356
|
+
export var ExportApiRequest;
|
|
357
|
+
(function (ExportApiRequest) {
|
|
358
|
+
ExportApiRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
359
|
+
})(ExportApiRequest || (ExportApiRequest = {}));
|
|
360
|
+
export var ExportApiResponse;
|
|
361
|
+
(function (ExportApiResponse) {
|
|
362
|
+
ExportApiResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
363
|
+
})(ExportApiResponse || (ExportApiResponse = {}));
|
|
364
|
+
export var GetApiRequest;
|
|
365
|
+
(function (GetApiRequest) {
|
|
366
|
+
GetApiRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
367
|
+
})(GetApiRequest || (GetApiRequest = {}));
|
|
368
|
+
export var GetApiResponse;
|
|
369
|
+
(function (GetApiResponse) {
|
|
370
|
+
GetApiResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
371
|
+
})(GetApiResponse || (GetApiResponse = {}));
|
|
372
|
+
export var GetApiMappingRequest;
|
|
373
|
+
(function (GetApiMappingRequest) {
|
|
374
|
+
GetApiMappingRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
375
|
+
})(GetApiMappingRequest || (GetApiMappingRequest = {}));
|
|
376
|
+
export var GetApiMappingResponse;
|
|
377
|
+
(function (GetApiMappingResponse) {
|
|
378
|
+
GetApiMappingResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
379
|
+
})(GetApiMappingResponse || (GetApiMappingResponse = {}));
|
|
380
|
+
export var GetApiMappingsRequest;
|
|
381
|
+
(function (GetApiMappingsRequest) {
|
|
382
|
+
GetApiMappingsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
383
|
+
})(GetApiMappingsRequest || (GetApiMappingsRequest = {}));
|
|
384
|
+
export var GetApiMappingsResponse;
|
|
385
|
+
(function (GetApiMappingsResponse) {
|
|
386
|
+
GetApiMappingsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
387
|
+
})(GetApiMappingsResponse || (GetApiMappingsResponse = {}));
|
|
388
|
+
export var GetApisRequest;
|
|
389
|
+
(function (GetApisRequest) {
|
|
390
|
+
GetApisRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
391
|
+
})(GetApisRequest || (GetApisRequest = {}));
|
|
392
|
+
export var GetApisResponse;
|
|
393
|
+
(function (GetApisResponse) {
|
|
394
|
+
GetApisResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
395
|
+
})(GetApisResponse || (GetApisResponse = {}));
|
|
396
|
+
export var GetAuthorizerRequest;
|
|
397
|
+
(function (GetAuthorizerRequest) {
|
|
398
|
+
GetAuthorizerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
399
|
+
})(GetAuthorizerRequest || (GetAuthorizerRequest = {}));
|
|
400
|
+
export var GetAuthorizerResponse;
|
|
401
|
+
(function (GetAuthorizerResponse) {
|
|
402
|
+
GetAuthorizerResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
403
|
+
})(GetAuthorizerResponse || (GetAuthorizerResponse = {}));
|
|
404
|
+
export var GetAuthorizersRequest;
|
|
405
|
+
(function (GetAuthorizersRequest) {
|
|
406
|
+
GetAuthorizersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
407
|
+
})(GetAuthorizersRequest || (GetAuthorizersRequest = {}));
|
|
408
|
+
export var GetAuthorizersResponse;
|
|
409
|
+
(function (GetAuthorizersResponse) {
|
|
410
|
+
GetAuthorizersResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
411
|
+
})(GetAuthorizersResponse || (GetAuthorizersResponse = {}));
|
|
412
|
+
export var GetDeploymentRequest;
|
|
413
|
+
(function (GetDeploymentRequest) {
|
|
414
|
+
GetDeploymentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
415
|
+
})(GetDeploymentRequest || (GetDeploymentRequest = {}));
|
|
416
|
+
export var GetDeploymentResponse;
|
|
417
|
+
(function (GetDeploymentResponse) {
|
|
418
|
+
GetDeploymentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
419
|
+
})(GetDeploymentResponse || (GetDeploymentResponse = {}));
|
|
420
|
+
export var GetDeploymentsRequest;
|
|
421
|
+
(function (GetDeploymentsRequest) {
|
|
422
|
+
GetDeploymentsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
423
|
+
})(GetDeploymentsRequest || (GetDeploymentsRequest = {}));
|
|
424
|
+
export var GetDeploymentsResponse;
|
|
425
|
+
(function (GetDeploymentsResponse) {
|
|
426
|
+
GetDeploymentsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
427
|
+
})(GetDeploymentsResponse || (GetDeploymentsResponse = {}));
|
|
428
|
+
export var GetDomainNameRequest;
|
|
429
|
+
(function (GetDomainNameRequest) {
|
|
430
|
+
GetDomainNameRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
431
|
+
})(GetDomainNameRequest || (GetDomainNameRequest = {}));
|
|
432
|
+
export var GetDomainNameResponse;
|
|
433
|
+
(function (GetDomainNameResponse) {
|
|
434
|
+
GetDomainNameResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
435
|
+
})(GetDomainNameResponse || (GetDomainNameResponse = {}));
|
|
436
|
+
export var GetDomainNamesRequest;
|
|
437
|
+
(function (GetDomainNamesRequest) {
|
|
438
|
+
GetDomainNamesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
439
|
+
})(GetDomainNamesRequest || (GetDomainNamesRequest = {}));
|
|
440
|
+
export var GetDomainNamesResponse;
|
|
441
|
+
(function (GetDomainNamesResponse) {
|
|
442
|
+
GetDomainNamesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
443
|
+
})(GetDomainNamesResponse || (GetDomainNamesResponse = {}));
|
|
444
|
+
export var GetIntegrationRequest;
|
|
445
|
+
(function (GetIntegrationRequest) {
|
|
446
|
+
GetIntegrationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
447
|
+
})(GetIntegrationRequest || (GetIntegrationRequest = {}));
|
|
448
|
+
export var GetIntegrationResult;
|
|
449
|
+
(function (GetIntegrationResult) {
|
|
450
|
+
GetIntegrationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
451
|
+
})(GetIntegrationResult || (GetIntegrationResult = {}));
|
|
452
|
+
export var GetIntegrationResponseRequest;
|
|
453
|
+
(function (GetIntegrationResponseRequest) {
|
|
454
|
+
GetIntegrationResponseRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
455
|
+
})(GetIntegrationResponseRequest || (GetIntegrationResponseRequest = {}));
|
|
456
|
+
export var GetIntegrationResponseResponse;
|
|
457
|
+
(function (GetIntegrationResponseResponse) {
|
|
458
|
+
GetIntegrationResponseResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
459
|
+
})(GetIntegrationResponseResponse || (GetIntegrationResponseResponse = {}));
|
|
460
|
+
export var GetIntegrationResponsesRequest;
|
|
461
|
+
(function (GetIntegrationResponsesRequest) {
|
|
462
|
+
GetIntegrationResponsesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
463
|
+
})(GetIntegrationResponsesRequest || (GetIntegrationResponsesRequest = {}));
|
|
464
|
+
export var GetIntegrationResponsesResponse;
|
|
465
|
+
(function (GetIntegrationResponsesResponse) {
|
|
466
|
+
GetIntegrationResponsesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
467
|
+
})(GetIntegrationResponsesResponse || (GetIntegrationResponsesResponse = {}));
|
|
468
|
+
export var GetIntegrationsRequest;
|
|
469
|
+
(function (GetIntegrationsRequest) {
|
|
470
|
+
GetIntegrationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
471
|
+
})(GetIntegrationsRequest || (GetIntegrationsRequest = {}));
|
|
472
|
+
export var GetIntegrationsResponse;
|
|
473
|
+
(function (GetIntegrationsResponse) {
|
|
474
|
+
GetIntegrationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
475
|
+
})(GetIntegrationsResponse || (GetIntegrationsResponse = {}));
|
|
476
|
+
export var GetModelRequest;
|
|
477
|
+
(function (GetModelRequest) {
|
|
478
|
+
GetModelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
479
|
+
})(GetModelRequest || (GetModelRequest = {}));
|
|
480
|
+
export var GetModelResponse;
|
|
481
|
+
(function (GetModelResponse) {
|
|
482
|
+
GetModelResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
483
|
+
})(GetModelResponse || (GetModelResponse = {}));
|
|
484
|
+
export var GetModelsRequest;
|
|
485
|
+
(function (GetModelsRequest) {
|
|
486
|
+
GetModelsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
487
|
+
})(GetModelsRequest || (GetModelsRequest = {}));
|
|
488
|
+
export var GetModelsResponse;
|
|
489
|
+
(function (GetModelsResponse) {
|
|
490
|
+
GetModelsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
491
|
+
})(GetModelsResponse || (GetModelsResponse = {}));
|
|
492
|
+
export var GetModelTemplateRequest;
|
|
493
|
+
(function (GetModelTemplateRequest) {
|
|
494
|
+
GetModelTemplateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
495
|
+
})(GetModelTemplateRequest || (GetModelTemplateRequest = {}));
|
|
496
|
+
export var GetModelTemplateResponse;
|
|
497
|
+
(function (GetModelTemplateResponse) {
|
|
498
|
+
GetModelTemplateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
499
|
+
})(GetModelTemplateResponse || (GetModelTemplateResponse = {}));
|
|
500
|
+
export var GetRouteRequest;
|
|
501
|
+
(function (GetRouteRequest) {
|
|
502
|
+
GetRouteRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
503
|
+
})(GetRouteRequest || (GetRouteRequest = {}));
|
|
504
|
+
export var GetRouteResult;
|
|
505
|
+
(function (GetRouteResult) {
|
|
506
|
+
GetRouteResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
507
|
+
})(GetRouteResult || (GetRouteResult = {}));
|
|
508
|
+
export var GetRouteResponseRequest;
|
|
509
|
+
(function (GetRouteResponseRequest) {
|
|
510
|
+
GetRouteResponseRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
511
|
+
})(GetRouteResponseRequest || (GetRouteResponseRequest = {}));
|
|
512
|
+
export var GetRouteResponseResponse;
|
|
513
|
+
(function (GetRouteResponseResponse) {
|
|
514
|
+
GetRouteResponseResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
515
|
+
})(GetRouteResponseResponse || (GetRouteResponseResponse = {}));
|
|
516
|
+
export var GetRouteResponsesRequest;
|
|
517
|
+
(function (GetRouteResponsesRequest) {
|
|
518
|
+
GetRouteResponsesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
519
|
+
})(GetRouteResponsesRequest || (GetRouteResponsesRequest = {}));
|
|
520
|
+
export var GetRouteResponsesResponse;
|
|
521
|
+
(function (GetRouteResponsesResponse) {
|
|
522
|
+
GetRouteResponsesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
523
|
+
})(GetRouteResponsesResponse || (GetRouteResponsesResponse = {}));
|
|
524
|
+
export var GetRoutesRequest;
|
|
525
|
+
(function (GetRoutesRequest) {
|
|
526
|
+
GetRoutesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
527
|
+
})(GetRoutesRequest || (GetRoutesRequest = {}));
|
|
528
|
+
export var GetRoutesResponse;
|
|
529
|
+
(function (GetRoutesResponse) {
|
|
530
|
+
GetRoutesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
531
|
+
})(GetRoutesResponse || (GetRoutesResponse = {}));
|
|
532
|
+
export var GetStageRequest;
|
|
533
|
+
(function (GetStageRequest) {
|
|
534
|
+
GetStageRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
535
|
+
})(GetStageRequest || (GetStageRequest = {}));
|
|
536
|
+
export var GetStageResponse;
|
|
537
|
+
(function (GetStageResponse) {
|
|
538
|
+
GetStageResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
539
|
+
})(GetStageResponse || (GetStageResponse = {}));
|
|
540
|
+
export var GetStagesRequest;
|
|
541
|
+
(function (GetStagesRequest) {
|
|
542
|
+
GetStagesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
543
|
+
})(GetStagesRequest || (GetStagesRequest = {}));
|
|
544
|
+
export var GetStagesResponse;
|
|
545
|
+
(function (GetStagesResponse) {
|
|
546
|
+
GetStagesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
547
|
+
})(GetStagesResponse || (GetStagesResponse = {}));
|
|
548
|
+
export var GetTagsRequest;
|
|
549
|
+
(function (GetTagsRequest) {
|
|
550
|
+
GetTagsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
551
|
+
})(GetTagsRequest || (GetTagsRequest = {}));
|
|
552
|
+
export var GetTagsResponse;
|
|
553
|
+
(function (GetTagsResponse) {
|
|
554
|
+
GetTagsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
555
|
+
})(GetTagsResponse || (GetTagsResponse = {}));
|
|
556
|
+
export var GetVpcLinkRequest;
|
|
557
|
+
(function (GetVpcLinkRequest) {
|
|
558
|
+
GetVpcLinkRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
559
|
+
})(GetVpcLinkRequest || (GetVpcLinkRequest = {}));
|
|
560
|
+
export var GetVpcLinkResponse;
|
|
561
|
+
(function (GetVpcLinkResponse) {
|
|
562
|
+
GetVpcLinkResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
563
|
+
})(GetVpcLinkResponse || (GetVpcLinkResponse = {}));
|
|
564
|
+
export var GetVpcLinksRequest;
|
|
565
|
+
(function (GetVpcLinksRequest) {
|
|
566
|
+
GetVpcLinksRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
567
|
+
})(GetVpcLinksRequest || (GetVpcLinksRequest = {}));
|
|
568
|
+
export var GetVpcLinksResponse;
|
|
569
|
+
(function (GetVpcLinksResponse) {
|
|
570
|
+
GetVpcLinksResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
571
|
+
})(GetVpcLinksResponse || (GetVpcLinksResponse = {}));
|
|
572
|
+
export var ImportApiRequest;
|
|
573
|
+
(function (ImportApiRequest) {
|
|
574
|
+
ImportApiRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
575
|
+
})(ImportApiRequest || (ImportApiRequest = {}));
|
|
576
|
+
export var ImportApiResponse;
|
|
577
|
+
(function (ImportApiResponse) {
|
|
578
|
+
ImportApiResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
579
|
+
})(ImportApiResponse || (ImportApiResponse = {}));
|
|
580
|
+
export var ReimportApiRequest;
|
|
581
|
+
(function (ReimportApiRequest) {
|
|
582
|
+
ReimportApiRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
583
|
+
})(ReimportApiRequest || (ReimportApiRequest = {}));
|
|
584
|
+
export var ReimportApiResponse;
|
|
585
|
+
(function (ReimportApiResponse) {
|
|
586
|
+
ReimportApiResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
587
|
+
})(ReimportApiResponse || (ReimportApiResponse = {}));
|
|
588
|
+
export var ResetAuthorizersCacheRequest;
|
|
589
|
+
(function (ResetAuthorizersCacheRequest) {
|
|
590
|
+
ResetAuthorizersCacheRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
591
|
+
})(ResetAuthorizersCacheRequest || (ResetAuthorizersCacheRequest = {}));
|
|
592
|
+
export var TagResourceRequest;
|
|
593
|
+
(function (TagResourceRequest) {
|
|
594
|
+
TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
595
|
+
})(TagResourceRequest || (TagResourceRequest = {}));
|
|
596
|
+
export var TagResourceResponse;
|
|
597
|
+
(function (TagResourceResponse) {
|
|
598
|
+
TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
599
|
+
})(TagResourceResponse || (TagResourceResponse = {}));
|
|
600
|
+
export var UntagResourceRequest;
|
|
601
|
+
(function (UntagResourceRequest) {
|
|
602
|
+
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
603
|
+
})(UntagResourceRequest || (UntagResourceRequest = {}));
|
|
604
|
+
export var UpdateApiRequest;
|
|
605
|
+
(function (UpdateApiRequest) {
|
|
606
|
+
UpdateApiRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
607
|
+
})(UpdateApiRequest || (UpdateApiRequest = {}));
|
|
608
|
+
export var UpdateApiResponse;
|
|
609
|
+
(function (UpdateApiResponse) {
|
|
610
|
+
UpdateApiResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
611
|
+
})(UpdateApiResponse || (UpdateApiResponse = {}));
|
|
612
|
+
export var UpdateApiMappingRequest;
|
|
613
|
+
(function (UpdateApiMappingRequest) {
|
|
614
|
+
UpdateApiMappingRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
615
|
+
})(UpdateApiMappingRequest || (UpdateApiMappingRequest = {}));
|
|
616
|
+
export var UpdateApiMappingResponse;
|
|
617
|
+
(function (UpdateApiMappingResponse) {
|
|
618
|
+
UpdateApiMappingResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
619
|
+
})(UpdateApiMappingResponse || (UpdateApiMappingResponse = {}));
|
|
620
|
+
export var UpdateAuthorizerRequest;
|
|
621
|
+
(function (UpdateAuthorizerRequest) {
|
|
622
|
+
UpdateAuthorizerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
623
|
+
})(UpdateAuthorizerRequest || (UpdateAuthorizerRequest = {}));
|
|
624
|
+
export var UpdateAuthorizerResponse;
|
|
625
|
+
(function (UpdateAuthorizerResponse) {
|
|
626
|
+
UpdateAuthorizerResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
627
|
+
})(UpdateAuthorizerResponse || (UpdateAuthorizerResponse = {}));
|
|
628
|
+
export var UpdateDeploymentRequest;
|
|
629
|
+
(function (UpdateDeploymentRequest) {
|
|
630
|
+
UpdateDeploymentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
631
|
+
})(UpdateDeploymentRequest || (UpdateDeploymentRequest = {}));
|
|
632
|
+
export var UpdateDeploymentResponse;
|
|
633
|
+
(function (UpdateDeploymentResponse) {
|
|
634
|
+
UpdateDeploymentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
635
|
+
})(UpdateDeploymentResponse || (UpdateDeploymentResponse = {}));
|
|
636
|
+
export var UpdateDomainNameRequest;
|
|
637
|
+
(function (UpdateDomainNameRequest) {
|
|
638
|
+
UpdateDomainNameRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
639
|
+
})(UpdateDomainNameRequest || (UpdateDomainNameRequest = {}));
|
|
640
|
+
export var UpdateDomainNameResponse;
|
|
641
|
+
(function (UpdateDomainNameResponse) {
|
|
642
|
+
UpdateDomainNameResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
643
|
+
})(UpdateDomainNameResponse || (UpdateDomainNameResponse = {}));
|
|
644
|
+
export var UpdateIntegrationRequest;
|
|
645
|
+
(function (UpdateIntegrationRequest) {
|
|
646
|
+
UpdateIntegrationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
647
|
+
})(UpdateIntegrationRequest || (UpdateIntegrationRequest = {}));
|
|
648
|
+
export var UpdateIntegrationResult;
|
|
649
|
+
(function (UpdateIntegrationResult) {
|
|
650
|
+
UpdateIntegrationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
651
|
+
})(UpdateIntegrationResult || (UpdateIntegrationResult = {}));
|
|
652
|
+
export var UpdateIntegrationResponseRequest;
|
|
653
|
+
(function (UpdateIntegrationResponseRequest) {
|
|
654
|
+
UpdateIntegrationResponseRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
655
|
+
})(UpdateIntegrationResponseRequest || (UpdateIntegrationResponseRequest = {}));
|
|
656
|
+
export var UpdateIntegrationResponseResponse;
|
|
657
|
+
(function (UpdateIntegrationResponseResponse) {
|
|
658
|
+
UpdateIntegrationResponseResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
659
|
+
})(UpdateIntegrationResponseResponse || (UpdateIntegrationResponseResponse = {}));
|
|
660
|
+
export var UpdateModelRequest;
|
|
661
|
+
(function (UpdateModelRequest) {
|
|
662
|
+
UpdateModelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
663
|
+
})(UpdateModelRequest || (UpdateModelRequest = {}));
|
|
664
|
+
export var UpdateModelResponse;
|
|
665
|
+
(function (UpdateModelResponse) {
|
|
666
|
+
UpdateModelResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
667
|
+
})(UpdateModelResponse || (UpdateModelResponse = {}));
|
|
668
|
+
export var UpdateRouteRequest;
|
|
669
|
+
(function (UpdateRouteRequest) {
|
|
670
|
+
UpdateRouteRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
671
|
+
})(UpdateRouteRequest || (UpdateRouteRequest = {}));
|
|
672
|
+
export var UpdateRouteResult;
|
|
673
|
+
(function (UpdateRouteResult) {
|
|
674
|
+
UpdateRouteResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
675
|
+
})(UpdateRouteResult || (UpdateRouteResult = {}));
|
|
676
|
+
export var UpdateRouteResponseRequest;
|
|
677
|
+
(function (UpdateRouteResponseRequest) {
|
|
678
|
+
UpdateRouteResponseRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
679
|
+
})(UpdateRouteResponseRequest || (UpdateRouteResponseRequest = {}));
|
|
680
|
+
export var UpdateRouteResponseResponse;
|
|
681
|
+
(function (UpdateRouteResponseResponse) {
|
|
682
|
+
UpdateRouteResponseResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
683
|
+
})(UpdateRouteResponseResponse || (UpdateRouteResponseResponse = {}));
|
|
684
|
+
export var UpdateStageRequest;
|
|
685
|
+
(function (UpdateStageRequest) {
|
|
686
|
+
UpdateStageRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
687
|
+
})(UpdateStageRequest || (UpdateStageRequest = {}));
|
|
688
|
+
export var UpdateStageResponse;
|
|
689
|
+
(function (UpdateStageResponse) {
|
|
690
|
+
UpdateStageResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
691
|
+
})(UpdateStageResponse || (UpdateStageResponse = {}));
|
|
692
|
+
export var UpdateVpcLinkRequest;
|
|
693
|
+
(function (UpdateVpcLinkRequest) {
|
|
694
|
+
UpdateVpcLinkRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
695
|
+
})(UpdateVpcLinkRequest || (UpdateVpcLinkRequest = {}));
|
|
696
|
+
export var UpdateVpcLinkResponse;
|
|
697
|
+
(function (UpdateVpcLinkResponse) {
|
|
698
|
+
UpdateVpcLinkResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
699
|
+
})(UpdateVpcLinkResponse || (UpdateVpcLinkResponse = {}));
|
|
700
|
+
//# sourceMappingURL=models_0.js.map
|