@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
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
|
|
2
|
-
import { CreateAuthorizerRequest, CreateAuthorizerResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1CreateAuthorizerCommand,
|
|
5
|
-
serializeAws_restJson1CreateAuthorizerCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface CreateAuthorizerCommandInput extends CreateAuthorizerRequest {}
|
|
21
|
-
export interface CreateAuthorizerCommandOutput extends CreateAuthorizerResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Creates an Authorizer for an API.</p>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { ApiGatewayV2Client, CreateAuthorizerCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
29
|
-
* // const { ApiGatewayV2Client, CreateAuthorizerCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
30
|
-
* const client = new ApiGatewayV2Client(config);
|
|
31
|
-
* const command = new CreateAuthorizerCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link CreateAuthorizerCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link CreateAuthorizerCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class CreateAuthorizerCommand extends $Command<
|
|
41
|
-
CreateAuthorizerCommandInput,
|
|
42
|
-
CreateAuthorizerCommandOutput,
|
|
43
|
-
ApiGatewayV2ClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: CreateAuthorizerCommandInput) {
|
|
49
|
-
// Start section: command_constructor
|
|
50
|
-
super();
|
|
51
|
-
// End section: command_constructor
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
resolveMiddleware(
|
|
58
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
59
|
-
configuration: ApiGatewayV2ClientResolvedConfig,
|
|
60
|
-
options?: __HttpHandlerOptions
|
|
61
|
-
): Handler<CreateAuthorizerCommandInput, CreateAuthorizerCommandOutput> {
|
|
62
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
63
|
-
|
|
64
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
65
|
-
|
|
66
|
-
const { logger } = configuration;
|
|
67
|
-
const clientName = "ApiGatewayV2Client";
|
|
68
|
-
const commandName = "CreateAuthorizerCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: CreateAuthorizerRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: CreateAuthorizerResponse.filterSensitiveLog,
|
|
75
|
-
};
|
|
76
|
-
const { requestHandler } = configuration;
|
|
77
|
-
return stack.resolve(
|
|
78
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
79
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
80
|
-
handlerExecutionContext
|
|
81
|
-
);
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
private serialize(input: CreateAuthorizerCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_restJson1CreateAuthorizerCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<CreateAuthorizerCommandOutput> {
|
|
89
|
-
return deserializeAws_restJson1CreateAuthorizerCommand(output, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// Start section: command_body_extra
|
|
93
|
-
// End section: command_body_extra
|
|
94
|
-
}
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
|
|
2
|
-
import { CreateDeploymentRequest, CreateDeploymentResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1CreateDeploymentCommand,
|
|
5
|
-
serializeAws_restJson1CreateDeploymentCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface CreateDeploymentCommandInput extends CreateDeploymentRequest {}
|
|
21
|
-
export interface CreateDeploymentCommandOutput extends CreateDeploymentResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Creates a Deployment for an API.</p>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { ApiGatewayV2Client, CreateDeploymentCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
29
|
-
* // const { ApiGatewayV2Client, CreateDeploymentCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
30
|
-
* const client = new ApiGatewayV2Client(config);
|
|
31
|
-
* const command = new CreateDeploymentCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link CreateDeploymentCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link CreateDeploymentCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class CreateDeploymentCommand extends $Command<
|
|
41
|
-
CreateDeploymentCommandInput,
|
|
42
|
-
CreateDeploymentCommandOutput,
|
|
43
|
-
ApiGatewayV2ClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: CreateDeploymentCommandInput) {
|
|
49
|
-
// Start section: command_constructor
|
|
50
|
-
super();
|
|
51
|
-
// End section: command_constructor
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
resolveMiddleware(
|
|
58
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
59
|
-
configuration: ApiGatewayV2ClientResolvedConfig,
|
|
60
|
-
options?: __HttpHandlerOptions
|
|
61
|
-
): Handler<CreateDeploymentCommandInput, CreateDeploymentCommandOutput> {
|
|
62
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
63
|
-
|
|
64
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
65
|
-
|
|
66
|
-
const { logger } = configuration;
|
|
67
|
-
const clientName = "ApiGatewayV2Client";
|
|
68
|
-
const commandName = "CreateDeploymentCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: CreateDeploymentRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: CreateDeploymentResponse.filterSensitiveLog,
|
|
75
|
-
};
|
|
76
|
-
const { requestHandler } = configuration;
|
|
77
|
-
return stack.resolve(
|
|
78
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
79
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
80
|
-
handlerExecutionContext
|
|
81
|
-
);
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
private serialize(input: CreateDeploymentCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_restJson1CreateDeploymentCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<CreateDeploymentCommandOutput> {
|
|
89
|
-
return deserializeAws_restJson1CreateDeploymentCommand(output, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// Start section: command_body_extra
|
|
93
|
-
// End section: command_body_extra
|
|
94
|
-
}
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
|
|
2
|
-
import { CreateDomainNameRequest, CreateDomainNameResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1CreateDomainNameCommand,
|
|
5
|
-
serializeAws_restJson1CreateDomainNameCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface CreateDomainNameCommandInput extends CreateDomainNameRequest {}
|
|
21
|
-
export interface CreateDomainNameCommandOutput extends CreateDomainNameResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Creates a domain name.</p>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { ApiGatewayV2Client, CreateDomainNameCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
29
|
-
* // const { ApiGatewayV2Client, CreateDomainNameCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
30
|
-
* const client = new ApiGatewayV2Client(config);
|
|
31
|
-
* const command = new CreateDomainNameCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link CreateDomainNameCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link CreateDomainNameCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class CreateDomainNameCommand extends $Command<
|
|
41
|
-
CreateDomainNameCommandInput,
|
|
42
|
-
CreateDomainNameCommandOutput,
|
|
43
|
-
ApiGatewayV2ClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: CreateDomainNameCommandInput) {
|
|
49
|
-
// Start section: command_constructor
|
|
50
|
-
super();
|
|
51
|
-
// End section: command_constructor
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
resolveMiddleware(
|
|
58
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
59
|
-
configuration: ApiGatewayV2ClientResolvedConfig,
|
|
60
|
-
options?: __HttpHandlerOptions
|
|
61
|
-
): Handler<CreateDomainNameCommandInput, CreateDomainNameCommandOutput> {
|
|
62
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
63
|
-
|
|
64
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
65
|
-
|
|
66
|
-
const { logger } = configuration;
|
|
67
|
-
const clientName = "ApiGatewayV2Client";
|
|
68
|
-
const commandName = "CreateDomainNameCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: CreateDomainNameRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: CreateDomainNameResponse.filterSensitiveLog,
|
|
75
|
-
};
|
|
76
|
-
const { requestHandler } = configuration;
|
|
77
|
-
return stack.resolve(
|
|
78
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
79
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
80
|
-
handlerExecutionContext
|
|
81
|
-
);
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
private serialize(input: CreateDomainNameCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_restJson1CreateDomainNameCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<CreateDomainNameCommandOutput> {
|
|
89
|
-
return deserializeAws_restJson1CreateDomainNameCommand(output, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// Start section: command_body_extra
|
|
93
|
-
// End section: command_body_extra
|
|
94
|
-
}
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
|
|
2
|
-
import { CreateIntegrationRequest, CreateIntegrationResult } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1CreateIntegrationCommand,
|
|
5
|
-
serializeAws_restJson1CreateIntegrationCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface CreateIntegrationCommandInput extends CreateIntegrationRequest {}
|
|
21
|
-
export interface CreateIntegrationCommandOutput extends CreateIntegrationResult, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Creates an Integration.</p>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { ApiGatewayV2Client, CreateIntegrationCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
29
|
-
* // const { ApiGatewayV2Client, CreateIntegrationCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
30
|
-
* const client = new ApiGatewayV2Client(config);
|
|
31
|
-
* const command = new CreateIntegrationCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link CreateIntegrationCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link CreateIntegrationCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class CreateIntegrationCommand extends $Command<
|
|
41
|
-
CreateIntegrationCommandInput,
|
|
42
|
-
CreateIntegrationCommandOutput,
|
|
43
|
-
ApiGatewayV2ClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: CreateIntegrationCommandInput) {
|
|
49
|
-
// Start section: command_constructor
|
|
50
|
-
super();
|
|
51
|
-
// End section: command_constructor
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
resolveMiddleware(
|
|
58
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
59
|
-
configuration: ApiGatewayV2ClientResolvedConfig,
|
|
60
|
-
options?: __HttpHandlerOptions
|
|
61
|
-
): Handler<CreateIntegrationCommandInput, CreateIntegrationCommandOutput> {
|
|
62
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
63
|
-
|
|
64
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
65
|
-
|
|
66
|
-
const { logger } = configuration;
|
|
67
|
-
const clientName = "ApiGatewayV2Client";
|
|
68
|
-
const commandName = "CreateIntegrationCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: CreateIntegrationRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: CreateIntegrationResult.filterSensitiveLog,
|
|
75
|
-
};
|
|
76
|
-
const { requestHandler } = configuration;
|
|
77
|
-
return stack.resolve(
|
|
78
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
79
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
80
|
-
handlerExecutionContext
|
|
81
|
-
);
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
private serialize(input: CreateIntegrationCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_restJson1CreateIntegrationCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<CreateIntegrationCommandOutput> {
|
|
89
|
-
return deserializeAws_restJson1CreateIntegrationCommand(output, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// Start section: command_body_extra
|
|
93
|
-
// End section: command_body_extra
|
|
94
|
-
}
|
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
|
|
2
|
-
import { CreateIntegrationResponseRequest, CreateIntegrationResponseResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1CreateIntegrationResponseCommand,
|
|
5
|
-
serializeAws_restJson1CreateIntegrationResponseCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface CreateIntegrationResponseCommandInput extends CreateIntegrationResponseRequest {}
|
|
21
|
-
export interface CreateIntegrationResponseCommandOutput extends CreateIntegrationResponseResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Creates an IntegrationResponses.</p>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { ApiGatewayV2Client, CreateIntegrationResponseCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
29
|
-
* // const { ApiGatewayV2Client, CreateIntegrationResponseCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
30
|
-
* const client = new ApiGatewayV2Client(config);
|
|
31
|
-
* const command = new CreateIntegrationResponseCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link CreateIntegrationResponseCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link CreateIntegrationResponseCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class CreateIntegrationResponseCommand extends $Command<
|
|
41
|
-
CreateIntegrationResponseCommandInput,
|
|
42
|
-
CreateIntegrationResponseCommandOutput,
|
|
43
|
-
ApiGatewayV2ClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: CreateIntegrationResponseCommandInput) {
|
|
49
|
-
// Start section: command_constructor
|
|
50
|
-
super();
|
|
51
|
-
// End section: command_constructor
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
resolveMiddleware(
|
|
58
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
59
|
-
configuration: ApiGatewayV2ClientResolvedConfig,
|
|
60
|
-
options?: __HttpHandlerOptions
|
|
61
|
-
): Handler<CreateIntegrationResponseCommandInput, CreateIntegrationResponseCommandOutput> {
|
|
62
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
63
|
-
|
|
64
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
65
|
-
|
|
66
|
-
const { logger } = configuration;
|
|
67
|
-
const clientName = "ApiGatewayV2Client";
|
|
68
|
-
const commandName = "CreateIntegrationResponseCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: CreateIntegrationResponseRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: CreateIntegrationResponseResponse.filterSensitiveLog,
|
|
75
|
-
};
|
|
76
|
-
const { requestHandler } = configuration;
|
|
77
|
-
return stack.resolve(
|
|
78
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
79
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
80
|
-
handlerExecutionContext
|
|
81
|
-
);
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
private serialize(input: CreateIntegrationResponseCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_restJson1CreateIntegrationResponseCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(
|
|
89
|
-
output: __HttpResponse,
|
|
90
|
-
context: __SerdeContext
|
|
91
|
-
): Promise<CreateIntegrationResponseCommandOutput> {
|
|
92
|
-
return deserializeAws_restJson1CreateIntegrationResponseCommand(output, context);
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
// Start section: command_body_extra
|
|
96
|
-
// End section: command_body_extra
|
|
97
|
-
}
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
|
|
2
|
-
import { CreateModelRequest, CreateModelResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1CreateModelCommand,
|
|
5
|
-
serializeAws_restJson1CreateModelCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface CreateModelCommandInput extends CreateModelRequest {}
|
|
21
|
-
export interface CreateModelCommandOutput extends CreateModelResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Creates a Model for an API.</p>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { ApiGatewayV2Client, CreateModelCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
29
|
-
* // const { ApiGatewayV2Client, CreateModelCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
30
|
-
* const client = new ApiGatewayV2Client(config);
|
|
31
|
-
* const command = new CreateModelCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link CreateModelCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link CreateModelCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class CreateModelCommand extends $Command<
|
|
41
|
-
CreateModelCommandInput,
|
|
42
|
-
CreateModelCommandOutput,
|
|
43
|
-
ApiGatewayV2ClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: CreateModelCommandInput) {
|
|
49
|
-
// Start section: command_constructor
|
|
50
|
-
super();
|
|
51
|
-
// End section: command_constructor
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
resolveMiddleware(
|
|
58
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
59
|
-
configuration: ApiGatewayV2ClientResolvedConfig,
|
|
60
|
-
options?: __HttpHandlerOptions
|
|
61
|
-
): Handler<CreateModelCommandInput, CreateModelCommandOutput> {
|
|
62
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
63
|
-
|
|
64
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
65
|
-
|
|
66
|
-
const { logger } = configuration;
|
|
67
|
-
const clientName = "ApiGatewayV2Client";
|
|
68
|
-
const commandName = "CreateModelCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: CreateModelRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: CreateModelResponse.filterSensitiveLog,
|
|
75
|
-
};
|
|
76
|
-
const { requestHandler } = configuration;
|
|
77
|
-
return stack.resolve(
|
|
78
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
79
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
80
|
-
handlerExecutionContext
|
|
81
|
-
);
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
private serialize(input: CreateModelCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_restJson1CreateModelCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<CreateModelCommandOutput> {
|
|
89
|
-
return deserializeAws_restJson1CreateModelCommand(output, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// Start section: command_body_extra
|
|
93
|
-
// End section: command_body_extra
|
|
94
|
-
}
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
|
|
2
|
-
import { CreateRouteRequest, CreateRouteResult } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1CreateRouteCommand,
|
|
5
|
-
serializeAws_restJson1CreateRouteCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface CreateRouteCommandInput extends CreateRouteRequest {}
|
|
21
|
-
export interface CreateRouteCommandOutput extends CreateRouteResult, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Creates a Route for an API.</p>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { ApiGatewayV2Client, CreateRouteCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
29
|
-
* // const { ApiGatewayV2Client, CreateRouteCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
30
|
-
* const client = new ApiGatewayV2Client(config);
|
|
31
|
-
* const command = new CreateRouteCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link CreateRouteCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link CreateRouteCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class CreateRouteCommand extends $Command<
|
|
41
|
-
CreateRouteCommandInput,
|
|
42
|
-
CreateRouteCommandOutput,
|
|
43
|
-
ApiGatewayV2ClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: CreateRouteCommandInput) {
|
|
49
|
-
// Start section: command_constructor
|
|
50
|
-
super();
|
|
51
|
-
// End section: command_constructor
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
resolveMiddleware(
|
|
58
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
59
|
-
configuration: ApiGatewayV2ClientResolvedConfig,
|
|
60
|
-
options?: __HttpHandlerOptions
|
|
61
|
-
): Handler<CreateRouteCommandInput, CreateRouteCommandOutput> {
|
|
62
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
63
|
-
|
|
64
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
65
|
-
|
|
66
|
-
const { logger } = configuration;
|
|
67
|
-
const clientName = "ApiGatewayV2Client";
|
|
68
|
-
const commandName = "CreateRouteCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: CreateRouteRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: CreateRouteResult.filterSensitiveLog,
|
|
75
|
-
};
|
|
76
|
-
const { requestHandler } = configuration;
|
|
77
|
-
return stack.resolve(
|
|
78
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
79
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
80
|
-
handlerExecutionContext
|
|
81
|
-
);
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
private serialize(input: CreateRouteCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_restJson1CreateRouteCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<CreateRouteCommandOutput> {
|
|
89
|
-
return deserializeAws_restJson1CreateRouteCommand(output, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// Start section: command_body_extra
|
|
93
|
-
// End section: command_body_extra
|
|
94
|
-
}
|