@aws-sdk/client-api-gateway 3.34.0 → 3.37.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 +47 -0
- package/dist-cjs/APIGateway.js +1807 -0
- package/dist-cjs/APIGatewayClient.js +37 -0
- package/dist-cjs/commands/CreateApiKeyCommand.js +36 -0
- package/dist-cjs/commands/CreateAuthorizerCommand.js +36 -0
- package/dist-cjs/commands/CreateBasePathMappingCommand.js +36 -0
- package/dist-cjs/commands/CreateDeploymentCommand.js +36 -0
- package/dist-cjs/commands/CreateDocumentationPartCommand.js +36 -0
- package/dist-cjs/commands/CreateDocumentationVersionCommand.js +36 -0
- package/dist-cjs/commands/CreateDomainNameCommand.js +36 -0
- package/dist-cjs/commands/CreateModelCommand.js +36 -0
- package/dist-cjs/commands/CreateRequestValidatorCommand.js +36 -0
- package/dist-cjs/commands/CreateResourceCommand.js +36 -0
- package/dist-cjs/commands/CreateRestApiCommand.js +36 -0
- package/dist-cjs/commands/CreateStageCommand.js +36 -0
- package/dist-cjs/commands/CreateUsagePlanCommand.js +36 -0
- package/dist-cjs/commands/CreateUsagePlanKeyCommand.js +36 -0
- package/dist-cjs/commands/CreateVpcLinkCommand.js +36 -0
- package/dist-cjs/commands/DeleteApiKeyCommand.js +36 -0
- package/dist-cjs/commands/DeleteAuthorizerCommand.js +36 -0
- package/dist-cjs/commands/DeleteBasePathMappingCommand.js +36 -0
- package/dist-cjs/commands/DeleteClientCertificateCommand.js +36 -0
- package/dist-cjs/commands/DeleteDeploymentCommand.js +36 -0
- package/dist-cjs/commands/DeleteDocumentationPartCommand.js +36 -0
- package/dist-cjs/commands/DeleteDocumentationVersionCommand.js +36 -0
- package/dist-cjs/commands/DeleteDomainNameCommand.js +36 -0
- package/dist-cjs/commands/DeleteGatewayResponseCommand.js +36 -0
- package/dist-cjs/commands/DeleteIntegrationCommand.js +36 -0
- package/dist-cjs/commands/DeleteIntegrationResponseCommand.js +36 -0
- package/dist-cjs/commands/DeleteMethodCommand.js +36 -0
- package/dist-cjs/commands/DeleteMethodResponseCommand.js +36 -0
- package/dist-cjs/commands/DeleteModelCommand.js +36 -0
- package/dist-cjs/commands/DeleteRequestValidatorCommand.js +36 -0
- package/dist-cjs/commands/DeleteResourceCommand.js +36 -0
- package/dist-cjs/commands/DeleteRestApiCommand.js +36 -0
- package/dist-cjs/commands/DeleteStageCommand.js +36 -0
- package/dist-cjs/commands/DeleteUsagePlanCommand.js +36 -0
- package/dist-cjs/commands/DeleteUsagePlanKeyCommand.js +36 -0
- package/dist-cjs/commands/DeleteVpcLinkCommand.js +36 -0
- package/dist-cjs/commands/FlushStageAuthorizersCacheCommand.js +36 -0
- package/dist-cjs/commands/FlushStageCacheCommand.js +36 -0
- package/dist-cjs/commands/GenerateClientCertificateCommand.js +36 -0
- package/dist-cjs/commands/GetAccountCommand.js +36 -0
- package/dist-cjs/commands/GetApiKeyCommand.js +36 -0
- package/dist-cjs/commands/GetApiKeysCommand.js +36 -0
- package/dist-cjs/commands/GetAuthorizerCommand.js +36 -0
- package/dist-cjs/commands/GetAuthorizersCommand.js +36 -0
- package/dist-cjs/commands/GetBasePathMappingCommand.js +36 -0
- package/dist-cjs/commands/GetBasePathMappingsCommand.js +36 -0
- package/dist-cjs/commands/GetClientCertificateCommand.js +36 -0
- package/dist-cjs/commands/GetClientCertificatesCommand.js +36 -0
- package/dist-cjs/commands/GetDeploymentCommand.js +36 -0
- package/dist-cjs/commands/GetDeploymentsCommand.js +36 -0
- package/dist-cjs/commands/GetDocumentationPartCommand.js +36 -0
- package/dist-cjs/commands/GetDocumentationPartsCommand.js +36 -0
- package/dist-cjs/commands/GetDocumentationVersionCommand.js +36 -0
- package/dist-cjs/commands/GetDocumentationVersionsCommand.js +36 -0
- package/dist-cjs/commands/GetDomainNameCommand.js +36 -0
- package/dist-cjs/commands/GetDomainNamesCommand.js +36 -0
- package/dist-cjs/commands/GetExportCommand.js +36 -0
- package/dist-cjs/commands/GetGatewayResponseCommand.js +36 -0
- package/dist-cjs/commands/GetGatewayResponsesCommand.js +36 -0
- package/dist-cjs/commands/GetIntegrationCommand.js +36 -0
- package/dist-cjs/commands/GetIntegrationResponseCommand.js +36 -0
- package/dist-cjs/commands/GetMethodCommand.js +36 -0
- package/dist-cjs/commands/GetMethodResponseCommand.js +36 -0
- package/dist-cjs/commands/GetModelCommand.js +36 -0
- package/dist-cjs/commands/GetModelTemplateCommand.js +36 -0
- package/dist-cjs/commands/GetModelsCommand.js +36 -0
- package/dist-cjs/commands/GetRequestValidatorCommand.js +36 -0
- package/dist-cjs/commands/GetRequestValidatorsCommand.js +36 -0
- package/dist-cjs/commands/GetResourceCommand.js +36 -0
- package/dist-cjs/commands/GetResourcesCommand.js +36 -0
- package/dist-cjs/commands/GetRestApiCommand.js +36 -0
- package/dist-cjs/commands/GetRestApisCommand.js +36 -0
- package/dist-cjs/commands/GetSdkCommand.js +36 -0
- package/dist-cjs/commands/GetSdkTypeCommand.js +36 -0
- package/dist-cjs/commands/GetSdkTypesCommand.js +36 -0
- package/dist-cjs/commands/GetStageCommand.js +36 -0
- package/dist-cjs/commands/GetStagesCommand.js +36 -0
- package/dist-cjs/commands/GetTagsCommand.js +36 -0
- package/dist-cjs/commands/GetUsageCommand.js +36 -0
- package/dist-cjs/commands/GetUsagePlanCommand.js +36 -0
- package/dist-cjs/commands/GetUsagePlanKeyCommand.js +36 -0
- package/dist-cjs/commands/GetUsagePlanKeysCommand.js +36 -0
- package/dist-cjs/commands/GetUsagePlansCommand.js +36 -0
- package/dist-cjs/commands/GetVpcLinkCommand.js +36 -0
- package/dist-cjs/commands/GetVpcLinksCommand.js +36 -0
- package/dist-cjs/commands/ImportApiKeysCommand.js +36 -0
- package/dist-cjs/commands/ImportDocumentationPartsCommand.js +36 -0
- package/dist-cjs/commands/ImportRestApiCommand.js +36 -0
- package/dist-cjs/commands/PutGatewayResponseCommand.js +36 -0
- package/dist-cjs/commands/PutIntegrationCommand.js +36 -0
- package/dist-cjs/commands/PutIntegrationResponseCommand.js +36 -0
- package/dist-cjs/commands/PutMethodCommand.js +36 -0
- package/dist-cjs/commands/PutMethodResponseCommand.js +36 -0
- package/dist-cjs/commands/PutRestApiCommand.js +36 -0
- package/dist-cjs/commands/TagResourceCommand.js +36 -0
- package/dist-cjs/commands/TestInvokeAuthorizerCommand.js +36 -0
- package/dist-cjs/commands/TestInvokeMethodCommand.js +36 -0
- package/dist-cjs/commands/UntagResourceCommand.js +36 -0
- package/dist-cjs/commands/UpdateAccountCommand.js +36 -0
- package/dist-cjs/commands/UpdateApiKeyCommand.js +36 -0
- package/dist-cjs/commands/UpdateAuthorizerCommand.js +36 -0
- package/dist-cjs/commands/UpdateBasePathMappingCommand.js +36 -0
- package/dist-cjs/commands/UpdateClientCertificateCommand.js +36 -0
- package/dist-cjs/commands/UpdateDeploymentCommand.js +36 -0
- package/dist-cjs/commands/UpdateDocumentationPartCommand.js +36 -0
- package/dist-cjs/commands/UpdateDocumentationVersionCommand.js +36 -0
- package/dist-cjs/commands/UpdateDomainNameCommand.js +36 -0
- package/dist-cjs/commands/UpdateGatewayResponseCommand.js +36 -0
- package/dist-cjs/commands/UpdateIntegrationCommand.js +36 -0
- package/dist-cjs/commands/UpdateIntegrationResponseCommand.js +36 -0
- package/dist-cjs/commands/UpdateMethodCommand.js +36 -0
- package/dist-cjs/commands/UpdateMethodResponseCommand.js +36 -0
- package/dist-cjs/commands/UpdateModelCommand.js +36 -0
- package/dist-cjs/commands/UpdateRequestValidatorCommand.js +36 -0
- package/dist-cjs/commands/UpdateResourceCommand.js +36 -0
- package/dist-cjs/commands/UpdateRestApiCommand.js +36 -0
- package/dist-cjs/commands/UpdateStageCommand.js +36 -0
- package/dist-cjs/commands/UpdateUsageCommand.js +36 -0
- package/dist-cjs/commands/UpdateUsagePlanCommand.js +36 -0
- package/dist-cjs/commands/UpdateVpcLinkCommand.js +36 -0
- package/dist-cjs/endpoints.js +56 -0
- package/dist-cjs/index.js +139 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +1293 -0
- package/dist-cjs/pagination/GetApiKeysPaginator.js +35 -0
- package/dist-cjs/pagination/GetBasePathMappingsPaginator.js +35 -0
- package/dist-cjs/pagination/GetClientCertificatesPaginator.js +35 -0
- package/dist-cjs/pagination/GetDeploymentsPaginator.js +35 -0
- package/dist-cjs/pagination/GetDomainNamesPaginator.js +35 -0
- package/dist-cjs/pagination/GetModelsPaginator.js +35 -0
- package/dist-cjs/pagination/GetResourcesPaginator.js +35 -0
- package/dist-cjs/pagination/GetRestApisPaginator.js +35 -0
- package/dist-cjs/pagination/GetUsagePaginator.js +35 -0
- package/dist-cjs/pagination/GetUsagePlanKeysPaginator.js +35 -0
- package/dist-cjs/pagination/GetUsagePlansPaginator.js +35 -0
- package/dist-cjs/pagination/GetVpcLinksPaginator.js +35 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +17245 -0
- package/dist-cjs/runtimeConfig.browser.js +37 -0
- package/dist-cjs/runtimeConfig.js +42 -0
- package/dist-cjs/runtimeConfig.native.js +16 -0
- package/dist-cjs/runtimeConfig.shared.js +17 -0
- package/dist-es/APIGateway.js +1810 -0
- package/dist-es/APIGatewayClient.js +39 -0
- package/dist-es/commands/CreateApiKeyCommand.js +39 -0
- package/dist-es/commands/CreateAuthorizerCommand.js +39 -0
- package/dist-es/commands/CreateBasePathMappingCommand.js +39 -0
- package/dist-es/commands/CreateDeploymentCommand.js +39 -0
- package/dist-es/commands/CreateDocumentationPartCommand.js +39 -0
- package/dist-es/commands/CreateDocumentationVersionCommand.js +39 -0
- package/dist-es/commands/CreateDomainNameCommand.js +39 -0
- package/dist-es/commands/CreateModelCommand.js +39 -0
- package/dist-es/commands/CreateRequestValidatorCommand.js +39 -0
- package/dist-es/commands/CreateResourceCommand.js +39 -0
- package/dist-es/commands/CreateRestApiCommand.js +39 -0
- package/dist-es/commands/CreateStageCommand.js +39 -0
- package/dist-es/commands/CreateUsagePlanCommand.js +39 -0
- package/dist-es/commands/CreateUsagePlanKeyCommand.js +39 -0
- package/dist-es/commands/CreateVpcLinkCommand.js +39 -0
- package/dist-es/commands/DeleteApiKeyCommand.js +39 -0
- package/dist-es/commands/DeleteAuthorizerCommand.js +39 -0
- package/dist-es/commands/DeleteBasePathMappingCommand.js +39 -0
- package/dist-es/commands/DeleteClientCertificateCommand.js +39 -0
- package/dist-es/commands/DeleteDeploymentCommand.js +39 -0
- package/dist-es/commands/DeleteDocumentationPartCommand.js +39 -0
- package/dist-es/commands/DeleteDocumentationVersionCommand.js +39 -0
- package/dist-es/commands/DeleteDomainNameCommand.js +39 -0
- package/dist-es/commands/DeleteGatewayResponseCommand.js +39 -0
- package/dist-es/commands/DeleteIntegrationCommand.js +39 -0
- package/dist-es/commands/DeleteIntegrationResponseCommand.js +39 -0
- package/dist-es/commands/DeleteMethodCommand.js +39 -0
- package/dist-es/commands/DeleteMethodResponseCommand.js +39 -0
- package/dist-es/commands/DeleteModelCommand.js +39 -0
- package/dist-es/commands/DeleteRequestValidatorCommand.js +39 -0
- package/dist-es/commands/DeleteResourceCommand.js +39 -0
- package/dist-es/commands/DeleteRestApiCommand.js +39 -0
- package/dist-es/commands/DeleteStageCommand.js +39 -0
- package/dist-es/commands/DeleteUsagePlanCommand.js +39 -0
- package/dist-es/commands/DeleteUsagePlanKeyCommand.js +39 -0
- package/dist-es/commands/DeleteVpcLinkCommand.js +39 -0
- package/dist-es/commands/FlushStageAuthorizersCacheCommand.js +39 -0
- package/dist-es/commands/FlushStageCacheCommand.js +39 -0
- package/dist-es/commands/GenerateClientCertificateCommand.js +39 -0
- package/dist-es/commands/GetAccountCommand.js +39 -0
- package/dist-es/commands/GetApiKeyCommand.js +39 -0
- package/dist-es/commands/GetApiKeysCommand.js +39 -0
- package/dist-es/commands/GetAuthorizerCommand.js +39 -0
- package/dist-es/commands/GetAuthorizersCommand.js +39 -0
- package/dist-es/commands/GetBasePathMappingCommand.js +39 -0
- package/dist-es/commands/GetBasePathMappingsCommand.js +39 -0
- package/dist-es/commands/GetClientCertificateCommand.js +39 -0
- package/dist-es/commands/GetClientCertificatesCommand.js +39 -0
- package/dist-es/commands/GetDeploymentCommand.js +39 -0
- package/dist-es/commands/GetDeploymentsCommand.js +39 -0
- package/dist-es/commands/GetDocumentationPartCommand.js +39 -0
- package/dist-es/commands/GetDocumentationPartsCommand.js +39 -0
- package/dist-es/commands/GetDocumentationVersionCommand.js +39 -0
- package/dist-es/commands/GetDocumentationVersionsCommand.js +39 -0
- package/dist-es/commands/GetDomainNameCommand.js +39 -0
- package/dist-es/commands/GetDomainNamesCommand.js +39 -0
- package/dist-es/commands/GetExportCommand.js +39 -0
- package/dist-es/commands/GetGatewayResponseCommand.js +39 -0
- package/dist-es/commands/GetGatewayResponsesCommand.js +39 -0
- package/dist-es/commands/GetIntegrationCommand.js +39 -0
- package/dist-es/commands/GetIntegrationResponseCommand.js +39 -0
- package/dist-es/commands/GetMethodCommand.js +39 -0
- package/dist-es/commands/GetMethodResponseCommand.js +39 -0
- package/dist-es/commands/GetModelCommand.js +39 -0
- package/dist-es/commands/GetModelTemplateCommand.js +39 -0
- package/dist-es/commands/GetModelsCommand.js +39 -0
- package/dist-es/commands/GetRequestValidatorCommand.js +39 -0
- package/dist-es/commands/GetRequestValidatorsCommand.js +39 -0
- package/dist-es/commands/GetResourceCommand.js +39 -0
- package/dist-es/commands/GetResourcesCommand.js +39 -0
- package/dist-es/commands/GetRestApiCommand.js +39 -0
- package/dist-es/commands/GetRestApisCommand.js +39 -0
- package/dist-es/commands/GetSdkCommand.js +39 -0
- package/dist-es/commands/GetSdkTypeCommand.js +39 -0
- package/dist-es/commands/GetSdkTypesCommand.js +39 -0
- package/dist-es/commands/GetStageCommand.js +39 -0
- package/dist-es/commands/GetStagesCommand.js +39 -0
- package/dist-es/commands/GetTagsCommand.js +39 -0
- package/dist-es/commands/GetUsageCommand.js +39 -0
- package/dist-es/commands/GetUsagePlanCommand.js +39 -0
- package/dist-es/commands/GetUsagePlanKeyCommand.js +39 -0
- package/dist-es/commands/GetUsagePlanKeysCommand.js +39 -0
- package/dist-es/commands/GetUsagePlansCommand.js +39 -0
- package/dist-es/commands/GetVpcLinkCommand.js +39 -0
- package/dist-es/commands/GetVpcLinksCommand.js +39 -0
- package/dist-es/commands/ImportApiKeysCommand.js +39 -0
- package/dist-es/commands/ImportDocumentationPartsCommand.js +39 -0
- package/dist-es/commands/ImportRestApiCommand.js +39 -0
- package/dist-es/commands/PutGatewayResponseCommand.js +39 -0
- package/dist-es/commands/PutIntegrationCommand.js +39 -0
- package/dist-es/commands/PutIntegrationResponseCommand.js +39 -0
- package/dist-es/commands/PutMethodCommand.js +39 -0
- package/dist-es/commands/PutMethodResponseCommand.js +39 -0
- package/dist-es/commands/PutRestApiCommand.js +39 -0
- package/dist-es/commands/TagResourceCommand.js +39 -0
- package/dist-es/commands/TestInvokeAuthorizerCommand.js +39 -0
- package/dist-es/commands/TestInvokeMethodCommand.js +39 -0
- package/dist-es/commands/UntagResourceCommand.js +39 -0
- package/dist-es/commands/UpdateAccountCommand.js +39 -0
- package/dist-es/commands/UpdateApiKeyCommand.js +39 -0
- package/dist-es/commands/UpdateAuthorizerCommand.js +39 -0
- package/dist-es/commands/UpdateBasePathMappingCommand.js +39 -0
- package/dist-es/commands/UpdateClientCertificateCommand.js +39 -0
- package/dist-es/commands/UpdateDeploymentCommand.js +39 -0
- package/dist-es/commands/UpdateDocumentationPartCommand.js +39 -0
- package/dist-es/commands/UpdateDocumentationVersionCommand.js +39 -0
- package/dist-es/commands/UpdateDomainNameCommand.js +39 -0
- package/dist-es/commands/UpdateGatewayResponseCommand.js +39 -0
- package/dist-es/commands/UpdateIntegrationCommand.js +39 -0
- package/dist-es/commands/UpdateIntegrationResponseCommand.js +39 -0
- package/dist-es/commands/UpdateMethodCommand.js +39 -0
- package/dist-es/commands/UpdateMethodResponseCommand.js +39 -0
- package/dist-es/commands/UpdateModelCommand.js +39 -0
- package/dist-es/commands/UpdateRequestValidatorCommand.js +39 -0
- package/dist-es/commands/UpdateResourceCommand.js +39 -0
- package/dist-es/commands/UpdateRestApiCommand.js +39 -0
- package/dist-es/commands/UpdateStageCommand.js +39 -0
- package/dist-es/commands/UpdateUsageCommand.js +39 -0
- package/dist-es/commands/UpdateUsagePlanCommand.js +39 -0
- package/dist-es/commands/UpdateVpcLinkCommand.js +39 -0
- package/dist-es/endpoints.js +52 -0
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/dist-es/models/models_0.js +901 -0
- package/dist-es/pagination/GetApiKeysPaginator.js +74 -0
- package/dist-es/pagination/GetBasePathMappingsPaginator.js +74 -0
- package/dist-es/pagination/GetClientCertificatesPaginator.js +74 -0
- package/dist-es/pagination/GetDeploymentsPaginator.js +74 -0
- package/dist-es/pagination/GetDomainNamesPaginator.js +74 -0
- package/dist-es/pagination/GetModelsPaginator.js +74 -0
- package/dist-es/pagination/GetResourcesPaginator.js +74 -0
- package/dist-es/pagination/GetRestApisPaginator.js +74 -0
- package/dist-es/pagination/GetUsagePaginator.js +74 -0
- package/dist-es/pagination/GetUsagePlanKeysPaginator.js +74 -0
- package/dist-es/pagination/GetUsagePlansPaginator.js +74 -0
- package/dist-es/pagination/GetVpcLinksPaginator.js +74 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +19132 -0
- package/dist-es/runtimeConfig.browser.js +16 -0
- package/dist-es/runtimeConfig.js +21 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-types/APIGateway.d.ts +821 -0
- package/dist-types/APIGatewayClient.d.ts +253 -0
- package/dist-types/commands/CreateApiKeyCommand.d.ts +36 -0
- package/dist-types/commands/CreateAuthorizerCommand.d.ts +36 -0
- package/dist-types/commands/CreateBasePathMappingCommand.d.ts +35 -0
- package/dist-types/commands/CreateDeploymentCommand.d.ts +35 -0
- package/dist-types/commands/CreateDocumentationPartCommand.d.ts +18 -0
- package/dist-types/commands/CreateDocumentationVersionCommand.d.ts +18 -0
- package/dist-types/commands/CreateDomainNameCommand.d.ts +35 -0
- package/dist-types/commands/CreateModelCommand.d.ts +35 -0
- package/dist-types/commands/CreateRequestValidatorCommand.d.ts +35 -0
- package/dist-types/commands/CreateResourceCommand.d.ts +35 -0
- package/dist-types/commands/CreateRestApiCommand.d.ts +35 -0
- package/dist-types/commands/CreateStageCommand.d.ts +36 -0
- package/dist-types/commands/CreateUsagePlanCommand.d.ts +35 -0
- package/dist-types/commands/CreateUsagePlanKeyCommand.d.ts +35 -0
- package/dist-types/commands/CreateVpcLinkCommand.d.ts +35 -0
- package/dist-types/commands/DeleteApiKeyCommand.d.ts +35 -0
- package/dist-types/commands/DeleteAuthorizerCommand.d.ts +36 -0
- package/dist-types/commands/DeleteBasePathMappingCommand.d.ts +35 -0
- package/dist-types/commands/DeleteClientCertificateCommand.d.ts +35 -0
- package/dist-types/commands/DeleteDeploymentCommand.d.ts +35 -0
- package/dist-types/commands/DeleteDocumentationPartCommand.d.ts +18 -0
- package/dist-types/commands/DeleteDocumentationVersionCommand.d.ts +18 -0
- package/dist-types/commands/DeleteDomainNameCommand.d.ts +35 -0
- package/dist-types/commands/DeleteGatewayResponseCommand.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/DeleteMethodCommand.d.ts +35 -0
- package/dist-types/commands/DeleteMethodResponseCommand.d.ts +35 -0
- package/dist-types/commands/DeleteModelCommand.d.ts +35 -0
- package/dist-types/commands/DeleteRequestValidatorCommand.d.ts +35 -0
- package/dist-types/commands/DeleteResourceCommand.d.ts +35 -0
- package/dist-types/commands/DeleteRestApiCommand.d.ts +35 -0
- package/dist-types/commands/DeleteStageCommand.d.ts +35 -0
- package/dist-types/commands/DeleteUsagePlanCommand.d.ts +35 -0
- package/dist-types/commands/DeleteUsagePlanKeyCommand.d.ts +35 -0
- package/dist-types/commands/DeleteVpcLinkCommand.d.ts +35 -0
- package/dist-types/commands/FlushStageAuthorizersCacheCommand.d.ts +35 -0
- package/dist-types/commands/FlushStageCacheCommand.d.ts +35 -0
- package/dist-types/commands/GenerateClientCertificateCommand.d.ts +35 -0
- package/dist-types/commands/GetAccountCommand.d.ts +35 -0
- package/dist-types/commands/GetApiKeyCommand.d.ts +35 -0
- package/dist-types/commands/GetApiKeysCommand.d.ts +35 -0
- package/dist-types/commands/GetAuthorizerCommand.d.ts +36 -0
- package/dist-types/commands/GetAuthorizersCommand.d.ts +36 -0
- package/dist-types/commands/GetBasePathMappingCommand.d.ts +35 -0
- package/dist-types/commands/GetBasePathMappingsCommand.d.ts +35 -0
- package/dist-types/commands/GetClientCertificateCommand.d.ts +35 -0
- package/dist-types/commands/GetClientCertificatesCommand.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/GetDocumentationPartCommand.d.ts +18 -0
- package/dist-types/commands/GetDocumentationPartsCommand.d.ts +18 -0
- package/dist-types/commands/GetDocumentationVersionCommand.d.ts +18 -0
- package/dist-types/commands/GetDocumentationVersionsCommand.d.ts +18 -0
- package/dist-types/commands/GetDomainNameCommand.d.ts +35 -0
- package/dist-types/commands/GetDomainNamesCommand.d.ts +35 -0
- package/dist-types/commands/GetExportCommand.d.ts +35 -0
- package/dist-types/commands/GetGatewayResponseCommand.d.ts +35 -0
- package/dist-types/commands/GetGatewayResponsesCommand.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/GetMethodCommand.d.ts +35 -0
- package/dist-types/commands/GetMethodResponseCommand.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/GetRequestValidatorCommand.d.ts +35 -0
- package/dist-types/commands/GetRequestValidatorsCommand.d.ts +35 -0
- package/dist-types/commands/GetResourceCommand.d.ts +35 -0
- package/dist-types/commands/GetResourcesCommand.d.ts +35 -0
- package/dist-types/commands/GetRestApiCommand.d.ts +35 -0
- package/dist-types/commands/GetRestApisCommand.d.ts +35 -0
- package/dist-types/commands/GetSdkCommand.d.ts +35 -0
- package/dist-types/commands/GetSdkTypeCommand.d.ts +18 -0
- package/dist-types/commands/GetSdkTypesCommand.d.ts +18 -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/GetUsageCommand.d.ts +35 -0
- package/dist-types/commands/GetUsagePlanCommand.d.ts +35 -0
- package/dist-types/commands/GetUsagePlanKeyCommand.d.ts +35 -0
- package/dist-types/commands/GetUsagePlanKeysCommand.d.ts +35 -0
- package/dist-types/commands/GetUsagePlansCommand.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/ImportApiKeysCommand.d.ts +35 -0
- package/dist-types/commands/ImportDocumentationPartsCommand.d.ts +18 -0
- package/dist-types/commands/ImportRestApiCommand.d.ts +35 -0
- package/dist-types/commands/PutGatewayResponseCommand.d.ts +35 -0
- package/dist-types/commands/PutIntegrationCommand.d.ts +35 -0
- package/dist-types/commands/PutIntegrationResponseCommand.d.ts +35 -0
- package/dist-types/commands/PutMethodCommand.d.ts +35 -0
- package/dist-types/commands/PutMethodResponseCommand.d.ts +35 -0
- package/dist-types/commands/PutRestApiCommand.d.ts +36 -0
- package/dist-types/commands/TagResourceCommand.d.ts +35 -0
- package/dist-types/commands/TestInvokeAuthorizerCommand.d.ts +39 -0
- package/dist-types/commands/TestInvokeMethodCommand.d.ts +35 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UpdateAccountCommand.d.ts +35 -0
- package/dist-types/commands/UpdateApiKeyCommand.d.ts +35 -0
- package/dist-types/commands/UpdateAuthorizerCommand.d.ts +36 -0
- package/dist-types/commands/UpdateBasePathMappingCommand.d.ts +35 -0
- package/dist-types/commands/UpdateClientCertificateCommand.d.ts +35 -0
- package/dist-types/commands/UpdateDeploymentCommand.d.ts +35 -0
- package/dist-types/commands/UpdateDocumentationPartCommand.d.ts +18 -0
- package/dist-types/commands/UpdateDocumentationVersionCommand.d.ts +18 -0
- package/dist-types/commands/UpdateDomainNameCommand.d.ts +35 -0
- package/dist-types/commands/UpdateGatewayResponseCommand.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/UpdateMethodCommand.d.ts +35 -0
- package/dist-types/commands/UpdateMethodResponseCommand.d.ts +35 -0
- package/dist-types/commands/UpdateModelCommand.d.ts +35 -0
- package/dist-types/commands/UpdateRequestValidatorCommand.d.ts +35 -0
- package/dist-types/commands/UpdateResourceCommand.d.ts +35 -0
- package/dist-types/commands/UpdateRestApiCommand.d.ts +35 -0
- package/dist-types/commands/UpdateStageCommand.d.ts +35 -0
- package/dist-types/commands/UpdateUsageCommand.d.ts +35 -0
- package/dist-types/commands/UpdateUsagePlanCommand.d.ts +35 -0
- package/dist-types/commands/UpdateVpcLinkCommand.d.ts +35 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/dist-types/pagination/GetApiKeysPaginator.d.ts +4 -0
- package/dist-types/pagination/GetBasePathMappingsPaginator.d.ts +4 -0
- package/dist-types/pagination/GetClientCertificatesPaginator.d.ts +4 -0
- package/dist-types/pagination/GetDeploymentsPaginator.d.ts +4 -0
- package/dist-types/pagination/GetDomainNamesPaginator.d.ts +4 -0
- package/dist-types/pagination/GetModelsPaginator.d.ts +4 -0
- package/dist-types/pagination/GetResourcesPaginator.d.ts +4 -0
- package/dist-types/pagination/GetRestApisPaginator.d.ts +4 -0
- package/dist-types/pagination/GetUsagePaginator.d.ts +4 -0
- package/dist-types/pagination/GetUsagePlanKeysPaginator.d.ts +4 -0
- package/dist-types/pagination/GetUsagePlansPaginator.d.ts +4 -0
- package/dist-types/pagination/GetVpcLinksPaginator.d.ts +4 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +362 -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/APIGateway.d.ts +592 -0
- package/dist-types/ts3.4/APIGatewayClient.d.ts +187 -0
- package/dist-types/ts3.4/commands/CreateApiKeyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateBasePathMappingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDocumentationPartCommand.d.ts +16 -0
- package/dist-types/ts3.4/commands/CreateDocumentationVersionCommand.d.ts +16 -0
- package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateRequestValidatorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateRestApiCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateUsagePlanCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateUsagePlanKeyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateVpcLinkCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteApiKeyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteBasePathMappingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteClientCertificateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDocumentationPartCommand.d.ts +16 -0
- package/dist-types/ts3.4/commands/DeleteDocumentationVersionCommand.d.ts +16 -0
- package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteGatewayResponseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteIntegrationResponseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteMethodCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteMethodResponseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteRequestValidatorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteRestApiCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteUsagePlanCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteUsagePlanKeyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteVpcLinkCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/FlushStageAuthorizersCacheCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/FlushStageCacheCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GenerateClientCertificateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetApiKeyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetApiKeysCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAuthorizerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAuthorizersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBasePathMappingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBasePathMappingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetClientCertificateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetClientCertificatesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDeploymentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDocumentationPartCommand.d.ts +16 -0
- package/dist-types/ts3.4/commands/GetDocumentationPartsCommand.d.ts +16 -0
- package/dist-types/ts3.4/commands/GetDocumentationVersionCommand.d.ts +16 -0
- package/dist-types/ts3.4/commands/GetDocumentationVersionsCommand.d.ts +16 -0
- package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDomainNamesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetExportCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetGatewayResponseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetGatewayResponsesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetIntegrationResponseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMethodCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMethodResponseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetModelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetModelTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetRequestValidatorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetRequestValidatorsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetResourcesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetRestApiCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetRestApisCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSdkCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSdkTypeCommand.d.ts +16 -0
- package/dist-types/ts3.4/commands/GetSdkTypesCommand.d.ts +16 -0
- package/dist-types/ts3.4/commands/GetStageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetStagesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetUsageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetUsagePlanCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetUsagePlanKeyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetUsagePlanKeysCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetUsagePlansCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetVpcLinkCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetVpcLinksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ImportApiKeysCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ImportDocumentationPartsCommand.d.ts +16 -0
- package/dist-types/ts3.4/commands/ImportRestApiCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutGatewayResponseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutIntegrationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutIntegrationResponseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutMethodCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutMethodResponseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutRestApiCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TestInvokeAuthorizerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TestInvokeMethodCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateApiKeyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateBasePathMappingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateClientCertificateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDeploymentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDocumentationPartCommand.d.ts +16 -0
- package/dist-types/ts3.4/commands/UpdateDocumentationVersionCommand.d.ts +16 -0
- package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateGatewayResponseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateIntegrationResponseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateMethodCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateMethodResponseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateRequestValidatorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateRestApiCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUsageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUsagePlanCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateVpcLinkCommand.d.ts +17 -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/ts3.4/models/models_0.d.ts +3016 -0
- package/dist-types/ts3.4/pagination/GetApiKeysPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetBasePathMappingsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetClientCertificatesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetDeploymentsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetDomainNamesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetModelsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetResourcesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetRestApisPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetUsagePaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetUsagePlanKeysPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetUsagePlansPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetVpcLinksPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +362 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +34 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +46 -43
- package/APIGateway.ts +0 -4110
- package/APIGatewayClient.ts +0 -706
- package/commands/CreateApiKeyCommand.ts +0 -95
- package/commands/CreateAuthorizerCommand.ts +0 -95
- package/commands/CreateBasePathMappingCommand.ts +0 -94
- package/commands/CreateDeploymentCommand.ts +0 -94
- package/commands/CreateDocumentationPartCommand.ts +0 -77
- package/commands/CreateDocumentationVersionCommand.ts +0 -80
- package/commands/CreateDomainNameCommand.ts +0 -94
- package/commands/CreateModelCommand.ts +0 -94
- package/commands/CreateRequestValidatorCommand.ts +0 -94
- package/commands/CreateResourceCommand.ts +0 -94
- package/commands/CreateRestApiCommand.ts +0 -94
- package/commands/CreateStageCommand.ts +0 -95
- package/commands/CreateUsagePlanCommand.ts +0 -94
- package/commands/CreateUsagePlanKeyCommand.ts +0 -94
- package/commands/CreateVpcLinkCommand.ts +0 -94
- package/commands/DeleteApiKeyCommand.ts +0 -94
- package/commands/DeleteAuthorizerCommand.ts +0 -95
- package/commands/DeleteBasePathMappingCommand.ts +0 -94
- package/commands/DeleteClientCertificateCommand.ts +0 -94
- package/commands/DeleteDeploymentCommand.ts +0 -94
- package/commands/DeleteDocumentationPartCommand.ts +0 -77
- package/commands/DeleteDocumentationVersionCommand.ts +0 -80
- package/commands/DeleteDomainNameCommand.ts +0 -94
- package/commands/DeleteGatewayResponseCommand.ts +0 -94
- package/commands/DeleteIntegrationCommand.ts +0 -94
- package/commands/DeleteIntegrationResponseCommand.ts +0 -97
- package/commands/DeleteMethodCommand.ts +0 -94
- package/commands/DeleteMethodResponseCommand.ts +0 -94
- package/commands/DeleteModelCommand.ts +0 -94
- package/commands/DeleteRequestValidatorCommand.ts +0 -94
- package/commands/DeleteResourceCommand.ts +0 -94
- package/commands/DeleteRestApiCommand.ts +0 -94
- package/commands/DeleteStageCommand.ts +0 -94
- package/commands/DeleteUsagePlanCommand.ts +0 -94
- package/commands/DeleteUsagePlanKeyCommand.ts +0 -94
- package/commands/DeleteVpcLinkCommand.ts +0 -94
- package/commands/FlushStageAuthorizersCacheCommand.ts +0 -97
- package/commands/FlushStageCacheCommand.ts +0 -94
- package/commands/GenerateClientCertificateCommand.ts +0 -97
- package/commands/GetAccountCommand.ts +0 -94
- package/commands/GetApiKeyCommand.ts +0 -94
- package/commands/GetApiKeysCommand.ts +0 -94
- package/commands/GetAuthorizerCommand.ts +0 -95
- package/commands/GetAuthorizersCommand.ts +0 -95
- package/commands/GetBasePathMappingCommand.ts +0 -94
- package/commands/GetBasePathMappingsCommand.ts +0 -94
- package/commands/GetClientCertificateCommand.ts +0 -94
- package/commands/GetClientCertificatesCommand.ts +0 -94
- package/commands/GetDeploymentCommand.ts +0 -94
- package/commands/GetDeploymentsCommand.ts +0 -94
- package/commands/GetDocumentationPartCommand.ts +0 -77
- package/commands/GetDocumentationPartsCommand.ts +0 -77
- package/commands/GetDocumentationVersionCommand.ts +0 -77
- package/commands/GetDocumentationVersionsCommand.ts +0 -77
- package/commands/GetDomainNameCommand.ts +0 -94
- package/commands/GetDomainNamesCommand.ts +0 -94
- package/commands/GetExportCommand.ts +0 -94
- package/commands/GetGatewayResponseCommand.ts +0 -94
- package/commands/GetGatewayResponsesCommand.ts +0 -94
- package/commands/GetIntegrationCommand.ts +0 -94
- package/commands/GetIntegrationResponseCommand.ts +0 -94
- package/commands/GetMethodCommand.ts +0 -94
- package/commands/GetMethodResponseCommand.ts +0 -94
- package/commands/GetModelCommand.ts +0 -94
- package/commands/GetModelTemplateCommand.ts +0 -94
- package/commands/GetModelsCommand.ts +0 -94
- package/commands/GetRequestValidatorCommand.ts +0 -94
- package/commands/GetRequestValidatorsCommand.ts +0 -94
- package/commands/GetResourceCommand.ts +0 -94
- package/commands/GetResourcesCommand.ts +0 -94
- package/commands/GetRestApiCommand.ts +0 -94
- package/commands/GetRestApisCommand.ts +0 -94
- package/commands/GetSdkCommand.ts +0 -87
- package/commands/GetSdkTypeCommand.ts +0 -77
- package/commands/GetSdkTypesCommand.ts +0 -77
- package/commands/GetStageCommand.ts +0 -94
- package/commands/GetStagesCommand.ts +0 -94
- package/commands/GetTagsCommand.ts +0 -94
- package/commands/GetUsageCommand.ts +0 -94
- package/commands/GetUsagePlanCommand.ts +0 -94
- package/commands/GetUsagePlanKeyCommand.ts +0 -94
- package/commands/GetUsagePlanKeysCommand.ts +0 -94
- package/commands/GetUsagePlansCommand.ts +0 -94
- package/commands/GetVpcLinkCommand.ts +0 -94
- package/commands/GetVpcLinksCommand.ts +0 -94
- package/commands/ImportApiKeysCommand.ts +0 -94
- package/commands/ImportDocumentationPartsCommand.ts +0 -77
- package/commands/ImportRestApiCommand.ts +0 -94
- package/commands/PutGatewayResponseCommand.ts +0 -94
- package/commands/PutIntegrationCommand.ts +0 -94
- package/commands/PutIntegrationResponseCommand.ts +0 -94
- package/commands/PutMethodCommand.ts +0 -94
- package/commands/PutMethodResponseCommand.ts +0 -94
- package/commands/PutRestApiCommand.ts +0 -95
- package/commands/TagResourceCommand.ts +0 -94
- package/commands/TestInvokeAuthorizerCommand.ts +0 -98
- package/commands/TestInvokeMethodCommand.ts +0 -94
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateAccountCommand.ts +0 -94
- package/commands/UpdateApiKeyCommand.ts +0 -94
- package/commands/UpdateAuthorizerCommand.ts +0 -95
- package/commands/UpdateBasePathMappingCommand.ts +0 -94
- package/commands/UpdateClientCertificateCommand.ts +0 -94
- package/commands/UpdateDeploymentCommand.ts +0 -94
- package/commands/UpdateDocumentationPartCommand.ts +0 -77
- package/commands/UpdateDocumentationVersionCommand.ts +0 -80
- package/commands/UpdateDomainNameCommand.ts +0 -94
- package/commands/UpdateGatewayResponseCommand.ts +0 -94
- package/commands/UpdateIntegrationCommand.ts +0 -94
- package/commands/UpdateIntegrationResponseCommand.ts +0 -97
- package/commands/UpdateMethodCommand.ts +0 -94
- package/commands/UpdateMethodResponseCommand.ts +0 -94
- package/commands/UpdateModelCommand.ts +0 -94
- package/commands/UpdateRequestValidatorCommand.ts +0 -94
- package/commands/UpdateResourceCommand.ts +0 -94
- package/commands/UpdateRestApiCommand.ts +0 -94
- package/commands/UpdateStageCommand.ts +0 -94
- package/commands/UpdateUsageCommand.ts +0 -94
- package/commands/UpdateUsagePlanCommand.ts +0 -94
- package/commands/UpdateVpcLinkCommand.ts +0 -94
- package/dist/cjs/APIGateway.js +0 -1812
- package/dist/cjs/APIGateway.js.map +0 -1
- package/dist/cjs/APIGatewayClient.js +0 -47
- package/dist/cjs/APIGatewayClient.js.map +0 -1
- package/dist/cjs/commands/CreateApiKeyCommand.js +0 -62
- package/dist/cjs/commands/CreateApiKeyCommand.js.map +0 -1
- package/dist/cjs/commands/CreateAuthorizerCommand.js +0 -62
- package/dist/cjs/commands/CreateAuthorizerCommand.js.map +0 -1
- package/dist/cjs/commands/CreateBasePathMappingCommand.js +0 -61
- package/dist/cjs/commands/CreateBasePathMappingCommand.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/CreateDocumentationPartCommand.js +0 -44
- package/dist/cjs/commands/CreateDocumentationPartCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDocumentationVersionCommand.js +0 -44
- package/dist/cjs/commands/CreateDocumentationVersionCommand.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/CreateModelCommand.js +0 -61
- package/dist/cjs/commands/CreateModelCommand.js.map +0 -1
- package/dist/cjs/commands/CreateRequestValidatorCommand.js +0 -61
- package/dist/cjs/commands/CreateRequestValidatorCommand.js.map +0 -1
- package/dist/cjs/commands/CreateResourceCommand.js +0 -61
- package/dist/cjs/commands/CreateResourceCommand.js.map +0 -1
- package/dist/cjs/commands/CreateRestApiCommand.js +0 -61
- package/dist/cjs/commands/CreateRestApiCommand.js.map +0 -1
- package/dist/cjs/commands/CreateStageCommand.js +0 -62
- package/dist/cjs/commands/CreateStageCommand.js.map +0 -1
- package/dist/cjs/commands/CreateUsagePlanCommand.js +0 -61
- package/dist/cjs/commands/CreateUsagePlanCommand.js.map +0 -1
- package/dist/cjs/commands/CreateUsagePlanKeyCommand.js +0 -61
- package/dist/cjs/commands/CreateUsagePlanKeyCommand.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/DeleteApiKeyCommand.js +0 -61
- package/dist/cjs/commands/DeleteApiKeyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAuthorizerCommand.js +0 -62
- package/dist/cjs/commands/DeleteAuthorizerCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteBasePathMappingCommand.js +0 -61
- package/dist/cjs/commands/DeleteBasePathMappingCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteClientCertificateCommand.js +0 -61
- package/dist/cjs/commands/DeleteClientCertificateCommand.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/DeleteDocumentationPartCommand.js +0 -44
- package/dist/cjs/commands/DeleteDocumentationPartCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDocumentationVersionCommand.js +0 -44
- package/dist/cjs/commands/DeleteDocumentationVersionCommand.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/DeleteGatewayResponseCommand.js +0 -61
- package/dist/cjs/commands/DeleteGatewayResponseCommand.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/DeleteMethodCommand.js +0 -61
- package/dist/cjs/commands/DeleteMethodCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteMethodResponseCommand.js +0 -61
- package/dist/cjs/commands/DeleteMethodResponseCommand.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/DeleteRequestValidatorCommand.js +0 -61
- package/dist/cjs/commands/DeleteRequestValidatorCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteResourceCommand.js +0 -61
- package/dist/cjs/commands/DeleteResourceCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteRestApiCommand.js +0 -61
- package/dist/cjs/commands/DeleteRestApiCommand.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/DeleteUsagePlanCommand.js +0 -61
- package/dist/cjs/commands/DeleteUsagePlanCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteUsagePlanKeyCommand.js +0 -61
- package/dist/cjs/commands/DeleteUsagePlanKeyCommand.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/FlushStageAuthorizersCacheCommand.js +0 -61
- package/dist/cjs/commands/FlushStageAuthorizersCacheCommand.js.map +0 -1
- package/dist/cjs/commands/FlushStageCacheCommand.js +0 -61
- package/dist/cjs/commands/FlushStageCacheCommand.js.map +0 -1
- package/dist/cjs/commands/GenerateClientCertificateCommand.js +0 -61
- package/dist/cjs/commands/GenerateClientCertificateCommand.js.map +0 -1
- package/dist/cjs/commands/GetAccountCommand.js +0 -61
- package/dist/cjs/commands/GetAccountCommand.js.map +0 -1
- package/dist/cjs/commands/GetApiKeyCommand.js +0 -61
- package/dist/cjs/commands/GetApiKeyCommand.js.map +0 -1
- package/dist/cjs/commands/GetApiKeysCommand.js +0 -61
- package/dist/cjs/commands/GetApiKeysCommand.js.map +0 -1
- package/dist/cjs/commands/GetAuthorizerCommand.js +0 -62
- package/dist/cjs/commands/GetAuthorizerCommand.js.map +0 -1
- package/dist/cjs/commands/GetAuthorizersCommand.js +0 -62
- package/dist/cjs/commands/GetAuthorizersCommand.js.map +0 -1
- package/dist/cjs/commands/GetBasePathMappingCommand.js +0 -61
- package/dist/cjs/commands/GetBasePathMappingCommand.js.map +0 -1
- package/dist/cjs/commands/GetBasePathMappingsCommand.js +0 -61
- package/dist/cjs/commands/GetBasePathMappingsCommand.js.map +0 -1
- package/dist/cjs/commands/GetClientCertificateCommand.js +0 -61
- package/dist/cjs/commands/GetClientCertificateCommand.js.map +0 -1
- package/dist/cjs/commands/GetClientCertificatesCommand.js +0 -61
- package/dist/cjs/commands/GetClientCertificatesCommand.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/GetDocumentationPartCommand.js +0 -44
- package/dist/cjs/commands/GetDocumentationPartCommand.js.map +0 -1
- package/dist/cjs/commands/GetDocumentationPartsCommand.js +0 -44
- package/dist/cjs/commands/GetDocumentationPartsCommand.js.map +0 -1
- package/dist/cjs/commands/GetDocumentationVersionCommand.js +0 -44
- package/dist/cjs/commands/GetDocumentationVersionCommand.js.map +0 -1
- package/dist/cjs/commands/GetDocumentationVersionsCommand.js +0 -44
- package/dist/cjs/commands/GetDocumentationVersionsCommand.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/GetExportCommand.js +0 -61
- package/dist/cjs/commands/GetExportCommand.js.map +0 -1
- package/dist/cjs/commands/GetGatewayResponseCommand.js +0 -61
- package/dist/cjs/commands/GetGatewayResponseCommand.js.map +0 -1
- package/dist/cjs/commands/GetGatewayResponsesCommand.js +0 -61
- package/dist/cjs/commands/GetGatewayResponsesCommand.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/GetMethodCommand.js +0 -61
- package/dist/cjs/commands/GetMethodCommand.js.map +0 -1
- package/dist/cjs/commands/GetMethodResponseCommand.js +0 -61
- package/dist/cjs/commands/GetMethodResponseCommand.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/GetRequestValidatorCommand.js +0 -61
- package/dist/cjs/commands/GetRequestValidatorCommand.js.map +0 -1
- package/dist/cjs/commands/GetRequestValidatorsCommand.js +0 -61
- package/dist/cjs/commands/GetRequestValidatorsCommand.js.map +0 -1
- package/dist/cjs/commands/GetResourceCommand.js +0 -61
- package/dist/cjs/commands/GetResourceCommand.js.map +0 -1
- package/dist/cjs/commands/GetResourcesCommand.js +0 -61
- package/dist/cjs/commands/GetResourcesCommand.js.map +0 -1
- package/dist/cjs/commands/GetRestApiCommand.js +0 -61
- package/dist/cjs/commands/GetRestApiCommand.js.map +0 -1
- package/dist/cjs/commands/GetRestApisCommand.js +0 -61
- package/dist/cjs/commands/GetRestApisCommand.js.map +0 -1
- package/dist/cjs/commands/GetSdkCommand.js +0 -61
- package/dist/cjs/commands/GetSdkCommand.js.map +0 -1
- package/dist/cjs/commands/GetSdkTypeCommand.js +0 -44
- package/dist/cjs/commands/GetSdkTypeCommand.js.map +0 -1
- package/dist/cjs/commands/GetSdkTypesCommand.js +0 -44
- package/dist/cjs/commands/GetSdkTypesCommand.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/GetUsageCommand.js +0 -61
- package/dist/cjs/commands/GetUsageCommand.js.map +0 -1
- package/dist/cjs/commands/GetUsagePlanCommand.js +0 -61
- package/dist/cjs/commands/GetUsagePlanCommand.js.map +0 -1
- package/dist/cjs/commands/GetUsagePlanKeyCommand.js +0 -61
- package/dist/cjs/commands/GetUsagePlanKeyCommand.js.map +0 -1
- package/dist/cjs/commands/GetUsagePlanKeysCommand.js +0 -61
- package/dist/cjs/commands/GetUsagePlanKeysCommand.js.map +0 -1
- package/dist/cjs/commands/GetUsagePlansCommand.js +0 -61
- package/dist/cjs/commands/GetUsagePlansCommand.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/ImportApiKeysCommand.js +0 -61
- package/dist/cjs/commands/ImportApiKeysCommand.js.map +0 -1
- package/dist/cjs/commands/ImportDocumentationPartsCommand.js +0 -44
- package/dist/cjs/commands/ImportDocumentationPartsCommand.js.map +0 -1
- package/dist/cjs/commands/ImportRestApiCommand.js +0 -61
- package/dist/cjs/commands/ImportRestApiCommand.js.map +0 -1
- package/dist/cjs/commands/PutGatewayResponseCommand.js +0 -61
- package/dist/cjs/commands/PutGatewayResponseCommand.js.map +0 -1
- package/dist/cjs/commands/PutIntegrationCommand.js +0 -61
- package/dist/cjs/commands/PutIntegrationCommand.js.map +0 -1
- package/dist/cjs/commands/PutIntegrationResponseCommand.js +0 -61
- package/dist/cjs/commands/PutIntegrationResponseCommand.js.map +0 -1
- package/dist/cjs/commands/PutMethodCommand.js +0 -61
- package/dist/cjs/commands/PutMethodCommand.js.map +0 -1
- package/dist/cjs/commands/PutMethodResponseCommand.js +0 -61
- package/dist/cjs/commands/PutMethodResponseCommand.js.map +0 -1
- package/dist/cjs/commands/PutRestApiCommand.js +0 -62
- package/dist/cjs/commands/PutRestApiCommand.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/TestInvokeAuthorizerCommand.js +0 -65
- package/dist/cjs/commands/TestInvokeAuthorizerCommand.js.map +0 -1
- package/dist/cjs/commands/TestInvokeMethodCommand.js +0 -61
- package/dist/cjs/commands/TestInvokeMethodCommand.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/UpdateAccountCommand.js +0 -61
- package/dist/cjs/commands/UpdateAccountCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateApiKeyCommand.js +0 -61
- package/dist/cjs/commands/UpdateApiKeyCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateAuthorizerCommand.js +0 -62
- package/dist/cjs/commands/UpdateAuthorizerCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateBasePathMappingCommand.js +0 -61
- package/dist/cjs/commands/UpdateBasePathMappingCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateClientCertificateCommand.js +0 -61
- package/dist/cjs/commands/UpdateClientCertificateCommand.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/UpdateDocumentationPartCommand.js +0 -44
- package/dist/cjs/commands/UpdateDocumentationPartCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateDocumentationVersionCommand.js +0 -44
- package/dist/cjs/commands/UpdateDocumentationVersionCommand.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/UpdateGatewayResponseCommand.js +0 -61
- package/dist/cjs/commands/UpdateGatewayResponseCommand.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/UpdateMethodCommand.js +0 -61
- package/dist/cjs/commands/UpdateMethodCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateMethodResponseCommand.js +0 -61
- package/dist/cjs/commands/UpdateMethodResponseCommand.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/UpdateRequestValidatorCommand.js +0 -61
- package/dist/cjs/commands/UpdateRequestValidatorCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateResourceCommand.js +0 -61
- package/dist/cjs/commands/UpdateResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRestApiCommand.js +0 -61
- package/dist/cjs/commands/UpdateRestApiCommand.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/UpdateUsageCommand.js +0 -61
- package/dist/cjs/commands/UpdateUsageCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateUsagePlanCommand.js +0 -61
- package/dist/cjs/commands/UpdateUsagePlanCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateVpcLinkCommand.js +0 -61
- package/dist/cjs/commands/UpdateVpcLinkCommand.js.map +0 -1
- package/dist/cjs/endpoints.js +0 -57
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -140
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -5
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js +0 -1873
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -92
- package/dist/cjs/pagination/GetApiKeysPaginator.js +0 -46
- package/dist/cjs/pagination/GetApiKeysPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetBasePathMappingsPaginator.js +0 -46
- package/dist/cjs/pagination/GetBasePathMappingsPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetClientCertificatesPaginator.js +0 -46
- package/dist/cjs/pagination/GetClientCertificatesPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetDeploymentsPaginator.js +0 -46
- package/dist/cjs/pagination/GetDeploymentsPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetDomainNamesPaginator.js +0 -46
- package/dist/cjs/pagination/GetDomainNamesPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetModelsPaginator.js +0 -46
- package/dist/cjs/pagination/GetModelsPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetResourcesPaginator.js +0 -46
- package/dist/cjs/pagination/GetResourcesPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetRestApisPaginator.js +0 -46
- package/dist/cjs/pagination/GetRestApisPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetUsagePaginator.js +0 -46
- package/dist/cjs/pagination/GetUsagePaginator.js.map +0 -1
- package/dist/cjs/pagination/GetUsagePlanKeysPaginator.js +0 -46
- package/dist/cjs/pagination/GetUsagePlanKeysPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetUsagePlansPaginator.js +0 -46
- package/dist/cjs/pagination/GetUsagePlansPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetVpcLinksPaginator.js +0 -46
- package/dist/cjs/pagination/GetVpcLinksPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js +0 -3
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.js +0 -17251
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js +0 -20
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/APIGateway.js +0 -1811
- package/dist/es/APIGateway.js.map +0 -1
- package/dist/es/APIGatewayClient.js +0 -40
- package/dist/es/APIGatewayClient.js.map +0 -1
- package/dist/es/commands/CreateApiKeyCommand.js +0 -40
- package/dist/es/commands/CreateApiKeyCommand.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/CreateBasePathMappingCommand.js +0 -40
- package/dist/es/commands/CreateBasePathMappingCommand.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/CreateDocumentationPartCommand.js +0 -40
- package/dist/es/commands/CreateDocumentationPartCommand.js.map +0 -1
- package/dist/es/commands/CreateDocumentationVersionCommand.js +0 -40
- package/dist/es/commands/CreateDocumentationVersionCommand.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/CreateModelCommand.js +0 -40
- package/dist/es/commands/CreateModelCommand.js.map +0 -1
- package/dist/es/commands/CreateRequestValidatorCommand.js +0 -40
- package/dist/es/commands/CreateRequestValidatorCommand.js.map +0 -1
- package/dist/es/commands/CreateResourceCommand.js +0 -40
- package/dist/es/commands/CreateResourceCommand.js.map +0 -1
- package/dist/es/commands/CreateRestApiCommand.js +0 -40
- package/dist/es/commands/CreateRestApiCommand.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/CreateUsagePlanCommand.js +0 -40
- package/dist/es/commands/CreateUsagePlanCommand.js.map +0 -1
- package/dist/es/commands/CreateUsagePlanKeyCommand.js +0 -40
- package/dist/es/commands/CreateUsagePlanKeyCommand.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/DeleteApiKeyCommand.js +0 -40
- package/dist/es/commands/DeleteApiKeyCommand.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/DeleteBasePathMappingCommand.js +0 -40
- package/dist/es/commands/DeleteBasePathMappingCommand.js.map +0 -1
- package/dist/es/commands/DeleteClientCertificateCommand.js +0 -40
- package/dist/es/commands/DeleteClientCertificateCommand.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/DeleteDocumentationPartCommand.js +0 -40
- package/dist/es/commands/DeleteDocumentationPartCommand.js.map +0 -1
- package/dist/es/commands/DeleteDocumentationVersionCommand.js +0 -40
- package/dist/es/commands/DeleteDocumentationVersionCommand.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/DeleteGatewayResponseCommand.js +0 -40
- package/dist/es/commands/DeleteGatewayResponseCommand.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/DeleteMethodCommand.js +0 -40
- package/dist/es/commands/DeleteMethodCommand.js.map +0 -1
- package/dist/es/commands/DeleteMethodResponseCommand.js +0 -40
- package/dist/es/commands/DeleteMethodResponseCommand.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/DeleteRequestValidatorCommand.js +0 -40
- package/dist/es/commands/DeleteRequestValidatorCommand.js.map +0 -1
- package/dist/es/commands/DeleteResourceCommand.js +0 -40
- package/dist/es/commands/DeleteResourceCommand.js.map +0 -1
- package/dist/es/commands/DeleteRestApiCommand.js +0 -40
- package/dist/es/commands/DeleteRestApiCommand.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/DeleteUsagePlanCommand.js +0 -40
- package/dist/es/commands/DeleteUsagePlanCommand.js.map +0 -1
- package/dist/es/commands/DeleteUsagePlanKeyCommand.js +0 -40
- package/dist/es/commands/DeleteUsagePlanKeyCommand.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/FlushStageAuthorizersCacheCommand.js +0 -40
- package/dist/es/commands/FlushStageAuthorizersCacheCommand.js.map +0 -1
- package/dist/es/commands/FlushStageCacheCommand.js +0 -40
- package/dist/es/commands/FlushStageCacheCommand.js.map +0 -1
- package/dist/es/commands/GenerateClientCertificateCommand.js +0 -40
- package/dist/es/commands/GenerateClientCertificateCommand.js.map +0 -1
- package/dist/es/commands/GetAccountCommand.js +0 -40
- package/dist/es/commands/GetAccountCommand.js.map +0 -1
- package/dist/es/commands/GetApiKeyCommand.js +0 -40
- package/dist/es/commands/GetApiKeyCommand.js.map +0 -1
- package/dist/es/commands/GetApiKeysCommand.js +0 -40
- package/dist/es/commands/GetApiKeysCommand.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/GetBasePathMappingCommand.js +0 -40
- package/dist/es/commands/GetBasePathMappingCommand.js.map +0 -1
- package/dist/es/commands/GetBasePathMappingsCommand.js +0 -40
- package/dist/es/commands/GetBasePathMappingsCommand.js.map +0 -1
- package/dist/es/commands/GetClientCertificateCommand.js +0 -40
- package/dist/es/commands/GetClientCertificateCommand.js.map +0 -1
- package/dist/es/commands/GetClientCertificatesCommand.js +0 -40
- package/dist/es/commands/GetClientCertificatesCommand.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/GetDocumentationPartCommand.js +0 -40
- package/dist/es/commands/GetDocumentationPartCommand.js.map +0 -1
- package/dist/es/commands/GetDocumentationPartsCommand.js +0 -40
- package/dist/es/commands/GetDocumentationPartsCommand.js.map +0 -1
- package/dist/es/commands/GetDocumentationVersionCommand.js +0 -40
- package/dist/es/commands/GetDocumentationVersionCommand.js.map +0 -1
- package/dist/es/commands/GetDocumentationVersionsCommand.js +0 -40
- package/dist/es/commands/GetDocumentationVersionsCommand.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/GetExportCommand.js +0 -40
- package/dist/es/commands/GetExportCommand.js.map +0 -1
- package/dist/es/commands/GetGatewayResponseCommand.js +0 -40
- package/dist/es/commands/GetGatewayResponseCommand.js.map +0 -1
- package/dist/es/commands/GetGatewayResponsesCommand.js +0 -40
- package/dist/es/commands/GetGatewayResponsesCommand.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/GetMethodCommand.js +0 -40
- package/dist/es/commands/GetMethodCommand.js.map +0 -1
- package/dist/es/commands/GetMethodResponseCommand.js +0 -40
- package/dist/es/commands/GetMethodResponseCommand.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/GetRequestValidatorCommand.js +0 -40
- package/dist/es/commands/GetRequestValidatorCommand.js.map +0 -1
- package/dist/es/commands/GetRequestValidatorsCommand.js +0 -40
- package/dist/es/commands/GetRequestValidatorsCommand.js.map +0 -1
- package/dist/es/commands/GetResourceCommand.js +0 -40
- package/dist/es/commands/GetResourceCommand.js.map +0 -1
- package/dist/es/commands/GetResourcesCommand.js +0 -40
- package/dist/es/commands/GetResourcesCommand.js.map +0 -1
- package/dist/es/commands/GetRestApiCommand.js +0 -40
- package/dist/es/commands/GetRestApiCommand.js.map +0 -1
- package/dist/es/commands/GetRestApisCommand.js +0 -40
- package/dist/es/commands/GetRestApisCommand.js.map +0 -1
- package/dist/es/commands/GetSdkCommand.js +0 -40
- package/dist/es/commands/GetSdkCommand.js.map +0 -1
- package/dist/es/commands/GetSdkTypeCommand.js +0 -40
- package/dist/es/commands/GetSdkTypeCommand.js.map +0 -1
- package/dist/es/commands/GetSdkTypesCommand.js +0 -40
- package/dist/es/commands/GetSdkTypesCommand.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/GetUsageCommand.js +0 -40
- package/dist/es/commands/GetUsageCommand.js.map +0 -1
- package/dist/es/commands/GetUsagePlanCommand.js +0 -40
- package/dist/es/commands/GetUsagePlanCommand.js.map +0 -1
- package/dist/es/commands/GetUsagePlanKeyCommand.js +0 -40
- package/dist/es/commands/GetUsagePlanKeyCommand.js.map +0 -1
- package/dist/es/commands/GetUsagePlanKeysCommand.js +0 -40
- package/dist/es/commands/GetUsagePlanKeysCommand.js.map +0 -1
- package/dist/es/commands/GetUsagePlansCommand.js +0 -40
- package/dist/es/commands/GetUsagePlansCommand.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/ImportApiKeysCommand.js +0 -40
- package/dist/es/commands/ImportApiKeysCommand.js.map +0 -1
- package/dist/es/commands/ImportDocumentationPartsCommand.js +0 -40
- package/dist/es/commands/ImportDocumentationPartsCommand.js.map +0 -1
- package/dist/es/commands/ImportRestApiCommand.js +0 -40
- package/dist/es/commands/ImportRestApiCommand.js.map +0 -1
- package/dist/es/commands/PutGatewayResponseCommand.js +0 -40
- package/dist/es/commands/PutGatewayResponseCommand.js.map +0 -1
- package/dist/es/commands/PutIntegrationCommand.js +0 -40
- package/dist/es/commands/PutIntegrationCommand.js.map +0 -1
- package/dist/es/commands/PutIntegrationResponseCommand.js +0 -40
- package/dist/es/commands/PutIntegrationResponseCommand.js.map +0 -1
- package/dist/es/commands/PutMethodCommand.js +0 -40
- package/dist/es/commands/PutMethodCommand.js.map +0 -1
- package/dist/es/commands/PutMethodResponseCommand.js +0 -40
- package/dist/es/commands/PutMethodResponseCommand.js.map +0 -1
- package/dist/es/commands/PutRestApiCommand.js +0 -40
- package/dist/es/commands/PutRestApiCommand.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/TestInvokeAuthorizerCommand.js +0 -40
- package/dist/es/commands/TestInvokeAuthorizerCommand.js.map +0 -1
- package/dist/es/commands/TestInvokeMethodCommand.js +0 -40
- package/dist/es/commands/TestInvokeMethodCommand.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/UpdateAccountCommand.js +0 -40
- package/dist/es/commands/UpdateAccountCommand.js.map +0 -1
- package/dist/es/commands/UpdateApiKeyCommand.js +0 -40
- package/dist/es/commands/UpdateApiKeyCommand.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/UpdateBasePathMappingCommand.js +0 -40
- package/dist/es/commands/UpdateBasePathMappingCommand.js.map +0 -1
- package/dist/es/commands/UpdateClientCertificateCommand.js +0 -40
- package/dist/es/commands/UpdateClientCertificateCommand.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/UpdateDocumentationPartCommand.js +0 -40
- package/dist/es/commands/UpdateDocumentationPartCommand.js.map +0 -1
- package/dist/es/commands/UpdateDocumentationVersionCommand.js +0 -40
- package/dist/es/commands/UpdateDocumentationVersionCommand.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/UpdateGatewayResponseCommand.js +0 -40
- package/dist/es/commands/UpdateGatewayResponseCommand.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/UpdateMethodCommand.js +0 -40
- package/dist/es/commands/UpdateMethodCommand.js.map +0 -1
- package/dist/es/commands/UpdateMethodResponseCommand.js +0 -40
- package/dist/es/commands/UpdateMethodResponseCommand.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/UpdateRequestValidatorCommand.js +0 -40
- package/dist/es/commands/UpdateRequestValidatorCommand.js.map +0 -1
- package/dist/es/commands/UpdateResourceCommand.js +0 -40
- package/dist/es/commands/UpdateResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateRestApiCommand.js +0 -40
- package/dist/es/commands/UpdateRestApiCommand.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/UpdateUsageCommand.js +0 -40
- package/dist/es/commands/UpdateUsageCommand.js.map +0 -1
- package/dist/es/commands/UpdateUsagePlanCommand.js +0 -40
- package/dist/es/commands/UpdateUsagePlanCommand.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 +0 -53
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -137
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -902
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -92
- package/dist/es/pagination/GetApiKeysPaginator.js +0 -75
- package/dist/es/pagination/GetApiKeysPaginator.js.map +0 -1
- package/dist/es/pagination/GetBasePathMappingsPaginator.js +0 -75
- package/dist/es/pagination/GetBasePathMappingsPaginator.js.map +0 -1
- package/dist/es/pagination/GetClientCertificatesPaginator.js +0 -75
- package/dist/es/pagination/GetClientCertificatesPaginator.js.map +0 -1
- package/dist/es/pagination/GetDeploymentsPaginator.js +0 -75
- package/dist/es/pagination/GetDeploymentsPaginator.js.map +0 -1
- package/dist/es/pagination/GetDomainNamesPaginator.js +0 -75
- package/dist/es/pagination/GetDomainNamesPaginator.js.map +0 -1
- package/dist/es/pagination/GetModelsPaginator.js +0 -75
- package/dist/es/pagination/GetModelsPaginator.js.map +0 -1
- package/dist/es/pagination/GetResourcesPaginator.js +0 -75
- package/dist/es/pagination/GetResourcesPaginator.js.map +0 -1
- package/dist/es/pagination/GetRestApisPaginator.js +0 -75
- package/dist/es/pagination/GetRestApisPaginator.js.map +0 -1
- package/dist/es/pagination/GetUsagePaginator.js +0 -75
- package/dist/es/pagination/GetUsagePaginator.js.map +0 -1
- package/dist/es/pagination/GetUsagePlanKeysPaginator.js +0 -75
- package/dist/es/pagination/GetUsagePlanKeysPaginator.js.map +0 -1
- package/dist/es/pagination/GetUsagePlansPaginator.js +0 -75
- package/dist/es/pagination/GetUsagePlansPaginator.js.map +0 -1
- package/dist/es/pagination/GetVpcLinksPaginator.js +0 -75
- package/dist/es/pagination/GetVpcLinksPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js +0 -19133
- 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 +0 -9
- 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/APIGateway.d.ts +0 -821
- package/dist/types/APIGatewayClient.d.ts +0 -253
- package/dist/types/commands/CreateApiKeyCommand.d.ts +0 -36
- package/dist/types/commands/CreateAuthorizerCommand.d.ts +0 -36
- package/dist/types/commands/CreateBasePathMappingCommand.d.ts +0 -35
- package/dist/types/commands/CreateDeploymentCommand.d.ts +0 -35
- package/dist/types/commands/CreateDocumentationPartCommand.d.ts +0 -18
- package/dist/types/commands/CreateDocumentationVersionCommand.d.ts +0 -18
- package/dist/types/commands/CreateDomainNameCommand.d.ts +0 -35
- package/dist/types/commands/CreateModelCommand.d.ts +0 -35
- package/dist/types/commands/CreateRequestValidatorCommand.d.ts +0 -35
- package/dist/types/commands/CreateResourceCommand.d.ts +0 -35
- package/dist/types/commands/CreateRestApiCommand.d.ts +0 -35
- package/dist/types/commands/CreateStageCommand.d.ts +0 -36
- package/dist/types/commands/CreateUsagePlanCommand.d.ts +0 -35
- package/dist/types/commands/CreateUsagePlanKeyCommand.d.ts +0 -35
- package/dist/types/commands/CreateVpcLinkCommand.d.ts +0 -35
- package/dist/types/commands/DeleteApiKeyCommand.d.ts +0 -35
- package/dist/types/commands/DeleteAuthorizerCommand.d.ts +0 -36
- package/dist/types/commands/DeleteBasePathMappingCommand.d.ts +0 -35
- package/dist/types/commands/DeleteClientCertificateCommand.d.ts +0 -35
- package/dist/types/commands/DeleteDeploymentCommand.d.ts +0 -35
- package/dist/types/commands/DeleteDocumentationPartCommand.d.ts +0 -18
- package/dist/types/commands/DeleteDocumentationVersionCommand.d.ts +0 -18
- package/dist/types/commands/DeleteDomainNameCommand.d.ts +0 -35
- package/dist/types/commands/DeleteGatewayResponseCommand.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/DeleteMethodCommand.d.ts +0 -35
- package/dist/types/commands/DeleteMethodResponseCommand.d.ts +0 -35
- package/dist/types/commands/DeleteModelCommand.d.ts +0 -35
- package/dist/types/commands/DeleteRequestValidatorCommand.d.ts +0 -35
- package/dist/types/commands/DeleteResourceCommand.d.ts +0 -35
- package/dist/types/commands/DeleteRestApiCommand.d.ts +0 -35
- package/dist/types/commands/DeleteStageCommand.d.ts +0 -35
- package/dist/types/commands/DeleteUsagePlanCommand.d.ts +0 -35
- package/dist/types/commands/DeleteUsagePlanKeyCommand.d.ts +0 -35
- package/dist/types/commands/DeleteVpcLinkCommand.d.ts +0 -35
- package/dist/types/commands/FlushStageAuthorizersCacheCommand.d.ts +0 -35
- package/dist/types/commands/FlushStageCacheCommand.d.ts +0 -35
- package/dist/types/commands/GenerateClientCertificateCommand.d.ts +0 -35
- package/dist/types/commands/GetAccountCommand.d.ts +0 -35
- package/dist/types/commands/GetApiKeyCommand.d.ts +0 -35
- package/dist/types/commands/GetApiKeysCommand.d.ts +0 -35
- package/dist/types/commands/GetAuthorizerCommand.d.ts +0 -36
- package/dist/types/commands/GetAuthorizersCommand.d.ts +0 -36
- package/dist/types/commands/GetBasePathMappingCommand.d.ts +0 -35
- package/dist/types/commands/GetBasePathMappingsCommand.d.ts +0 -35
- package/dist/types/commands/GetClientCertificateCommand.d.ts +0 -35
- package/dist/types/commands/GetClientCertificatesCommand.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/GetDocumentationPartCommand.d.ts +0 -18
- package/dist/types/commands/GetDocumentationPartsCommand.d.ts +0 -18
- package/dist/types/commands/GetDocumentationVersionCommand.d.ts +0 -18
- package/dist/types/commands/GetDocumentationVersionsCommand.d.ts +0 -18
- package/dist/types/commands/GetDomainNameCommand.d.ts +0 -35
- package/dist/types/commands/GetDomainNamesCommand.d.ts +0 -35
- package/dist/types/commands/GetExportCommand.d.ts +0 -35
- package/dist/types/commands/GetGatewayResponseCommand.d.ts +0 -35
- package/dist/types/commands/GetGatewayResponsesCommand.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/GetMethodCommand.d.ts +0 -35
- package/dist/types/commands/GetMethodResponseCommand.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/GetRequestValidatorCommand.d.ts +0 -35
- package/dist/types/commands/GetRequestValidatorsCommand.d.ts +0 -35
- package/dist/types/commands/GetResourceCommand.d.ts +0 -35
- package/dist/types/commands/GetResourcesCommand.d.ts +0 -35
- package/dist/types/commands/GetRestApiCommand.d.ts +0 -35
- package/dist/types/commands/GetRestApisCommand.d.ts +0 -35
- package/dist/types/commands/GetSdkCommand.d.ts +0 -35
- package/dist/types/commands/GetSdkTypeCommand.d.ts +0 -18
- package/dist/types/commands/GetSdkTypesCommand.d.ts +0 -18
- 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/GetUsageCommand.d.ts +0 -35
- package/dist/types/commands/GetUsagePlanCommand.d.ts +0 -35
- package/dist/types/commands/GetUsagePlanKeyCommand.d.ts +0 -35
- package/dist/types/commands/GetUsagePlanKeysCommand.d.ts +0 -35
- package/dist/types/commands/GetUsagePlansCommand.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/ImportApiKeysCommand.d.ts +0 -35
- package/dist/types/commands/ImportDocumentationPartsCommand.d.ts +0 -18
- package/dist/types/commands/ImportRestApiCommand.d.ts +0 -35
- package/dist/types/commands/PutGatewayResponseCommand.d.ts +0 -35
- package/dist/types/commands/PutIntegrationCommand.d.ts +0 -35
- package/dist/types/commands/PutIntegrationResponseCommand.d.ts +0 -35
- package/dist/types/commands/PutMethodCommand.d.ts +0 -35
- package/dist/types/commands/PutMethodResponseCommand.d.ts +0 -35
- package/dist/types/commands/PutRestApiCommand.d.ts +0 -36
- package/dist/types/commands/TagResourceCommand.d.ts +0 -35
- package/dist/types/commands/TestInvokeAuthorizerCommand.d.ts +0 -39
- package/dist/types/commands/TestInvokeMethodCommand.d.ts +0 -35
- package/dist/types/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/commands/UpdateAccountCommand.d.ts +0 -35
- package/dist/types/commands/UpdateApiKeyCommand.d.ts +0 -35
- package/dist/types/commands/UpdateAuthorizerCommand.d.ts +0 -36
- package/dist/types/commands/UpdateBasePathMappingCommand.d.ts +0 -35
- package/dist/types/commands/UpdateClientCertificateCommand.d.ts +0 -35
- package/dist/types/commands/UpdateDeploymentCommand.d.ts +0 -35
- package/dist/types/commands/UpdateDocumentationPartCommand.d.ts +0 -18
- package/dist/types/commands/UpdateDocumentationVersionCommand.d.ts +0 -18
- package/dist/types/commands/UpdateDomainNameCommand.d.ts +0 -35
- package/dist/types/commands/UpdateGatewayResponseCommand.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/UpdateMethodCommand.d.ts +0 -35
- package/dist/types/commands/UpdateMethodResponseCommand.d.ts +0 -35
- package/dist/types/commands/UpdateModelCommand.d.ts +0 -35
- package/dist/types/commands/UpdateRequestValidatorCommand.d.ts +0 -35
- package/dist/types/commands/UpdateResourceCommand.d.ts +0 -35
- package/dist/types/commands/UpdateRestApiCommand.d.ts +0 -35
- package/dist/types/commands/UpdateStageCommand.d.ts +0 -35
- package/dist/types/commands/UpdateUsageCommand.d.ts +0 -35
- package/dist/types/commands/UpdateUsagePlanCommand.d.ts +0 -35
- package/dist/types/commands/UpdateVpcLinkCommand.d.ts +0 -35
- package/dist/types/pagination/GetApiKeysPaginator.d.ts +0 -4
- package/dist/types/pagination/GetBasePathMappingsPaginator.d.ts +0 -4
- package/dist/types/pagination/GetClientCertificatesPaginator.d.ts +0 -4
- package/dist/types/pagination/GetDeploymentsPaginator.d.ts +0 -4
- package/dist/types/pagination/GetDomainNamesPaginator.d.ts +0 -4
- package/dist/types/pagination/GetModelsPaginator.d.ts +0 -4
- package/dist/types/pagination/GetResourcesPaginator.d.ts +0 -4
- package/dist/types/pagination/GetRestApisPaginator.d.ts +0 -4
- package/dist/types/pagination/GetUsagePaginator.d.ts +0 -4
- package/dist/types/pagination/GetUsagePlanKeysPaginator.d.ts +0 -4
- package/dist/types/pagination/GetUsagePlansPaginator.d.ts +0 -4
- package/dist/types/pagination/GetVpcLinksPaginator.d.ts +0 -4
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/protocols/Aws_restJson1.d.ts +0 -362
- package/dist/types/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/APIGateway.d.ts +0 -821
- package/dist/types/ts3.4/APIGatewayClient.d.ts +0 -253
- package/dist/types/ts3.4/commands/CreateApiKeyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateAuthorizerCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateBasePathMappingCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateDeploymentCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateDocumentationPartCommand.d.ts +0 -18
- package/dist/types/ts3.4/commands/CreateDocumentationVersionCommand.d.ts +0 -18
- package/dist/types/ts3.4/commands/CreateDomainNameCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateModelCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateRequestValidatorCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateRestApiCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateStageCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateUsagePlanCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateUsagePlanKeyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateVpcLinkCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteApiKeyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteBasePathMappingCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteClientCertificateCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteDeploymentCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteDocumentationPartCommand.d.ts +0 -18
- package/dist/types/ts3.4/commands/DeleteDocumentationVersionCommand.d.ts +0 -18
- package/dist/types/ts3.4/commands/DeleteDomainNameCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteGatewayResponseCommand.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/DeleteMethodCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteMethodResponseCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteModelCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteRequestValidatorCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteRestApiCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteStageCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteUsagePlanCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteUsagePlanKeyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteVpcLinkCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/FlushStageAuthorizersCacheCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/FlushStageCacheCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GenerateClientCertificateCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetAccountCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetApiKeyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetApiKeysCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetAuthorizerCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetAuthorizersCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetBasePathMappingCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetBasePathMappingsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetClientCertificateCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetClientCertificatesCommand.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/GetDocumentationPartCommand.d.ts +0 -18
- package/dist/types/ts3.4/commands/GetDocumentationPartsCommand.d.ts +0 -18
- package/dist/types/ts3.4/commands/GetDocumentationVersionCommand.d.ts +0 -18
- package/dist/types/ts3.4/commands/GetDocumentationVersionsCommand.d.ts +0 -18
- 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/GetExportCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetGatewayResponseCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetGatewayResponsesCommand.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/GetMethodCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetMethodResponseCommand.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/GetRequestValidatorCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetRequestValidatorsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetResourcesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetRestApiCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetRestApisCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetSdkCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetSdkTypeCommand.d.ts +0 -18
- package/dist/types/ts3.4/commands/GetSdkTypesCommand.d.ts +0 -18
- 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/GetUsageCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetUsagePlanCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetUsagePlanKeyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetUsagePlanKeysCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetUsagePlansCommand.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/ImportApiKeysCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ImportDocumentationPartsCommand.d.ts +0 -18
- package/dist/types/ts3.4/commands/ImportRestApiCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/PutGatewayResponseCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/PutIntegrationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/PutIntegrationResponseCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/PutMethodCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/PutMethodResponseCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/PutRestApiCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/TestInvokeAuthorizerCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/TestInvokeMethodCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateAccountCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateApiKeyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateBasePathMappingCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateClientCertificateCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateDeploymentCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateDocumentationPartCommand.d.ts +0 -18
- package/dist/types/ts3.4/commands/UpdateDocumentationVersionCommand.d.ts +0 -18
- package/dist/types/ts3.4/commands/UpdateDomainNameCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateGatewayResponseCommand.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/UpdateMethodCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateMethodResponseCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateModelCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateRequestValidatorCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateRestApiCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateStageCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateUsageCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateUsagePlanCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateVpcLinkCommand.d.ts +0 -35
- package/dist/types/ts3.4/models/models_0.d.ts +0 -6610
- package/dist/types/ts3.4/pagination/GetApiKeysPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/GetBasePathMappingsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/GetClientCertificatesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/GetDeploymentsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/GetDomainNamesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/GetModelsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/GetResourcesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/GetRestApisPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/GetUsagePaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/GetUsagePlanKeysPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/GetUsagePlansPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/GetVpcLinksPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/protocols/Aws_restJson1.d.ts +0 -362
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -37
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.shared.d.ts +0 -13
- package/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -7786
- package/pagination/GetApiKeysPaginator.ts +0 -54
- package/pagination/GetBasePathMappingsPaginator.ts +0 -58
- package/pagination/GetClientCertificatesPaginator.ts +0 -58
- package/pagination/GetDeploymentsPaginator.ts +0 -58
- package/pagination/GetDomainNamesPaginator.ts +0 -58
- package/pagination/GetModelsPaginator.ts +0 -54
- package/pagination/GetResourcesPaginator.ts +0 -58
- package/pagination/GetRestApisPaginator.ts +0 -54
- package/pagination/GetUsagePaginator.ts +0 -54
- package/pagination/GetUsagePlanKeysPaginator.ts +0 -58
- package/pagination/GetUsagePlansPaginator.ts +0 -58
- package/pagination/GetVpcLinksPaginator.ts +0 -54
- package/pagination/Interfaces.ts +0 -7
- package/protocols/Aws_restJson1.ts +0 -18916
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { GetApiKeysCommandInput, GetApiKeysCommandOutput } from "../commands/GetApiKeysCommand";
|
|
2
|
-
import { APIGatewayPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateGetApiKeys(config: APIGatewayPaginationConfiguration, input: GetApiKeysCommandInput, ...additionalArguments: any): Paginator<GetApiKeysCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { GetBasePathMappingsCommandInput, GetBasePathMappingsCommandOutput } from "../commands/GetBasePathMappingsCommand";
|
|
2
|
-
import { APIGatewayPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateGetBasePathMappings(config: APIGatewayPaginationConfiguration, input: GetBasePathMappingsCommandInput, ...additionalArguments: any): Paginator<GetBasePathMappingsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { GetClientCertificatesCommandInput, GetClientCertificatesCommandOutput } from "../commands/GetClientCertificatesCommand";
|
|
2
|
-
import { APIGatewayPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateGetClientCertificates(config: APIGatewayPaginationConfiguration, input: GetClientCertificatesCommandInput, ...additionalArguments: any): Paginator<GetClientCertificatesCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { GetDeploymentsCommandInput, GetDeploymentsCommandOutput } from "../commands/GetDeploymentsCommand";
|
|
2
|
-
import { APIGatewayPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateGetDeployments(config: APIGatewayPaginationConfiguration, input: GetDeploymentsCommandInput, ...additionalArguments: any): Paginator<GetDeploymentsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { GetDomainNamesCommandInput, GetDomainNamesCommandOutput } from "../commands/GetDomainNamesCommand";
|
|
2
|
-
import { APIGatewayPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateGetDomainNames(config: APIGatewayPaginationConfiguration, input: GetDomainNamesCommandInput, ...additionalArguments: any): Paginator<GetDomainNamesCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { GetModelsCommandInput, GetModelsCommandOutput } from "../commands/GetModelsCommand";
|
|
2
|
-
import { APIGatewayPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateGetModels(config: APIGatewayPaginationConfiguration, input: GetModelsCommandInput, ...additionalArguments: any): Paginator<GetModelsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { GetResourcesCommandInput, GetResourcesCommandOutput } from "../commands/GetResourcesCommand";
|
|
2
|
-
import { APIGatewayPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateGetResources(config: APIGatewayPaginationConfiguration, input: GetResourcesCommandInput, ...additionalArguments: any): Paginator<GetResourcesCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { GetRestApisCommandInput, GetRestApisCommandOutput } from "../commands/GetRestApisCommand";
|
|
2
|
-
import { APIGatewayPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateGetRestApis(config: APIGatewayPaginationConfiguration, input: GetRestApisCommandInput, ...additionalArguments: any): Paginator<GetRestApisCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { GetUsageCommandInput, GetUsageCommandOutput } from "../commands/GetUsageCommand";
|
|
2
|
-
import { APIGatewayPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateGetUsage(config: APIGatewayPaginationConfiguration, input: GetUsageCommandInput, ...additionalArguments: any): Paginator<GetUsageCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { GetUsagePlanKeysCommandInput, GetUsagePlanKeysCommandOutput } from "../commands/GetUsagePlanKeysCommand";
|
|
2
|
-
import { APIGatewayPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateGetUsagePlanKeys(config: APIGatewayPaginationConfiguration, input: GetUsagePlanKeysCommandInput, ...additionalArguments: any): Paginator<GetUsagePlanKeysCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { GetUsagePlansCommandInput, GetUsagePlansCommandOutput } from "../commands/GetUsagePlansCommand";
|
|
2
|
-
import { APIGatewayPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateGetUsagePlans(config: APIGatewayPaginationConfiguration, input: GetUsagePlansCommandInput, ...additionalArguments: any): Paginator<GetUsagePlansCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { GetVpcLinksCommandInput, GetVpcLinksCommandOutput } from "../commands/GetVpcLinksCommand";
|
|
2
|
-
import { APIGatewayPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateGetVpcLinks(config: APIGatewayPaginationConfiguration, input: GetVpcLinksCommandInput, ...additionalArguments: any): Paginator<GetVpcLinksCommandOutput>;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { APIGateway } from "../APIGateway";
|
|
2
|
-
import { APIGatewayClient } from "../APIGatewayClient";
|
|
3
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
4
|
-
export interface APIGatewayPaginationConfiguration extends PaginationConfiguration {
|
|
5
|
-
client: APIGateway | APIGatewayClient;
|
|
6
|
-
}
|
|
@@ -1,362 +0,0 @@
|
|
|
1
|
-
import { CreateApiKeyCommandInput, CreateApiKeyCommandOutput } from "../commands/CreateApiKeyCommand";
|
|
2
|
-
import { CreateAuthorizerCommandInput, CreateAuthorizerCommandOutput } from "../commands/CreateAuthorizerCommand";
|
|
3
|
-
import { CreateBasePathMappingCommandInput, CreateBasePathMappingCommandOutput } from "../commands/CreateBasePathMappingCommand";
|
|
4
|
-
import { CreateDeploymentCommandInput, CreateDeploymentCommandOutput } from "../commands/CreateDeploymentCommand";
|
|
5
|
-
import { CreateDocumentationPartCommandInput, CreateDocumentationPartCommandOutput } from "../commands/CreateDocumentationPartCommand";
|
|
6
|
-
import { CreateDocumentationVersionCommandInput, CreateDocumentationVersionCommandOutput } from "../commands/CreateDocumentationVersionCommand";
|
|
7
|
-
import { CreateDomainNameCommandInput, CreateDomainNameCommandOutput } from "../commands/CreateDomainNameCommand";
|
|
8
|
-
import { CreateModelCommandInput, CreateModelCommandOutput } from "../commands/CreateModelCommand";
|
|
9
|
-
import { CreateRequestValidatorCommandInput, CreateRequestValidatorCommandOutput } from "../commands/CreateRequestValidatorCommand";
|
|
10
|
-
import { CreateResourceCommandInput, CreateResourceCommandOutput } from "../commands/CreateResourceCommand";
|
|
11
|
-
import { CreateRestApiCommandInput, CreateRestApiCommandOutput } from "../commands/CreateRestApiCommand";
|
|
12
|
-
import { CreateStageCommandInput, CreateStageCommandOutput } from "../commands/CreateStageCommand";
|
|
13
|
-
import { CreateUsagePlanCommandInput, CreateUsagePlanCommandOutput } from "../commands/CreateUsagePlanCommand";
|
|
14
|
-
import { CreateUsagePlanKeyCommandInput, CreateUsagePlanKeyCommandOutput } from "../commands/CreateUsagePlanKeyCommand";
|
|
15
|
-
import { CreateVpcLinkCommandInput, CreateVpcLinkCommandOutput } from "../commands/CreateVpcLinkCommand";
|
|
16
|
-
import { DeleteApiKeyCommandInput, DeleteApiKeyCommandOutput } from "../commands/DeleteApiKeyCommand";
|
|
17
|
-
import { DeleteAuthorizerCommandInput, DeleteAuthorizerCommandOutput } from "../commands/DeleteAuthorizerCommand";
|
|
18
|
-
import { DeleteBasePathMappingCommandInput, DeleteBasePathMappingCommandOutput } from "../commands/DeleteBasePathMappingCommand";
|
|
19
|
-
import { DeleteClientCertificateCommandInput, DeleteClientCertificateCommandOutput } from "../commands/DeleteClientCertificateCommand";
|
|
20
|
-
import { DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput } from "../commands/DeleteDeploymentCommand";
|
|
21
|
-
import { DeleteDocumentationPartCommandInput, DeleteDocumentationPartCommandOutput } from "../commands/DeleteDocumentationPartCommand";
|
|
22
|
-
import { DeleteDocumentationVersionCommandInput, DeleteDocumentationVersionCommandOutput } from "../commands/DeleteDocumentationVersionCommand";
|
|
23
|
-
import { DeleteDomainNameCommandInput, DeleteDomainNameCommandOutput } from "../commands/DeleteDomainNameCommand";
|
|
24
|
-
import { DeleteGatewayResponseCommandInput, DeleteGatewayResponseCommandOutput } from "../commands/DeleteGatewayResponseCommand";
|
|
25
|
-
import { DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput } from "../commands/DeleteIntegrationCommand";
|
|
26
|
-
import { DeleteIntegrationResponseCommandInput, DeleteIntegrationResponseCommandOutput } from "../commands/DeleteIntegrationResponseCommand";
|
|
27
|
-
import { DeleteMethodCommandInput, DeleteMethodCommandOutput } from "../commands/DeleteMethodCommand";
|
|
28
|
-
import { DeleteMethodResponseCommandInput, DeleteMethodResponseCommandOutput } from "../commands/DeleteMethodResponseCommand";
|
|
29
|
-
import { DeleteModelCommandInput, DeleteModelCommandOutput } from "../commands/DeleteModelCommand";
|
|
30
|
-
import { DeleteRequestValidatorCommandInput, DeleteRequestValidatorCommandOutput } from "../commands/DeleteRequestValidatorCommand";
|
|
31
|
-
import { DeleteResourceCommandInput, DeleteResourceCommandOutput } from "../commands/DeleteResourceCommand";
|
|
32
|
-
import { DeleteRestApiCommandInput, DeleteRestApiCommandOutput } from "../commands/DeleteRestApiCommand";
|
|
33
|
-
import { DeleteStageCommandInput, DeleteStageCommandOutput } from "../commands/DeleteStageCommand";
|
|
34
|
-
import { DeleteUsagePlanCommandInput, DeleteUsagePlanCommandOutput } from "../commands/DeleteUsagePlanCommand";
|
|
35
|
-
import { DeleteUsagePlanKeyCommandInput, DeleteUsagePlanKeyCommandOutput } from "../commands/DeleteUsagePlanKeyCommand";
|
|
36
|
-
import { DeleteVpcLinkCommandInput, DeleteVpcLinkCommandOutput } from "../commands/DeleteVpcLinkCommand";
|
|
37
|
-
import { FlushStageAuthorizersCacheCommandInput, FlushStageAuthorizersCacheCommandOutput } from "../commands/FlushStageAuthorizersCacheCommand";
|
|
38
|
-
import { FlushStageCacheCommandInput, FlushStageCacheCommandOutput } from "../commands/FlushStageCacheCommand";
|
|
39
|
-
import { GenerateClientCertificateCommandInput, GenerateClientCertificateCommandOutput } from "../commands/GenerateClientCertificateCommand";
|
|
40
|
-
import { GetAccountCommandInput, GetAccountCommandOutput } from "../commands/GetAccountCommand";
|
|
41
|
-
import { GetApiKeyCommandInput, GetApiKeyCommandOutput } from "../commands/GetApiKeyCommand";
|
|
42
|
-
import { GetApiKeysCommandInput, GetApiKeysCommandOutput } from "../commands/GetApiKeysCommand";
|
|
43
|
-
import { GetAuthorizerCommandInput, GetAuthorizerCommandOutput } from "../commands/GetAuthorizerCommand";
|
|
44
|
-
import { GetAuthorizersCommandInput, GetAuthorizersCommandOutput } from "../commands/GetAuthorizersCommand";
|
|
45
|
-
import { GetBasePathMappingCommandInput, GetBasePathMappingCommandOutput } from "../commands/GetBasePathMappingCommand";
|
|
46
|
-
import { GetBasePathMappingsCommandInput, GetBasePathMappingsCommandOutput } from "../commands/GetBasePathMappingsCommand";
|
|
47
|
-
import { GetClientCertificateCommandInput, GetClientCertificateCommandOutput } from "../commands/GetClientCertificateCommand";
|
|
48
|
-
import { GetClientCertificatesCommandInput, GetClientCertificatesCommandOutput } from "../commands/GetClientCertificatesCommand";
|
|
49
|
-
import { GetDeploymentCommandInput, GetDeploymentCommandOutput } from "../commands/GetDeploymentCommand";
|
|
50
|
-
import { GetDeploymentsCommandInput, GetDeploymentsCommandOutput } from "../commands/GetDeploymentsCommand";
|
|
51
|
-
import { GetDocumentationPartCommandInput, GetDocumentationPartCommandOutput } from "../commands/GetDocumentationPartCommand";
|
|
52
|
-
import { GetDocumentationPartsCommandInput, GetDocumentationPartsCommandOutput } from "../commands/GetDocumentationPartsCommand";
|
|
53
|
-
import { GetDocumentationVersionCommandInput, GetDocumentationVersionCommandOutput } from "../commands/GetDocumentationVersionCommand";
|
|
54
|
-
import { GetDocumentationVersionsCommandInput, GetDocumentationVersionsCommandOutput } from "../commands/GetDocumentationVersionsCommand";
|
|
55
|
-
import { GetDomainNameCommandInput, GetDomainNameCommandOutput } from "../commands/GetDomainNameCommand";
|
|
56
|
-
import { GetDomainNamesCommandInput, GetDomainNamesCommandOutput } from "../commands/GetDomainNamesCommand";
|
|
57
|
-
import { GetExportCommandInput, GetExportCommandOutput } from "../commands/GetExportCommand";
|
|
58
|
-
import { GetGatewayResponseCommandInput, GetGatewayResponseCommandOutput } from "../commands/GetGatewayResponseCommand";
|
|
59
|
-
import { GetGatewayResponsesCommandInput, GetGatewayResponsesCommandOutput } from "../commands/GetGatewayResponsesCommand";
|
|
60
|
-
import { GetIntegrationCommandInput, GetIntegrationCommandOutput } from "../commands/GetIntegrationCommand";
|
|
61
|
-
import { GetIntegrationResponseCommandInput, GetIntegrationResponseCommandOutput } from "../commands/GetIntegrationResponseCommand";
|
|
62
|
-
import { GetMethodCommandInput, GetMethodCommandOutput } from "../commands/GetMethodCommand";
|
|
63
|
-
import { GetMethodResponseCommandInput, GetMethodResponseCommandOutput } from "../commands/GetMethodResponseCommand";
|
|
64
|
-
import { GetModelCommandInput, GetModelCommandOutput } from "../commands/GetModelCommand";
|
|
65
|
-
import { GetModelTemplateCommandInput, GetModelTemplateCommandOutput } from "../commands/GetModelTemplateCommand";
|
|
66
|
-
import { GetModelsCommandInput, GetModelsCommandOutput } from "../commands/GetModelsCommand";
|
|
67
|
-
import { GetRequestValidatorCommandInput, GetRequestValidatorCommandOutput } from "../commands/GetRequestValidatorCommand";
|
|
68
|
-
import { GetRequestValidatorsCommandInput, GetRequestValidatorsCommandOutput } from "../commands/GetRequestValidatorsCommand";
|
|
69
|
-
import { GetResourceCommandInput, GetResourceCommandOutput } from "../commands/GetResourceCommand";
|
|
70
|
-
import { GetResourcesCommandInput, GetResourcesCommandOutput } from "../commands/GetResourcesCommand";
|
|
71
|
-
import { GetRestApiCommandInput, GetRestApiCommandOutput } from "../commands/GetRestApiCommand";
|
|
72
|
-
import { GetRestApisCommandInput, GetRestApisCommandOutput } from "../commands/GetRestApisCommand";
|
|
73
|
-
import { GetSdkCommandInput, GetSdkCommandOutput } from "../commands/GetSdkCommand";
|
|
74
|
-
import { GetSdkTypeCommandInput, GetSdkTypeCommandOutput } from "../commands/GetSdkTypeCommand";
|
|
75
|
-
import { GetSdkTypesCommandInput, GetSdkTypesCommandOutput } from "../commands/GetSdkTypesCommand";
|
|
76
|
-
import { GetStageCommandInput, GetStageCommandOutput } from "../commands/GetStageCommand";
|
|
77
|
-
import { GetStagesCommandInput, GetStagesCommandOutput } from "../commands/GetStagesCommand";
|
|
78
|
-
import { GetTagsCommandInput, GetTagsCommandOutput } from "../commands/GetTagsCommand";
|
|
79
|
-
import { GetUsageCommandInput, GetUsageCommandOutput } from "../commands/GetUsageCommand";
|
|
80
|
-
import { GetUsagePlanCommandInput, GetUsagePlanCommandOutput } from "../commands/GetUsagePlanCommand";
|
|
81
|
-
import { GetUsagePlanKeyCommandInput, GetUsagePlanKeyCommandOutput } from "../commands/GetUsagePlanKeyCommand";
|
|
82
|
-
import { GetUsagePlanKeysCommandInput, GetUsagePlanKeysCommandOutput } from "../commands/GetUsagePlanKeysCommand";
|
|
83
|
-
import { GetUsagePlansCommandInput, GetUsagePlansCommandOutput } from "../commands/GetUsagePlansCommand";
|
|
84
|
-
import { GetVpcLinkCommandInput, GetVpcLinkCommandOutput } from "../commands/GetVpcLinkCommand";
|
|
85
|
-
import { GetVpcLinksCommandInput, GetVpcLinksCommandOutput } from "../commands/GetVpcLinksCommand";
|
|
86
|
-
import { ImportApiKeysCommandInput, ImportApiKeysCommandOutput } from "../commands/ImportApiKeysCommand";
|
|
87
|
-
import { ImportDocumentationPartsCommandInput, ImportDocumentationPartsCommandOutput } from "../commands/ImportDocumentationPartsCommand";
|
|
88
|
-
import { ImportRestApiCommandInput, ImportRestApiCommandOutput } from "../commands/ImportRestApiCommand";
|
|
89
|
-
import { PutGatewayResponseCommandInput, PutGatewayResponseCommandOutput } from "../commands/PutGatewayResponseCommand";
|
|
90
|
-
import { PutIntegrationCommandInput, PutIntegrationCommandOutput } from "../commands/PutIntegrationCommand";
|
|
91
|
-
import { PutIntegrationResponseCommandInput, PutIntegrationResponseCommandOutput } from "../commands/PutIntegrationResponseCommand";
|
|
92
|
-
import { PutMethodCommandInput, PutMethodCommandOutput } from "../commands/PutMethodCommand";
|
|
93
|
-
import { PutMethodResponseCommandInput, PutMethodResponseCommandOutput } from "../commands/PutMethodResponseCommand";
|
|
94
|
-
import { PutRestApiCommandInput, PutRestApiCommandOutput } from "../commands/PutRestApiCommand";
|
|
95
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
96
|
-
import { TestInvokeAuthorizerCommandInput, TestInvokeAuthorizerCommandOutput } from "../commands/TestInvokeAuthorizerCommand";
|
|
97
|
-
import { TestInvokeMethodCommandInput, TestInvokeMethodCommandOutput } from "../commands/TestInvokeMethodCommand";
|
|
98
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
99
|
-
import { UpdateAccountCommandInput, UpdateAccountCommandOutput } from "../commands/UpdateAccountCommand";
|
|
100
|
-
import { UpdateApiKeyCommandInput, UpdateApiKeyCommandOutput } from "../commands/UpdateApiKeyCommand";
|
|
101
|
-
import { UpdateAuthorizerCommandInput, UpdateAuthorizerCommandOutput } from "../commands/UpdateAuthorizerCommand";
|
|
102
|
-
import { UpdateBasePathMappingCommandInput, UpdateBasePathMappingCommandOutput } from "../commands/UpdateBasePathMappingCommand";
|
|
103
|
-
import { UpdateClientCertificateCommandInput, UpdateClientCertificateCommandOutput } from "../commands/UpdateClientCertificateCommand";
|
|
104
|
-
import { UpdateDeploymentCommandInput, UpdateDeploymentCommandOutput } from "../commands/UpdateDeploymentCommand";
|
|
105
|
-
import { UpdateDocumentationPartCommandInput, UpdateDocumentationPartCommandOutput } from "../commands/UpdateDocumentationPartCommand";
|
|
106
|
-
import { UpdateDocumentationVersionCommandInput, UpdateDocumentationVersionCommandOutput } from "../commands/UpdateDocumentationVersionCommand";
|
|
107
|
-
import { UpdateDomainNameCommandInput, UpdateDomainNameCommandOutput } from "../commands/UpdateDomainNameCommand";
|
|
108
|
-
import { UpdateGatewayResponseCommandInput, UpdateGatewayResponseCommandOutput } from "../commands/UpdateGatewayResponseCommand";
|
|
109
|
-
import { UpdateIntegrationCommandInput, UpdateIntegrationCommandOutput } from "../commands/UpdateIntegrationCommand";
|
|
110
|
-
import { UpdateIntegrationResponseCommandInput, UpdateIntegrationResponseCommandOutput } from "../commands/UpdateIntegrationResponseCommand";
|
|
111
|
-
import { UpdateMethodCommandInput, UpdateMethodCommandOutput } from "../commands/UpdateMethodCommand";
|
|
112
|
-
import { UpdateMethodResponseCommandInput, UpdateMethodResponseCommandOutput } from "../commands/UpdateMethodResponseCommand";
|
|
113
|
-
import { UpdateModelCommandInput, UpdateModelCommandOutput } from "../commands/UpdateModelCommand";
|
|
114
|
-
import { UpdateRequestValidatorCommandInput, UpdateRequestValidatorCommandOutput } from "../commands/UpdateRequestValidatorCommand";
|
|
115
|
-
import { UpdateResourceCommandInput, UpdateResourceCommandOutput } from "../commands/UpdateResourceCommand";
|
|
116
|
-
import { UpdateRestApiCommandInput, UpdateRestApiCommandOutput } from "../commands/UpdateRestApiCommand";
|
|
117
|
-
import { UpdateStageCommandInput, UpdateStageCommandOutput } from "../commands/UpdateStageCommand";
|
|
118
|
-
import { UpdateUsageCommandInput, UpdateUsageCommandOutput } from "../commands/UpdateUsageCommand";
|
|
119
|
-
import { UpdateUsagePlanCommandInput, UpdateUsagePlanCommandOutput } from "../commands/UpdateUsagePlanCommand";
|
|
120
|
-
import { UpdateVpcLinkCommandInput, UpdateVpcLinkCommandOutput } from "../commands/UpdateVpcLinkCommand";
|
|
121
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
122
|
-
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
123
|
-
export declare const serializeAws_restJson1CreateApiKeyCommand: (input: CreateApiKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
124
|
-
export declare const serializeAws_restJson1CreateAuthorizerCommand: (input: CreateAuthorizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
125
|
-
export declare const serializeAws_restJson1CreateBasePathMappingCommand: (input: CreateBasePathMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const serializeAws_restJson1CreateDeploymentCommand: (input: CreateDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
127
|
-
export declare const serializeAws_restJson1CreateDocumentationPartCommand: (input: CreateDocumentationPartCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
128
|
-
export declare const serializeAws_restJson1CreateDocumentationVersionCommand: (input: CreateDocumentationVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
129
|
-
export declare const serializeAws_restJson1CreateDomainNameCommand: (input: CreateDomainNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const serializeAws_restJson1CreateModelCommand: (input: CreateModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
131
|
-
export declare const serializeAws_restJson1CreateRequestValidatorCommand: (input: CreateRequestValidatorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
132
|
-
export declare const serializeAws_restJson1CreateResourceCommand: (input: CreateResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
133
|
-
export declare const serializeAws_restJson1CreateRestApiCommand: (input: CreateRestApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const serializeAws_restJson1CreateStageCommand: (input: CreateStageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
135
|
-
export declare const serializeAws_restJson1CreateUsagePlanCommand: (input: CreateUsagePlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
136
|
-
export declare const serializeAws_restJson1CreateUsagePlanKeyCommand: (input: CreateUsagePlanKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
137
|
-
export declare const serializeAws_restJson1CreateVpcLinkCommand: (input: CreateVpcLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const serializeAws_restJson1DeleteApiKeyCommand: (input: DeleteApiKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
139
|
-
export declare const serializeAws_restJson1DeleteAuthorizerCommand: (input: DeleteAuthorizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
140
|
-
export declare const serializeAws_restJson1DeleteBasePathMappingCommand: (input: DeleteBasePathMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
141
|
-
export declare const serializeAws_restJson1DeleteClientCertificateCommand: (input: DeleteClientCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const serializeAws_restJson1DeleteDeploymentCommand: (input: DeleteDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
143
|
-
export declare const serializeAws_restJson1DeleteDocumentationPartCommand: (input: DeleteDocumentationPartCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
144
|
-
export declare const serializeAws_restJson1DeleteDocumentationVersionCommand: (input: DeleteDocumentationVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
145
|
-
export declare const serializeAws_restJson1DeleteDomainNameCommand: (input: DeleteDomainNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const serializeAws_restJson1DeleteGatewayResponseCommand: (input: DeleteGatewayResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
147
|
-
export declare const serializeAws_restJson1DeleteIntegrationCommand: (input: DeleteIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
148
|
-
export declare const serializeAws_restJson1DeleteIntegrationResponseCommand: (input: DeleteIntegrationResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
149
|
-
export declare const serializeAws_restJson1DeleteMethodCommand: (input: DeleteMethodCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const serializeAws_restJson1DeleteMethodResponseCommand: (input: DeleteMethodResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
151
|
-
export declare const serializeAws_restJson1DeleteModelCommand: (input: DeleteModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
152
|
-
export declare const serializeAws_restJson1DeleteRequestValidatorCommand: (input: DeleteRequestValidatorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
153
|
-
export declare const serializeAws_restJson1DeleteResourceCommand: (input: DeleteResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const serializeAws_restJson1DeleteRestApiCommand: (input: DeleteRestApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
155
|
-
export declare const serializeAws_restJson1DeleteStageCommand: (input: DeleteStageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
156
|
-
export declare const serializeAws_restJson1DeleteUsagePlanCommand: (input: DeleteUsagePlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
157
|
-
export declare const serializeAws_restJson1DeleteUsagePlanKeyCommand: (input: DeleteUsagePlanKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const serializeAws_restJson1DeleteVpcLinkCommand: (input: DeleteVpcLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
159
|
-
export declare const serializeAws_restJson1FlushStageAuthorizersCacheCommand: (input: FlushStageAuthorizersCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
160
|
-
export declare const serializeAws_restJson1FlushStageCacheCommand: (input: FlushStageCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
161
|
-
export declare const serializeAws_restJson1GenerateClientCertificateCommand: (input: GenerateClientCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const serializeAws_restJson1GetAccountCommand: (input: GetAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
163
|
-
export declare const serializeAws_restJson1GetApiKeyCommand: (input: GetApiKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
164
|
-
export declare const serializeAws_restJson1GetApiKeysCommand: (input: GetApiKeysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
165
|
-
export declare const serializeAws_restJson1GetAuthorizerCommand: (input: GetAuthorizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const serializeAws_restJson1GetAuthorizersCommand: (input: GetAuthorizersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
167
|
-
export declare const serializeAws_restJson1GetBasePathMappingCommand: (input: GetBasePathMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
168
|
-
export declare const serializeAws_restJson1GetBasePathMappingsCommand: (input: GetBasePathMappingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
169
|
-
export declare const serializeAws_restJson1GetClientCertificateCommand: (input: GetClientCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const serializeAws_restJson1GetClientCertificatesCommand: (input: GetClientCertificatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
171
|
-
export declare const serializeAws_restJson1GetDeploymentCommand: (input: GetDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
172
|
-
export declare const serializeAws_restJson1GetDeploymentsCommand: (input: GetDeploymentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
173
|
-
export declare const serializeAws_restJson1GetDocumentationPartCommand: (input: GetDocumentationPartCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const serializeAws_restJson1GetDocumentationPartsCommand: (input: GetDocumentationPartsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
175
|
-
export declare const serializeAws_restJson1GetDocumentationVersionCommand: (input: GetDocumentationVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
176
|
-
export declare const serializeAws_restJson1GetDocumentationVersionsCommand: (input: GetDocumentationVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
177
|
-
export declare const serializeAws_restJson1GetDomainNameCommand: (input: GetDomainNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const serializeAws_restJson1GetDomainNamesCommand: (input: GetDomainNamesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
179
|
-
export declare const serializeAws_restJson1GetExportCommand: (input: GetExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
180
|
-
export declare const serializeAws_restJson1GetGatewayResponseCommand: (input: GetGatewayResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
181
|
-
export declare const serializeAws_restJson1GetGatewayResponsesCommand: (input: GetGatewayResponsesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const serializeAws_restJson1GetIntegrationCommand: (input: GetIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
183
|
-
export declare const serializeAws_restJson1GetIntegrationResponseCommand: (input: GetIntegrationResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
184
|
-
export declare const serializeAws_restJson1GetMethodCommand: (input: GetMethodCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
185
|
-
export declare const serializeAws_restJson1GetMethodResponseCommand: (input: GetMethodResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const serializeAws_restJson1GetModelCommand: (input: GetModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
187
|
-
export declare const serializeAws_restJson1GetModelsCommand: (input: GetModelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
188
|
-
export declare const serializeAws_restJson1GetModelTemplateCommand: (input: GetModelTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
189
|
-
export declare const serializeAws_restJson1GetRequestValidatorCommand: (input: GetRequestValidatorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const serializeAws_restJson1GetRequestValidatorsCommand: (input: GetRequestValidatorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
191
|
-
export declare const serializeAws_restJson1GetResourceCommand: (input: GetResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
192
|
-
export declare const serializeAws_restJson1GetResourcesCommand: (input: GetResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
193
|
-
export declare const serializeAws_restJson1GetRestApiCommand: (input: GetRestApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
194
|
-
export declare const serializeAws_restJson1GetRestApisCommand: (input: GetRestApisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
195
|
-
export declare const serializeAws_restJson1GetSdkCommand: (input: GetSdkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
196
|
-
export declare const serializeAws_restJson1GetSdkTypeCommand: (input: GetSdkTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
197
|
-
export declare const serializeAws_restJson1GetSdkTypesCommand: (input: GetSdkTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
198
|
-
export declare const serializeAws_restJson1GetStageCommand: (input: GetStageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
199
|
-
export declare const serializeAws_restJson1GetStagesCommand: (input: GetStagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
200
|
-
export declare const serializeAws_restJson1GetTagsCommand: (input: GetTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
201
|
-
export declare const serializeAws_restJson1GetUsageCommand: (input: GetUsageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
202
|
-
export declare const serializeAws_restJson1GetUsagePlanCommand: (input: GetUsagePlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
203
|
-
export declare const serializeAws_restJson1GetUsagePlanKeyCommand: (input: GetUsagePlanKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
204
|
-
export declare const serializeAws_restJson1GetUsagePlanKeysCommand: (input: GetUsagePlanKeysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
205
|
-
export declare const serializeAws_restJson1GetUsagePlansCommand: (input: GetUsagePlansCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
206
|
-
export declare const serializeAws_restJson1GetVpcLinkCommand: (input: GetVpcLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
207
|
-
export declare const serializeAws_restJson1GetVpcLinksCommand: (input: GetVpcLinksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
208
|
-
export declare const serializeAws_restJson1ImportApiKeysCommand: (input: ImportApiKeysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
209
|
-
export declare const serializeAws_restJson1ImportDocumentationPartsCommand: (input: ImportDocumentationPartsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
210
|
-
export declare const serializeAws_restJson1ImportRestApiCommand: (input: ImportRestApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
211
|
-
export declare const serializeAws_restJson1PutGatewayResponseCommand: (input: PutGatewayResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
212
|
-
export declare const serializeAws_restJson1PutIntegrationCommand: (input: PutIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
213
|
-
export declare const serializeAws_restJson1PutIntegrationResponseCommand: (input: PutIntegrationResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
214
|
-
export declare const serializeAws_restJson1PutMethodCommand: (input: PutMethodCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
215
|
-
export declare const serializeAws_restJson1PutMethodResponseCommand: (input: PutMethodResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
216
|
-
export declare const serializeAws_restJson1PutRestApiCommand: (input: PutRestApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
217
|
-
export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
218
|
-
export declare const serializeAws_restJson1TestInvokeAuthorizerCommand: (input: TestInvokeAuthorizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
219
|
-
export declare const serializeAws_restJson1TestInvokeMethodCommand: (input: TestInvokeMethodCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
220
|
-
export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
221
|
-
export declare const serializeAws_restJson1UpdateAccountCommand: (input: UpdateAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
222
|
-
export declare const serializeAws_restJson1UpdateApiKeyCommand: (input: UpdateApiKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
223
|
-
export declare const serializeAws_restJson1UpdateAuthorizerCommand: (input: UpdateAuthorizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
224
|
-
export declare const serializeAws_restJson1UpdateBasePathMappingCommand: (input: UpdateBasePathMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
225
|
-
export declare const serializeAws_restJson1UpdateClientCertificateCommand: (input: UpdateClientCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
226
|
-
export declare const serializeAws_restJson1UpdateDeploymentCommand: (input: UpdateDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
227
|
-
export declare const serializeAws_restJson1UpdateDocumentationPartCommand: (input: UpdateDocumentationPartCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
228
|
-
export declare const serializeAws_restJson1UpdateDocumentationVersionCommand: (input: UpdateDocumentationVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
229
|
-
export declare const serializeAws_restJson1UpdateDomainNameCommand: (input: UpdateDomainNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
230
|
-
export declare const serializeAws_restJson1UpdateGatewayResponseCommand: (input: UpdateGatewayResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
231
|
-
export declare const serializeAws_restJson1UpdateIntegrationCommand: (input: UpdateIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
232
|
-
export declare const serializeAws_restJson1UpdateIntegrationResponseCommand: (input: UpdateIntegrationResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
233
|
-
export declare const serializeAws_restJson1UpdateMethodCommand: (input: UpdateMethodCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
234
|
-
export declare const serializeAws_restJson1UpdateMethodResponseCommand: (input: UpdateMethodResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
235
|
-
export declare const serializeAws_restJson1UpdateModelCommand: (input: UpdateModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
236
|
-
export declare const serializeAws_restJson1UpdateRequestValidatorCommand: (input: UpdateRequestValidatorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
237
|
-
export declare const serializeAws_restJson1UpdateResourceCommand: (input: UpdateResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
238
|
-
export declare const serializeAws_restJson1UpdateRestApiCommand: (input: UpdateRestApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
239
|
-
export declare const serializeAws_restJson1UpdateStageCommand: (input: UpdateStageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
240
|
-
export declare const serializeAws_restJson1UpdateUsageCommand: (input: UpdateUsageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
241
|
-
export declare const serializeAws_restJson1UpdateUsagePlanCommand: (input: UpdateUsagePlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
242
|
-
export declare const serializeAws_restJson1UpdateVpcLinkCommand: (input: UpdateVpcLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
243
|
-
export declare const deserializeAws_restJson1CreateApiKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApiKeyCommandOutput>;
|
|
244
|
-
export declare const deserializeAws_restJson1CreateAuthorizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAuthorizerCommandOutput>;
|
|
245
|
-
export declare const deserializeAws_restJson1CreateBasePathMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBasePathMappingCommandOutput>;
|
|
246
|
-
export declare const deserializeAws_restJson1CreateDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDeploymentCommandOutput>;
|
|
247
|
-
export declare const deserializeAws_restJson1CreateDocumentationPartCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDocumentationPartCommandOutput>;
|
|
248
|
-
export declare const deserializeAws_restJson1CreateDocumentationVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDocumentationVersionCommandOutput>;
|
|
249
|
-
export declare const deserializeAws_restJson1CreateDomainNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDomainNameCommandOutput>;
|
|
250
|
-
export declare const deserializeAws_restJson1CreateModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateModelCommandOutput>;
|
|
251
|
-
export declare const deserializeAws_restJson1CreateRequestValidatorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRequestValidatorCommandOutput>;
|
|
252
|
-
export declare const deserializeAws_restJson1CreateResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateResourceCommandOutput>;
|
|
253
|
-
export declare const deserializeAws_restJson1CreateRestApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRestApiCommandOutput>;
|
|
254
|
-
export declare const deserializeAws_restJson1CreateStageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateStageCommandOutput>;
|
|
255
|
-
export declare const deserializeAws_restJson1CreateUsagePlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUsagePlanCommandOutput>;
|
|
256
|
-
export declare const deserializeAws_restJson1CreateUsagePlanKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUsagePlanKeyCommandOutput>;
|
|
257
|
-
export declare const deserializeAws_restJson1CreateVpcLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVpcLinkCommandOutput>;
|
|
258
|
-
export declare const deserializeAws_restJson1DeleteApiKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApiKeyCommandOutput>;
|
|
259
|
-
export declare const deserializeAws_restJson1DeleteAuthorizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAuthorizerCommandOutput>;
|
|
260
|
-
export declare const deserializeAws_restJson1DeleteBasePathMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBasePathMappingCommandOutput>;
|
|
261
|
-
export declare const deserializeAws_restJson1DeleteClientCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteClientCertificateCommandOutput>;
|
|
262
|
-
export declare const deserializeAws_restJson1DeleteDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDeploymentCommandOutput>;
|
|
263
|
-
export declare const deserializeAws_restJson1DeleteDocumentationPartCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDocumentationPartCommandOutput>;
|
|
264
|
-
export declare const deserializeAws_restJson1DeleteDocumentationVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDocumentationVersionCommandOutput>;
|
|
265
|
-
export declare const deserializeAws_restJson1DeleteDomainNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDomainNameCommandOutput>;
|
|
266
|
-
export declare const deserializeAws_restJson1DeleteGatewayResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGatewayResponseCommandOutput>;
|
|
267
|
-
export declare const deserializeAws_restJson1DeleteIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIntegrationCommandOutput>;
|
|
268
|
-
export declare const deserializeAws_restJson1DeleteIntegrationResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIntegrationResponseCommandOutput>;
|
|
269
|
-
export declare const deserializeAws_restJson1DeleteMethodCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMethodCommandOutput>;
|
|
270
|
-
export declare const deserializeAws_restJson1DeleteMethodResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMethodResponseCommandOutput>;
|
|
271
|
-
export declare const deserializeAws_restJson1DeleteModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteModelCommandOutput>;
|
|
272
|
-
export declare const deserializeAws_restJson1DeleteRequestValidatorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRequestValidatorCommandOutput>;
|
|
273
|
-
export declare const deserializeAws_restJson1DeleteResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourceCommandOutput>;
|
|
274
|
-
export declare const deserializeAws_restJson1DeleteRestApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRestApiCommandOutput>;
|
|
275
|
-
export declare const deserializeAws_restJson1DeleteStageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteStageCommandOutput>;
|
|
276
|
-
export declare const deserializeAws_restJson1DeleteUsagePlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUsagePlanCommandOutput>;
|
|
277
|
-
export declare const deserializeAws_restJson1DeleteUsagePlanKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUsagePlanKeyCommandOutput>;
|
|
278
|
-
export declare const deserializeAws_restJson1DeleteVpcLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVpcLinkCommandOutput>;
|
|
279
|
-
export declare const deserializeAws_restJson1FlushStageAuthorizersCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<FlushStageAuthorizersCacheCommandOutput>;
|
|
280
|
-
export declare const deserializeAws_restJson1FlushStageCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<FlushStageCacheCommandOutput>;
|
|
281
|
-
export declare const deserializeAws_restJson1GenerateClientCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateClientCertificateCommandOutput>;
|
|
282
|
-
export declare const deserializeAws_restJson1GetAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccountCommandOutput>;
|
|
283
|
-
export declare const deserializeAws_restJson1GetApiKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApiKeyCommandOutput>;
|
|
284
|
-
export declare const deserializeAws_restJson1GetApiKeysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApiKeysCommandOutput>;
|
|
285
|
-
export declare const deserializeAws_restJson1GetAuthorizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAuthorizerCommandOutput>;
|
|
286
|
-
export declare const deserializeAws_restJson1GetAuthorizersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAuthorizersCommandOutput>;
|
|
287
|
-
export declare const deserializeAws_restJson1GetBasePathMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBasePathMappingCommandOutput>;
|
|
288
|
-
export declare const deserializeAws_restJson1GetBasePathMappingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBasePathMappingsCommandOutput>;
|
|
289
|
-
export declare const deserializeAws_restJson1GetClientCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetClientCertificateCommandOutput>;
|
|
290
|
-
export declare const deserializeAws_restJson1GetClientCertificatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetClientCertificatesCommandOutput>;
|
|
291
|
-
export declare const deserializeAws_restJson1GetDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeploymentCommandOutput>;
|
|
292
|
-
export declare const deserializeAws_restJson1GetDeploymentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeploymentsCommandOutput>;
|
|
293
|
-
export declare const deserializeAws_restJson1GetDocumentationPartCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDocumentationPartCommandOutput>;
|
|
294
|
-
export declare const deserializeAws_restJson1GetDocumentationPartsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDocumentationPartsCommandOutput>;
|
|
295
|
-
export declare const deserializeAws_restJson1GetDocumentationVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDocumentationVersionCommandOutput>;
|
|
296
|
-
export declare const deserializeAws_restJson1GetDocumentationVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDocumentationVersionsCommandOutput>;
|
|
297
|
-
export declare const deserializeAws_restJson1GetDomainNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDomainNameCommandOutput>;
|
|
298
|
-
export declare const deserializeAws_restJson1GetDomainNamesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDomainNamesCommandOutput>;
|
|
299
|
-
export declare const deserializeAws_restJson1GetExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetExportCommandOutput>;
|
|
300
|
-
export declare const deserializeAws_restJson1GetGatewayResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGatewayResponseCommandOutput>;
|
|
301
|
-
export declare const deserializeAws_restJson1GetGatewayResponsesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGatewayResponsesCommandOutput>;
|
|
302
|
-
export declare const deserializeAws_restJson1GetIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIntegrationCommandOutput>;
|
|
303
|
-
export declare const deserializeAws_restJson1GetIntegrationResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIntegrationResponseCommandOutput>;
|
|
304
|
-
export declare const deserializeAws_restJson1GetMethodCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMethodCommandOutput>;
|
|
305
|
-
export declare const deserializeAws_restJson1GetMethodResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMethodResponseCommandOutput>;
|
|
306
|
-
export declare const deserializeAws_restJson1GetModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetModelCommandOutput>;
|
|
307
|
-
export declare const deserializeAws_restJson1GetModelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetModelsCommandOutput>;
|
|
308
|
-
export declare const deserializeAws_restJson1GetModelTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetModelTemplateCommandOutput>;
|
|
309
|
-
export declare const deserializeAws_restJson1GetRequestValidatorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRequestValidatorCommandOutput>;
|
|
310
|
-
export declare const deserializeAws_restJson1GetRequestValidatorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRequestValidatorsCommandOutput>;
|
|
311
|
-
export declare const deserializeAws_restJson1GetResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceCommandOutput>;
|
|
312
|
-
export declare const deserializeAws_restJson1GetResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourcesCommandOutput>;
|
|
313
|
-
export declare const deserializeAws_restJson1GetRestApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRestApiCommandOutput>;
|
|
314
|
-
export declare const deserializeAws_restJson1GetRestApisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRestApisCommandOutput>;
|
|
315
|
-
export declare const deserializeAws_restJson1GetSdkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSdkCommandOutput>;
|
|
316
|
-
export declare const deserializeAws_restJson1GetSdkTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSdkTypeCommandOutput>;
|
|
317
|
-
export declare const deserializeAws_restJson1GetSdkTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSdkTypesCommandOutput>;
|
|
318
|
-
export declare const deserializeAws_restJson1GetStageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStageCommandOutput>;
|
|
319
|
-
export declare const deserializeAws_restJson1GetStagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStagesCommandOutput>;
|
|
320
|
-
export declare const deserializeAws_restJson1GetTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTagsCommandOutput>;
|
|
321
|
-
export declare const deserializeAws_restJson1GetUsageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUsageCommandOutput>;
|
|
322
|
-
export declare const deserializeAws_restJson1GetUsagePlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUsagePlanCommandOutput>;
|
|
323
|
-
export declare const deserializeAws_restJson1GetUsagePlanKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUsagePlanKeyCommandOutput>;
|
|
324
|
-
export declare const deserializeAws_restJson1GetUsagePlanKeysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUsagePlanKeysCommandOutput>;
|
|
325
|
-
export declare const deserializeAws_restJson1GetUsagePlansCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUsagePlansCommandOutput>;
|
|
326
|
-
export declare const deserializeAws_restJson1GetVpcLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVpcLinkCommandOutput>;
|
|
327
|
-
export declare const deserializeAws_restJson1GetVpcLinksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVpcLinksCommandOutput>;
|
|
328
|
-
export declare const deserializeAws_restJson1ImportApiKeysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportApiKeysCommandOutput>;
|
|
329
|
-
export declare const deserializeAws_restJson1ImportDocumentationPartsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportDocumentationPartsCommandOutput>;
|
|
330
|
-
export declare const deserializeAws_restJson1ImportRestApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportRestApiCommandOutput>;
|
|
331
|
-
export declare const deserializeAws_restJson1PutGatewayResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutGatewayResponseCommandOutput>;
|
|
332
|
-
export declare const deserializeAws_restJson1PutIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutIntegrationCommandOutput>;
|
|
333
|
-
export declare const deserializeAws_restJson1PutIntegrationResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutIntegrationResponseCommandOutput>;
|
|
334
|
-
export declare const deserializeAws_restJson1PutMethodCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutMethodCommandOutput>;
|
|
335
|
-
export declare const deserializeAws_restJson1PutMethodResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutMethodResponseCommandOutput>;
|
|
336
|
-
export declare const deserializeAws_restJson1PutRestApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutRestApiCommandOutput>;
|
|
337
|
-
export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
338
|
-
export declare const deserializeAws_restJson1TestInvokeAuthorizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TestInvokeAuthorizerCommandOutput>;
|
|
339
|
-
export declare const deserializeAws_restJson1TestInvokeMethodCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TestInvokeMethodCommandOutput>;
|
|
340
|
-
export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
341
|
-
export declare const deserializeAws_restJson1UpdateAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccountCommandOutput>;
|
|
342
|
-
export declare const deserializeAws_restJson1UpdateApiKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApiKeyCommandOutput>;
|
|
343
|
-
export declare const deserializeAws_restJson1UpdateAuthorizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAuthorizerCommandOutput>;
|
|
344
|
-
export declare const deserializeAws_restJson1UpdateBasePathMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBasePathMappingCommandOutput>;
|
|
345
|
-
export declare const deserializeAws_restJson1UpdateClientCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateClientCertificateCommandOutput>;
|
|
346
|
-
export declare const deserializeAws_restJson1UpdateDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDeploymentCommandOutput>;
|
|
347
|
-
export declare const deserializeAws_restJson1UpdateDocumentationPartCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDocumentationPartCommandOutput>;
|
|
348
|
-
export declare const deserializeAws_restJson1UpdateDocumentationVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDocumentationVersionCommandOutput>;
|
|
349
|
-
export declare const deserializeAws_restJson1UpdateDomainNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDomainNameCommandOutput>;
|
|
350
|
-
export declare const deserializeAws_restJson1UpdateGatewayResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGatewayResponseCommandOutput>;
|
|
351
|
-
export declare const deserializeAws_restJson1UpdateIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIntegrationCommandOutput>;
|
|
352
|
-
export declare const deserializeAws_restJson1UpdateIntegrationResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIntegrationResponseCommandOutput>;
|
|
353
|
-
export declare const deserializeAws_restJson1UpdateMethodCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMethodCommandOutput>;
|
|
354
|
-
export declare const deserializeAws_restJson1UpdateMethodResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMethodResponseCommandOutput>;
|
|
355
|
-
export declare const deserializeAws_restJson1UpdateModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateModelCommandOutput>;
|
|
356
|
-
export declare const deserializeAws_restJson1UpdateRequestValidatorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRequestValidatorCommandOutput>;
|
|
357
|
-
export declare const deserializeAws_restJson1UpdateResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResourceCommandOutput>;
|
|
358
|
-
export declare const deserializeAws_restJson1UpdateRestApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRestApiCommandOutput>;
|
|
359
|
-
export declare const deserializeAws_restJson1UpdateStageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateStageCommandOutput>;
|
|
360
|
-
export declare const deserializeAws_restJson1UpdateUsageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUsageCommandOutput>;
|
|
361
|
-
export declare const deserializeAws_restJson1UpdateUsagePlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUsagePlanCommandOutput>;
|
|
362
|
-
export declare const deserializeAws_restJson1UpdateVpcLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateVpcLinkCommandOutput>;
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
-
import { APIGatewayClientConfig } from "./APIGatewayClient";
|
|
3
|
-
/**
|
|
4
|
-
* @internal
|
|
5
|
-
*/
|
|
6
|
-
export declare const getRuntimeConfig: (config: APIGatewayClientConfig) => {
|
|
7
|
-
runtime: string;
|
|
8
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
-
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
12
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
|
-
region: string | import("@aws-sdk/types").Provider<any>;
|
|
15
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | FetchHttpHandler;
|
|
16
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
|
-
apiVersion: string;
|
|
22
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
23
|
-
disableHostPrefix: boolean;
|
|
24
|
-
logger: import("@aws-sdk/types").Logger;
|
|
25
|
-
serviceId: string;
|
|
26
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
-
tls?: boolean | undefined;
|
|
29
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
30
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
31
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
32
|
-
signingEscapePath?: boolean | undefined;
|
|
33
|
-
systemClockOffset?: number | undefined;
|
|
34
|
-
signingRegion?: string | undefined;
|
|
35
|
-
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
36
|
-
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
37
|
-
};
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
-
import { APIGatewayClientConfig } from "./APIGatewayClient";
|
|
3
|
-
/**
|
|
4
|
-
* @internal
|
|
5
|
-
*/
|
|
6
|
-
export declare const getRuntimeConfig: (config: APIGatewayClientConfig) => {
|
|
7
|
-
runtime: string;
|
|
8
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
-
credentialDefaultProvider: import("@aws-sdk/client-sts/dist/types/defaultStsRoleAssumers").DefaultCredentialProvider;
|
|
12
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
|
-
region: string | import("@aws-sdk/types").Provider<string>;
|
|
15
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | NodeHttpHandler;
|
|
16
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
|
-
apiVersion: string;
|
|
22
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
23
|
-
disableHostPrefix: boolean;
|
|
24
|
-
logger: import("@aws-sdk/types").Logger;
|
|
25
|
-
serviceId: string;
|
|
26
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
-
tls?: boolean | undefined;
|
|
29
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
30
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
31
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
32
|
-
signingEscapePath?: boolean | undefined;
|
|
33
|
-
systemClockOffset?: number | undefined;
|
|
34
|
-
signingRegion?: string | undefined;
|
|
35
|
-
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
36
|
-
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
37
|
-
};
|