@aws-sdk/client-apigatewayv2 3.1086.0 → 3.1088.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/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/ApiGatewayV2.d.ts +340 -456
- package/dist-types/ts3.4/ApiGatewayV2Client.d.ts +35 -132
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/CreateApiCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/CreateApiMappingCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/CreateIntegrationResponseCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreatePortalProductCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateProductPageCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateProductRestEndpointPageCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateRouteResponseCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateRoutingRuleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateVpcLinkCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteAccessLogSettingsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteApiCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/DeleteApiMappingCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteCorsConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteIntegrationResponseCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeletePortalProductCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeletePortalProductSharingPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteProductPageCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteProductRestEndpointPageCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteRouteRequestParameterCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteRouteResponseCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteRouteSettingsCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteRoutingRuleCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteVpcLinkCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DisablePortalCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/ExportApiCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetApiCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetApiMappingCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetApiMappingsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetApisCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/GetAuthorizerCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetAuthorizersCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetDeploymentsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetDomainNamesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetIntegrationResponseCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetIntegrationResponsesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetIntegrationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetModelCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetModelTemplateCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetPortalCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetPortalProductCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetPortalProductSharingPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetProductPageCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetProductRestEndpointPageCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetRouteCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetRouteResponseCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetRouteResponsesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetRoutesCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetRoutingRuleCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetStageCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetStagesCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetVpcLinkCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetVpcLinksCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ImportApiCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListPortalProductsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListProductPagesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListProductRestEndpointPagesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListRoutingRulesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PreviewPortalCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PublishPortalCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutPortalProductSharingPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutRoutingRuleCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ReimportApiCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ResetAuthorizersCacheCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateApiCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/UpdateApiMappingCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateDeploymentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/UpdateIntegrationResponseCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdatePortalProductCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateProductPageCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateProductRestEndpointPageCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateRouteResponseCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateVpcLinkCommand.d.ts +4 -9
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +9 -18
- package/dist-types/ts3.4/models/errors.d.ts +3 -9
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +39 -39