@aws-sdk/client-api-gateway 3.1087.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/APIGateway.d.ts +414 -542
- package/dist-types/ts3.4/APIGatewayClient.d.ts +34 -130
- 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/CreateApiKeyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateBasePathMappingCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateDocumentationPartCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/CreateDocumentationVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateDomainNameAccessAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/CreateRequestValidatorCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/CreateResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateRestApiCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/CreateUsagePlanCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateUsagePlanKeyCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/CreateVpcLinkCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteApiKeyCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteBasePathMappingCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteClientCertificateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteDocumentationPartCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteDocumentationVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteDomainNameAccessAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteGatewayResponseCommand.d.ts +3 -4
- 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/DeleteMethodCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteMethodResponseCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteRequestValidatorCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteRestApiCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteUsagePlanCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteUsagePlanKeyCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteVpcLinkCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/FlushStageAuthorizersCacheCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/FlushStageCacheCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/GenerateClientCertificateCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetApiKeyCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetApiKeysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAuthorizerCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetAuthorizersCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetBasePathMappingCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/GetBasePathMappingsCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/GetClientCertificateCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/GetClientCertificatesCommand.d.ts +4 -10
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetDeploymentsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetDocumentationPartCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/GetDocumentationPartsCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/GetDocumentationVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetDocumentationVersionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetDomainNameAccessAssociationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetDomainNamesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetExportCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetGatewayResponseCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/GetGatewayResponsesCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetIntegrationResponseCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetMethodCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetMethodResponseCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/GetModelCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetModelTemplateCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetRequestValidatorCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/GetRequestValidatorsCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/GetResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/GetResourcesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetRestApiCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/GetRestApisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSdkCommand.d.ts +8 -9
- package/dist-types/ts3.4/commands/GetSdkTypeCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/GetSdkTypesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetStageCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetStagesCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetUsageCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetUsagePlanCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetUsagePlanKeyCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetUsagePlanKeysCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetUsagePlansCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetVpcLinkCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/GetVpcLinksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportApiKeysCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/ImportDocumentationPartsCommand.d.ts +6 -14
- package/dist-types/ts3.4/commands/ImportRestApiCommand.d.ts +4 -8
- package/dist-types/ts3.4/commands/PutGatewayResponseCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/PutIntegrationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PutIntegrationResponseCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutMethodCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/PutMethodResponseCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/PutRestApiCommand.d.ts +3 -6
- package/dist-types/ts3.4/commands/RejectDomainNameAccessAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/TestInvokeAuthorizerCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TestInvokeMethodCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateAccountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateApiKeyCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateBasePathMappingCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/UpdateClientCertificateCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/UpdateDeploymentCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateDocumentationPartCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/UpdateDocumentationVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateGatewayResponseCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/UpdateIntegrationResponseCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateMethodCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateMethodResponseCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateRequestValidatorCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/UpdateResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateRestApiCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateUsageCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateUsagePlanCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateVpcLinkCommand.d.ts +2 -2
- 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 +13 -26
- package/dist-types/ts3.4/models/errors.d.ts +5 -15
- package/dist-types/ts3.4/models/models_0.d.ts +1 -3
- package/dist-types/ts3.4/pagination/GetApiKeysPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/GetModelsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/GetRestApisPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/GetUsagePaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/GetVpcLinksPaginator.d.ts +1 -4
- 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