@aws-sdk/client-apigatewayv2 3.34.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 +12 -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 → dist-cjs}/endpoints.js +0 -0
- package/dist-cjs/endpoints.js.map +1 -0
- package/{dist/cjs → dist-cjs}/index.js +0 -0
- package/dist-cjs/index.js.map +1 -0
- package/{dist/cjs → dist-cjs}/models/index.js +0 -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 → dist-cjs}/runtimeConfig.native.js +0 -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 → dist-es}/endpoints.js +0 -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 → dist-es}/models/models_0.js +0 -0
- package/dist-es/models/models_0.js.map +1 -0
- package/{dist/es → dist-es}/protocols/Aws_restJson1.js +0 -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 → dist-es}/runtimeConfig.native.js +0 -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 → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -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 → dist-types}/ts3.4/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +42 -42
- 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 -1
- package/tsconfig.json +4 -2
- package/tsconfig.types.json +3 -2
- 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.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/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.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 -1091
- package/dist/es/ApiGatewayV2.js.map +0 -1
- package/dist/es/ApiGatewayV2Client.js +0 -38
- package/dist/es/ApiGatewayV2Client.js.map +0 -1
- package/dist/es/commands/CreateApiCommand.js +0 -40
- package/dist/es/commands/CreateApiCommand.js.map +0 -1
- package/dist/es/commands/CreateApiMappingCommand.js +0 -40
- package/dist/es/commands/CreateApiMappingCommand.js.map +0 -1
- package/dist/es/commands/CreateAuthorizerCommand.js +0 -40
- package/dist/es/commands/CreateAuthorizerCommand.js.map +0 -1
- package/dist/es/commands/CreateDeploymentCommand.js +0 -40
- package/dist/es/commands/CreateDeploymentCommand.js.map +0 -1
- package/dist/es/commands/CreateDomainNameCommand.js +0 -40
- package/dist/es/commands/CreateDomainNameCommand.js.map +0 -1
- package/dist/es/commands/CreateIntegrationCommand.js +0 -40
- package/dist/es/commands/CreateIntegrationCommand.js.map +0 -1
- package/dist/es/commands/CreateIntegrationResponseCommand.js +0 -40
- package/dist/es/commands/CreateIntegrationResponseCommand.js.map +0 -1
- package/dist/es/commands/CreateModelCommand.js +0 -40
- package/dist/es/commands/CreateModelCommand.js.map +0 -1
- package/dist/es/commands/CreateRouteCommand.js +0 -40
- package/dist/es/commands/CreateRouteCommand.js.map +0 -1
- package/dist/es/commands/CreateRouteResponseCommand.js +0 -40
- package/dist/es/commands/CreateRouteResponseCommand.js.map +0 -1
- package/dist/es/commands/CreateStageCommand.js +0 -40
- package/dist/es/commands/CreateStageCommand.js.map +0 -1
- package/dist/es/commands/CreateVpcLinkCommand.js +0 -40
- package/dist/es/commands/CreateVpcLinkCommand.js.map +0 -1
- package/dist/es/commands/DeleteAccessLogSettingsCommand.js +0 -40
- package/dist/es/commands/DeleteAccessLogSettingsCommand.js.map +0 -1
- package/dist/es/commands/DeleteApiCommand.js +0 -40
- package/dist/es/commands/DeleteApiCommand.js.map +0 -1
- package/dist/es/commands/DeleteApiMappingCommand.js +0 -40
- package/dist/es/commands/DeleteApiMappingCommand.js.map +0 -1
- package/dist/es/commands/DeleteAuthorizerCommand.js +0 -40
- package/dist/es/commands/DeleteAuthorizerCommand.js.map +0 -1
- package/dist/es/commands/DeleteCorsConfigurationCommand.js +0 -40
- package/dist/es/commands/DeleteCorsConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DeleteDeploymentCommand.js +0 -40
- package/dist/es/commands/DeleteDeploymentCommand.js.map +0 -1
- package/dist/es/commands/DeleteDomainNameCommand.js +0 -40
- package/dist/es/commands/DeleteDomainNameCommand.js.map +0 -1
- package/dist/es/commands/DeleteIntegrationCommand.js +0 -40
- package/dist/es/commands/DeleteIntegrationCommand.js.map +0 -1
- package/dist/es/commands/DeleteIntegrationResponseCommand.js +0 -40
- package/dist/es/commands/DeleteIntegrationResponseCommand.js.map +0 -1
- package/dist/es/commands/DeleteModelCommand.js +0 -40
- package/dist/es/commands/DeleteModelCommand.js.map +0 -1
- package/dist/es/commands/DeleteRouteCommand.js +0 -40
- package/dist/es/commands/DeleteRouteCommand.js.map +0 -1
- package/dist/es/commands/DeleteRouteRequestParameterCommand.js +0 -40
- package/dist/es/commands/DeleteRouteRequestParameterCommand.js.map +0 -1
- package/dist/es/commands/DeleteRouteResponseCommand.js +0 -40
- package/dist/es/commands/DeleteRouteResponseCommand.js.map +0 -1
- package/dist/es/commands/DeleteRouteSettingsCommand.js +0 -40
- package/dist/es/commands/DeleteRouteSettingsCommand.js.map +0 -1
- package/dist/es/commands/DeleteStageCommand.js +0 -40
- package/dist/es/commands/DeleteStageCommand.js.map +0 -1
- package/dist/es/commands/DeleteVpcLinkCommand.js +0 -40
- package/dist/es/commands/DeleteVpcLinkCommand.js.map +0 -1
- package/dist/es/commands/ExportApiCommand.js +0 -40
- package/dist/es/commands/ExportApiCommand.js.map +0 -1
- package/dist/es/commands/GetApiCommand.js +0 -40
- package/dist/es/commands/GetApiCommand.js.map +0 -1
- package/dist/es/commands/GetApiMappingCommand.js +0 -40
- package/dist/es/commands/GetApiMappingCommand.js.map +0 -1
- package/dist/es/commands/GetApiMappingsCommand.js +0 -40
- package/dist/es/commands/GetApiMappingsCommand.js.map +0 -1
- package/dist/es/commands/GetApisCommand.js +0 -40
- package/dist/es/commands/GetApisCommand.js.map +0 -1
- package/dist/es/commands/GetAuthorizerCommand.js +0 -40
- package/dist/es/commands/GetAuthorizerCommand.js.map +0 -1
- package/dist/es/commands/GetAuthorizersCommand.js +0 -40
- package/dist/es/commands/GetAuthorizersCommand.js.map +0 -1
- package/dist/es/commands/GetDeploymentCommand.js +0 -40
- package/dist/es/commands/GetDeploymentCommand.js.map +0 -1
- package/dist/es/commands/GetDeploymentsCommand.js +0 -40
- package/dist/es/commands/GetDeploymentsCommand.js.map +0 -1
- package/dist/es/commands/GetDomainNameCommand.js +0 -40
- package/dist/es/commands/GetDomainNameCommand.js.map +0 -1
- package/dist/es/commands/GetDomainNamesCommand.js +0 -40
- package/dist/es/commands/GetDomainNamesCommand.js.map +0 -1
- package/dist/es/commands/GetIntegrationCommand.js +0 -40
- package/dist/es/commands/GetIntegrationCommand.js.map +0 -1
- package/dist/es/commands/GetIntegrationResponseCommand.js +0 -40
- package/dist/es/commands/GetIntegrationResponseCommand.js.map +0 -1
- package/dist/es/commands/GetIntegrationResponsesCommand.js +0 -40
- package/dist/es/commands/GetIntegrationResponsesCommand.js.map +0 -1
- package/dist/es/commands/GetIntegrationsCommand.js +0 -40
- package/dist/es/commands/GetIntegrationsCommand.js.map +0 -1
- package/dist/es/commands/GetModelCommand.js +0 -40
- package/dist/es/commands/GetModelCommand.js.map +0 -1
- package/dist/es/commands/GetModelTemplateCommand.js +0 -40
- package/dist/es/commands/GetModelTemplateCommand.js.map +0 -1
- package/dist/es/commands/GetModelsCommand.js +0 -40
- package/dist/es/commands/GetModelsCommand.js.map +0 -1
- package/dist/es/commands/GetRouteCommand.js +0 -40
- package/dist/es/commands/GetRouteCommand.js.map +0 -1
- package/dist/es/commands/GetRouteResponseCommand.js +0 -40
- package/dist/es/commands/GetRouteResponseCommand.js.map +0 -1
- package/dist/es/commands/GetRouteResponsesCommand.js +0 -40
- package/dist/es/commands/GetRouteResponsesCommand.js.map +0 -1
- package/dist/es/commands/GetRoutesCommand.js +0 -40
- package/dist/es/commands/GetRoutesCommand.js.map +0 -1
- package/dist/es/commands/GetStageCommand.js +0 -40
- package/dist/es/commands/GetStageCommand.js.map +0 -1
- package/dist/es/commands/GetStagesCommand.js +0 -40
- package/dist/es/commands/GetStagesCommand.js.map +0 -1
- package/dist/es/commands/GetTagsCommand.js +0 -40
- package/dist/es/commands/GetTagsCommand.js.map +0 -1
- package/dist/es/commands/GetVpcLinkCommand.js +0 -40
- package/dist/es/commands/GetVpcLinkCommand.js.map +0 -1
- package/dist/es/commands/GetVpcLinksCommand.js +0 -40
- package/dist/es/commands/GetVpcLinksCommand.js.map +0 -1
- package/dist/es/commands/ImportApiCommand.js +0 -40
- package/dist/es/commands/ImportApiCommand.js.map +0 -1
- package/dist/es/commands/ReimportApiCommand.js +0 -40
- package/dist/es/commands/ReimportApiCommand.js.map +0 -1
- package/dist/es/commands/ResetAuthorizersCacheCommand.js +0 -40
- package/dist/es/commands/ResetAuthorizersCacheCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js +0 -40
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js +0 -40
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateApiCommand.js +0 -40
- package/dist/es/commands/UpdateApiCommand.js.map +0 -1
- package/dist/es/commands/UpdateApiMappingCommand.js +0 -40
- package/dist/es/commands/UpdateApiMappingCommand.js.map +0 -1
- package/dist/es/commands/UpdateAuthorizerCommand.js +0 -40
- package/dist/es/commands/UpdateAuthorizerCommand.js.map +0 -1
- package/dist/es/commands/UpdateDeploymentCommand.js +0 -40
- package/dist/es/commands/UpdateDeploymentCommand.js.map +0 -1
- package/dist/es/commands/UpdateDomainNameCommand.js +0 -40
- package/dist/es/commands/UpdateDomainNameCommand.js.map +0 -1
- package/dist/es/commands/UpdateIntegrationCommand.js +0 -40
- package/dist/es/commands/UpdateIntegrationCommand.js.map +0 -1
- package/dist/es/commands/UpdateIntegrationResponseCommand.js +0 -40
- package/dist/es/commands/UpdateIntegrationResponseCommand.js.map +0 -1
- package/dist/es/commands/UpdateModelCommand.js +0 -40
- package/dist/es/commands/UpdateModelCommand.js.map +0 -1
- package/dist/es/commands/UpdateRouteCommand.js +0 -40
- package/dist/es/commands/UpdateRouteCommand.js.map +0 -1
- package/dist/es/commands/UpdateRouteResponseCommand.js +0 -40
- package/dist/es/commands/UpdateRouteResponseCommand.js.map +0 -1
- package/dist/es/commands/UpdateStageCommand.js +0 -40
- package/dist/es/commands/UpdateStageCommand.js.map +0 -1
- package/dist/es/commands/UpdateVpcLinkCommand.js +0 -40
- package/dist/es/commands/UpdateVpcLinkCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -17
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -22
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -14
- 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.d.ts +0 -37
- 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.d.ts +0 -37
- 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,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
|
|
4
|
+
import { UpdateDeploymentRequest, UpdateDeploymentResponse } from "../models/models_0";
|
|
5
|
+
export interface UpdateDeploymentCommandInput extends UpdateDeploymentRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateDeploymentCommandOutput extends UpdateDeploymentResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Updates a Deployment.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { ApiGatewayV2Client, UpdateDeploymentCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
15
|
+
* // const { ApiGatewayV2Client, UpdateDeploymentCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
16
|
+
* const client = new ApiGatewayV2Client(config);
|
|
17
|
+
* const command = new UpdateDeploymentCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link UpdateDeploymentCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link UpdateDeploymentCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class UpdateDeploymentCommand extends $Command<UpdateDeploymentCommandInput, UpdateDeploymentCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
27
|
+
readonly input: UpdateDeploymentCommandInput;
|
|
28
|
+
constructor(input: UpdateDeploymentCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDeploymentCommandInput, UpdateDeploymentCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
|
|
4
|
+
import { UpdateDomainNameRequest, UpdateDomainNameResponse } from "../models/models_0";
|
|
5
|
+
export interface UpdateDomainNameCommandInput extends UpdateDomainNameRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateDomainNameCommandOutput extends UpdateDomainNameResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Updates a domain name.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { ApiGatewayV2Client, UpdateDomainNameCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
15
|
+
* // const { ApiGatewayV2Client, UpdateDomainNameCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
16
|
+
* const client = new ApiGatewayV2Client(config);
|
|
17
|
+
* const command = new UpdateDomainNameCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link UpdateDomainNameCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link UpdateDomainNameCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class UpdateDomainNameCommand extends $Command<UpdateDomainNameCommandInput, UpdateDomainNameCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
27
|
+
readonly input: UpdateDomainNameCommandInput;
|
|
28
|
+
constructor(input: UpdateDomainNameCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDomainNameCommandInput, UpdateDomainNameCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
|
|
4
|
+
import { UpdateIntegrationRequest, UpdateIntegrationResult } from "../models/models_0";
|
|
5
|
+
export interface UpdateIntegrationCommandInput extends UpdateIntegrationRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateIntegrationCommandOutput extends UpdateIntegrationResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Updates an Integration.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { ApiGatewayV2Client, UpdateIntegrationCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
15
|
+
* // const { ApiGatewayV2Client, UpdateIntegrationCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
16
|
+
* const client = new ApiGatewayV2Client(config);
|
|
17
|
+
* const command = new UpdateIntegrationCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link UpdateIntegrationCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link UpdateIntegrationCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class UpdateIntegrationCommand extends $Command<UpdateIntegrationCommandInput, UpdateIntegrationCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
27
|
+
readonly input: UpdateIntegrationCommandInput;
|
|
28
|
+
constructor(input: UpdateIntegrationCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateIntegrationCommandInput, UpdateIntegrationCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
|
|
4
|
+
import { UpdateIntegrationResponseRequest, UpdateIntegrationResponseResponse } from "../models/models_0";
|
|
5
|
+
export interface UpdateIntegrationResponseCommandInput extends UpdateIntegrationResponseRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateIntegrationResponseCommandOutput extends UpdateIntegrationResponseResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Updates an IntegrationResponses.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { ApiGatewayV2Client, UpdateIntegrationResponseCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
15
|
+
* // const { ApiGatewayV2Client, UpdateIntegrationResponseCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
16
|
+
* const client = new ApiGatewayV2Client(config);
|
|
17
|
+
* const command = new UpdateIntegrationResponseCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link UpdateIntegrationResponseCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link UpdateIntegrationResponseCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class UpdateIntegrationResponseCommand extends $Command<UpdateIntegrationResponseCommandInput, UpdateIntegrationResponseCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
27
|
+
readonly input: UpdateIntegrationResponseCommandInput;
|
|
28
|
+
constructor(input: UpdateIntegrationResponseCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateIntegrationResponseCommandInput, UpdateIntegrationResponseCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
|
|
4
|
+
import { UpdateModelRequest, UpdateModelResponse } from "../models/models_0";
|
|
5
|
+
export interface UpdateModelCommandInput extends UpdateModelRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateModelCommandOutput extends UpdateModelResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Updates a Model.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { ApiGatewayV2Client, UpdateModelCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
15
|
+
* // const { ApiGatewayV2Client, UpdateModelCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
16
|
+
* const client = new ApiGatewayV2Client(config);
|
|
17
|
+
* const command = new UpdateModelCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link UpdateModelCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link UpdateModelCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class UpdateModelCommand extends $Command<UpdateModelCommandInput, UpdateModelCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
27
|
+
readonly input: UpdateModelCommandInput;
|
|
28
|
+
constructor(input: UpdateModelCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateModelCommandInput, UpdateModelCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
|
|
4
|
+
import { UpdateRouteRequest, UpdateRouteResult } from "../models/models_0";
|
|
5
|
+
export interface UpdateRouteCommandInput extends UpdateRouteRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateRouteCommandOutput extends UpdateRouteResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Updates a Route.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { ApiGatewayV2Client, UpdateRouteCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
15
|
+
* // const { ApiGatewayV2Client, UpdateRouteCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
16
|
+
* const client = new ApiGatewayV2Client(config);
|
|
17
|
+
* const command = new UpdateRouteCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link UpdateRouteCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link UpdateRouteCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class UpdateRouteCommand extends $Command<UpdateRouteCommandInput, UpdateRouteCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
27
|
+
readonly input: UpdateRouteCommandInput;
|
|
28
|
+
constructor(input: UpdateRouteCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRouteCommandInput, UpdateRouteCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
|
|
4
|
+
import { UpdateRouteResponseRequest, UpdateRouteResponseResponse } from "../models/models_0";
|
|
5
|
+
export interface UpdateRouteResponseCommandInput extends UpdateRouteResponseRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateRouteResponseCommandOutput extends UpdateRouteResponseResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Updates a RouteResponse.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { ApiGatewayV2Client, UpdateRouteResponseCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
15
|
+
* // const { ApiGatewayV2Client, UpdateRouteResponseCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
16
|
+
* const client = new ApiGatewayV2Client(config);
|
|
17
|
+
* const command = new UpdateRouteResponseCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link UpdateRouteResponseCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link UpdateRouteResponseCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class UpdateRouteResponseCommand extends $Command<UpdateRouteResponseCommandInput, UpdateRouteResponseCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
27
|
+
readonly input: UpdateRouteResponseCommandInput;
|
|
28
|
+
constructor(input: UpdateRouteResponseCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRouteResponseCommandInput, UpdateRouteResponseCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
|
|
4
|
+
import { UpdateStageRequest, UpdateStageResponse } from "../models/models_0";
|
|
5
|
+
export interface UpdateStageCommandInput extends UpdateStageRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateStageCommandOutput extends UpdateStageResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Updates a Stage.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { ApiGatewayV2Client, UpdateStageCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
15
|
+
* // const { ApiGatewayV2Client, UpdateStageCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
16
|
+
* const client = new ApiGatewayV2Client(config);
|
|
17
|
+
* const command = new UpdateStageCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link UpdateStageCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link UpdateStageCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class UpdateStageCommand extends $Command<UpdateStageCommandInput, UpdateStageCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
27
|
+
readonly input: UpdateStageCommandInput;
|
|
28
|
+
constructor(input: UpdateStageCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateStageCommandInput, UpdateStageCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
|
|
4
|
+
import { UpdateVpcLinkRequest, UpdateVpcLinkResponse } from "../models/models_0";
|
|
5
|
+
export interface UpdateVpcLinkCommandInput extends UpdateVpcLinkRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateVpcLinkCommandOutput extends UpdateVpcLinkResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Updates a VPC link.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { ApiGatewayV2Client, UpdateVpcLinkCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
15
|
+
* // const { ApiGatewayV2Client, UpdateVpcLinkCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
16
|
+
* const client = new ApiGatewayV2Client(config);
|
|
17
|
+
* const command = new UpdateVpcLinkCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link UpdateVpcLinkCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link UpdateVpcLinkCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class UpdateVpcLinkCommand extends $Command<UpdateVpcLinkCommandInput, UpdateVpcLinkCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
27
|
+
readonly input: UpdateVpcLinkCommandInput;
|
|
28
|
+
constructor(input: UpdateVpcLinkCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateVpcLinkCommandInput, UpdateVpcLinkCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,218 @@
|
|
|
1
|
+
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
3
|
+
import { CreateApiCommandInput, CreateApiCommandOutput } from "../commands/CreateApiCommand";
|
|
4
|
+
import { CreateApiMappingCommandInput, CreateApiMappingCommandOutput } from "../commands/CreateApiMappingCommand";
|
|
5
|
+
import { CreateAuthorizerCommandInput, CreateAuthorizerCommandOutput } from "../commands/CreateAuthorizerCommand";
|
|
6
|
+
import { CreateDeploymentCommandInput, CreateDeploymentCommandOutput } from "../commands/CreateDeploymentCommand";
|
|
7
|
+
import { CreateDomainNameCommandInput, CreateDomainNameCommandOutput } from "../commands/CreateDomainNameCommand";
|
|
8
|
+
import { CreateIntegrationCommandInput, CreateIntegrationCommandOutput } from "../commands/CreateIntegrationCommand";
|
|
9
|
+
import { CreateIntegrationResponseCommandInput, CreateIntegrationResponseCommandOutput } from "../commands/CreateIntegrationResponseCommand";
|
|
10
|
+
import { CreateModelCommandInput, CreateModelCommandOutput } from "../commands/CreateModelCommand";
|
|
11
|
+
import { CreateRouteCommandInput, CreateRouteCommandOutput } from "../commands/CreateRouteCommand";
|
|
12
|
+
import { CreateRouteResponseCommandInput, CreateRouteResponseCommandOutput } from "../commands/CreateRouteResponseCommand";
|
|
13
|
+
import { CreateStageCommandInput, CreateStageCommandOutput } from "../commands/CreateStageCommand";
|
|
14
|
+
import { CreateVpcLinkCommandInput, CreateVpcLinkCommandOutput } from "../commands/CreateVpcLinkCommand";
|
|
15
|
+
import { DeleteAccessLogSettingsCommandInput, DeleteAccessLogSettingsCommandOutput } from "../commands/DeleteAccessLogSettingsCommand";
|
|
16
|
+
import { DeleteApiCommandInput, DeleteApiCommandOutput } from "../commands/DeleteApiCommand";
|
|
17
|
+
import { DeleteApiMappingCommandInput, DeleteApiMappingCommandOutput } from "../commands/DeleteApiMappingCommand";
|
|
18
|
+
import { DeleteAuthorizerCommandInput, DeleteAuthorizerCommandOutput } from "../commands/DeleteAuthorizerCommand";
|
|
19
|
+
import { DeleteCorsConfigurationCommandInput, DeleteCorsConfigurationCommandOutput } from "../commands/DeleteCorsConfigurationCommand";
|
|
20
|
+
import { DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput } from "../commands/DeleteDeploymentCommand";
|
|
21
|
+
import { DeleteDomainNameCommandInput, DeleteDomainNameCommandOutput } from "../commands/DeleteDomainNameCommand";
|
|
22
|
+
import { DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput } from "../commands/DeleteIntegrationCommand";
|
|
23
|
+
import { DeleteIntegrationResponseCommandInput, DeleteIntegrationResponseCommandOutput } from "../commands/DeleteIntegrationResponseCommand";
|
|
24
|
+
import { DeleteModelCommandInput, DeleteModelCommandOutput } from "../commands/DeleteModelCommand";
|
|
25
|
+
import { DeleteRouteCommandInput, DeleteRouteCommandOutput } from "../commands/DeleteRouteCommand";
|
|
26
|
+
import { DeleteRouteRequestParameterCommandInput, DeleteRouteRequestParameterCommandOutput } from "../commands/DeleteRouteRequestParameterCommand";
|
|
27
|
+
import { DeleteRouteResponseCommandInput, DeleteRouteResponseCommandOutput } from "../commands/DeleteRouteResponseCommand";
|
|
28
|
+
import { DeleteRouteSettingsCommandInput, DeleteRouteSettingsCommandOutput } from "../commands/DeleteRouteSettingsCommand";
|
|
29
|
+
import { DeleteStageCommandInput, DeleteStageCommandOutput } from "../commands/DeleteStageCommand";
|
|
30
|
+
import { DeleteVpcLinkCommandInput, DeleteVpcLinkCommandOutput } from "../commands/DeleteVpcLinkCommand";
|
|
31
|
+
import { ExportApiCommandInput, ExportApiCommandOutput } from "../commands/ExportApiCommand";
|
|
32
|
+
import { GetApiCommandInput, GetApiCommandOutput } from "../commands/GetApiCommand";
|
|
33
|
+
import { GetApiMappingCommandInput, GetApiMappingCommandOutput } from "../commands/GetApiMappingCommand";
|
|
34
|
+
import { GetApiMappingsCommandInput, GetApiMappingsCommandOutput } from "../commands/GetApiMappingsCommand";
|
|
35
|
+
import { GetApisCommandInput, GetApisCommandOutput } from "../commands/GetApisCommand";
|
|
36
|
+
import { GetAuthorizerCommandInput, GetAuthorizerCommandOutput } from "../commands/GetAuthorizerCommand";
|
|
37
|
+
import { GetAuthorizersCommandInput, GetAuthorizersCommandOutput } from "../commands/GetAuthorizersCommand";
|
|
38
|
+
import { GetDeploymentCommandInput, GetDeploymentCommandOutput } from "../commands/GetDeploymentCommand";
|
|
39
|
+
import { GetDeploymentsCommandInput, GetDeploymentsCommandOutput } from "../commands/GetDeploymentsCommand";
|
|
40
|
+
import { GetDomainNameCommandInput, GetDomainNameCommandOutput } from "../commands/GetDomainNameCommand";
|
|
41
|
+
import { GetDomainNamesCommandInput, GetDomainNamesCommandOutput } from "../commands/GetDomainNamesCommand";
|
|
42
|
+
import { GetIntegrationCommandInput, GetIntegrationCommandOutput } from "../commands/GetIntegrationCommand";
|
|
43
|
+
import { GetIntegrationResponseCommandInput, GetIntegrationResponseCommandOutput } from "../commands/GetIntegrationResponseCommand";
|
|
44
|
+
import { GetIntegrationResponsesCommandInput, GetIntegrationResponsesCommandOutput } from "../commands/GetIntegrationResponsesCommand";
|
|
45
|
+
import { GetIntegrationsCommandInput, GetIntegrationsCommandOutput } from "../commands/GetIntegrationsCommand";
|
|
46
|
+
import { GetModelCommandInput, GetModelCommandOutput } from "../commands/GetModelCommand";
|
|
47
|
+
import { GetModelsCommandInput, GetModelsCommandOutput } from "../commands/GetModelsCommand";
|
|
48
|
+
import { GetModelTemplateCommandInput, GetModelTemplateCommandOutput } from "../commands/GetModelTemplateCommand";
|
|
49
|
+
import { GetRouteCommandInput, GetRouteCommandOutput } from "../commands/GetRouteCommand";
|
|
50
|
+
import { GetRouteResponseCommandInput, GetRouteResponseCommandOutput } from "../commands/GetRouteResponseCommand";
|
|
51
|
+
import { GetRouteResponsesCommandInput, GetRouteResponsesCommandOutput } from "../commands/GetRouteResponsesCommand";
|
|
52
|
+
import { GetRoutesCommandInput, GetRoutesCommandOutput } from "../commands/GetRoutesCommand";
|
|
53
|
+
import { GetStageCommandInput, GetStageCommandOutput } from "../commands/GetStageCommand";
|
|
54
|
+
import { GetStagesCommandInput, GetStagesCommandOutput } from "../commands/GetStagesCommand";
|
|
55
|
+
import { GetTagsCommandInput, GetTagsCommandOutput } from "../commands/GetTagsCommand";
|
|
56
|
+
import { GetVpcLinkCommandInput, GetVpcLinkCommandOutput } from "../commands/GetVpcLinkCommand";
|
|
57
|
+
import { GetVpcLinksCommandInput, GetVpcLinksCommandOutput } from "../commands/GetVpcLinksCommand";
|
|
58
|
+
import { ImportApiCommandInput, ImportApiCommandOutput } from "../commands/ImportApiCommand";
|
|
59
|
+
import { ReimportApiCommandInput, ReimportApiCommandOutput } from "../commands/ReimportApiCommand";
|
|
60
|
+
import { ResetAuthorizersCacheCommandInput, ResetAuthorizersCacheCommandOutput } from "../commands/ResetAuthorizersCacheCommand";
|
|
61
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
62
|
+
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
63
|
+
import { UpdateApiCommandInput, UpdateApiCommandOutput } from "../commands/UpdateApiCommand";
|
|
64
|
+
import { UpdateApiMappingCommandInput, UpdateApiMappingCommandOutput } from "../commands/UpdateApiMappingCommand";
|
|
65
|
+
import { UpdateAuthorizerCommandInput, UpdateAuthorizerCommandOutput } from "../commands/UpdateAuthorizerCommand";
|
|
66
|
+
import { UpdateDeploymentCommandInput, UpdateDeploymentCommandOutput } from "../commands/UpdateDeploymentCommand";
|
|
67
|
+
import { UpdateDomainNameCommandInput, UpdateDomainNameCommandOutput } from "../commands/UpdateDomainNameCommand";
|
|
68
|
+
import { UpdateIntegrationCommandInput, UpdateIntegrationCommandOutput } from "../commands/UpdateIntegrationCommand";
|
|
69
|
+
import { UpdateIntegrationResponseCommandInput, UpdateIntegrationResponseCommandOutput } from "../commands/UpdateIntegrationResponseCommand";
|
|
70
|
+
import { UpdateModelCommandInput, UpdateModelCommandOutput } from "../commands/UpdateModelCommand";
|
|
71
|
+
import { UpdateRouteCommandInput, UpdateRouteCommandOutput } from "../commands/UpdateRouteCommand";
|
|
72
|
+
import { UpdateRouteResponseCommandInput, UpdateRouteResponseCommandOutput } from "../commands/UpdateRouteResponseCommand";
|
|
73
|
+
import { UpdateStageCommandInput, UpdateStageCommandOutput } from "../commands/UpdateStageCommand";
|
|
74
|
+
import { UpdateVpcLinkCommandInput, UpdateVpcLinkCommandOutput } from "../commands/UpdateVpcLinkCommand";
|
|
75
|
+
export declare const serializeAws_restJson1CreateApiCommand: (input: CreateApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
76
|
+
export declare const serializeAws_restJson1CreateApiMappingCommand: (input: CreateApiMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
|
+
export declare const serializeAws_restJson1CreateAuthorizerCommand: (input: CreateAuthorizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
|
+
export declare const serializeAws_restJson1CreateDeploymentCommand: (input: CreateDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
|
+
export declare const serializeAws_restJson1CreateDomainNameCommand: (input: CreateDomainNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
80
|
+
export declare const serializeAws_restJson1CreateIntegrationCommand: (input: CreateIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
|
+
export declare const serializeAws_restJson1CreateIntegrationResponseCommand: (input: CreateIntegrationResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
|
+
export declare const serializeAws_restJson1CreateModelCommand: (input: CreateModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
83
|
+
export declare const serializeAws_restJson1CreateRouteCommand: (input: CreateRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
84
|
+
export declare const serializeAws_restJson1CreateRouteResponseCommand: (input: CreateRouteResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
|
+
export declare const serializeAws_restJson1CreateStageCommand: (input: CreateStageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
|
+
export declare const serializeAws_restJson1CreateVpcLinkCommand: (input: CreateVpcLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
|
+
export declare const serializeAws_restJson1DeleteAccessLogSettingsCommand: (input: DeleteAccessLogSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
88
|
+
export declare const serializeAws_restJson1DeleteApiCommand: (input: DeleteApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
|
+
export declare const serializeAws_restJson1DeleteApiMappingCommand: (input: DeleteApiMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
|
+
export declare const serializeAws_restJson1DeleteAuthorizerCommand: (input: DeleteAuthorizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
91
|
+
export declare const serializeAws_restJson1DeleteCorsConfigurationCommand: (input: DeleteCorsConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
92
|
+
export declare const serializeAws_restJson1DeleteDeploymentCommand: (input: DeleteDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
93
|
+
export declare const serializeAws_restJson1DeleteDomainNameCommand: (input: DeleteDomainNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
|
+
export declare const serializeAws_restJson1DeleteIntegrationCommand: (input: DeleteIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
|
+
export declare const serializeAws_restJson1DeleteIntegrationResponseCommand: (input: DeleteIntegrationResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
96
|
+
export declare const serializeAws_restJson1DeleteModelCommand: (input: DeleteModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
97
|
+
export declare const serializeAws_restJson1DeleteRouteCommand: (input: DeleteRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
|
+
export declare const serializeAws_restJson1DeleteRouteRequestParameterCommand: (input: DeleteRouteRequestParameterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
99
|
+
export declare const serializeAws_restJson1DeleteRouteResponseCommand: (input: DeleteRouteResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
100
|
+
export declare const serializeAws_restJson1DeleteRouteSettingsCommand: (input: DeleteRouteSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
101
|
+
export declare const serializeAws_restJson1DeleteStageCommand: (input: DeleteStageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
102
|
+
export declare const serializeAws_restJson1DeleteVpcLinkCommand: (input: DeleteVpcLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
|
+
export declare const serializeAws_restJson1ExportApiCommand: (input: ExportApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
104
|
+
export declare const serializeAws_restJson1GetApiCommand: (input: GetApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
|
+
export declare const serializeAws_restJson1GetApiMappingCommand: (input: GetApiMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
|
+
export declare const serializeAws_restJson1GetApiMappingsCommand: (input: GetApiMappingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
107
|
+
export declare const serializeAws_restJson1GetApisCommand: (input: GetApisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
108
|
+
export declare const serializeAws_restJson1GetAuthorizerCommand: (input: GetAuthorizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
109
|
+
export declare const serializeAws_restJson1GetAuthorizersCommand: (input: GetAuthorizersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
110
|
+
export declare const serializeAws_restJson1GetDeploymentCommand: (input: GetDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
111
|
+
export declare const serializeAws_restJson1GetDeploymentsCommand: (input: GetDeploymentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
112
|
+
export declare const serializeAws_restJson1GetDomainNameCommand: (input: GetDomainNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
113
|
+
export declare const serializeAws_restJson1GetDomainNamesCommand: (input: GetDomainNamesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
114
|
+
export declare const serializeAws_restJson1GetIntegrationCommand: (input: GetIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
115
|
+
export declare const serializeAws_restJson1GetIntegrationResponseCommand: (input: GetIntegrationResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
116
|
+
export declare const serializeAws_restJson1GetIntegrationResponsesCommand: (input: GetIntegrationResponsesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
117
|
+
export declare const serializeAws_restJson1GetIntegrationsCommand: (input: GetIntegrationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
118
|
+
export declare const serializeAws_restJson1GetModelCommand: (input: GetModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
119
|
+
export declare const serializeAws_restJson1GetModelsCommand: (input: GetModelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
120
|
+
export declare const serializeAws_restJson1GetModelTemplateCommand: (input: GetModelTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
121
|
+
export declare const serializeAws_restJson1GetRouteCommand: (input: GetRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
122
|
+
export declare const serializeAws_restJson1GetRouteResponseCommand: (input: GetRouteResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
123
|
+
export declare const serializeAws_restJson1GetRouteResponsesCommand: (input: GetRouteResponsesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
124
|
+
export declare const serializeAws_restJson1GetRoutesCommand: (input: GetRoutesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
125
|
+
export declare const serializeAws_restJson1GetStageCommand: (input: GetStageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
126
|
+
export declare const serializeAws_restJson1GetStagesCommand: (input: GetStagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
127
|
+
export declare const serializeAws_restJson1GetTagsCommand: (input: GetTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
128
|
+
export declare const serializeAws_restJson1GetVpcLinkCommand: (input: GetVpcLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
129
|
+
export declare const serializeAws_restJson1GetVpcLinksCommand: (input: GetVpcLinksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
130
|
+
export declare const serializeAws_restJson1ImportApiCommand: (input: ImportApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
131
|
+
export declare const serializeAws_restJson1ReimportApiCommand: (input: ReimportApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
132
|
+
export declare const serializeAws_restJson1ResetAuthorizersCacheCommand: (input: ResetAuthorizersCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
133
|
+
export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
134
|
+
export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
135
|
+
export declare const serializeAws_restJson1UpdateApiCommand: (input: UpdateApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
136
|
+
export declare const serializeAws_restJson1UpdateApiMappingCommand: (input: UpdateApiMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
137
|
+
export declare const serializeAws_restJson1UpdateAuthorizerCommand: (input: UpdateAuthorizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
138
|
+
export declare const serializeAws_restJson1UpdateDeploymentCommand: (input: UpdateDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
139
|
+
export declare const serializeAws_restJson1UpdateDomainNameCommand: (input: UpdateDomainNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
140
|
+
export declare const serializeAws_restJson1UpdateIntegrationCommand: (input: UpdateIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
141
|
+
export declare const serializeAws_restJson1UpdateIntegrationResponseCommand: (input: UpdateIntegrationResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
142
|
+
export declare const serializeAws_restJson1UpdateModelCommand: (input: UpdateModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
143
|
+
export declare const serializeAws_restJson1UpdateRouteCommand: (input: UpdateRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
144
|
+
export declare const serializeAws_restJson1UpdateRouteResponseCommand: (input: UpdateRouteResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
145
|
+
export declare const serializeAws_restJson1UpdateStageCommand: (input: UpdateStageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
146
|
+
export declare const serializeAws_restJson1UpdateVpcLinkCommand: (input: UpdateVpcLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
147
|
+
export declare const deserializeAws_restJson1CreateApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApiCommandOutput>;
|
|
148
|
+
export declare const deserializeAws_restJson1CreateApiMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApiMappingCommandOutput>;
|
|
149
|
+
export declare const deserializeAws_restJson1CreateAuthorizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAuthorizerCommandOutput>;
|
|
150
|
+
export declare const deserializeAws_restJson1CreateDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDeploymentCommandOutput>;
|
|
151
|
+
export declare const deserializeAws_restJson1CreateDomainNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDomainNameCommandOutput>;
|
|
152
|
+
export declare const deserializeAws_restJson1CreateIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIntegrationCommandOutput>;
|
|
153
|
+
export declare const deserializeAws_restJson1CreateIntegrationResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIntegrationResponseCommandOutput>;
|
|
154
|
+
export declare const deserializeAws_restJson1CreateModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateModelCommandOutput>;
|
|
155
|
+
export declare const deserializeAws_restJson1CreateRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRouteCommandOutput>;
|
|
156
|
+
export declare const deserializeAws_restJson1CreateRouteResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRouteResponseCommandOutput>;
|
|
157
|
+
export declare const deserializeAws_restJson1CreateStageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateStageCommandOutput>;
|
|
158
|
+
export declare const deserializeAws_restJson1CreateVpcLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVpcLinkCommandOutput>;
|
|
159
|
+
export declare const deserializeAws_restJson1DeleteAccessLogSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccessLogSettingsCommandOutput>;
|
|
160
|
+
export declare const deserializeAws_restJson1DeleteApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApiCommandOutput>;
|
|
161
|
+
export declare const deserializeAws_restJson1DeleteApiMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApiMappingCommandOutput>;
|
|
162
|
+
export declare const deserializeAws_restJson1DeleteAuthorizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAuthorizerCommandOutput>;
|
|
163
|
+
export declare const deserializeAws_restJson1DeleteCorsConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCorsConfigurationCommandOutput>;
|
|
164
|
+
export declare const deserializeAws_restJson1DeleteDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDeploymentCommandOutput>;
|
|
165
|
+
export declare const deserializeAws_restJson1DeleteDomainNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDomainNameCommandOutput>;
|
|
166
|
+
export declare const deserializeAws_restJson1DeleteIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIntegrationCommandOutput>;
|
|
167
|
+
export declare const deserializeAws_restJson1DeleteIntegrationResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIntegrationResponseCommandOutput>;
|
|
168
|
+
export declare const deserializeAws_restJson1DeleteModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteModelCommandOutput>;
|
|
169
|
+
export declare const deserializeAws_restJson1DeleteRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRouteCommandOutput>;
|
|
170
|
+
export declare const deserializeAws_restJson1DeleteRouteRequestParameterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRouteRequestParameterCommandOutput>;
|
|
171
|
+
export declare const deserializeAws_restJson1DeleteRouteResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRouteResponseCommandOutput>;
|
|
172
|
+
export declare const deserializeAws_restJson1DeleteRouteSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRouteSettingsCommandOutput>;
|
|
173
|
+
export declare const deserializeAws_restJson1DeleteStageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteStageCommandOutput>;
|
|
174
|
+
export declare const deserializeAws_restJson1DeleteVpcLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVpcLinkCommandOutput>;
|
|
175
|
+
export declare const deserializeAws_restJson1ExportApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportApiCommandOutput>;
|
|
176
|
+
export declare const deserializeAws_restJson1GetApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApiCommandOutput>;
|
|
177
|
+
export declare const deserializeAws_restJson1GetApiMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApiMappingCommandOutput>;
|
|
178
|
+
export declare const deserializeAws_restJson1GetApiMappingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApiMappingsCommandOutput>;
|
|
179
|
+
export declare const deserializeAws_restJson1GetApisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApisCommandOutput>;
|
|
180
|
+
export declare const deserializeAws_restJson1GetAuthorizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAuthorizerCommandOutput>;
|
|
181
|
+
export declare const deserializeAws_restJson1GetAuthorizersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAuthorizersCommandOutput>;
|
|
182
|
+
export declare const deserializeAws_restJson1GetDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeploymentCommandOutput>;
|
|
183
|
+
export declare const deserializeAws_restJson1GetDeploymentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeploymentsCommandOutput>;
|
|
184
|
+
export declare const deserializeAws_restJson1GetDomainNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDomainNameCommandOutput>;
|
|
185
|
+
export declare const deserializeAws_restJson1GetDomainNamesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDomainNamesCommandOutput>;
|
|
186
|
+
export declare const deserializeAws_restJson1GetIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIntegrationCommandOutput>;
|
|
187
|
+
export declare const deserializeAws_restJson1GetIntegrationResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIntegrationResponseCommandOutput>;
|
|
188
|
+
export declare const deserializeAws_restJson1GetIntegrationResponsesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIntegrationResponsesCommandOutput>;
|
|
189
|
+
export declare const deserializeAws_restJson1GetIntegrationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIntegrationsCommandOutput>;
|
|
190
|
+
export declare const deserializeAws_restJson1GetModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetModelCommandOutput>;
|
|
191
|
+
export declare const deserializeAws_restJson1GetModelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetModelsCommandOutput>;
|
|
192
|
+
export declare const deserializeAws_restJson1GetModelTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetModelTemplateCommandOutput>;
|
|
193
|
+
export declare const deserializeAws_restJson1GetRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRouteCommandOutput>;
|
|
194
|
+
export declare const deserializeAws_restJson1GetRouteResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRouteResponseCommandOutput>;
|
|
195
|
+
export declare const deserializeAws_restJson1GetRouteResponsesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRouteResponsesCommandOutput>;
|
|
196
|
+
export declare const deserializeAws_restJson1GetRoutesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRoutesCommandOutput>;
|
|
197
|
+
export declare const deserializeAws_restJson1GetStageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStageCommandOutput>;
|
|
198
|
+
export declare const deserializeAws_restJson1GetStagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStagesCommandOutput>;
|
|
199
|
+
export declare const deserializeAws_restJson1GetTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTagsCommandOutput>;
|
|
200
|
+
export declare const deserializeAws_restJson1GetVpcLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVpcLinkCommandOutput>;
|
|
201
|
+
export declare const deserializeAws_restJson1GetVpcLinksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVpcLinksCommandOutput>;
|
|
202
|
+
export declare const deserializeAws_restJson1ImportApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportApiCommandOutput>;
|
|
203
|
+
export declare const deserializeAws_restJson1ReimportApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReimportApiCommandOutput>;
|
|
204
|
+
export declare const deserializeAws_restJson1ResetAuthorizersCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetAuthorizersCacheCommandOutput>;
|
|
205
|
+
export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
206
|
+
export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
207
|
+
export declare const deserializeAws_restJson1UpdateApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApiCommandOutput>;
|
|
208
|
+
export declare const deserializeAws_restJson1UpdateApiMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApiMappingCommandOutput>;
|
|
209
|
+
export declare const deserializeAws_restJson1UpdateAuthorizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAuthorizerCommandOutput>;
|
|
210
|
+
export declare const deserializeAws_restJson1UpdateDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDeploymentCommandOutput>;
|
|
211
|
+
export declare const deserializeAws_restJson1UpdateDomainNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDomainNameCommandOutput>;
|
|
212
|
+
export declare const deserializeAws_restJson1UpdateIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIntegrationCommandOutput>;
|
|
213
|
+
export declare const deserializeAws_restJson1UpdateIntegrationResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIntegrationResponseCommandOutput>;
|
|
214
|
+
export declare const deserializeAws_restJson1UpdateModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateModelCommandOutput>;
|
|
215
|
+
export declare const deserializeAws_restJson1UpdateRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRouteCommandOutput>;
|
|
216
|
+
export declare const deserializeAws_restJson1UpdateRouteResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRouteResponseCommandOutput>;
|
|
217
|
+
export declare const deserializeAws_restJson1UpdateStageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateStageCommandOutput>;
|
|
218
|
+
export declare const deserializeAws_restJson1UpdateVpcLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateVpcLinkCommandOutput>;
|
|
File without changes
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
+
import { ApiGatewayV2ClientConfig } from "./ApiGatewayV2Client";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const getRuntimeConfig: (config: ApiGatewayV2ClientConfig) => {
|
|
7
|
+
runtime: string;
|
|
8
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
|
+
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
+
credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
|
|
12
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
|
+
region: string | import("@aws-sdk/types").Provider<string>;
|
|
15
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | NodeHttpHandler;
|
|
16
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
|
+
apiVersion: string;
|
|
22
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
23
|
+
disableHostPrefix: boolean;
|
|
24
|
+
logger: import("@aws-sdk/types").Logger;
|
|
25
|
+
serviceId: string;
|
|
26
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
+
tls?: boolean | undefined;
|
|
29
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
30
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
31
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
32
|
+
signingEscapePath?: boolean | undefined;
|
|
33
|
+
systemClockOffset?: number | undefined;
|
|
34
|
+
signingRegion?: string | undefined;
|
|
35
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
36
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
37
|
+
};
|
|
File without changes
|