@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 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"models_0.js","sourceRoot":"","sources":["../../../models/models_0.ts"],"names":[],"mappings":"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"}
|
package/dist/cjs/package.json
DELETED
|
@@ -1,92 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@aws-sdk/client-api-gateway",
|
|
3
|
-
"description": "AWS SDK for JavaScript Api Gateway Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.34.0",
|
|
5
|
-
"scripts": {
|
|
6
|
-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
|
-
"build:cjs": "tsc -p tsconfig.json",
|
|
8
|
-
"build:docs": "yarn clean:docs && typedoc ./",
|
|
9
|
-
"build:es": "tsc -p tsconfig.es.json",
|
|
10
|
-
"build:types": "tsc -p tsconfig.types.json",
|
|
11
|
-
"clean": "yarn clean:dist && yarn clean:docs",
|
|
12
|
-
"clean:dist": "rimraf ./dist",
|
|
13
|
-
"clean:docs": "rimraf ./docs",
|
|
14
|
-
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
|
|
15
|
-
"test": "exit 0"
|
|
16
|
-
},
|
|
17
|
-
"main": "./dist/cjs/index.js",
|
|
18
|
-
"types": "./dist/types/index.d.ts",
|
|
19
|
-
"module": "./dist/es/index.js",
|
|
20
|
-
"browser": {
|
|
21
|
-
"./runtimeConfig": "./runtimeConfig.browser"
|
|
22
|
-
},
|
|
23
|
-
"react-native": {
|
|
24
|
-
"./runtimeConfig": "./runtimeConfig.native"
|
|
25
|
-
},
|
|
26
|
-
"sideEffects": false,
|
|
27
|
-
"dependencies": {
|
|
28
|
-
"@aws-crypto/sha256-browser": "^1.0.0",
|
|
29
|
-
"@aws-crypto/sha256-js": "^1.0.0",
|
|
30
|
-
"@aws-sdk/client-sts": "3.34.0",
|
|
31
|
-
"@aws-sdk/config-resolver": "3.34.0",
|
|
32
|
-
"@aws-sdk/credential-provider-node": "3.34.0",
|
|
33
|
-
"@aws-sdk/fetch-http-handler": "3.34.0",
|
|
34
|
-
"@aws-sdk/hash-node": "3.34.0",
|
|
35
|
-
"@aws-sdk/invalid-dependency": "3.34.0",
|
|
36
|
-
"@aws-sdk/middleware-content-length": "3.34.0",
|
|
37
|
-
"@aws-sdk/middleware-host-header": "3.34.0",
|
|
38
|
-
"@aws-sdk/middleware-logger": "3.34.0",
|
|
39
|
-
"@aws-sdk/middleware-retry": "3.34.0",
|
|
40
|
-
"@aws-sdk/middleware-sdk-api-gateway": "3.34.0",
|
|
41
|
-
"@aws-sdk/middleware-serde": "3.34.0",
|
|
42
|
-
"@aws-sdk/middleware-signing": "3.34.0",
|
|
43
|
-
"@aws-sdk/middleware-stack": "3.34.0",
|
|
44
|
-
"@aws-sdk/middleware-user-agent": "3.34.0",
|
|
45
|
-
"@aws-sdk/node-config-provider": "3.34.0",
|
|
46
|
-
"@aws-sdk/node-http-handler": "3.34.0",
|
|
47
|
-
"@aws-sdk/protocol-http": "3.34.0",
|
|
48
|
-
"@aws-sdk/smithy-client": "3.34.0",
|
|
49
|
-
"@aws-sdk/types": "3.34.0",
|
|
50
|
-
"@aws-sdk/url-parser": "3.34.0",
|
|
51
|
-
"@aws-sdk/util-base64-browser": "3.34.0",
|
|
52
|
-
"@aws-sdk/util-base64-node": "3.34.0",
|
|
53
|
-
"@aws-sdk/util-body-length-browser": "3.34.0",
|
|
54
|
-
"@aws-sdk/util-body-length-node": "3.34.0",
|
|
55
|
-
"@aws-sdk/util-user-agent-browser": "3.34.0",
|
|
56
|
-
"@aws-sdk/util-user-agent-node": "3.34.0",
|
|
57
|
-
"@aws-sdk/util-utf8-browser": "3.34.0",
|
|
58
|
-
"@aws-sdk/util-utf8-node": "3.34.0",
|
|
59
|
-
"tslib": "^2.3.0"
|
|
60
|
-
},
|
|
61
|
-
"devDependencies": {
|
|
62
|
-
"@aws-sdk/client-documentation-generator": "3.34.0",
|
|
63
|
-
"@types/node": "^12.7.5",
|
|
64
|
-
"downlevel-dts": "0.7.0",
|
|
65
|
-
"jest": "^26.1.0",
|
|
66
|
-
"rimraf": "^3.0.0",
|
|
67
|
-
"ts-jest": "^26.4.1",
|
|
68
|
-
"typedoc": "^0.19.2",
|
|
69
|
-
"typescript": "~4.3.5"
|
|
70
|
-
},
|
|
71
|
-
"engines": {
|
|
72
|
-
"node": ">=10.0.0"
|
|
73
|
-
},
|
|
74
|
-
"typesVersions": {
|
|
75
|
-
"<4.0": {
|
|
76
|
-
"dist/types/*": [
|
|
77
|
-
"dist/types/ts3.4/*"
|
|
78
|
-
]
|
|
79
|
-
}
|
|
80
|
-
},
|
|
81
|
-
"author": {
|
|
82
|
-
"name": "AWS SDK for JavaScript Team",
|
|
83
|
-
"url": "https://aws.amazon.com/javascript/"
|
|
84
|
-
},
|
|
85
|
-
"license": "Apache-2.0",
|
|
86
|
-
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-api-gateway",
|
|
87
|
-
"repository": {
|
|
88
|
-
"type": "git",
|
|
89
|
-
"url": "https://github.com/aws/aws-sdk-js-v3.git",
|
|
90
|
-
"directory": "clients/client-api-gateway"
|
|
91
|
-
}
|
|
92
|
-
}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateGetApiKeys = void 0;
|
|
4
|
-
const APIGateway_1 = require("../APIGateway");
|
|
5
|
-
const APIGatewayClient_1 = require("../APIGatewayClient");
|
|
6
|
-
const GetApiKeysCommand_1 = require("../commands/GetApiKeysCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
|
-
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
|
-
return await client.send(new GetApiKeysCommand_1.GetApiKeysCommand(input), ...args);
|
|
13
|
-
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
|
-
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
|
-
return await client.getApiKeys(input, ...args);
|
|
20
|
-
};
|
|
21
|
-
async function* paginateGetApiKeys(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.position
|
|
23
|
-
let token = config.startingToken || undefined;
|
|
24
|
-
let hasNext = true;
|
|
25
|
-
let page;
|
|
26
|
-
while (hasNext) {
|
|
27
|
-
input.position = token;
|
|
28
|
-
input["limit"] = config.pageSize;
|
|
29
|
-
if (config.client instanceof APIGateway_1.APIGateway) {
|
|
30
|
-
page = await makePagedRequest(config.client, input, ...additionalArguments);
|
|
31
|
-
}
|
|
32
|
-
else if (config.client instanceof APIGatewayClient_1.APIGatewayClient) {
|
|
33
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
34
|
-
}
|
|
35
|
-
else {
|
|
36
|
-
throw new Error("Invalid client, expected APIGateway | APIGatewayClient");
|
|
37
|
-
}
|
|
38
|
-
yield page;
|
|
39
|
-
token = page.position;
|
|
40
|
-
hasNext = !!token;
|
|
41
|
-
}
|
|
42
|
-
// @ts-ignore
|
|
43
|
-
return undefined;
|
|
44
|
-
}
|
|
45
|
-
exports.paginateGetApiKeys = paginateGetApiKeys;
|
|
46
|
-
//# sourceMappingURL=GetApiKeysPaginator.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GetApiKeysPaginator.js","sourceRoot":"","sources":["../../../pagination/GetApiKeysPaginator.ts"],"names":[],"mappings":";;;AAAA,8CAA2C;AAC3C,0DAAuD;AACvD,qEAAmH;AAInH;;GAEG;AACH,MAAM,sBAAsB,GAAG,KAAK,EAClC,MAAwB,EACxB,KAA6B,EAC7B,GAAG,IAAS,EACsB,EAAE;IACpC,aAAa;IACb,OAAO,MAAM,MAAM,CAAC,IAAI,CAAC,IAAI,qCAAiB,CAAC,KAAK,CAAC,EAAE,GAAG,IAAI,CAAC,CAAC;AAClE,CAAC,CAAC;AACF;;GAEG;AACH,MAAM,gBAAgB,GAAG,KAAK,EAC5B,MAAkB,EAClB,KAA6B,EAC7B,GAAG,IAAS,EACsB,EAAE;IACpC,aAAa;IACb,OAAO,MAAM,MAAM,CAAC,UAAU,CAAC,KAAK,EAAE,GAAG,IAAI,CAAC,CAAC;AACjD,CAAC,CAAC;AACK,KAAK,SAAS,CAAC,CAAC,kBAAkB,CACvC,MAAyC,EACzC,KAA6B,EAC7B,GAAG,mBAAwB;IAE3B,kEAAkE;IAClE,IAAI,KAAK,GAAsC,MAAM,CAAC,aAAa,IAAI,SAAS,CAAC;IACjF,IAAI,OAAO,GAAG,IAAI,CAAC;IACnB,IAAI,IAA6B,CAAC;IAClC,OAAO,OAAO,EAAE;QACd,KAAK,CAAC,QAAQ,GAAG,KAAK,CAAC;QACvB,KAAK,CAAC,OAAO,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC;QACjC,IAAI,MAAM,CAAC,MAAM,YAAY,uBAAU,EAAE;YACvC,IAAI,GAAG,MAAM,gBAAgB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,mBAAmB,CAAC,CAAC;SAC7E;aAAM,IAAI,MAAM,CAAC,MAAM,YAAY,mCAAgB,EAAE;YACpD,IAAI,GAAG,MAAM,sBAAsB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,mBAAmB,CAAC,CAAC;SACnF;aAAM;YACL,MAAM,IAAI,KAAK,CAAC,wDAAwD,CAAC,CAAC;SAC3E;QACD,MAAM,IAAI,CAAC;QACX,KAAK,GAAG,IAAI,CAAC,QAAQ,CAAC;QACtB,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC;KACnB;IACD,aAAa;IACb,OAAO,SAAS,CAAC;AACnB,CAAC;AAzBD,gDAyBC"}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateGetBasePathMappings = void 0;
|
|
4
|
-
const APIGateway_1 = require("../APIGateway");
|
|
5
|
-
const APIGatewayClient_1 = require("../APIGatewayClient");
|
|
6
|
-
const GetBasePathMappingsCommand_1 = require("../commands/GetBasePathMappingsCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
|
-
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
|
-
return await client.send(new GetBasePathMappingsCommand_1.GetBasePathMappingsCommand(input), ...args);
|
|
13
|
-
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
|
-
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
|
-
return await client.getBasePathMappings(input, ...args);
|
|
20
|
-
};
|
|
21
|
-
async function* paginateGetBasePathMappings(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.position
|
|
23
|
-
let token = config.startingToken || undefined;
|
|
24
|
-
let hasNext = true;
|
|
25
|
-
let page;
|
|
26
|
-
while (hasNext) {
|
|
27
|
-
input.position = token;
|
|
28
|
-
input["limit"] = config.pageSize;
|
|
29
|
-
if (config.client instanceof APIGateway_1.APIGateway) {
|
|
30
|
-
page = await makePagedRequest(config.client, input, ...additionalArguments);
|
|
31
|
-
}
|
|
32
|
-
else if (config.client instanceof APIGatewayClient_1.APIGatewayClient) {
|
|
33
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
34
|
-
}
|
|
35
|
-
else {
|
|
36
|
-
throw new Error("Invalid client, expected APIGateway | APIGatewayClient");
|
|
37
|
-
}
|
|
38
|
-
yield page;
|
|
39
|
-
token = page.position;
|
|
40
|
-
hasNext = !!token;
|
|
41
|
-
}
|
|
42
|
-
// @ts-ignore
|
|
43
|
-
return undefined;
|
|
44
|
-
}
|
|
45
|
-
exports.paginateGetBasePathMappings = paginateGetBasePathMappings;
|
|
46
|
-
//# sourceMappingURL=GetBasePathMappingsPaginator.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GetBasePathMappingsPaginator.js","sourceRoot":"","sources":["../../../pagination/GetBasePathMappingsPaginator.ts"],"names":[],"mappings":";;;AAAA,8CAA2C;AAC3C,0DAAuD;AACvD,uFAIgD;AAIhD;;GAEG;AACH,MAAM,sBAAsB,GAAG,KAAK,EAClC,MAAwB,EACxB,KAAsC,EACtC,GAAG,IAAS,EAC+B,EAAE;IAC7C,aAAa;IACb,OAAO,MAAM,MAAM,CAAC,IAAI,CAAC,IAAI,uDAA0B,CAAC,KAAK,CAAC,EAAE,GAAG,IAAI,CAAC,CAAC;AAC3E,CAAC,CAAC;AACF;;GAEG;AACH,MAAM,gBAAgB,GAAG,KAAK,EAC5B,MAAkB,EAClB,KAAsC,EACtC,GAAG,IAAS,EAC+B,EAAE;IAC7C,aAAa;IACb,OAAO,MAAM,MAAM,CAAC,mBAAmB,CAAC,KAAK,EAAE,GAAG,IAAI,CAAC,CAAC;AAC1D,CAAC,CAAC;AACK,KAAK,SAAS,CAAC,CAAC,2BAA2B,CAChD,MAAyC,EACzC,KAAsC,EACtC,GAAG,mBAAwB;IAE3B,kEAAkE;IAClE,IAAI,KAAK,GAAsC,MAAM,CAAC,aAAa,IAAI,SAAS,CAAC;IACjF,IAAI,OAAO,GAAG,IAAI,CAAC;IACnB,IAAI,IAAsC,CAAC;IAC3C,OAAO,OAAO,EAAE;QACd,KAAK,CAAC,QAAQ,GAAG,KAAK,CAAC;QACvB,KAAK,CAAC,OAAO,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC;QACjC,IAAI,MAAM,CAAC,MAAM,YAAY,uBAAU,EAAE;YACvC,IAAI,GAAG,MAAM,gBAAgB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,mBAAmB,CAAC,CAAC;SAC7E;aAAM,IAAI,MAAM,CAAC,MAAM,YAAY,mCAAgB,EAAE;YACpD,IAAI,GAAG,MAAM,sBAAsB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,mBAAmB,CAAC,CAAC;SACnF;aAAM;YACL,MAAM,IAAI,KAAK,CAAC,wDAAwD,CAAC,CAAC;SAC3E;QACD,MAAM,IAAI,CAAC;QACX,KAAK,GAAG,IAAI,CAAC,QAAQ,CAAC;QACtB,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC;KACnB;IACD,aAAa;IACb,OAAO,SAAS,CAAC;AACnB,CAAC;AAzBD,kEAyBC"}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateGetClientCertificates = void 0;
|
|
4
|
-
const APIGateway_1 = require("../APIGateway");
|
|
5
|
-
const APIGatewayClient_1 = require("../APIGatewayClient");
|
|
6
|
-
const GetClientCertificatesCommand_1 = require("../commands/GetClientCertificatesCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
|
-
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
|
-
return await client.send(new GetClientCertificatesCommand_1.GetClientCertificatesCommand(input), ...args);
|
|
13
|
-
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
|
-
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
|
-
return await client.getClientCertificates(input, ...args);
|
|
20
|
-
};
|
|
21
|
-
async function* paginateGetClientCertificates(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.position
|
|
23
|
-
let token = config.startingToken || undefined;
|
|
24
|
-
let hasNext = true;
|
|
25
|
-
let page;
|
|
26
|
-
while (hasNext) {
|
|
27
|
-
input.position = token;
|
|
28
|
-
input["limit"] = config.pageSize;
|
|
29
|
-
if (config.client instanceof APIGateway_1.APIGateway) {
|
|
30
|
-
page = await makePagedRequest(config.client, input, ...additionalArguments);
|
|
31
|
-
}
|
|
32
|
-
else if (config.client instanceof APIGatewayClient_1.APIGatewayClient) {
|
|
33
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
34
|
-
}
|
|
35
|
-
else {
|
|
36
|
-
throw new Error("Invalid client, expected APIGateway | APIGatewayClient");
|
|
37
|
-
}
|
|
38
|
-
yield page;
|
|
39
|
-
token = page.position;
|
|
40
|
-
hasNext = !!token;
|
|
41
|
-
}
|
|
42
|
-
// @ts-ignore
|
|
43
|
-
return undefined;
|
|
44
|
-
}
|
|
45
|
-
exports.paginateGetClientCertificates = paginateGetClientCertificates;
|
|
46
|
-
//# sourceMappingURL=GetClientCertificatesPaginator.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GetClientCertificatesPaginator.js","sourceRoot":"","sources":["../../../pagination/GetClientCertificatesPaginator.ts"],"names":[],"mappings":";;;AAAA,8CAA2C;AAC3C,0DAAuD;AACvD,2FAIkD;AAIlD;;GAEG;AACH,MAAM,sBAAsB,GAAG,KAAK,EAClC,MAAwB,EACxB,KAAwC,EACxC,GAAG,IAAS,EACiC,EAAE;IAC/C,aAAa;IACb,OAAO,MAAM,MAAM,CAAC,IAAI,CAAC,IAAI,2DAA4B,CAAC,KAAK,CAAC,EAAE,GAAG,IAAI,CAAC,CAAC;AAC7E,CAAC,CAAC;AACF;;GAEG;AACH,MAAM,gBAAgB,GAAG,KAAK,EAC5B,MAAkB,EAClB,KAAwC,EACxC,GAAG,IAAS,EACiC,EAAE;IAC/C,aAAa;IACb,OAAO,MAAM,MAAM,CAAC,qBAAqB,CAAC,KAAK,EAAE,GAAG,IAAI,CAAC,CAAC;AAC5D,CAAC,CAAC;AACK,KAAK,SAAS,CAAC,CAAC,6BAA6B,CAClD,MAAyC,EACzC,KAAwC,EACxC,GAAG,mBAAwB;IAE3B,kEAAkE;IAClE,IAAI,KAAK,GAAsC,MAAM,CAAC,aAAa,IAAI,SAAS,CAAC;IACjF,IAAI,OAAO,GAAG,IAAI,CAAC;IACnB,IAAI,IAAwC,CAAC;IAC7C,OAAO,OAAO,EAAE;QACd,KAAK,CAAC,QAAQ,GAAG,KAAK,CAAC;QACvB,KAAK,CAAC,OAAO,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC;QACjC,IAAI,MAAM,CAAC,MAAM,YAAY,uBAAU,EAAE;YACvC,IAAI,GAAG,MAAM,gBAAgB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,mBAAmB,CAAC,CAAC;SAC7E;aAAM,IAAI,MAAM,CAAC,MAAM,YAAY,mCAAgB,EAAE;YACpD,IAAI,GAAG,MAAM,sBAAsB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,mBAAmB,CAAC,CAAC;SACnF;aAAM;YACL,MAAM,IAAI,KAAK,CAAC,wDAAwD,CAAC,CAAC;SAC3E;QACD,MAAM,IAAI,CAAC;QACX,KAAK,GAAG,IAAI,CAAC,QAAQ,CAAC;QACtB,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC;KACnB;IACD,aAAa;IACb,OAAO,SAAS,CAAC;AACnB,CAAC;AAzBD,sEAyBC"}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateGetDeployments = void 0;
|
|
4
|
-
const APIGateway_1 = require("../APIGateway");
|
|
5
|
-
const APIGatewayClient_1 = require("../APIGatewayClient");
|
|
6
|
-
const GetDeploymentsCommand_1 = require("../commands/GetDeploymentsCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
|
-
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
|
-
return await client.send(new GetDeploymentsCommand_1.GetDeploymentsCommand(input), ...args);
|
|
13
|
-
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
|
-
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
|
-
return await client.getDeployments(input, ...args);
|
|
20
|
-
};
|
|
21
|
-
async function* paginateGetDeployments(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.position
|
|
23
|
-
let token = config.startingToken || undefined;
|
|
24
|
-
let hasNext = true;
|
|
25
|
-
let page;
|
|
26
|
-
while (hasNext) {
|
|
27
|
-
input.position = token;
|
|
28
|
-
input["limit"] = config.pageSize;
|
|
29
|
-
if (config.client instanceof APIGateway_1.APIGateway) {
|
|
30
|
-
page = await makePagedRequest(config.client, input, ...additionalArguments);
|
|
31
|
-
}
|
|
32
|
-
else if (config.client instanceof APIGatewayClient_1.APIGatewayClient) {
|
|
33
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
34
|
-
}
|
|
35
|
-
else {
|
|
36
|
-
throw new Error("Invalid client, expected APIGateway | APIGatewayClient");
|
|
37
|
-
}
|
|
38
|
-
yield page;
|
|
39
|
-
token = page.position;
|
|
40
|
-
hasNext = !!token;
|
|
41
|
-
}
|
|
42
|
-
// @ts-ignore
|
|
43
|
-
return undefined;
|
|
44
|
-
}
|
|
45
|
-
exports.paginateGetDeployments = paginateGetDeployments;
|
|
46
|
-
//# sourceMappingURL=GetDeploymentsPaginator.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GetDeploymentsPaginator.js","sourceRoot":"","sources":["../../../pagination/GetDeploymentsPaginator.ts"],"names":[],"mappings":";;;AAAA,8CAA2C;AAC3C,0DAAuD;AACvD,6EAI2C;AAI3C;;GAEG;AACH,MAAM,sBAAsB,GAAG,KAAK,EAClC,MAAwB,EACxB,KAAiC,EACjC,GAAG,IAAS,EAC0B,EAAE;IACxC,aAAa;IACb,OAAO,MAAM,MAAM,CAAC,IAAI,CAAC,IAAI,6CAAqB,CAAC,KAAK,CAAC,EAAE,GAAG,IAAI,CAAC,CAAC;AACtE,CAAC,CAAC;AACF;;GAEG;AACH,MAAM,gBAAgB,GAAG,KAAK,EAC5B,MAAkB,EAClB,KAAiC,EACjC,GAAG,IAAS,EAC0B,EAAE;IACxC,aAAa;IACb,OAAO,MAAM,MAAM,CAAC,cAAc,CAAC,KAAK,EAAE,GAAG,IAAI,CAAC,CAAC;AACrD,CAAC,CAAC;AACK,KAAK,SAAS,CAAC,CAAC,sBAAsB,CAC3C,MAAyC,EACzC,KAAiC,EACjC,GAAG,mBAAwB;IAE3B,kEAAkE;IAClE,IAAI,KAAK,GAAsC,MAAM,CAAC,aAAa,IAAI,SAAS,CAAC;IACjF,IAAI,OAAO,GAAG,IAAI,CAAC;IACnB,IAAI,IAAiC,CAAC;IACtC,OAAO,OAAO,EAAE;QACd,KAAK,CAAC,QAAQ,GAAG,KAAK,CAAC;QACvB,KAAK,CAAC,OAAO,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC;QACjC,IAAI,MAAM,CAAC,MAAM,YAAY,uBAAU,EAAE;YACvC,IAAI,GAAG,MAAM,gBAAgB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,mBAAmB,CAAC,CAAC;SAC7E;aAAM,IAAI,MAAM,CAAC,MAAM,YAAY,mCAAgB,EAAE;YACpD,IAAI,GAAG,MAAM,sBAAsB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,mBAAmB,CAAC,CAAC;SACnF;aAAM;YACL,MAAM,IAAI,KAAK,CAAC,wDAAwD,CAAC,CAAC;SAC3E;QACD,MAAM,IAAI,CAAC;QACX,KAAK,GAAG,IAAI,CAAC,QAAQ,CAAC;QACtB,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC;KACnB;IACD,aAAa;IACb,OAAO,SAAS,CAAC;AACnB,CAAC;AAzBD,wDAyBC"}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateGetDomainNames = void 0;
|
|
4
|
-
const APIGateway_1 = require("../APIGateway");
|
|
5
|
-
const APIGatewayClient_1 = require("../APIGatewayClient");
|
|
6
|
-
const GetDomainNamesCommand_1 = require("../commands/GetDomainNamesCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
|
-
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
|
-
return await client.send(new GetDomainNamesCommand_1.GetDomainNamesCommand(input), ...args);
|
|
13
|
-
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
|
-
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
|
-
return await client.getDomainNames(input, ...args);
|
|
20
|
-
};
|
|
21
|
-
async function* paginateGetDomainNames(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.position
|
|
23
|
-
let token = config.startingToken || undefined;
|
|
24
|
-
let hasNext = true;
|
|
25
|
-
let page;
|
|
26
|
-
while (hasNext) {
|
|
27
|
-
input.position = token;
|
|
28
|
-
input["limit"] = config.pageSize;
|
|
29
|
-
if (config.client instanceof APIGateway_1.APIGateway) {
|
|
30
|
-
page = await makePagedRequest(config.client, input, ...additionalArguments);
|
|
31
|
-
}
|
|
32
|
-
else if (config.client instanceof APIGatewayClient_1.APIGatewayClient) {
|
|
33
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
34
|
-
}
|
|
35
|
-
else {
|
|
36
|
-
throw new Error("Invalid client, expected APIGateway | APIGatewayClient");
|
|
37
|
-
}
|
|
38
|
-
yield page;
|
|
39
|
-
token = page.position;
|
|
40
|
-
hasNext = !!token;
|
|
41
|
-
}
|
|
42
|
-
// @ts-ignore
|
|
43
|
-
return undefined;
|
|
44
|
-
}
|
|
45
|
-
exports.paginateGetDomainNames = paginateGetDomainNames;
|
|
46
|
-
//# sourceMappingURL=GetDomainNamesPaginator.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GetDomainNamesPaginator.js","sourceRoot":"","sources":["../../../pagination/GetDomainNamesPaginator.ts"],"names":[],"mappings":";;;AAAA,8CAA2C;AAC3C,0DAAuD;AACvD,6EAI2C;AAI3C;;GAEG;AACH,MAAM,sBAAsB,GAAG,KAAK,EAClC,MAAwB,EACxB,KAAiC,EACjC,GAAG,IAAS,EAC0B,EAAE;IACxC,aAAa;IACb,OAAO,MAAM,MAAM,CAAC,IAAI,CAAC,IAAI,6CAAqB,CAAC,KAAK,CAAC,EAAE,GAAG,IAAI,CAAC,CAAC;AACtE,CAAC,CAAC;AACF;;GAEG;AACH,MAAM,gBAAgB,GAAG,KAAK,EAC5B,MAAkB,EAClB,KAAiC,EACjC,GAAG,IAAS,EAC0B,EAAE;IACxC,aAAa;IACb,OAAO,MAAM,MAAM,CAAC,cAAc,CAAC,KAAK,EAAE,GAAG,IAAI,CAAC,CAAC;AACrD,CAAC,CAAC;AACK,KAAK,SAAS,CAAC,CAAC,sBAAsB,CAC3C,MAAyC,EACzC,KAAiC,EACjC,GAAG,mBAAwB;IAE3B,kEAAkE;IAClE,IAAI,KAAK,GAAsC,MAAM,CAAC,aAAa,IAAI,SAAS,CAAC;IACjF,IAAI,OAAO,GAAG,IAAI,CAAC;IACnB,IAAI,IAAiC,CAAC;IACtC,OAAO,OAAO,EAAE;QACd,KAAK,CAAC,QAAQ,GAAG,KAAK,CAAC;QACvB,KAAK,CAAC,OAAO,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC;QACjC,IAAI,MAAM,CAAC,MAAM,YAAY,uBAAU,EAAE;YACvC,IAAI,GAAG,MAAM,gBAAgB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,mBAAmB,CAAC,CAAC;SAC7E;aAAM,IAAI,MAAM,CAAC,MAAM,YAAY,mCAAgB,EAAE;YACpD,IAAI,GAAG,MAAM,sBAAsB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,mBAAmB,CAAC,CAAC;SACnF;aAAM;YACL,MAAM,IAAI,KAAK,CAAC,wDAAwD,CAAC,CAAC;SAC3E;QACD,MAAM,IAAI,CAAC;QACX,KAAK,GAAG,IAAI,CAAC,QAAQ,CAAC;QACtB,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC;KACnB;IACD,aAAa;IACb,OAAO,SAAS,CAAC;AACnB,CAAC;AAzBD,wDAyBC"}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateGetModels = void 0;
|
|
4
|
-
const APIGateway_1 = require("../APIGateway");
|
|
5
|
-
const APIGatewayClient_1 = require("../APIGatewayClient");
|
|
6
|
-
const GetModelsCommand_1 = require("../commands/GetModelsCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
|
-
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
|
-
return await client.send(new GetModelsCommand_1.GetModelsCommand(input), ...args);
|
|
13
|
-
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
|
-
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
|
-
return await client.getModels(input, ...args);
|
|
20
|
-
};
|
|
21
|
-
async function* paginateGetModels(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.position
|
|
23
|
-
let token = config.startingToken || undefined;
|
|
24
|
-
let hasNext = true;
|
|
25
|
-
let page;
|
|
26
|
-
while (hasNext) {
|
|
27
|
-
input.position = token;
|
|
28
|
-
input["limit"] = config.pageSize;
|
|
29
|
-
if (config.client instanceof APIGateway_1.APIGateway) {
|
|
30
|
-
page = await makePagedRequest(config.client, input, ...additionalArguments);
|
|
31
|
-
}
|
|
32
|
-
else if (config.client instanceof APIGatewayClient_1.APIGatewayClient) {
|
|
33
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
34
|
-
}
|
|
35
|
-
else {
|
|
36
|
-
throw new Error("Invalid client, expected APIGateway | APIGatewayClient");
|
|
37
|
-
}
|
|
38
|
-
yield page;
|
|
39
|
-
token = page.position;
|
|
40
|
-
hasNext = !!token;
|
|
41
|
-
}
|
|
42
|
-
// @ts-ignore
|
|
43
|
-
return undefined;
|
|
44
|
-
}
|
|
45
|
-
exports.paginateGetModels = paginateGetModels;
|
|
46
|
-
//# sourceMappingURL=GetModelsPaginator.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GetModelsPaginator.js","sourceRoot":"","sources":["../../../pagination/GetModelsPaginator.ts"],"names":[],"mappings":";;;AAAA,8CAA2C;AAC3C,0DAAuD;AACvD,mEAA+G;AAI/G;;GAEG;AACH,MAAM,sBAAsB,GAAG,KAAK,EAClC,MAAwB,EACxB,KAA4B,EAC5B,GAAG,IAAS,EACqB,EAAE;IACnC,aAAa;IACb,OAAO,MAAM,MAAM,CAAC,IAAI,CAAC,IAAI,mCAAgB,CAAC,KAAK,CAAC,EAAE,GAAG,IAAI,CAAC,CAAC;AACjE,CAAC,CAAC;AACF;;GAEG;AACH,MAAM,gBAAgB,GAAG,KAAK,EAC5B,MAAkB,EAClB,KAA4B,EAC5B,GAAG,IAAS,EACqB,EAAE;IACnC,aAAa;IACb,OAAO,MAAM,MAAM,CAAC,SAAS,CAAC,KAAK,EAAE,GAAG,IAAI,CAAC,CAAC;AAChD,CAAC,CAAC;AACK,KAAK,SAAS,CAAC,CAAC,iBAAiB,CACtC,MAAyC,EACzC,KAA4B,EAC5B,GAAG,mBAAwB;IAE3B,kEAAkE;IAClE,IAAI,KAAK,GAAsC,MAAM,CAAC,aAAa,IAAI,SAAS,CAAC;IACjF,IAAI,OAAO,GAAG,IAAI,CAAC;IACnB,IAAI,IAA4B,CAAC;IACjC,OAAO,OAAO,EAAE;QACd,KAAK,CAAC,QAAQ,GAAG,KAAK,CAAC;QACvB,KAAK,CAAC,OAAO,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC;QACjC,IAAI,MAAM,CAAC,MAAM,YAAY,uBAAU,EAAE;YACvC,IAAI,GAAG,MAAM,gBAAgB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,mBAAmB,CAAC,CAAC;SAC7E;aAAM,IAAI,MAAM,CAAC,MAAM,YAAY,mCAAgB,EAAE;YACpD,IAAI,GAAG,MAAM,sBAAsB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,mBAAmB,CAAC,CAAC;SACnF;aAAM;YACL,MAAM,IAAI,KAAK,CAAC,wDAAwD,CAAC,CAAC;SAC3E;QACD,MAAM,IAAI,CAAC;QACX,KAAK,GAAG,IAAI,CAAC,QAAQ,CAAC;QACtB,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC;KACnB;IACD,aAAa;IACb,OAAO,SAAS,CAAC;AACnB,CAAC;AAzBD,8CAyBC"}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateGetResources = void 0;
|
|
4
|
-
const APIGateway_1 = require("../APIGateway");
|
|
5
|
-
const APIGatewayClient_1 = require("../APIGatewayClient");
|
|
6
|
-
const GetResourcesCommand_1 = require("../commands/GetResourcesCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
|
-
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
|
-
return await client.send(new GetResourcesCommand_1.GetResourcesCommand(input), ...args);
|
|
13
|
-
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
|
-
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
|
-
return await client.getResources(input, ...args);
|
|
20
|
-
};
|
|
21
|
-
async function* paginateGetResources(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.position
|
|
23
|
-
let token = config.startingToken || undefined;
|
|
24
|
-
let hasNext = true;
|
|
25
|
-
let page;
|
|
26
|
-
while (hasNext) {
|
|
27
|
-
input.position = token;
|
|
28
|
-
input["limit"] = config.pageSize;
|
|
29
|
-
if (config.client instanceof APIGateway_1.APIGateway) {
|
|
30
|
-
page = await makePagedRequest(config.client, input, ...additionalArguments);
|
|
31
|
-
}
|
|
32
|
-
else if (config.client instanceof APIGatewayClient_1.APIGatewayClient) {
|
|
33
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
34
|
-
}
|
|
35
|
-
else {
|
|
36
|
-
throw new Error("Invalid client, expected APIGateway | APIGatewayClient");
|
|
37
|
-
}
|
|
38
|
-
yield page;
|
|
39
|
-
token = page.position;
|
|
40
|
-
hasNext = !!token;
|
|
41
|
-
}
|
|
42
|
-
// @ts-ignore
|
|
43
|
-
return undefined;
|
|
44
|
-
}
|
|
45
|
-
exports.paginateGetResources = paginateGetResources;
|
|
46
|
-
//# sourceMappingURL=GetResourcesPaginator.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GetResourcesPaginator.js","sourceRoot":"","sources":["../../../pagination/GetResourcesPaginator.ts"],"names":[],"mappings":";;;AAAA,8CAA2C;AAC3C,0DAAuD;AACvD,yEAIyC;AAIzC;;GAEG;AACH,MAAM,sBAAsB,GAAG,KAAK,EAClC,MAAwB,EACxB,KAA+B,EAC/B,GAAG,IAAS,EACwB,EAAE;IACtC,aAAa;IACb,OAAO,MAAM,MAAM,CAAC,IAAI,CAAC,IAAI,yCAAmB,CAAC,KAAK,CAAC,EAAE,GAAG,IAAI,CAAC,CAAC;AACpE,CAAC,CAAC;AACF;;GAEG;AACH,MAAM,gBAAgB,GAAG,KAAK,EAC5B,MAAkB,EAClB,KAA+B,EAC/B,GAAG,IAAS,EACwB,EAAE;IACtC,aAAa;IACb,OAAO,MAAM,MAAM,CAAC,YAAY,CAAC,KAAK,EAAE,GAAG,IAAI,CAAC,CAAC;AACnD,CAAC,CAAC;AACK,KAAK,SAAS,CAAC,CAAC,oBAAoB,CACzC,MAAyC,EACzC,KAA+B,EAC/B,GAAG,mBAAwB;IAE3B,kEAAkE;IAClE,IAAI,KAAK,GAAsC,MAAM,CAAC,aAAa,IAAI,SAAS,CAAC;IACjF,IAAI,OAAO,GAAG,IAAI,CAAC;IACnB,IAAI,IAA+B,CAAC;IACpC,OAAO,OAAO,EAAE;QACd,KAAK,CAAC,QAAQ,GAAG,KAAK,CAAC;QACvB,KAAK,CAAC,OAAO,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC;QACjC,IAAI,MAAM,CAAC,MAAM,YAAY,uBAAU,EAAE;YACvC,IAAI,GAAG,MAAM,gBAAgB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,mBAAmB,CAAC,CAAC;SAC7E;aAAM,IAAI,MAAM,CAAC,MAAM,YAAY,mCAAgB,EAAE;YACpD,IAAI,GAAG,MAAM,sBAAsB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,mBAAmB,CAAC,CAAC;SACnF;aAAM;YACL,MAAM,IAAI,KAAK,CAAC,wDAAwD,CAAC,CAAC;SAC3E;QACD,MAAM,IAAI,CAAC;QACX,KAAK,GAAG,IAAI,CAAC,QAAQ,CAAC;QACtB,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC;KACnB;IACD,aAAa;IACb,OAAO,SAAS,CAAC;AACnB,CAAC;AAzBD,oDAyBC"}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateGetRestApis = void 0;
|
|
4
|
-
const APIGateway_1 = require("../APIGateway");
|
|
5
|
-
const APIGatewayClient_1 = require("../APIGatewayClient");
|
|
6
|
-
const GetRestApisCommand_1 = require("../commands/GetRestApisCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
|
-
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
|
-
return await client.send(new GetRestApisCommand_1.GetRestApisCommand(input), ...args);
|
|
13
|
-
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
|
-
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
|
-
return await client.getRestApis(input, ...args);
|
|
20
|
-
};
|
|
21
|
-
async function* paginateGetRestApis(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.position
|
|
23
|
-
let token = config.startingToken || undefined;
|
|
24
|
-
let hasNext = true;
|
|
25
|
-
let page;
|
|
26
|
-
while (hasNext) {
|
|
27
|
-
input.position = token;
|
|
28
|
-
input["limit"] = config.pageSize;
|
|
29
|
-
if (config.client instanceof APIGateway_1.APIGateway) {
|
|
30
|
-
page = await makePagedRequest(config.client, input, ...additionalArguments);
|
|
31
|
-
}
|
|
32
|
-
else if (config.client instanceof APIGatewayClient_1.APIGatewayClient) {
|
|
33
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
34
|
-
}
|
|
35
|
-
else {
|
|
36
|
-
throw new Error("Invalid client, expected APIGateway | APIGatewayClient");
|
|
37
|
-
}
|
|
38
|
-
yield page;
|
|
39
|
-
token = page.position;
|
|
40
|
-
hasNext = !!token;
|
|
41
|
-
}
|
|
42
|
-
// @ts-ignore
|
|
43
|
-
return undefined;
|
|
44
|
-
}
|
|
45
|
-
exports.paginateGetRestApis = paginateGetRestApis;
|
|
46
|
-
//# sourceMappingURL=GetRestApisPaginator.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GetRestApisPaginator.js","sourceRoot":"","sources":["../../../pagination/GetRestApisPaginator.ts"],"names":[],"mappings":";;;AAAA,8CAA2C;AAC3C,0DAAuD;AACvD,uEAAuH;AAIvH;;GAEG;AACH,MAAM,sBAAsB,GAAG,KAAK,EAClC,MAAwB,EACxB,KAA8B,EAC9B,GAAG,IAAS,EACuB,EAAE;IACrC,aAAa;IACb,OAAO,MAAM,MAAM,CAAC,IAAI,CAAC,IAAI,uCAAkB,CAAC,KAAK,CAAC,EAAE,GAAG,IAAI,CAAC,CAAC;AACnE,CAAC,CAAC;AACF;;GAEG;AACH,MAAM,gBAAgB,GAAG,KAAK,EAC5B,MAAkB,EAClB,KAA8B,EAC9B,GAAG,IAAS,EACuB,EAAE;IACrC,aAAa;IACb,OAAO,MAAM,MAAM,CAAC,WAAW,CAAC,KAAK,EAAE,GAAG,IAAI,CAAC,CAAC;AAClD,CAAC,CAAC;AACK,KAAK,SAAS,CAAC,CAAC,mBAAmB,CACxC,MAAyC,EACzC,KAA8B,EAC9B,GAAG,mBAAwB;IAE3B,kEAAkE;IAClE,IAAI,KAAK,GAAsC,MAAM,CAAC,aAAa,IAAI,SAAS,CAAC;IACjF,IAAI,OAAO,GAAG,IAAI,CAAC;IACnB,IAAI,IAA8B,CAAC;IACnC,OAAO,OAAO,EAAE;QACd,KAAK,CAAC,QAAQ,GAAG,KAAK,CAAC;QACvB,KAAK,CAAC,OAAO,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC;QACjC,IAAI,MAAM,CAAC,MAAM,YAAY,uBAAU,EAAE;YACvC,IAAI,GAAG,MAAM,gBAAgB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,mBAAmB,CAAC,CAAC;SAC7E;aAAM,IAAI,MAAM,CAAC,MAAM,YAAY,mCAAgB,EAAE;YACpD,IAAI,GAAG,MAAM,sBAAsB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,mBAAmB,CAAC,CAAC;SACnF;aAAM;YACL,MAAM,IAAI,KAAK,CAAC,wDAAwD,CAAC,CAAC;SAC3E;QACD,MAAM,IAAI,CAAC;QACX,KAAK,GAAG,IAAI,CAAC,QAAQ,CAAC;QACtB,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC;KACnB;IACD,aAAa;IACb,OAAO,SAAS,CAAC;AACnB,CAAC;AAzBD,kDAyBC"}
|