@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
package/APIGateway.ts
DELETED
|
@@ -1,4110 +0,0 @@
|
|
|
1
|
-
import { APIGatewayClient } from "./APIGatewayClient";
|
|
2
|
-
import {
|
|
3
|
-
CreateApiKeyCommand,
|
|
4
|
-
CreateApiKeyCommandInput,
|
|
5
|
-
CreateApiKeyCommandOutput,
|
|
6
|
-
} from "./commands/CreateApiKeyCommand";
|
|
7
|
-
import {
|
|
8
|
-
CreateAuthorizerCommand,
|
|
9
|
-
CreateAuthorizerCommandInput,
|
|
10
|
-
CreateAuthorizerCommandOutput,
|
|
11
|
-
} from "./commands/CreateAuthorizerCommand";
|
|
12
|
-
import {
|
|
13
|
-
CreateBasePathMappingCommand,
|
|
14
|
-
CreateBasePathMappingCommandInput,
|
|
15
|
-
CreateBasePathMappingCommandOutput,
|
|
16
|
-
} from "./commands/CreateBasePathMappingCommand";
|
|
17
|
-
import {
|
|
18
|
-
CreateDeploymentCommand,
|
|
19
|
-
CreateDeploymentCommandInput,
|
|
20
|
-
CreateDeploymentCommandOutput,
|
|
21
|
-
} from "./commands/CreateDeploymentCommand";
|
|
22
|
-
import {
|
|
23
|
-
CreateDocumentationPartCommand,
|
|
24
|
-
CreateDocumentationPartCommandInput,
|
|
25
|
-
CreateDocumentationPartCommandOutput,
|
|
26
|
-
} from "./commands/CreateDocumentationPartCommand";
|
|
27
|
-
import {
|
|
28
|
-
CreateDocumentationVersionCommand,
|
|
29
|
-
CreateDocumentationVersionCommandInput,
|
|
30
|
-
CreateDocumentationVersionCommandOutput,
|
|
31
|
-
} from "./commands/CreateDocumentationVersionCommand";
|
|
32
|
-
import {
|
|
33
|
-
CreateDomainNameCommand,
|
|
34
|
-
CreateDomainNameCommandInput,
|
|
35
|
-
CreateDomainNameCommandOutput,
|
|
36
|
-
} from "./commands/CreateDomainNameCommand";
|
|
37
|
-
import { CreateModelCommand, CreateModelCommandInput, CreateModelCommandOutput } from "./commands/CreateModelCommand";
|
|
38
|
-
import {
|
|
39
|
-
CreateRequestValidatorCommand,
|
|
40
|
-
CreateRequestValidatorCommandInput,
|
|
41
|
-
CreateRequestValidatorCommandOutput,
|
|
42
|
-
} from "./commands/CreateRequestValidatorCommand";
|
|
43
|
-
import {
|
|
44
|
-
CreateResourceCommand,
|
|
45
|
-
CreateResourceCommandInput,
|
|
46
|
-
CreateResourceCommandOutput,
|
|
47
|
-
} from "./commands/CreateResourceCommand";
|
|
48
|
-
import {
|
|
49
|
-
CreateRestApiCommand,
|
|
50
|
-
CreateRestApiCommandInput,
|
|
51
|
-
CreateRestApiCommandOutput,
|
|
52
|
-
} from "./commands/CreateRestApiCommand";
|
|
53
|
-
import { CreateStageCommand, CreateStageCommandInput, CreateStageCommandOutput } from "./commands/CreateStageCommand";
|
|
54
|
-
import {
|
|
55
|
-
CreateUsagePlanCommand,
|
|
56
|
-
CreateUsagePlanCommandInput,
|
|
57
|
-
CreateUsagePlanCommandOutput,
|
|
58
|
-
} from "./commands/CreateUsagePlanCommand";
|
|
59
|
-
import {
|
|
60
|
-
CreateUsagePlanKeyCommand,
|
|
61
|
-
CreateUsagePlanKeyCommandInput,
|
|
62
|
-
CreateUsagePlanKeyCommandOutput,
|
|
63
|
-
} from "./commands/CreateUsagePlanKeyCommand";
|
|
64
|
-
import {
|
|
65
|
-
CreateVpcLinkCommand,
|
|
66
|
-
CreateVpcLinkCommandInput,
|
|
67
|
-
CreateVpcLinkCommandOutput,
|
|
68
|
-
} from "./commands/CreateVpcLinkCommand";
|
|
69
|
-
import {
|
|
70
|
-
DeleteApiKeyCommand,
|
|
71
|
-
DeleteApiKeyCommandInput,
|
|
72
|
-
DeleteApiKeyCommandOutput,
|
|
73
|
-
} from "./commands/DeleteApiKeyCommand";
|
|
74
|
-
import {
|
|
75
|
-
DeleteAuthorizerCommand,
|
|
76
|
-
DeleteAuthorizerCommandInput,
|
|
77
|
-
DeleteAuthorizerCommandOutput,
|
|
78
|
-
} from "./commands/DeleteAuthorizerCommand";
|
|
79
|
-
import {
|
|
80
|
-
DeleteBasePathMappingCommand,
|
|
81
|
-
DeleteBasePathMappingCommandInput,
|
|
82
|
-
DeleteBasePathMappingCommandOutput,
|
|
83
|
-
} from "./commands/DeleteBasePathMappingCommand";
|
|
84
|
-
import {
|
|
85
|
-
DeleteClientCertificateCommand,
|
|
86
|
-
DeleteClientCertificateCommandInput,
|
|
87
|
-
DeleteClientCertificateCommandOutput,
|
|
88
|
-
} from "./commands/DeleteClientCertificateCommand";
|
|
89
|
-
import {
|
|
90
|
-
DeleteDeploymentCommand,
|
|
91
|
-
DeleteDeploymentCommandInput,
|
|
92
|
-
DeleteDeploymentCommandOutput,
|
|
93
|
-
} from "./commands/DeleteDeploymentCommand";
|
|
94
|
-
import {
|
|
95
|
-
DeleteDocumentationPartCommand,
|
|
96
|
-
DeleteDocumentationPartCommandInput,
|
|
97
|
-
DeleteDocumentationPartCommandOutput,
|
|
98
|
-
} from "./commands/DeleteDocumentationPartCommand";
|
|
99
|
-
import {
|
|
100
|
-
DeleteDocumentationVersionCommand,
|
|
101
|
-
DeleteDocumentationVersionCommandInput,
|
|
102
|
-
DeleteDocumentationVersionCommandOutput,
|
|
103
|
-
} from "./commands/DeleteDocumentationVersionCommand";
|
|
104
|
-
import {
|
|
105
|
-
DeleteDomainNameCommand,
|
|
106
|
-
DeleteDomainNameCommandInput,
|
|
107
|
-
DeleteDomainNameCommandOutput,
|
|
108
|
-
} from "./commands/DeleteDomainNameCommand";
|
|
109
|
-
import {
|
|
110
|
-
DeleteGatewayResponseCommand,
|
|
111
|
-
DeleteGatewayResponseCommandInput,
|
|
112
|
-
DeleteGatewayResponseCommandOutput,
|
|
113
|
-
} from "./commands/DeleteGatewayResponseCommand";
|
|
114
|
-
import {
|
|
115
|
-
DeleteIntegrationCommand,
|
|
116
|
-
DeleteIntegrationCommandInput,
|
|
117
|
-
DeleteIntegrationCommandOutput,
|
|
118
|
-
} from "./commands/DeleteIntegrationCommand";
|
|
119
|
-
import {
|
|
120
|
-
DeleteIntegrationResponseCommand,
|
|
121
|
-
DeleteIntegrationResponseCommandInput,
|
|
122
|
-
DeleteIntegrationResponseCommandOutput,
|
|
123
|
-
} from "./commands/DeleteIntegrationResponseCommand";
|
|
124
|
-
import {
|
|
125
|
-
DeleteMethodCommand,
|
|
126
|
-
DeleteMethodCommandInput,
|
|
127
|
-
DeleteMethodCommandOutput,
|
|
128
|
-
} from "./commands/DeleteMethodCommand";
|
|
129
|
-
import {
|
|
130
|
-
DeleteMethodResponseCommand,
|
|
131
|
-
DeleteMethodResponseCommandInput,
|
|
132
|
-
DeleteMethodResponseCommandOutput,
|
|
133
|
-
} from "./commands/DeleteMethodResponseCommand";
|
|
134
|
-
import { DeleteModelCommand, DeleteModelCommandInput, DeleteModelCommandOutput } from "./commands/DeleteModelCommand";
|
|
135
|
-
import {
|
|
136
|
-
DeleteRequestValidatorCommand,
|
|
137
|
-
DeleteRequestValidatorCommandInput,
|
|
138
|
-
DeleteRequestValidatorCommandOutput,
|
|
139
|
-
} from "./commands/DeleteRequestValidatorCommand";
|
|
140
|
-
import {
|
|
141
|
-
DeleteResourceCommand,
|
|
142
|
-
DeleteResourceCommandInput,
|
|
143
|
-
DeleteResourceCommandOutput,
|
|
144
|
-
} from "./commands/DeleteResourceCommand";
|
|
145
|
-
import {
|
|
146
|
-
DeleteRestApiCommand,
|
|
147
|
-
DeleteRestApiCommandInput,
|
|
148
|
-
DeleteRestApiCommandOutput,
|
|
149
|
-
} from "./commands/DeleteRestApiCommand";
|
|
150
|
-
import { DeleteStageCommand, DeleteStageCommandInput, DeleteStageCommandOutput } from "./commands/DeleteStageCommand";
|
|
151
|
-
import {
|
|
152
|
-
DeleteUsagePlanCommand,
|
|
153
|
-
DeleteUsagePlanCommandInput,
|
|
154
|
-
DeleteUsagePlanCommandOutput,
|
|
155
|
-
} from "./commands/DeleteUsagePlanCommand";
|
|
156
|
-
import {
|
|
157
|
-
DeleteUsagePlanKeyCommand,
|
|
158
|
-
DeleteUsagePlanKeyCommandInput,
|
|
159
|
-
DeleteUsagePlanKeyCommandOutput,
|
|
160
|
-
} from "./commands/DeleteUsagePlanKeyCommand";
|
|
161
|
-
import {
|
|
162
|
-
DeleteVpcLinkCommand,
|
|
163
|
-
DeleteVpcLinkCommandInput,
|
|
164
|
-
DeleteVpcLinkCommandOutput,
|
|
165
|
-
} from "./commands/DeleteVpcLinkCommand";
|
|
166
|
-
import {
|
|
167
|
-
FlushStageAuthorizersCacheCommand,
|
|
168
|
-
FlushStageAuthorizersCacheCommandInput,
|
|
169
|
-
FlushStageAuthorizersCacheCommandOutput,
|
|
170
|
-
} from "./commands/FlushStageAuthorizersCacheCommand";
|
|
171
|
-
import {
|
|
172
|
-
FlushStageCacheCommand,
|
|
173
|
-
FlushStageCacheCommandInput,
|
|
174
|
-
FlushStageCacheCommandOutput,
|
|
175
|
-
} from "./commands/FlushStageCacheCommand";
|
|
176
|
-
import {
|
|
177
|
-
GenerateClientCertificateCommand,
|
|
178
|
-
GenerateClientCertificateCommandInput,
|
|
179
|
-
GenerateClientCertificateCommandOutput,
|
|
180
|
-
} from "./commands/GenerateClientCertificateCommand";
|
|
181
|
-
import { GetAccountCommand, GetAccountCommandInput, GetAccountCommandOutput } from "./commands/GetAccountCommand";
|
|
182
|
-
import { GetApiKeyCommand, GetApiKeyCommandInput, GetApiKeyCommandOutput } from "./commands/GetApiKeyCommand";
|
|
183
|
-
import { GetApiKeysCommand, GetApiKeysCommandInput, GetApiKeysCommandOutput } from "./commands/GetApiKeysCommand";
|
|
184
|
-
import {
|
|
185
|
-
GetAuthorizerCommand,
|
|
186
|
-
GetAuthorizerCommandInput,
|
|
187
|
-
GetAuthorizerCommandOutput,
|
|
188
|
-
} from "./commands/GetAuthorizerCommand";
|
|
189
|
-
import {
|
|
190
|
-
GetAuthorizersCommand,
|
|
191
|
-
GetAuthorizersCommandInput,
|
|
192
|
-
GetAuthorizersCommandOutput,
|
|
193
|
-
} from "./commands/GetAuthorizersCommand";
|
|
194
|
-
import {
|
|
195
|
-
GetBasePathMappingCommand,
|
|
196
|
-
GetBasePathMappingCommandInput,
|
|
197
|
-
GetBasePathMappingCommandOutput,
|
|
198
|
-
} from "./commands/GetBasePathMappingCommand";
|
|
199
|
-
import {
|
|
200
|
-
GetBasePathMappingsCommand,
|
|
201
|
-
GetBasePathMappingsCommandInput,
|
|
202
|
-
GetBasePathMappingsCommandOutput,
|
|
203
|
-
} from "./commands/GetBasePathMappingsCommand";
|
|
204
|
-
import {
|
|
205
|
-
GetClientCertificateCommand,
|
|
206
|
-
GetClientCertificateCommandInput,
|
|
207
|
-
GetClientCertificateCommandOutput,
|
|
208
|
-
} from "./commands/GetClientCertificateCommand";
|
|
209
|
-
import {
|
|
210
|
-
GetClientCertificatesCommand,
|
|
211
|
-
GetClientCertificatesCommandInput,
|
|
212
|
-
GetClientCertificatesCommandOutput,
|
|
213
|
-
} from "./commands/GetClientCertificatesCommand";
|
|
214
|
-
import {
|
|
215
|
-
GetDeploymentCommand,
|
|
216
|
-
GetDeploymentCommandInput,
|
|
217
|
-
GetDeploymentCommandOutput,
|
|
218
|
-
} from "./commands/GetDeploymentCommand";
|
|
219
|
-
import {
|
|
220
|
-
GetDeploymentsCommand,
|
|
221
|
-
GetDeploymentsCommandInput,
|
|
222
|
-
GetDeploymentsCommandOutput,
|
|
223
|
-
} from "./commands/GetDeploymentsCommand";
|
|
224
|
-
import {
|
|
225
|
-
GetDocumentationPartCommand,
|
|
226
|
-
GetDocumentationPartCommandInput,
|
|
227
|
-
GetDocumentationPartCommandOutput,
|
|
228
|
-
} from "./commands/GetDocumentationPartCommand";
|
|
229
|
-
import {
|
|
230
|
-
GetDocumentationPartsCommand,
|
|
231
|
-
GetDocumentationPartsCommandInput,
|
|
232
|
-
GetDocumentationPartsCommandOutput,
|
|
233
|
-
} from "./commands/GetDocumentationPartsCommand";
|
|
234
|
-
import {
|
|
235
|
-
GetDocumentationVersionCommand,
|
|
236
|
-
GetDocumentationVersionCommandInput,
|
|
237
|
-
GetDocumentationVersionCommandOutput,
|
|
238
|
-
} from "./commands/GetDocumentationVersionCommand";
|
|
239
|
-
import {
|
|
240
|
-
GetDocumentationVersionsCommand,
|
|
241
|
-
GetDocumentationVersionsCommandInput,
|
|
242
|
-
GetDocumentationVersionsCommandOutput,
|
|
243
|
-
} from "./commands/GetDocumentationVersionsCommand";
|
|
244
|
-
import {
|
|
245
|
-
GetDomainNameCommand,
|
|
246
|
-
GetDomainNameCommandInput,
|
|
247
|
-
GetDomainNameCommandOutput,
|
|
248
|
-
} from "./commands/GetDomainNameCommand";
|
|
249
|
-
import {
|
|
250
|
-
GetDomainNamesCommand,
|
|
251
|
-
GetDomainNamesCommandInput,
|
|
252
|
-
GetDomainNamesCommandOutput,
|
|
253
|
-
} from "./commands/GetDomainNamesCommand";
|
|
254
|
-
import { GetExportCommand, GetExportCommandInput, GetExportCommandOutput } from "./commands/GetExportCommand";
|
|
255
|
-
import {
|
|
256
|
-
GetGatewayResponseCommand,
|
|
257
|
-
GetGatewayResponseCommandInput,
|
|
258
|
-
GetGatewayResponseCommandOutput,
|
|
259
|
-
} from "./commands/GetGatewayResponseCommand";
|
|
260
|
-
import {
|
|
261
|
-
GetGatewayResponsesCommand,
|
|
262
|
-
GetGatewayResponsesCommandInput,
|
|
263
|
-
GetGatewayResponsesCommandOutput,
|
|
264
|
-
} from "./commands/GetGatewayResponsesCommand";
|
|
265
|
-
import {
|
|
266
|
-
GetIntegrationCommand,
|
|
267
|
-
GetIntegrationCommandInput,
|
|
268
|
-
GetIntegrationCommandOutput,
|
|
269
|
-
} from "./commands/GetIntegrationCommand";
|
|
270
|
-
import {
|
|
271
|
-
GetIntegrationResponseCommand,
|
|
272
|
-
GetIntegrationResponseCommandInput,
|
|
273
|
-
GetIntegrationResponseCommandOutput,
|
|
274
|
-
} from "./commands/GetIntegrationResponseCommand";
|
|
275
|
-
import { GetMethodCommand, GetMethodCommandInput, GetMethodCommandOutput } from "./commands/GetMethodCommand";
|
|
276
|
-
import {
|
|
277
|
-
GetMethodResponseCommand,
|
|
278
|
-
GetMethodResponseCommandInput,
|
|
279
|
-
GetMethodResponseCommandOutput,
|
|
280
|
-
} from "./commands/GetMethodResponseCommand";
|
|
281
|
-
import { GetModelCommand, GetModelCommandInput, GetModelCommandOutput } from "./commands/GetModelCommand";
|
|
282
|
-
import {
|
|
283
|
-
GetModelTemplateCommand,
|
|
284
|
-
GetModelTemplateCommandInput,
|
|
285
|
-
GetModelTemplateCommandOutput,
|
|
286
|
-
} from "./commands/GetModelTemplateCommand";
|
|
287
|
-
import { GetModelsCommand, GetModelsCommandInput, GetModelsCommandOutput } from "./commands/GetModelsCommand";
|
|
288
|
-
import {
|
|
289
|
-
GetRequestValidatorCommand,
|
|
290
|
-
GetRequestValidatorCommandInput,
|
|
291
|
-
GetRequestValidatorCommandOutput,
|
|
292
|
-
} from "./commands/GetRequestValidatorCommand";
|
|
293
|
-
import {
|
|
294
|
-
GetRequestValidatorsCommand,
|
|
295
|
-
GetRequestValidatorsCommandInput,
|
|
296
|
-
GetRequestValidatorsCommandOutput,
|
|
297
|
-
} from "./commands/GetRequestValidatorsCommand";
|
|
298
|
-
import { GetResourceCommand, GetResourceCommandInput, GetResourceCommandOutput } from "./commands/GetResourceCommand";
|
|
299
|
-
import {
|
|
300
|
-
GetResourcesCommand,
|
|
301
|
-
GetResourcesCommandInput,
|
|
302
|
-
GetResourcesCommandOutput,
|
|
303
|
-
} from "./commands/GetResourcesCommand";
|
|
304
|
-
import { GetRestApiCommand, GetRestApiCommandInput, GetRestApiCommandOutput } from "./commands/GetRestApiCommand";
|
|
305
|
-
import { GetRestApisCommand, GetRestApisCommandInput, GetRestApisCommandOutput } from "./commands/GetRestApisCommand";
|
|
306
|
-
import { GetSdkCommand, GetSdkCommandInput, GetSdkCommandOutput } from "./commands/GetSdkCommand";
|
|
307
|
-
import { GetSdkTypeCommand, GetSdkTypeCommandInput, GetSdkTypeCommandOutput } from "./commands/GetSdkTypeCommand";
|
|
308
|
-
import { GetSdkTypesCommand, GetSdkTypesCommandInput, GetSdkTypesCommandOutput } from "./commands/GetSdkTypesCommand";
|
|
309
|
-
import { GetStageCommand, GetStageCommandInput, GetStageCommandOutput } from "./commands/GetStageCommand";
|
|
310
|
-
import { GetStagesCommand, GetStagesCommandInput, GetStagesCommandOutput } from "./commands/GetStagesCommand";
|
|
311
|
-
import { GetTagsCommand, GetTagsCommandInput, GetTagsCommandOutput } from "./commands/GetTagsCommand";
|
|
312
|
-
import { GetUsageCommand, GetUsageCommandInput, GetUsageCommandOutput } from "./commands/GetUsageCommand";
|
|
313
|
-
import {
|
|
314
|
-
GetUsagePlanCommand,
|
|
315
|
-
GetUsagePlanCommandInput,
|
|
316
|
-
GetUsagePlanCommandOutput,
|
|
317
|
-
} from "./commands/GetUsagePlanCommand";
|
|
318
|
-
import {
|
|
319
|
-
GetUsagePlanKeyCommand,
|
|
320
|
-
GetUsagePlanKeyCommandInput,
|
|
321
|
-
GetUsagePlanKeyCommandOutput,
|
|
322
|
-
} from "./commands/GetUsagePlanKeyCommand";
|
|
323
|
-
import {
|
|
324
|
-
GetUsagePlanKeysCommand,
|
|
325
|
-
GetUsagePlanKeysCommandInput,
|
|
326
|
-
GetUsagePlanKeysCommandOutput,
|
|
327
|
-
} from "./commands/GetUsagePlanKeysCommand";
|
|
328
|
-
import {
|
|
329
|
-
GetUsagePlansCommand,
|
|
330
|
-
GetUsagePlansCommandInput,
|
|
331
|
-
GetUsagePlansCommandOutput,
|
|
332
|
-
} from "./commands/GetUsagePlansCommand";
|
|
333
|
-
import { GetVpcLinkCommand, GetVpcLinkCommandInput, GetVpcLinkCommandOutput } from "./commands/GetVpcLinkCommand";
|
|
334
|
-
import { GetVpcLinksCommand, GetVpcLinksCommandInput, GetVpcLinksCommandOutput } from "./commands/GetVpcLinksCommand";
|
|
335
|
-
import {
|
|
336
|
-
ImportApiKeysCommand,
|
|
337
|
-
ImportApiKeysCommandInput,
|
|
338
|
-
ImportApiKeysCommandOutput,
|
|
339
|
-
} from "./commands/ImportApiKeysCommand";
|
|
340
|
-
import {
|
|
341
|
-
ImportDocumentationPartsCommand,
|
|
342
|
-
ImportDocumentationPartsCommandInput,
|
|
343
|
-
ImportDocumentationPartsCommandOutput,
|
|
344
|
-
} from "./commands/ImportDocumentationPartsCommand";
|
|
345
|
-
import {
|
|
346
|
-
ImportRestApiCommand,
|
|
347
|
-
ImportRestApiCommandInput,
|
|
348
|
-
ImportRestApiCommandOutput,
|
|
349
|
-
} from "./commands/ImportRestApiCommand";
|
|
350
|
-
import {
|
|
351
|
-
PutGatewayResponseCommand,
|
|
352
|
-
PutGatewayResponseCommandInput,
|
|
353
|
-
PutGatewayResponseCommandOutput,
|
|
354
|
-
} from "./commands/PutGatewayResponseCommand";
|
|
355
|
-
import {
|
|
356
|
-
PutIntegrationCommand,
|
|
357
|
-
PutIntegrationCommandInput,
|
|
358
|
-
PutIntegrationCommandOutput,
|
|
359
|
-
} from "./commands/PutIntegrationCommand";
|
|
360
|
-
import {
|
|
361
|
-
PutIntegrationResponseCommand,
|
|
362
|
-
PutIntegrationResponseCommandInput,
|
|
363
|
-
PutIntegrationResponseCommandOutput,
|
|
364
|
-
} from "./commands/PutIntegrationResponseCommand";
|
|
365
|
-
import { PutMethodCommand, PutMethodCommandInput, PutMethodCommandOutput } from "./commands/PutMethodCommand";
|
|
366
|
-
import {
|
|
367
|
-
PutMethodResponseCommand,
|
|
368
|
-
PutMethodResponseCommandInput,
|
|
369
|
-
PutMethodResponseCommandOutput,
|
|
370
|
-
} from "./commands/PutMethodResponseCommand";
|
|
371
|
-
import { PutRestApiCommand, PutRestApiCommandInput, PutRestApiCommandOutput } from "./commands/PutRestApiCommand";
|
|
372
|
-
import { TagResourceCommand, TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
373
|
-
import {
|
|
374
|
-
TestInvokeAuthorizerCommand,
|
|
375
|
-
TestInvokeAuthorizerCommandInput,
|
|
376
|
-
TestInvokeAuthorizerCommandOutput,
|
|
377
|
-
} from "./commands/TestInvokeAuthorizerCommand";
|
|
378
|
-
import {
|
|
379
|
-
TestInvokeMethodCommand,
|
|
380
|
-
TestInvokeMethodCommandInput,
|
|
381
|
-
TestInvokeMethodCommandOutput,
|
|
382
|
-
} from "./commands/TestInvokeMethodCommand";
|
|
383
|
-
import {
|
|
384
|
-
UntagResourceCommand,
|
|
385
|
-
UntagResourceCommandInput,
|
|
386
|
-
UntagResourceCommandOutput,
|
|
387
|
-
} from "./commands/UntagResourceCommand";
|
|
388
|
-
import {
|
|
389
|
-
UpdateAccountCommand,
|
|
390
|
-
UpdateAccountCommandInput,
|
|
391
|
-
UpdateAccountCommandOutput,
|
|
392
|
-
} from "./commands/UpdateAccountCommand";
|
|
393
|
-
import {
|
|
394
|
-
UpdateApiKeyCommand,
|
|
395
|
-
UpdateApiKeyCommandInput,
|
|
396
|
-
UpdateApiKeyCommandOutput,
|
|
397
|
-
} from "./commands/UpdateApiKeyCommand";
|
|
398
|
-
import {
|
|
399
|
-
UpdateAuthorizerCommand,
|
|
400
|
-
UpdateAuthorizerCommandInput,
|
|
401
|
-
UpdateAuthorizerCommandOutput,
|
|
402
|
-
} from "./commands/UpdateAuthorizerCommand";
|
|
403
|
-
import {
|
|
404
|
-
UpdateBasePathMappingCommand,
|
|
405
|
-
UpdateBasePathMappingCommandInput,
|
|
406
|
-
UpdateBasePathMappingCommandOutput,
|
|
407
|
-
} from "./commands/UpdateBasePathMappingCommand";
|
|
408
|
-
import {
|
|
409
|
-
UpdateClientCertificateCommand,
|
|
410
|
-
UpdateClientCertificateCommandInput,
|
|
411
|
-
UpdateClientCertificateCommandOutput,
|
|
412
|
-
} from "./commands/UpdateClientCertificateCommand";
|
|
413
|
-
import {
|
|
414
|
-
UpdateDeploymentCommand,
|
|
415
|
-
UpdateDeploymentCommandInput,
|
|
416
|
-
UpdateDeploymentCommandOutput,
|
|
417
|
-
} from "./commands/UpdateDeploymentCommand";
|
|
418
|
-
import {
|
|
419
|
-
UpdateDocumentationPartCommand,
|
|
420
|
-
UpdateDocumentationPartCommandInput,
|
|
421
|
-
UpdateDocumentationPartCommandOutput,
|
|
422
|
-
} from "./commands/UpdateDocumentationPartCommand";
|
|
423
|
-
import {
|
|
424
|
-
UpdateDocumentationVersionCommand,
|
|
425
|
-
UpdateDocumentationVersionCommandInput,
|
|
426
|
-
UpdateDocumentationVersionCommandOutput,
|
|
427
|
-
} from "./commands/UpdateDocumentationVersionCommand";
|
|
428
|
-
import {
|
|
429
|
-
UpdateDomainNameCommand,
|
|
430
|
-
UpdateDomainNameCommandInput,
|
|
431
|
-
UpdateDomainNameCommandOutput,
|
|
432
|
-
} from "./commands/UpdateDomainNameCommand";
|
|
433
|
-
import {
|
|
434
|
-
UpdateGatewayResponseCommand,
|
|
435
|
-
UpdateGatewayResponseCommandInput,
|
|
436
|
-
UpdateGatewayResponseCommandOutput,
|
|
437
|
-
} from "./commands/UpdateGatewayResponseCommand";
|
|
438
|
-
import {
|
|
439
|
-
UpdateIntegrationCommand,
|
|
440
|
-
UpdateIntegrationCommandInput,
|
|
441
|
-
UpdateIntegrationCommandOutput,
|
|
442
|
-
} from "./commands/UpdateIntegrationCommand";
|
|
443
|
-
import {
|
|
444
|
-
UpdateIntegrationResponseCommand,
|
|
445
|
-
UpdateIntegrationResponseCommandInput,
|
|
446
|
-
UpdateIntegrationResponseCommandOutput,
|
|
447
|
-
} from "./commands/UpdateIntegrationResponseCommand";
|
|
448
|
-
import {
|
|
449
|
-
UpdateMethodCommand,
|
|
450
|
-
UpdateMethodCommandInput,
|
|
451
|
-
UpdateMethodCommandOutput,
|
|
452
|
-
} from "./commands/UpdateMethodCommand";
|
|
453
|
-
import {
|
|
454
|
-
UpdateMethodResponseCommand,
|
|
455
|
-
UpdateMethodResponseCommandInput,
|
|
456
|
-
UpdateMethodResponseCommandOutput,
|
|
457
|
-
} from "./commands/UpdateMethodResponseCommand";
|
|
458
|
-
import { UpdateModelCommand, UpdateModelCommandInput, UpdateModelCommandOutput } from "./commands/UpdateModelCommand";
|
|
459
|
-
import {
|
|
460
|
-
UpdateRequestValidatorCommand,
|
|
461
|
-
UpdateRequestValidatorCommandInput,
|
|
462
|
-
UpdateRequestValidatorCommandOutput,
|
|
463
|
-
} from "./commands/UpdateRequestValidatorCommand";
|
|
464
|
-
import {
|
|
465
|
-
UpdateResourceCommand,
|
|
466
|
-
UpdateResourceCommandInput,
|
|
467
|
-
UpdateResourceCommandOutput,
|
|
468
|
-
} from "./commands/UpdateResourceCommand";
|
|
469
|
-
import {
|
|
470
|
-
UpdateRestApiCommand,
|
|
471
|
-
UpdateRestApiCommandInput,
|
|
472
|
-
UpdateRestApiCommandOutput,
|
|
473
|
-
} from "./commands/UpdateRestApiCommand";
|
|
474
|
-
import { UpdateStageCommand, UpdateStageCommandInput, UpdateStageCommandOutput } from "./commands/UpdateStageCommand";
|
|
475
|
-
import { UpdateUsageCommand, UpdateUsageCommandInput, UpdateUsageCommandOutput } from "./commands/UpdateUsageCommand";
|
|
476
|
-
import {
|
|
477
|
-
UpdateUsagePlanCommand,
|
|
478
|
-
UpdateUsagePlanCommandInput,
|
|
479
|
-
UpdateUsagePlanCommandOutput,
|
|
480
|
-
} from "./commands/UpdateUsagePlanCommand";
|
|
481
|
-
import {
|
|
482
|
-
UpdateVpcLinkCommand,
|
|
483
|
-
UpdateVpcLinkCommandInput,
|
|
484
|
-
UpdateVpcLinkCommandOutput,
|
|
485
|
-
} from "./commands/UpdateVpcLinkCommand";
|
|
486
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
487
|
-
|
|
488
|
-
/**
|
|
489
|
-
* <fullname>Amazon API Gateway</fullname>
|
|
490
|
-
* <p>Amazon API Gateway helps developers deliver robust, secure, and scalable mobile and web application back ends. API Gateway allows developers to securely connect mobile and web applications to APIs that run on AWS Lambda, Amazon EC2, or other publicly addressable web services that are hosted outside of AWS.</p>
|
|
491
|
-
*/
|
|
492
|
-
export class APIGateway extends APIGatewayClient {
|
|
493
|
-
/**
|
|
494
|
-
* <p>Create an <a>ApiKey</a> resource. </p>
|
|
495
|
-
* <div class="seeAlso"><a href="https://docs.aws.amazon.com/cli/latest/reference/apigateway/create-api-key.html">AWS CLI</a></div>
|
|
496
|
-
*/
|
|
497
|
-
public createApiKey(
|
|
498
|
-
args: CreateApiKeyCommandInput,
|
|
499
|
-
options?: __HttpHandlerOptions
|
|
500
|
-
): Promise<CreateApiKeyCommandOutput>;
|
|
501
|
-
public createApiKey(args: CreateApiKeyCommandInput, cb: (err: any, data?: CreateApiKeyCommandOutput) => void): void;
|
|
502
|
-
public createApiKey(
|
|
503
|
-
args: CreateApiKeyCommandInput,
|
|
504
|
-
options: __HttpHandlerOptions,
|
|
505
|
-
cb: (err: any, data?: CreateApiKeyCommandOutput) => void
|
|
506
|
-
): void;
|
|
507
|
-
public createApiKey(
|
|
508
|
-
args: CreateApiKeyCommandInput,
|
|
509
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateApiKeyCommandOutput) => void),
|
|
510
|
-
cb?: (err: any, data?: CreateApiKeyCommandOutput) => void
|
|
511
|
-
): Promise<CreateApiKeyCommandOutput> | void {
|
|
512
|
-
const command = new CreateApiKeyCommand(args);
|
|
513
|
-
if (typeof optionsOrCb === "function") {
|
|
514
|
-
this.send(command, optionsOrCb);
|
|
515
|
-
} else if (typeof cb === "function") {
|
|
516
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
517
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
518
|
-
} else {
|
|
519
|
-
return this.send(command, optionsOrCb);
|
|
520
|
-
}
|
|
521
|
-
}
|
|
522
|
-
|
|
523
|
-
/**
|
|
524
|
-
* <p>Adds a new <a>Authorizer</a> resource to an existing <a>RestApi</a> resource.</p>
|
|
525
|
-
* <div class="seeAlso"><a href="https://docs.aws.amazon.com/cli/latest/reference/apigateway/create-authorizer.html">AWS CLI</a></div>
|
|
526
|
-
*/
|
|
527
|
-
public createAuthorizer(
|
|
528
|
-
args: CreateAuthorizerCommandInput,
|
|
529
|
-
options?: __HttpHandlerOptions
|
|
530
|
-
): Promise<CreateAuthorizerCommandOutput>;
|
|
531
|
-
public createAuthorizer(
|
|
532
|
-
args: CreateAuthorizerCommandInput,
|
|
533
|
-
cb: (err: any, data?: CreateAuthorizerCommandOutput) => void
|
|
534
|
-
): void;
|
|
535
|
-
public createAuthorizer(
|
|
536
|
-
args: CreateAuthorizerCommandInput,
|
|
537
|
-
options: __HttpHandlerOptions,
|
|
538
|
-
cb: (err: any, data?: CreateAuthorizerCommandOutput) => void
|
|
539
|
-
): void;
|
|
540
|
-
public createAuthorizer(
|
|
541
|
-
args: CreateAuthorizerCommandInput,
|
|
542
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateAuthorizerCommandOutput) => void),
|
|
543
|
-
cb?: (err: any, data?: CreateAuthorizerCommandOutput) => void
|
|
544
|
-
): Promise<CreateAuthorizerCommandOutput> | void {
|
|
545
|
-
const command = new CreateAuthorizerCommand(args);
|
|
546
|
-
if (typeof optionsOrCb === "function") {
|
|
547
|
-
this.send(command, optionsOrCb);
|
|
548
|
-
} else if (typeof cb === "function") {
|
|
549
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
550
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
551
|
-
} else {
|
|
552
|
-
return this.send(command, optionsOrCb);
|
|
553
|
-
}
|
|
554
|
-
}
|
|
555
|
-
|
|
556
|
-
/**
|
|
557
|
-
* <p>Creates a new <a>BasePathMapping</a> resource.</p>
|
|
558
|
-
*/
|
|
559
|
-
public createBasePathMapping(
|
|
560
|
-
args: CreateBasePathMappingCommandInput,
|
|
561
|
-
options?: __HttpHandlerOptions
|
|
562
|
-
): Promise<CreateBasePathMappingCommandOutput>;
|
|
563
|
-
public createBasePathMapping(
|
|
564
|
-
args: CreateBasePathMappingCommandInput,
|
|
565
|
-
cb: (err: any, data?: CreateBasePathMappingCommandOutput) => void
|
|
566
|
-
): void;
|
|
567
|
-
public createBasePathMapping(
|
|
568
|
-
args: CreateBasePathMappingCommandInput,
|
|
569
|
-
options: __HttpHandlerOptions,
|
|
570
|
-
cb: (err: any, data?: CreateBasePathMappingCommandOutput) => void
|
|
571
|
-
): void;
|
|
572
|
-
public createBasePathMapping(
|
|
573
|
-
args: CreateBasePathMappingCommandInput,
|
|
574
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateBasePathMappingCommandOutput) => void),
|
|
575
|
-
cb?: (err: any, data?: CreateBasePathMappingCommandOutput) => void
|
|
576
|
-
): Promise<CreateBasePathMappingCommandOutput> | void {
|
|
577
|
-
const command = new CreateBasePathMappingCommand(args);
|
|
578
|
-
if (typeof optionsOrCb === "function") {
|
|
579
|
-
this.send(command, optionsOrCb);
|
|
580
|
-
} else if (typeof cb === "function") {
|
|
581
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
582
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
583
|
-
} else {
|
|
584
|
-
return this.send(command, optionsOrCb);
|
|
585
|
-
}
|
|
586
|
-
}
|
|
587
|
-
|
|
588
|
-
/**
|
|
589
|
-
* <p>Creates a <a>Deployment</a> resource, which makes a specified <a>RestApi</a> callable over the internet.</p>
|
|
590
|
-
*/
|
|
591
|
-
public createDeployment(
|
|
592
|
-
args: CreateDeploymentCommandInput,
|
|
593
|
-
options?: __HttpHandlerOptions
|
|
594
|
-
): Promise<CreateDeploymentCommandOutput>;
|
|
595
|
-
public createDeployment(
|
|
596
|
-
args: CreateDeploymentCommandInput,
|
|
597
|
-
cb: (err: any, data?: CreateDeploymentCommandOutput) => void
|
|
598
|
-
): void;
|
|
599
|
-
public createDeployment(
|
|
600
|
-
args: CreateDeploymentCommandInput,
|
|
601
|
-
options: __HttpHandlerOptions,
|
|
602
|
-
cb: (err: any, data?: CreateDeploymentCommandOutput) => void
|
|
603
|
-
): void;
|
|
604
|
-
public createDeployment(
|
|
605
|
-
args: CreateDeploymentCommandInput,
|
|
606
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateDeploymentCommandOutput) => void),
|
|
607
|
-
cb?: (err: any, data?: CreateDeploymentCommandOutput) => void
|
|
608
|
-
): Promise<CreateDeploymentCommandOutput> | void {
|
|
609
|
-
const command = new CreateDeploymentCommand(args);
|
|
610
|
-
if (typeof optionsOrCb === "function") {
|
|
611
|
-
this.send(command, optionsOrCb);
|
|
612
|
-
} else if (typeof cb === "function") {
|
|
613
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
614
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
615
|
-
} else {
|
|
616
|
-
return this.send(command, optionsOrCb);
|
|
617
|
-
}
|
|
618
|
-
}
|
|
619
|
-
|
|
620
|
-
public createDocumentationPart(
|
|
621
|
-
args: CreateDocumentationPartCommandInput,
|
|
622
|
-
options?: __HttpHandlerOptions
|
|
623
|
-
): Promise<CreateDocumentationPartCommandOutput>;
|
|
624
|
-
public createDocumentationPart(
|
|
625
|
-
args: CreateDocumentationPartCommandInput,
|
|
626
|
-
cb: (err: any, data?: CreateDocumentationPartCommandOutput) => void
|
|
627
|
-
): void;
|
|
628
|
-
public createDocumentationPart(
|
|
629
|
-
args: CreateDocumentationPartCommandInput,
|
|
630
|
-
options: __HttpHandlerOptions,
|
|
631
|
-
cb: (err: any, data?: CreateDocumentationPartCommandOutput) => void
|
|
632
|
-
): void;
|
|
633
|
-
public createDocumentationPart(
|
|
634
|
-
args: CreateDocumentationPartCommandInput,
|
|
635
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateDocumentationPartCommandOutput) => void),
|
|
636
|
-
cb?: (err: any, data?: CreateDocumentationPartCommandOutput) => void
|
|
637
|
-
): Promise<CreateDocumentationPartCommandOutput> | void {
|
|
638
|
-
const command = new CreateDocumentationPartCommand(args);
|
|
639
|
-
if (typeof optionsOrCb === "function") {
|
|
640
|
-
this.send(command, optionsOrCb);
|
|
641
|
-
} else if (typeof cb === "function") {
|
|
642
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
643
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
644
|
-
} else {
|
|
645
|
-
return this.send(command, optionsOrCb);
|
|
646
|
-
}
|
|
647
|
-
}
|
|
648
|
-
|
|
649
|
-
public createDocumentationVersion(
|
|
650
|
-
args: CreateDocumentationVersionCommandInput,
|
|
651
|
-
options?: __HttpHandlerOptions
|
|
652
|
-
): Promise<CreateDocumentationVersionCommandOutput>;
|
|
653
|
-
public createDocumentationVersion(
|
|
654
|
-
args: CreateDocumentationVersionCommandInput,
|
|
655
|
-
cb: (err: any, data?: CreateDocumentationVersionCommandOutput) => void
|
|
656
|
-
): void;
|
|
657
|
-
public createDocumentationVersion(
|
|
658
|
-
args: CreateDocumentationVersionCommandInput,
|
|
659
|
-
options: __HttpHandlerOptions,
|
|
660
|
-
cb: (err: any, data?: CreateDocumentationVersionCommandOutput) => void
|
|
661
|
-
): void;
|
|
662
|
-
public createDocumentationVersion(
|
|
663
|
-
args: CreateDocumentationVersionCommandInput,
|
|
664
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateDocumentationVersionCommandOutput) => void),
|
|
665
|
-
cb?: (err: any, data?: CreateDocumentationVersionCommandOutput) => void
|
|
666
|
-
): Promise<CreateDocumentationVersionCommandOutput> | void {
|
|
667
|
-
const command = new CreateDocumentationVersionCommand(args);
|
|
668
|
-
if (typeof optionsOrCb === "function") {
|
|
669
|
-
this.send(command, optionsOrCb);
|
|
670
|
-
} else if (typeof cb === "function") {
|
|
671
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
672
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
673
|
-
} else {
|
|
674
|
-
return this.send(command, optionsOrCb);
|
|
675
|
-
}
|
|
676
|
-
}
|
|
677
|
-
|
|
678
|
-
/**
|
|
679
|
-
* <p>Creates a new domain name.</p>
|
|
680
|
-
*/
|
|
681
|
-
public createDomainName(
|
|
682
|
-
args: CreateDomainNameCommandInput,
|
|
683
|
-
options?: __HttpHandlerOptions
|
|
684
|
-
): Promise<CreateDomainNameCommandOutput>;
|
|
685
|
-
public createDomainName(
|
|
686
|
-
args: CreateDomainNameCommandInput,
|
|
687
|
-
cb: (err: any, data?: CreateDomainNameCommandOutput) => void
|
|
688
|
-
): void;
|
|
689
|
-
public createDomainName(
|
|
690
|
-
args: CreateDomainNameCommandInput,
|
|
691
|
-
options: __HttpHandlerOptions,
|
|
692
|
-
cb: (err: any, data?: CreateDomainNameCommandOutput) => void
|
|
693
|
-
): void;
|
|
694
|
-
public createDomainName(
|
|
695
|
-
args: CreateDomainNameCommandInput,
|
|
696
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateDomainNameCommandOutput) => void),
|
|
697
|
-
cb?: (err: any, data?: CreateDomainNameCommandOutput) => void
|
|
698
|
-
): Promise<CreateDomainNameCommandOutput> | void {
|
|
699
|
-
const command = new CreateDomainNameCommand(args);
|
|
700
|
-
if (typeof optionsOrCb === "function") {
|
|
701
|
-
this.send(command, optionsOrCb);
|
|
702
|
-
} else if (typeof cb === "function") {
|
|
703
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
704
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
705
|
-
} else {
|
|
706
|
-
return this.send(command, optionsOrCb);
|
|
707
|
-
}
|
|
708
|
-
}
|
|
709
|
-
|
|
710
|
-
/**
|
|
711
|
-
* <p>Adds a new <a>Model</a> resource to an existing <a>RestApi</a> resource.</p>
|
|
712
|
-
*/
|
|
713
|
-
public createModel(args: CreateModelCommandInput, options?: __HttpHandlerOptions): Promise<CreateModelCommandOutput>;
|
|
714
|
-
public createModel(args: CreateModelCommandInput, cb: (err: any, data?: CreateModelCommandOutput) => void): void;
|
|
715
|
-
public createModel(
|
|
716
|
-
args: CreateModelCommandInput,
|
|
717
|
-
options: __HttpHandlerOptions,
|
|
718
|
-
cb: (err: any, data?: CreateModelCommandOutput) => void
|
|
719
|
-
): void;
|
|
720
|
-
public createModel(
|
|
721
|
-
args: CreateModelCommandInput,
|
|
722
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateModelCommandOutput) => void),
|
|
723
|
-
cb?: (err: any, data?: CreateModelCommandOutput) => void
|
|
724
|
-
): Promise<CreateModelCommandOutput> | void {
|
|
725
|
-
const command = new CreateModelCommand(args);
|
|
726
|
-
if (typeof optionsOrCb === "function") {
|
|
727
|
-
this.send(command, optionsOrCb);
|
|
728
|
-
} else if (typeof cb === "function") {
|
|
729
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
730
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
731
|
-
} else {
|
|
732
|
-
return this.send(command, optionsOrCb);
|
|
733
|
-
}
|
|
734
|
-
}
|
|
735
|
-
|
|
736
|
-
/**
|
|
737
|
-
* <p>Creates a <a>ReqeustValidator</a> of a given <a>RestApi</a>.</p>
|
|
738
|
-
*/
|
|
739
|
-
public createRequestValidator(
|
|
740
|
-
args: CreateRequestValidatorCommandInput,
|
|
741
|
-
options?: __HttpHandlerOptions
|
|
742
|
-
): Promise<CreateRequestValidatorCommandOutput>;
|
|
743
|
-
public createRequestValidator(
|
|
744
|
-
args: CreateRequestValidatorCommandInput,
|
|
745
|
-
cb: (err: any, data?: CreateRequestValidatorCommandOutput) => void
|
|
746
|
-
): void;
|
|
747
|
-
public createRequestValidator(
|
|
748
|
-
args: CreateRequestValidatorCommandInput,
|
|
749
|
-
options: __HttpHandlerOptions,
|
|
750
|
-
cb: (err: any, data?: CreateRequestValidatorCommandOutput) => void
|
|
751
|
-
): void;
|
|
752
|
-
public createRequestValidator(
|
|
753
|
-
args: CreateRequestValidatorCommandInput,
|
|
754
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateRequestValidatorCommandOutput) => void),
|
|
755
|
-
cb?: (err: any, data?: CreateRequestValidatorCommandOutput) => void
|
|
756
|
-
): Promise<CreateRequestValidatorCommandOutput> | void {
|
|
757
|
-
const command = new CreateRequestValidatorCommand(args);
|
|
758
|
-
if (typeof optionsOrCb === "function") {
|
|
759
|
-
this.send(command, optionsOrCb);
|
|
760
|
-
} else if (typeof cb === "function") {
|
|
761
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
762
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
763
|
-
} else {
|
|
764
|
-
return this.send(command, optionsOrCb);
|
|
765
|
-
}
|
|
766
|
-
}
|
|
767
|
-
|
|
768
|
-
/**
|
|
769
|
-
* <p>Creates a <a>Resource</a> resource.</p>
|
|
770
|
-
*/
|
|
771
|
-
public createResource(
|
|
772
|
-
args: CreateResourceCommandInput,
|
|
773
|
-
options?: __HttpHandlerOptions
|
|
774
|
-
): Promise<CreateResourceCommandOutput>;
|
|
775
|
-
public createResource(
|
|
776
|
-
args: CreateResourceCommandInput,
|
|
777
|
-
cb: (err: any, data?: CreateResourceCommandOutput) => void
|
|
778
|
-
): void;
|
|
779
|
-
public createResource(
|
|
780
|
-
args: CreateResourceCommandInput,
|
|
781
|
-
options: __HttpHandlerOptions,
|
|
782
|
-
cb: (err: any, data?: CreateResourceCommandOutput) => void
|
|
783
|
-
): void;
|
|
784
|
-
public createResource(
|
|
785
|
-
args: CreateResourceCommandInput,
|
|
786
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateResourceCommandOutput) => void),
|
|
787
|
-
cb?: (err: any, data?: CreateResourceCommandOutput) => void
|
|
788
|
-
): Promise<CreateResourceCommandOutput> | void {
|
|
789
|
-
const command = new CreateResourceCommand(args);
|
|
790
|
-
if (typeof optionsOrCb === "function") {
|
|
791
|
-
this.send(command, optionsOrCb);
|
|
792
|
-
} else if (typeof cb === "function") {
|
|
793
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
794
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
795
|
-
} else {
|
|
796
|
-
return this.send(command, optionsOrCb);
|
|
797
|
-
}
|
|
798
|
-
}
|
|
799
|
-
|
|
800
|
-
/**
|
|
801
|
-
* <p>Creates a new <a>RestApi</a> resource.</p>
|
|
802
|
-
*/
|
|
803
|
-
public createRestApi(
|
|
804
|
-
args: CreateRestApiCommandInput,
|
|
805
|
-
options?: __HttpHandlerOptions
|
|
806
|
-
): Promise<CreateRestApiCommandOutput>;
|
|
807
|
-
public createRestApi(
|
|
808
|
-
args: CreateRestApiCommandInput,
|
|
809
|
-
cb: (err: any, data?: CreateRestApiCommandOutput) => void
|
|
810
|
-
): void;
|
|
811
|
-
public createRestApi(
|
|
812
|
-
args: CreateRestApiCommandInput,
|
|
813
|
-
options: __HttpHandlerOptions,
|
|
814
|
-
cb: (err: any, data?: CreateRestApiCommandOutput) => void
|
|
815
|
-
): void;
|
|
816
|
-
public createRestApi(
|
|
817
|
-
args: CreateRestApiCommandInput,
|
|
818
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateRestApiCommandOutput) => void),
|
|
819
|
-
cb?: (err: any, data?: CreateRestApiCommandOutput) => void
|
|
820
|
-
): Promise<CreateRestApiCommandOutput> | void {
|
|
821
|
-
const command = new CreateRestApiCommand(args);
|
|
822
|
-
if (typeof optionsOrCb === "function") {
|
|
823
|
-
this.send(command, optionsOrCb);
|
|
824
|
-
} else if (typeof cb === "function") {
|
|
825
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
826
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
827
|
-
} else {
|
|
828
|
-
return this.send(command, optionsOrCb);
|
|
829
|
-
}
|
|
830
|
-
}
|
|
831
|
-
|
|
832
|
-
/**
|
|
833
|
-
* <p>Creates a new <a>Stage</a> resource that references a pre-existing <a>Deployment</a> for the API. </p>
|
|
834
|
-
* <!-- <p>Creates a <a>Stage</a> resource.</p> -->
|
|
835
|
-
*/
|
|
836
|
-
public createStage(args: CreateStageCommandInput, options?: __HttpHandlerOptions): Promise<CreateStageCommandOutput>;
|
|
837
|
-
public createStage(args: CreateStageCommandInput, cb: (err: any, data?: CreateStageCommandOutput) => void): void;
|
|
838
|
-
public createStage(
|
|
839
|
-
args: CreateStageCommandInput,
|
|
840
|
-
options: __HttpHandlerOptions,
|
|
841
|
-
cb: (err: any, data?: CreateStageCommandOutput) => void
|
|
842
|
-
): void;
|
|
843
|
-
public createStage(
|
|
844
|
-
args: CreateStageCommandInput,
|
|
845
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateStageCommandOutput) => void),
|
|
846
|
-
cb?: (err: any, data?: CreateStageCommandOutput) => void
|
|
847
|
-
): Promise<CreateStageCommandOutput> | void {
|
|
848
|
-
const command = new CreateStageCommand(args);
|
|
849
|
-
if (typeof optionsOrCb === "function") {
|
|
850
|
-
this.send(command, optionsOrCb);
|
|
851
|
-
} else if (typeof cb === "function") {
|
|
852
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
853
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
854
|
-
} else {
|
|
855
|
-
return this.send(command, optionsOrCb);
|
|
856
|
-
}
|
|
857
|
-
}
|
|
858
|
-
|
|
859
|
-
/**
|
|
860
|
-
* <p>Creates a usage plan with the throttle and quota limits, as well as the associated API stages, specified in the payload. </p>
|
|
861
|
-
*/
|
|
862
|
-
public createUsagePlan(
|
|
863
|
-
args: CreateUsagePlanCommandInput,
|
|
864
|
-
options?: __HttpHandlerOptions
|
|
865
|
-
): Promise<CreateUsagePlanCommandOutput>;
|
|
866
|
-
public createUsagePlan(
|
|
867
|
-
args: CreateUsagePlanCommandInput,
|
|
868
|
-
cb: (err: any, data?: CreateUsagePlanCommandOutput) => void
|
|
869
|
-
): void;
|
|
870
|
-
public createUsagePlan(
|
|
871
|
-
args: CreateUsagePlanCommandInput,
|
|
872
|
-
options: __HttpHandlerOptions,
|
|
873
|
-
cb: (err: any, data?: CreateUsagePlanCommandOutput) => void
|
|
874
|
-
): void;
|
|
875
|
-
public createUsagePlan(
|
|
876
|
-
args: CreateUsagePlanCommandInput,
|
|
877
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateUsagePlanCommandOutput) => void),
|
|
878
|
-
cb?: (err: any, data?: CreateUsagePlanCommandOutput) => void
|
|
879
|
-
): Promise<CreateUsagePlanCommandOutput> | void {
|
|
880
|
-
const command = new CreateUsagePlanCommand(args);
|
|
881
|
-
if (typeof optionsOrCb === "function") {
|
|
882
|
-
this.send(command, optionsOrCb);
|
|
883
|
-
} else if (typeof cb === "function") {
|
|
884
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
885
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
886
|
-
} else {
|
|
887
|
-
return this.send(command, optionsOrCb);
|
|
888
|
-
}
|
|
889
|
-
}
|
|
890
|
-
|
|
891
|
-
/**
|
|
892
|
-
* <p>Creates a usage plan key for adding an existing API key to a usage plan.</p>
|
|
893
|
-
*/
|
|
894
|
-
public createUsagePlanKey(
|
|
895
|
-
args: CreateUsagePlanKeyCommandInput,
|
|
896
|
-
options?: __HttpHandlerOptions
|
|
897
|
-
): Promise<CreateUsagePlanKeyCommandOutput>;
|
|
898
|
-
public createUsagePlanKey(
|
|
899
|
-
args: CreateUsagePlanKeyCommandInput,
|
|
900
|
-
cb: (err: any, data?: CreateUsagePlanKeyCommandOutput) => void
|
|
901
|
-
): void;
|
|
902
|
-
public createUsagePlanKey(
|
|
903
|
-
args: CreateUsagePlanKeyCommandInput,
|
|
904
|
-
options: __HttpHandlerOptions,
|
|
905
|
-
cb: (err: any, data?: CreateUsagePlanKeyCommandOutput) => void
|
|
906
|
-
): void;
|
|
907
|
-
public createUsagePlanKey(
|
|
908
|
-
args: CreateUsagePlanKeyCommandInput,
|
|
909
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateUsagePlanKeyCommandOutput) => void),
|
|
910
|
-
cb?: (err: any, data?: CreateUsagePlanKeyCommandOutput) => void
|
|
911
|
-
): Promise<CreateUsagePlanKeyCommandOutput> | void {
|
|
912
|
-
const command = new CreateUsagePlanKeyCommand(args);
|
|
913
|
-
if (typeof optionsOrCb === "function") {
|
|
914
|
-
this.send(command, optionsOrCb);
|
|
915
|
-
} else if (typeof cb === "function") {
|
|
916
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
917
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
918
|
-
} else {
|
|
919
|
-
return this.send(command, optionsOrCb);
|
|
920
|
-
}
|
|
921
|
-
}
|
|
922
|
-
|
|
923
|
-
/**
|
|
924
|
-
* <p>Creates a VPC link, under the caller's account in a selected region, in an asynchronous operation that typically takes 2-4 minutes to complete and become operational. The caller must have permissions to create and update VPC Endpoint services.</p>
|
|
925
|
-
*/
|
|
926
|
-
public createVpcLink(
|
|
927
|
-
args: CreateVpcLinkCommandInput,
|
|
928
|
-
options?: __HttpHandlerOptions
|
|
929
|
-
): Promise<CreateVpcLinkCommandOutput>;
|
|
930
|
-
public createVpcLink(
|
|
931
|
-
args: CreateVpcLinkCommandInput,
|
|
932
|
-
cb: (err: any, data?: CreateVpcLinkCommandOutput) => void
|
|
933
|
-
): void;
|
|
934
|
-
public createVpcLink(
|
|
935
|
-
args: CreateVpcLinkCommandInput,
|
|
936
|
-
options: __HttpHandlerOptions,
|
|
937
|
-
cb: (err: any, data?: CreateVpcLinkCommandOutput) => void
|
|
938
|
-
): void;
|
|
939
|
-
public createVpcLink(
|
|
940
|
-
args: CreateVpcLinkCommandInput,
|
|
941
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateVpcLinkCommandOutput) => void),
|
|
942
|
-
cb?: (err: any, data?: CreateVpcLinkCommandOutput) => void
|
|
943
|
-
): Promise<CreateVpcLinkCommandOutput> | void {
|
|
944
|
-
const command = new CreateVpcLinkCommand(args);
|
|
945
|
-
if (typeof optionsOrCb === "function") {
|
|
946
|
-
this.send(command, optionsOrCb);
|
|
947
|
-
} else if (typeof cb === "function") {
|
|
948
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
949
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
950
|
-
} else {
|
|
951
|
-
return this.send(command, optionsOrCb);
|
|
952
|
-
}
|
|
953
|
-
}
|
|
954
|
-
|
|
955
|
-
/**
|
|
956
|
-
* <p>Deletes the <a>ApiKey</a> resource.</p>
|
|
957
|
-
*/
|
|
958
|
-
public deleteApiKey(
|
|
959
|
-
args: DeleteApiKeyCommandInput,
|
|
960
|
-
options?: __HttpHandlerOptions
|
|
961
|
-
): Promise<DeleteApiKeyCommandOutput>;
|
|
962
|
-
public deleteApiKey(args: DeleteApiKeyCommandInput, cb: (err: any, data?: DeleteApiKeyCommandOutput) => void): void;
|
|
963
|
-
public deleteApiKey(
|
|
964
|
-
args: DeleteApiKeyCommandInput,
|
|
965
|
-
options: __HttpHandlerOptions,
|
|
966
|
-
cb: (err: any, data?: DeleteApiKeyCommandOutput) => void
|
|
967
|
-
): void;
|
|
968
|
-
public deleteApiKey(
|
|
969
|
-
args: DeleteApiKeyCommandInput,
|
|
970
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteApiKeyCommandOutput) => void),
|
|
971
|
-
cb?: (err: any, data?: DeleteApiKeyCommandOutput) => void
|
|
972
|
-
): Promise<DeleteApiKeyCommandOutput> | void {
|
|
973
|
-
const command = new DeleteApiKeyCommand(args);
|
|
974
|
-
if (typeof optionsOrCb === "function") {
|
|
975
|
-
this.send(command, optionsOrCb);
|
|
976
|
-
} else if (typeof cb === "function") {
|
|
977
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
978
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
979
|
-
} else {
|
|
980
|
-
return this.send(command, optionsOrCb);
|
|
981
|
-
}
|
|
982
|
-
}
|
|
983
|
-
|
|
984
|
-
/**
|
|
985
|
-
* <p>Deletes an existing <a>Authorizer</a> resource.</p>
|
|
986
|
-
* <div class="seeAlso"><a href="https://docs.aws.amazon.com/cli/latest/reference/apigateway/delete-authorizer.html">AWS CLI</a></div>
|
|
987
|
-
*/
|
|
988
|
-
public deleteAuthorizer(
|
|
989
|
-
args: DeleteAuthorizerCommandInput,
|
|
990
|
-
options?: __HttpHandlerOptions
|
|
991
|
-
): Promise<DeleteAuthorizerCommandOutput>;
|
|
992
|
-
public deleteAuthorizer(
|
|
993
|
-
args: DeleteAuthorizerCommandInput,
|
|
994
|
-
cb: (err: any, data?: DeleteAuthorizerCommandOutput) => void
|
|
995
|
-
): void;
|
|
996
|
-
public deleteAuthorizer(
|
|
997
|
-
args: DeleteAuthorizerCommandInput,
|
|
998
|
-
options: __HttpHandlerOptions,
|
|
999
|
-
cb: (err: any, data?: DeleteAuthorizerCommandOutput) => void
|
|
1000
|
-
): void;
|
|
1001
|
-
public deleteAuthorizer(
|
|
1002
|
-
args: DeleteAuthorizerCommandInput,
|
|
1003
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteAuthorizerCommandOutput) => void),
|
|
1004
|
-
cb?: (err: any, data?: DeleteAuthorizerCommandOutput) => void
|
|
1005
|
-
): Promise<DeleteAuthorizerCommandOutput> | void {
|
|
1006
|
-
const command = new DeleteAuthorizerCommand(args);
|
|
1007
|
-
if (typeof optionsOrCb === "function") {
|
|
1008
|
-
this.send(command, optionsOrCb);
|
|
1009
|
-
} else if (typeof cb === "function") {
|
|
1010
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1011
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1012
|
-
} else {
|
|
1013
|
-
return this.send(command, optionsOrCb);
|
|
1014
|
-
}
|
|
1015
|
-
}
|
|
1016
|
-
|
|
1017
|
-
/**
|
|
1018
|
-
* <p>Deletes the <a>BasePathMapping</a> resource.</p>
|
|
1019
|
-
*/
|
|
1020
|
-
public deleteBasePathMapping(
|
|
1021
|
-
args: DeleteBasePathMappingCommandInput,
|
|
1022
|
-
options?: __HttpHandlerOptions
|
|
1023
|
-
): Promise<DeleteBasePathMappingCommandOutput>;
|
|
1024
|
-
public deleteBasePathMapping(
|
|
1025
|
-
args: DeleteBasePathMappingCommandInput,
|
|
1026
|
-
cb: (err: any, data?: DeleteBasePathMappingCommandOutput) => void
|
|
1027
|
-
): void;
|
|
1028
|
-
public deleteBasePathMapping(
|
|
1029
|
-
args: DeleteBasePathMappingCommandInput,
|
|
1030
|
-
options: __HttpHandlerOptions,
|
|
1031
|
-
cb: (err: any, data?: DeleteBasePathMappingCommandOutput) => void
|
|
1032
|
-
): void;
|
|
1033
|
-
public deleteBasePathMapping(
|
|
1034
|
-
args: DeleteBasePathMappingCommandInput,
|
|
1035
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteBasePathMappingCommandOutput) => void),
|
|
1036
|
-
cb?: (err: any, data?: DeleteBasePathMappingCommandOutput) => void
|
|
1037
|
-
): Promise<DeleteBasePathMappingCommandOutput> | void {
|
|
1038
|
-
const command = new DeleteBasePathMappingCommand(args);
|
|
1039
|
-
if (typeof optionsOrCb === "function") {
|
|
1040
|
-
this.send(command, optionsOrCb);
|
|
1041
|
-
} else if (typeof cb === "function") {
|
|
1042
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1043
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1044
|
-
} else {
|
|
1045
|
-
return this.send(command, optionsOrCb);
|
|
1046
|
-
}
|
|
1047
|
-
}
|
|
1048
|
-
|
|
1049
|
-
/**
|
|
1050
|
-
* <p>Deletes the <a>ClientCertificate</a> resource.</p>
|
|
1051
|
-
*/
|
|
1052
|
-
public deleteClientCertificate(
|
|
1053
|
-
args: DeleteClientCertificateCommandInput,
|
|
1054
|
-
options?: __HttpHandlerOptions
|
|
1055
|
-
): Promise<DeleteClientCertificateCommandOutput>;
|
|
1056
|
-
public deleteClientCertificate(
|
|
1057
|
-
args: DeleteClientCertificateCommandInput,
|
|
1058
|
-
cb: (err: any, data?: DeleteClientCertificateCommandOutput) => void
|
|
1059
|
-
): void;
|
|
1060
|
-
public deleteClientCertificate(
|
|
1061
|
-
args: DeleteClientCertificateCommandInput,
|
|
1062
|
-
options: __HttpHandlerOptions,
|
|
1063
|
-
cb: (err: any, data?: DeleteClientCertificateCommandOutput) => void
|
|
1064
|
-
): void;
|
|
1065
|
-
public deleteClientCertificate(
|
|
1066
|
-
args: DeleteClientCertificateCommandInput,
|
|
1067
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteClientCertificateCommandOutput) => void),
|
|
1068
|
-
cb?: (err: any, data?: DeleteClientCertificateCommandOutput) => void
|
|
1069
|
-
): Promise<DeleteClientCertificateCommandOutput> | void {
|
|
1070
|
-
const command = new DeleteClientCertificateCommand(args);
|
|
1071
|
-
if (typeof optionsOrCb === "function") {
|
|
1072
|
-
this.send(command, optionsOrCb);
|
|
1073
|
-
} else if (typeof cb === "function") {
|
|
1074
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1075
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1076
|
-
} else {
|
|
1077
|
-
return this.send(command, optionsOrCb);
|
|
1078
|
-
}
|
|
1079
|
-
}
|
|
1080
|
-
|
|
1081
|
-
/**
|
|
1082
|
-
* <p>Deletes a <a>Deployment</a> resource. Deleting a deployment will only succeed if there are no <a>Stage</a> resources associated with it.</p>
|
|
1083
|
-
*/
|
|
1084
|
-
public deleteDeployment(
|
|
1085
|
-
args: DeleteDeploymentCommandInput,
|
|
1086
|
-
options?: __HttpHandlerOptions
|
|
1087
|
-
): Promise<DeleteDeploymentCommandOutput>;
|
|
1088
|
-
public deleteDeployment(
|
|
1089
|
-
args: DeleteDeploymentCommandInput,
|
|
1090
|
-
cb: (err: any, data?: DeleteDeploymentCommandOutput) => void
|
|
1091
|
-
): void;
|
|
1092
|
-
public deleteDeployment(
|
|
1093
|
-
args: DeleteDeploymentCommandInput,
|
|
1094
|
-
options: __HttpHandlerOptions,
|
|
1095
|
-
cb: (err: any, data?: DeleteDeploymentCommandOutput) => void
|
|
1096
|
-
): void;
|
|
1097
|
-
public deleteDeployment(
|
|
1098
|
-
args: DeleteDeploymentCommandInput,
|
|
1099
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteDeploymentCommandOutput) => void),
|
|
1100
|
-
cb?: (err: any, data?: DeleteDeploymentCommandOutput) => void
|
|
1101
|
-
): Promise<DeleteDeploymentCommandOutput> | void {
|
|
1102
|
-
const command = new DeleteDeploymentCommand(args);
|
|
1103
|
-
if (typeof optionsOrCb === "function") {
|
|
1104
|
-
this.send(command, optionsOrCb);
|
|
1105
|
-
} else if (typeof cb === "function") {
|
|
1106
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1107
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1108
|
-
} else {
|
|
1109
|
-
return this.send(command, optionsOrCb);
|
|
1110
|
-
}
|
|
1111
|
-
}
|
|
1112
|
-
|
|
1113
|
-
public deleteDocumentationPart(
|
|
1114
|
-
args: DeleteDocumentationPartCommandInput,
|
|
1115
|
-
options?: __HttpHandlerOptions
|
|
1116
|
-
): Promise<DeleteDocumentationPartCommandOutput>;
|
|
1117
|
-
public deleteDocumentationPart(
|
|
1118
|
-
args: DeleteDocumentationPartCommandInput,
|
|
1119
|
-
cb: (err: any, data?: DeleteDocumentationPartCommandOutput) => void
|
|
1120
|
-
): void;
|
|
1121
|
-
public deleteDocumentationPart(
|
|
1122
|
-
args: DeleteDocumentationPartCommandInput,
|
|
1123
|
-
options: __HttpHandlerOptions,
|
|
1124
|
-
cb: (err: any, data?: DeleteDocumentationPartCommandOutput) => void
|
|
1125
|
-
): void;
|
|
1126
|
-
public deleteDocumentationPart(
|
|
1127
|
-
args: DeleteDocumentationPartCommandInput,
|
|
1128
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteDocumentationPartCommandOutput) => void),
|
|
1129
|
-
cb?: (err: any, data?: DeleteDocumentationPartCommandOutput) => void
|
|
1130
|
-
): Promise<DeleteDocumentationPartCommandOutput> | void {
|
|
1131
|
-
const command = new DeleteDocumentationPartCommand(args);
|
|
1132
|
-
if (typeof optionsOrCb === "function") {
|
|
1133
|
-
this.send(command, optionsOrCb);
|
|
1134
|
-
} else if (typeof cb === "function") {
|
|
1135
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1136
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1137
|
-
} else {
|
|
1138
|
-
return this.send(command, optionsOrCb);
|
|
1139
|
-
}
|
|
1140
|
-
}
|
|
1141
|
-
|
|
1142
|
-
public deleteDocumentationVersion(
|
|
1143
|
-
args: DeleteDocumentationVersionCommandInput,
|
|
1144
|
-
options?: __HttpHandlerOptions
|
|
1145
|
-
): Promise<DeleteDocumentationVersionCommandOutput>;
|
|
1146
|
-
public deleteDocumentationVersion(
|
|
1147
|
-
args: DeleteDocumentationVersionCommandInput,
|
|
1148
|
-
cb: (err: any, data?: DeleteDocumentationVersionCommandOutput) => void
|
|
1149
|
-
): void;
|
|
1150
|
-
public deleteDocumentationVersion(
|
|
1151
|
-
args: DeleteDocumentationVersionCommandInput,
|
|
1152
|
-
options: __HttpHandlerOptions,
|
|
1153
|
-
cb: (err: any, data?: DeleteDocumentationVersionCommandOutput) => void
|
|
1154
|
-
): void;
|
|
1155
|
-
public deleteDocumentationVersion(
|
|
1156
|
-
args: DeleteDocumentationVersionCommandInput,
|
|
1157
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteDocumentationVersionCommandOutput) => void),
|
|
1158
|
-
cb?: (err: any, data?: DeleteDocumentationVersionCommandOutput) => void
|
|
1159
|
-
): Promise<DeleteDocumentationVersionCommandOutput> | void {
|
|
1160
|
-
const command = new DeleteDocumentationVersionCommand(args);
|
|
1161
|
-
if (typeof optionsOrCb === "function") {
|
|
1162
|
-
this.send(command, optionsOrCb);
|
|
1163
|
-
} else if (typeof cb === "function") {
|
|
1164
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1165
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1166
|
-
} else {
|
|
1167
|
-
return this.send(command, optionsOrCb);
|
|
1168
|
-
}
|
|
1169
|
-
}
|
|
1170
|
-
|
|
1171
|
-
/**
|
|
1172
|
-
* <p>Deletes the <a>DomainName</a> resource.</p>
|
|
1173
|
-
*/
|
|
1174
|
-
public deleteDomainName(
|
|
1175
|
-
args: DeleteDomainNameCommandInput,
|
|
1176
|
-
options?: __HttpHandlerOptions
|
|
1177
|
-
): Promise<DeleteDomainNameCommandOutput>;
|
|
1178
|
-
public deleteDomainName(
|
|
1179
|
-
args: DeleteDomainNameCommandInput,
|
|
1180
|
-
cb: (err: any, data?: DeleteDomainNameCommandOutput) => void
|
|
1181
|
-
): void;
|
|
1182
|
-
public deleteDomainName(
|
|
1183
|
-
args: DeleteDomainNameCommandInput,
|
|
1184
|
-
options: __HttpHandlerOptions,
|
|
1185
|
-
cb: (err: any, data?: DeleteDomainNameCommandOutput) => void
|
|
1186
|
-
): void;
|
|
1187
|
-
public deleteDomainName(
|
|
1188
|
-
args: DeleteDomainNameCommandInput,
|
|
1189
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteDomainNameCommandOutput) => void),
|
|
1190
|
-
cb?: (err: any, data?: DeleteDomainNameCommandOutput) => void
|
|
1191
|
-
): Promise<DeleteDomainNameCommandOutput> | void {
|
|
1192
|
-
const command = new DeleteDomainNameCommand(args);
|
|
1193
|
-
if (typeof optionsOrCb === "function") {
|
|
1194
|
-
this.send(command, optionsOrCb);
|
|
1195
|
-
} else if (typeof cb === "function") {
|
|
1196
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1197
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1198
|
-
} else {
|
|
1199
|
-
return this.send(command, optionsOrCb);
|
|
1200
|
-
}
|
|
1201
|
-
}
|
|
1202
|
-
|
|
1203
|
-
/**
|
|
1204
|
-
* <p>Clears any customization of a <a>GatewayResponse</a> of a specified response type on the given <a>RestApi</a> and resets it with the default settings.</p>
|
|
1205
|
-
*/
|
|
1206
|
-
public deleteGatewayResponse(
|
|
1207
|
-
args: DeleteGatewayResponseCommandInput,
|
|
1208
|
-
options?: __HttpHandlerOptions
|
|
1209
|
-
): Promise<DeleteGatewayResponseCommandOutput>;
|
|
1210
|
-
public deleteGatewayResponse(
|
|
1211
|
-
args: DeleteGatewayResponseCommandInput,
|
|
1212
|
-
cb: (err: any, data?: DeleteGatewayResponseCommandOutput) => void
|
|
1213
|
-
): void;
|
|
1214
|
-
public deleteGatewayResponse(
|
|
1215
|
-
args: DeleteGatewayResponseCommandInput,
|
|
1216
|
-
options: __HttpHandlerOptions,
|
|
1217
|
-
cb: (err: any, data?: DeleteGatewayResponseCommandOutput) => void
|
|
1218
|
-
): void;
|
|
1219
|
-
public deleteGatewayResponse(
|
|
1220
|
-
args: DeleteGatewayResponseCommandInput,
|
|
1221
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteGatewayResponseCommandOutput) => void),
|
|
1222
|
-
cb?: (err: any, data?: DeleteGatewayResponseCommandOutput) => void
|
|
1223
|
-
): Promise<DeleteGatewayResponseCommandOutput> | void {
|
|
1224
|
-
const command = new DeleteGatewayResponseCommand(args);
|
|
1225
|
-
if (typeof optionsOrCb === "function") {
|
|
1226
|
-
this.send(command, optionsOrCb);
|
|
1227
|
-
} else if (typeof cb === "function") {
|
|
1228
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1229
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1230
|
-
} else {
|
|
1231
|
-
return this.send(command, optionsOrCb);
|
|
1232
|
-
}
|
|
1233
|
-
}
|
|
1234
|
-
|
|
1235
|
-
/**
|
|
1236
|
-
* <p>Represents a delete integration.</p>
|
|
1237
|
-
*/
|
|
1238
|
-
public deleteIntegration(
|
|
1239
|
-
args: DeleteIntegrationCommandInput,
|
|
1240
|
-
options?: __HttpHandlerOptions
|
|
1241
|
-
): Promise<DeleteIntegrationCommandOutput>;
|
|
1242
|
-
public deleteIntegration(
|
|
1243
|
-
args: DeleteIntegrationCommandInput,
|
|
1244
|
-
cb: (err: any, data?: DeleteIntegrationCommandOutput) => void
|
|
1245
|
-
): void;
|
|
1246
|
-
public deleteIntegration(
|
|
1247
|
-
args: DeleteIntegrationCommandInput,
|
|
1248
|
-
options: __HttpHandlerOptions,
|
|
1249
|
-
cb: (err: any, data?: DeleteIntegrationCommandOutput) => void
|
|
1250
|
-
): void;
|
|
1251
|
-
public deleteIntegration(
|
|
1252
|
-
args: DeleteIntegrationCommandInput,
|
|
1253
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteIntegrationCommandOutput) => void),
|
|
1254
|
-
cb?: (err: any, data?: DeleteIntegrationCommandOutput) => void
|
|
1255
|
-
): Promise<DeleteIntegrationCommandOutput> | void {
|
|
1256
|
-
const command = new DeleteIntegrationCommand(args);
|
|
1257
|
-
if (typeof optionsOrCb === "function") {
|
|
1258
|
-
this.send(command, optionsOrCb);
|
|
1259
|
-
} else if (typeof cb === "function") {
|
|
1260
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1261
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1262
|
-
} else {
|
|
1263
|
-
return this.send(command, optionsOrCb);
|
|
1264
|
-
}
|
|
1265
|
-
}
|
|
1266
|
-
|
|
1267
|
-
/**
|
|
1268
|
-
* <p>Represents a delete integration response.</p>
|
|
1269
|
-
*/
|
|
1270
|
-
public deleteIntegrationResponse(
|
|
1271
|
-
args: DeleteIntegrationResponseCommandInput,
|
|
1272
|
-
options?: __HttpHandlerOptions
|
|
1273
|
-
): Promise<DeleteIntegrationResponseCommandOutput>;
|
|
1274
|
-
public deleteIntegrationResponse(
|
|
1275
|
-
args: DeleteIntegrationResponseCommandInput,
|
|
1276
|
-
cb: (err: any, data?: DeleteIntegrationResponseCommandOutput) => void
|
|
1277
|
-
): void;
|
|
1278
|
-
public deleteIntegrationResponse(
|
|
1279
|
-
args: DeleteIntegrationResponseCommandInput,
|
|
1280
|
-
options: __HttpHandlerOptions,
|
|
1281
|
-
cb: (err: any, data?: DeleteIntegrationResponseCommandOutput) => void
|
|
1282
|
-
): void;
|
|
1283
|
-
public deleteIntegrationResponse(
|
|
1284
|
-
args: DeleteIntegrationResponseCommandInput,
|
|
1285
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteIntegrationResponseCommandOutput) => void),
|
|
1286
|
-
cb?: (err: any, data?: DeleteIntegrationResponseCommandOutput) => void
|
|
1287
|
-
): Promise<DeleteIntegrationResponseCommandOutput> | void {
|
|
1288
|
-
const command = new DeleteIntegrationResponseCommand(args);
|
|
1289
|
-
if (typeof optionsOrCb === "function") {
|
|
1290
|
-
this.send(command, optionsOrCb);
|
|
1291
|
-
} else if (typeof cb === "function") {
|
|
1292
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1293
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1294
|
-
} else {
|
|
1295
|
-
return this.send(command, optionsOrCb);
|
|
1296
|
-
}
|
|
1297
|
-
}
|
|
1298
|
-
|
|
1299
|
-
/**
|
|
1300
|
-
* <p>Deletes an existing <a>Method</a> resource.</p>
|
|
1301
|
-
*/
|
|
1302
|
-
public deleteMethod(
|
|
1303
|
-
args: DeleteMethodCommandInput,
|
|
1304
|
-
options?: __HttpHandlerOptions
|
|
1305
|
-
): Promise<DeleteMethodCommandOutput>;
|
|
1306
|
-
public deleteMethod(args: DeleteMethodCommandInput, cb: (err: any, data?: DeleteMethodCommandOutput) => void): void;
|
|
1307
|
-
public deleteMethod(
|
|
1308
|
-
args: DeleteMethodCommandInput,
|
|
1309
|
-
options: __HttpHandlerOptions,
|
|
1310
|
-
cb: (err: any, data?: DeleteMethodCommandOutput) => void
|
|
1311
|
-
): void;
|
|
1312
|
-
public deleteMethod(
|
|
1313
|
-
args: DeleteMethodCommandInput,
|
|
1314
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteMethodCommandOutput) => void),
|
|
1315
|
-
cb?: (err: any, data?: DeleteMethodCommandOutput) => void
|
|
1316
|
-
): Promise<DeleteMethodCommandOutput> | void {
|
|
1317
|
-
const command = new DeleteMethodCommand(args);
|
|
1318
|
-
if (typeof optionsOrCb === "function") {
|
|
1319
|
-
this.send(command, optionsOrCb);
|
|
1320
|
-
} else if (typeof cb === "function") {
|
|
1321
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1322
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1323
|
-
} else {
|
|
1324
|
-
return this.send(command, optionsOrCb);
|
|
1325
|
-
}
|
|
1326
|
-
}
|
|
1327
|
-
|
|
1328
|
-
/**
|
|
1329
|
-
* <p>Deletes an existing <a>MethodResponse</a> resource.</p>
|
|
1330
|
-
*/
|
|
1331
|
-
public deleteMethodResponse(
|
|
1332
|
-
args: DeleteMethodResponseCommandInput,
|
|
1333
|
-
options?: __HttpHandlerOptions
|
|
1334
|
-
): Promise<DeleteMethodResponseCommandOutput>;
|
|
1335
|
-
public deleteMethodResponse(
|
|
1336
|
-
args: DeleteMethodResponseCommandInput,
|
|
1337
|
-
cb: (err: any, data?: DeleteMethodResponseCommandOutput) => void
|
|
1338
|
-
): void;
|
|
1339
|
-
public deleteMethodResponse(
|
|
1340
|
-
args: DeleteMethodResponseCommandInput,
|
|
1341
|
-
options: __HttpHandlerOptions,
|
|
1342
|
-
cb: (err: any, data?: DeleteMethodResponseCommandOutput) => void
|
|
1343
|
-
): void;
|
|
1344
|
-
public deleteMethodResponse(
|
|
1345
|
-
args: DeleteMethodResponseCommandInput,
|
|
1346
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteMethodResponseCommandOutput) => void),
|
|
1347
|
-
cb?: (err: any, data?: DeleteMethodResponseCommandOutput) => void
|
|
1348
|
-
): Promise<DeleteMethodResponseCommandOutput> | void {
|
|
1349
|
-
const command = new DeleteMethodResponseCommand(args);
|
|
1350
|
-
if (typeof optionsOrCb === "function") {
|
|
1351
|
-
this.send(command, optionsOrCb);
|
|
1352
|
-
} else if (typeof cb === "function") {
|
|
1353
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1354
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1355
|
-
} else {
|
|
1356
|
-
return this.send(command, optionsOrCb);
|
|
1357
|
-
}
|
|
1358
|
-
}
|
|
1359
|
-
|
|
1360
|
-
/**
|
|
1361
|
-
* <p>Deletes a model.</p>
|
|
1362
|
-
*/
|
|
1363
|
-
public deleteModel(args: DeleteModelCommandInput, options?: __HttpHandlerOptions): Promise<DeleteModelCommandOutput>;
|
|
1364
|
-
public deleteModel(args: DeleteModelCommandInput, cb: (err: any, data?: DeleteModelCommandOutput) => void): void;
|
|
1365
|
-
public deleteModel(
|
|
1366
|
-
args: DeleteModelCommandInput,
|
|
1367
|
-
options: __HttpHandlerOptions,
|
|
1368
|
-
cb: (err: any, data?: DeleteModelCommandOutput) => void
|
|
1369
|
-
): void;
|
|
1370
|
-
public deleteModel(
|
|
1371
|
-
args: DeleteModelCommandInput,
|
|
1372
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteModelCommandOutput) => void),
|
|
1373
|
-
cb?: (err: any, data?: DeleteModelCommandOutput) => void
|
|
1374
|
-
): Promise<DeleteModelCommandOutput> | void {
|
|
1375
|
-
const command = new DeleteModelCommand(args);
|
|
1376
|
-
if (typeof optionsOrCb === "function") {
|
|
1377
|
-
this.send(command, optionsOrCb);
|
|
1378
|
-
} else if (typeof cb === "function") {
|
|
1379
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1380
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1381
|
-
} else {
|
|
1382
|
-
return this.send(command, optionsOrCb);
|
|
1383
|
-
}
|
|
1384
|
-
}
|
|
1385
|
-
|
|
1386
|
-
/**
|
|
1387
|
-
* <p>Deletes a <a>RequestValidator</a> of a given <a>RestApi</a>.</p>
|
|
1388
|
-
*/
|
|
1389
|
-
public deleteRequestValidator(
|
|
1390
|
-
args: DeleteRequestValidatorCommandInput,
|
|
1391
|
-
options?: __HttpHandlerOptions
|
|
1392
|
-
): Promise<DeleteRequestValidatorCommandOutput>;
|
|
1393
|
-
public deleteRequestValidator(
|
|
1394
|
-
args: DeleteRequestValidatorCommandInput,
|
|
1395
|
-
cb: (err: any, data?: DeleteRequestValidatorCommandOutput) => void
|
|
1396
|
-
): void;
|
|
1397
|
-
public deleteRequestValidator(
|
|
1398
|
-
args: DeleteRequestValidatorCommandInput,
|
|
1399
|
-
options: __HttpHandlerOptions,
|
|
1400
|
-
cb: (err: any, data?: DeleteRequestValidatorCommandOutput) => void
|
|
1401
|
-
): void;
|
|
1402
|
-
public deleteRequestValidator(
|
|
1403
|
-
args: DeleteRequestValidatorCommandInput,
|
|
1404
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteRequestValidatorCommandOutput) => void),
|
|
1405
|
-
cb?: (err: any, data?: DeleteRequestValidatorCommandOutput) => void
|
|
1406
|
-
): Promise<DeleteRequestValidatorCommandOutput> | void {
|
|
1407
|
-
const command = new DeleteRequestValidatorCommand(args);
|
|
1408
|
-
if (typeof optionsOrCb === "function") {
|
|
1409
|
-
this.send(command, optionsOrCb);
|
|
1410
|
-
} else if (typeof cb === "function") {
|
|
1411
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1412
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1413
|
-
} else {
|
|
1414
|
-
return this.send(command, optionsOrCb);
|
|
1415
|
-
}
|
|
1416
|
-
}
|
|
1417
|
-
|
|
1418
|
-
/**
|
|
1419
|
-
* <p>Deletes a <a>Resource</a> resource.</p>
|
|
1420
|
-
*/
|
|
1421
|
-
public deleteResource(
|
|
1422
|
-
args: DeleteResourceCommandInput,
|
|
1423
|
-
options?: __HttpHandlerOptions
|
|
1424
|
-
): Promise<DeleteResourceCommandOutput>;
|
|
1425
|
-
public deleteResource(
|
|
1426
|
-
args: DeleteResourceCommandInput,
|
|
1427
|
-
cb: (err: any, data?: DeleteResourceCommandOutput) => void
|
|
1428
|
-
): void;
|
|
1429
|
-
public deleteResource(
|
|
1430
|
-
args: DeleteResourceCommandInput,
|
|
1431
|
-
options: __HttpHandlerOptions,
|
|
1432
|
-
cb: (err: any, data?: DeleteResourceCommandOutput) => void
|
|
1433
|
-
): void;
|
|
1434
|
-
public deleteResource(
|
|
1435
|
-
args: DeleteResourceCommandInput,
|
|
1436
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteResourceCommandOutput) => void),
|
|
1437
|
-
cb?: (err: any, data?: DeleteResourceCommandOutput) => void
|
|
1438
|
-
): Promise<DeleteResourceCommandOutput> | void {
|
|
1439
|
-
const command = new DeleteResourceCommand(args);
|
|
1440
|
-
if (typeof optionsOrCb === "function") {
|
|
1441
|
-
this.send(command, optionsOrCb);
|
|
1442
|
-
} else if (typeof cb === "function") {
|
|
1443
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1444
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1445
|
-
} else {
|
|
1446
|
-
return this.send(command, optionsOrCb);
|
|
1447
|
-
}
|
|
1448
|
-
}
|
|
1449
|
-
|
|
1450
|
-
/**
|
|
1451
|
-
* <p>Deletes the specified API.</p>
|
|
1452
|
-
*/
|
|
1453
|
-
public deleteRestApi(
|
|
1454
|
-
args: DeleteRestApiCommandInput,
|
|
1455
|
-
options?: __HttpHandlerOptions
|
|
1456
|
-
): Promise<DeleteRestApiCommandOutput>;
|
|
1457
|
-
public deleteRestApi(
|
|
1458
|
-
args: DeleteRestApiCommandInput,
|
|
1459
|
-
cb: (err: any, data?: DeleteRestApiCommandOutput) => void
|
|
1460
|
-
): void;
|
|
1461
|
-
public deleteRestApi(
|
|
1462
|
-
args: DeleteRestApiCommandInput,
|
|
1463
|
-
options: __HttpHandlerOptions,
|
|
1464
|
-
cb: (err: any, data?: DeleteRestApiCommandOutput) => void
|
|
1465
|
-
): void;
|
|
1466
|
-
public deleteRestApi(
|
|
1467
|
-
args: DeleteRestApiCommandInput,
|
|
1468
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteRestApiCommandOutput) => void),
|
|
1469
|
-
cb?: (err: any, data?: DeleteRestApiCommandOutput) => void
|
|
1470
|
-
): Promise<DeleteRestApiCommandOutput> | void {
|
|
1471
|
-
const command = new DeleteRestApiCommand(args);
|
|
1472
|
-
if (typeof optionsOrCb === "function") {
|
|
1473
|
-
this.send(command, optionsOrCb);
|
|
1474
|
-
} else if (typeof cb === "function") {
|
|
1475
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1476
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1477
|
-
} else {
|
|
1478
|
-
return this.send(command, optionsOrCb);
|
|
1479
|
-
}
|
|
1480
|
-
}
|
|
1481
|
-
|
|
1482
|
-
/**
|
|
1483
|
-
* <p>Deletes a <a>Stage</a> resource.</p>
|
|
1484
|
-
*/
|
|
1485
|
-
public deleteStage(args: DeleteStageCommandInput, options?: __HttpHandlerOptions): Promise<DeleteStageCommandOutput>;
|
|
1486
|
-
public deleteStage(args: DeleteStageCommandInput, cb: (err: any, data?: DeleteStageCommandOutput) => void): void;
|
|
1487
|
-
public deleteStage(
|
|
1488
|
-
args: DeleteStageCommandInput,
|
|
1489
|
-
options: __HttpHandlerOptions,
|
|
1490
|
-
cb: (err: any, data?: DeleteStageCommandOutput) => void
|
|
1491
|
-
): void;
|
|
1492
|
-
public deleteStage(
|
|
1493
|
-
args: DeleteStageCommandInput,
|
|
1494
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteStageCommandOutput) => void),
|
|
1495
|
-
cb?: (err: any, data?: DeleteStageCommandOutput) => void
|
|
1496
|
-
): Promise<DeleteStageCommandOutput> | void {
|
|
1497
|
-
const command = new DeleteStageCommand(args);
|
|
1498
|
-
if (typeof optionsOrCb === "function") {
|
|
1499
|
-
this.send(command, optionsOrCb);
|
|
1500
|
-
} else if (typeof cb === "function") {
|
|
1501
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1502
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1503
|
-
} else {
|
|
1504
|
-
return this.send(command, optionsOrCb);
|
|
1505
|
-
}
|
|
1506
|
-
}
|
|
1507
|
-
|
|
1508
|
-
/**
|
|
1509
|
-
* <p>Deletes a usage plan of a given plan Id.</p>
|
|
1510
|
-
*/
|
|
1511
|
-
public deleteUsagePlan(
|
|
1512
|
-
args: DeleteUsagePlanCommandInput,
|
|
1513
|
-
options?: __HttpHandlerOptions
|
|
1514
|
-
): Promise<DeleteUsagePlanCommandOutput>;
|
|
1515
|
-
public deleteUsagePlan(
|
|
1516
|
-
args: DeleteUsagePlanCommandInput,
|
|
1517
|
-
cb: (err: any, data?: DeleteUsagePlanCommandOutput) => void
|
|
1518
|
-
): void;
|
|
1519
|
-
public deleteUsagePlan(
|
|
1520
|
-
args: DeleteUsagePlanCommandInput,
|
|
1521
|
-
options: __HttpHandlerOptions,
|
|
1522
|
-
cb: (err: any, data?: DeleteUsagePlanCommandOutput) => void
|
|
1523
|
-
): void;
|
|
1524
|
-
public deleteUsagePlan(
|
|
1525
|
-
args: DeleteUsagePlanCommandInput,
|
|
1526
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteUsagePlanCommandOutput) => void),
|
|
1527
|
-
cb?: (err: any, data?: DeleteUsagePlanCommandOutput) => void
|
|
1528
|
-
): Promise<DeleteUsagePlanCommandOutput> | void {
|
|
1529
|
-
const command = new DeleteUsagePlanCommand(args);
|
|
1530
|
-
if (typeof optionsOrCb === "function") {
|
|
1531
|
-
this.send(command, optionsOrCb);
|
|
1532
|
-
} else if (typeof cb === "function") {
|
|
1533
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1534
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1535
|
-
} else {
|
|
1536
|
-
return this.send(command, optionsOrCb);
|
|
1537
|
-
}
|
|
1538
|
-
}
|
|
1539
|
-
|
|
1540
|
-
/**
|
|
1541
|
-
* <p>Deletes a usage plan key and remove the underlying API key from the associated usage plan.</p>
|
|
1542
|
-
*/
|
|
1543
|
-
public deleteUsagePlanKey(
|
|
1544
|
-
args: DeleteUsagePlanKeyCommandInput,
|
|
1545
|
-
options?: __HttpHandlerOptions
|
|
1546
|
-
): Promise<DeleteUsagePlanKeyCommandOutput>;
|
|
1547
|
-
public deleteUsagePlanKey(
|
|
1548
|
-
args: DeleteUsagePlanKeyCommandInput,
|
|
1549
|
-
cb: (err: any, data?: DeleteUsagePlanKeyCommandOutput) => void
|
|
1550
|
-
): void;
|
|
1551
|
-
public deleteUsagePlanKey(
|
|
1552
|
-
args: DeleteUsagePlanKeyCommandInput,
|
|
1553
|
-
options: __HttpHandlerOptions,
|
|
1554
|
-
cb: (err: any, data?: DeleteUsagePlanKeyCommandOutput) => void
|
|
1555
|
-
): void;
|
|
1556
|
-
public deleteUsagePlanKey(
|
|
1557
|
-
args: DeleteUsagePlanKeyCommandInput,
|
|
1558
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteUsagePlanKeyCommandOutput) => void),
|
|
1559
|
-
cb?: (err: any, data?: DeleteUsagePlanKeyCommandOutput) => void
|
|
1560
|
-
): Promise<DeleteUsagePlanKeyCommandOutput> | void {
|
|
1561
|
-
const command = new DeleteUsagePlanKeyCommand(args);
|
|
1562
|
-
if (typeof optionsOrCb === "function") {
|
|
1563
|
-
this.send(command, optionsOrCb);
|
|
1564
|
-
} else if (typeof cb === "function") {
|
|
1565
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1566
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1567
|
-
} else {
|
|
1568
|
-
return this.send(command, optionsOrCb);
|
|
1569
|
-
}
|
|
1570
|
-
}
|
|
1571
|
-
|
|
1572
|
-
/**
|
|
1573
|
-
* <p>Deletes an existing <a>VpcLink</a> of a specified identifier.</p>
|
|
1574
|
-
*/
|
|
1575
|
-
public deleteVpcLink(
|
|
1576
|
-
args: DeleteVpcLinkCommandInput,
|
|
1577
|
-
options?: __HttpHandlerOptions
|
|
1578
|
-
): Promise<DeleteVpcLinkCommandOutput>;
|
|
1579
|
-
public deleteVpcLink(
|
|
1580
|
-
args: DeleteVpcLinkCommandInput,
|
|
1581
|
-
cb: (err: any, data?: DeleteVpcLinkCommandOutput) => void
|
|
1582
|
-
): void;
|
|
1583
|
-
public deleteVpcLink(
|
|
1584
|
-
args: DeleteVpcLinkCommandInput,
|
|
1585
|
-
options: __HttpHandlerOptions,
|
|
1586
|
-
cb: (err: any, data?: DeleteVpcLinkCommandOutput) => void
|
|
1587
|
-
): void;
|
|
1588
|
-
public deleteVpcLink(
|
|
1589
|
-
args: DeleteVpcLinkCommandInput,
|
|
1590
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteVpcLinkCommandOutput) => void),
|
|
1591
|
-
cb?: (err: any, data?: DeleteVpcLinkCommandOutput) => void
|
|
1592
|
-
): Promise<DeleteVpcLinkCommandOutput> | void {
|
|
1593
|
-
const command = new DeleteVpcLinkCommand(args);
|
|
1594
|
-
if (typeof optionsOrCb === "function") {
|
|
1595
|
-
this.send(command, optionsOrCb);
|
|
1596
|
-
} else if (typeof cb === "function") {
|
|
1597
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1598
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1599
|
-
} else {
|
|
1600
|
-
return this.send(command, optionsOrCb);
|
|
1601
|
-
}
|
|
1602
|
-
}
|
|
1603
|
-
|
|
1604
|
-
/**
|
|
1605
|
-
* <p>Flushes all authorizer cache entries on a stage.</p>
|
|
1606
|
-
*/
|
|
1607
|
-
public flushStageAuthorizersCache(
|
|
1608
|
-
args: FlushStageAuthorizersCacheCommandInput,
|
|
1609
|
-
options?: __HttpHandlerOptions
|
|
1610
|
-
): Promise<FlushStageAuthorizersCacheCommandOutput>;
|
|
1611
|
-
public flushStageAuthorizersCache(
|
|
1612
|
-
args: FlushStageAuthorizersCacheCommandInput,
|
|
1613
|
-
cb: (err: any, data?: FlushStageAuthorizersCacheCommandOutput) => void
|
|
1614
|
-
): void;
|
|
1615
|
-
public flushStageAuthorizersCache(
|
|
1616
|
-
args: FlushStageAuthorizersCacheCommandInput,
|
|
1617
|
-
options: __HttpHandlerOptions,
|
|
1618
|
-
cb: (err: any, data?: FlushStageAuthorizersCacheCommandOutput) => void
|
|
1619
|
-
): void;
|
|
1620
|
-
public flushStageAuthorizersCache(
|
|
1621
|
-
args: FlushStageAuthorizersCacheCommandInput,
|
|
1622
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: FlushStageAuthorizersCacheCommandOutput) => void),
|
|
1623
|
-
cb?: (err: any, data?: FlushStageAuthorizersCacheCommandOutput) => void
|
|
1624
|
-
): Promise<FlushStageAuthorizersCacheCommandOutput> | void {
|
|
1625
|
-
const command = new FlushStageAuthorizersCacheCommand(args);
|
|
1626
|
-
if (typeof optionsOrCb === "function") {
|
|
1627
|
-
this.send(command, optionsOrCb);
|
|
1628
|
-
} else if (typeof cb === "function") {
|
|
1629
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1630
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1631
|
-
} else {
|
|
1632
|
-
return this.send(command, optionsOrCb);
|
|
1633
|
-
}
|
|
1634
|
-
}
|
|
1635
|
-
|
|
1636
|
-
/**
|
|
1637
|
-
* <p>Flushes a stage's cache.</p>
|
|
1638
|
-
*/
|
|
1639
|
-
public flushStageCache(
|
|
1640
|
-
args: FlushStageCacheCommandInput,
|
|
1641
|
-
options?: __HttpHandlerOptions
|
|
1642
|
-
): Promise<FlushStageCacheCommandOutput>;
|
|
1643
|
-
public flushStageCache(
|
|
1644
|
-
args: FlushStageCacheCommandInput,
|
|
1645
|
-
cb: (err: any, data?: FlushStageCacheCommandOutput) => void
|
|
1646
|
-
): void;
|
|
1647
|
-
public flushStageCache(
|
|
1648
|
-
args: FlushStageCacheCommandInput,
|
|
1649
|
-
options: __HttpHandlerOptions,
|
|
1650
|
-
cb: (err: any, data?: FlushStageCacheCommandOutput) => void
|
|
1651
|
-
): void;
|
|
1652
|
-
public flushStageCache(
|
|
1653
|
-
args: FlushStageCacheCommandInput,
|
|
1654
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: FlushStageCacheCommandOutput) => void),
|
|
1655
|
-
cb?: (err: any, data?: FlushStageCacheCommandOutput) => void
|
|
1656
|
-
): Promise<FlushStageCacheCommandOutput> | void {
|
|
1657
|
-
const command = new FlushStageCacheCommand(args);
|
|
1658
|
-
if (typeof optionsOrCb === "function") {
|
|
1659
|
-
this.send(command, optionsOrCb);
|
|
1660
|
-
} else if (typeof cb === "function") {
|
|
1661
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1662
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1663
|
-
} else {
|
|
1664
|
-
return this.send(command, optionsOrCb);
|
|
1665
|
-
}
|
|
1666
|
-
}
|
|
1667
|
-
|
|
1668
|
-
/**
|
|
1669
|
-
* <p>Generates a <a>ClientCertificate</a> resource.</p>
|
|
1670
|
-
*/
|
|
1671
|
-
public generateClientCertificate(
|
|
1672
|
-
args: GenerateClientCertificateCommandInput,
|
|
1673
|
-
options?: __HttpHandlerOptions
|
|
1674
|
-
): Promise<GenerateClientCertificateCommandOutput>;
|
|
1675
|
-
public generateClientCertificate(
|
|
1676
|
-
args: GenerateClientCertificateCommandInput,
|
|
1677
|
-
cb: (err: any, data?: GenerateClientCertificateCommandOutput) => void
|
|
1678
|
-
): void;
|
|
1679
|
-
public generateClientCertificate(
|
|
1680
|
-
args: GenerateClientCertificateCommandInput,
|
|
1681
|
-
options: __HttpHandlerOptions,
|
|
1682
|
-
cb: (err: any, data?: GenerateClientCertificateCommandOutput) => void
|
|
1683
|
-
): void;
|
|
1684
|
-
public generateClientCertificate(
|
|
1685
|
-
args: GenerateClientCertificateCommandInput,
|
|
1686
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GenerateClientCertificateCommandOutput) => void),
|
|
1687
|
-
cb?: (err: any, data?: GenerateClientCertificateCommandOutput) => void
|
|
1688
|
-
): Promise<GenerateClientCertificateCommandOutput> | void {
|
|
1689
|
-
const command = new GenerateClientCertificateCommand(args);
|
|
1690
|
-
if (typeof optionsOrCb === "function") {
|
|
1691
|
-
this.send(command, optionsOrCb);
|
|
1692
|
-
} else if (typeof cb === "function") {
|
|
1693
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1694
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1695
|
-
} else {
|
|
1696
|
-
return this.send(command, optionsOrCb);
|
|
1697
|
-
}
|
|
1698
|
-
}
|
|
1699
|
-
|
|
1700
|
-
/**
|
|
1701
|
-
* <p>Gets information about the current <a>Account</a> resource.</p>
|
|
1702
|
-
*/
|
|
1703
|
-
public getAccount(args: GetAccountCommandInput, options?: __HttpHandlerOptions): Promise<GetAccountCommandOutput>;
|
|
1704
|
-
public getAccount(args: GetAccountCommandInput, cb: (err: any, data?: GetAccountCommandOutput) => void): void;
|
|
1705
|
-
public getAccount(
|
|
1706
|
-
args: GetAccountCommandInput,
|
|
1707
|
-
options: __HttpHandlerOptions,
|
|
1708
|
-
cb: (err: any, data?: GetAccountCommandOutput) => void
|
|
1709
|
-
): void;
|
|
1710
|
-
public getAccount(
|
|
1711
|
-
args: GetAccountCommandInput,
|
|
1712
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetAccountCommandOutput) => void),
|
|
1713
|
-
cb?: (err: any, data?: GetAccountCommandOutput) => void
|
|
1714
|
-
): Promise<GetAccountCommandOutput> | void {
|
|
1715
|
-
const command = new GetAccountCommand(args);
|
|
1716
|
-
if (typeof optionsOrCb === "function") {
|
|
1717
|
-
this.send(command, optionsOrCb);
|
|
1718
|
-
} else if (typeof cb === "function") {
|
|
1719
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1720
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1721
|
-
} else {
|
|
1722
|
-
return this.send(command, optionsOrCb);
|
|
1723
|
-
}
|
|
1724
|
-
}
|
|
1725
|
-
|
|
1726
|
-
/**
|
|
1727
|
-
* <p>Gets information about the current <a>ApiKey</a> resource.</p>
|
|
1728
|
-
*/
|
|
1729
|
-
public getApiKey(args: GetApiKeyCommandInput, options?: __HttpHandlerOptions): Promise<GetApiKeyCommandOutput>;
|
|
1730
|
-
public getApiKey(args: GetApiKeyCommandInput, cb: (err: any, data?: GetApiKeyCommandOutput) => void): void;
|
|
1731
|
-
public getApiKey(
|
|
1732
|
-
args: GetApiKeyCommandInput,
|
|
1733
|
-
options: __HttpHandlerOptions,
|
|
1734
|
-
cb: (err: any, data?: GetApiKeyCommandOutput) => void
|
|
1735
|
-
): void;
|
|
1736
|
-
public getApiKey(
|
|
1737
|
-
args: GetApiKeyCommandInput,
|
|
1738
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetApiKeyCommandOutput) => void),
|
|
1739
|
-
cb?: (err: any, data?: GetApiKeyCommandOutput) => void
|
|
1740
|
-
): Promise<GetApiKeyCommandOutput> | void {
|
|
1741
|
-
const command = new GetApiKeyCommand(args);
|
|
1742
|
-
if (typeof optionsOrCb === "function") {
|
|
1743
|
-
this.send(command, optionsOrCb);
|
|
1744
|
-
} else if (typeof cb === "function") {
|
|
1745
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1746
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1747
|
-
} else {
|
|
1748
|
-
return this.send(command, optionsOrCb);
|
|
1749
|
-
}
|
|
1750
|
-
}
|
|
1751
|
-
|
|
1752
|
-
/**
|
|
1753
|
-
* <p>Gets information about the current <a>ApiKeys</a> resource.</p>
|
|
1754
|
-
*/
|
|
1755
|
-
public getApiKeys(args: GetApiKeysCommandInput, options?: __HttpHandlerOptions): Promise<GetApiKeysCommandOutput>;
|
|
1756
|
-
public getApiKeys(args: GetApiKeysCommandInput, cb: (err: any, data?: GetApiKeysCommandOutput) => void): void;
|
|
1757
|
-
public getApiKeys(
|
|
1758
|
-
args: GetApiKeysCommandInput,
|
|
1759
|
-
options: __HttpHandlerOptions,
|
|
1760
|
-
cb: (err: any, data?: GetApiKeysCommandOutput) => void
|
|
1761
|
-
): void;
|
|
1762
|
-
public getApiKeys(
|
|
1763
|
-
args: GetApiKeysCommandInput,
|
|
1764
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetApiKeysCommandOutput) => void),
|
|
1765
|
-
cb?: (err: any, data?: GetApiKeysCommandOutput) => void
|
|
1766
|
-
): Promise<GetApiKeysCommandOutput> | void {
|
|
1767
|
-
const command = new GetApiKeysCommand(args);
|
|
1768
|
-
if (typeof optionsOrCb === "function") {
|
|
1769
|
-
this.send(command, optionsOrCb);
|
|
1770
|
-
} else if (typeof cb === "function") {
|
|
1771
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1772
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1773
|
-
} else {
|
|
1774
|
-
return this.send(command, optionsOrCb);
|
|
1775
|
-
}
|
|
1776
|
-
}
|
|
1777
|
-
|
|
1778
|
-
/**
|
|
1779
|
-
* <p>Describe an existing <a>Authorizer</a> resource.</p>
|
|
1780
|
-
* <div class="seeAlso"><a href="https://docs.aws.amazon.com/cli/latest/reference/apigateway/get-authorizer.html">AWS CLI</a></div>
|
|
1781
|
-
*/
|
|
1782
|
-
public getAuthorizer(
|
|
1783
|
-
args: GetAuthorizerCommandInput,
|
|
1784
|
-
options?: __HttpHandlerOptions
|
|
1785
|
-
): Promise<GetAuthorizerCommandOutput>;
|
|
1786
|
-
public getAuthorizer(
|
|
1787
|
-
args: GetAuthorizerCommandInput,
|
|
1788
|
-
cb: (err: any, data?: GetAuthorizerCommandOutput) => void
|
|
1789
|
-
): void;
|
|
1790
|
-
public getAuthorizer(
|
|
1791
|
-
args: GetAuthorizerCommandInput,
|
|
1792
|
-
options: __HttpHandlerOptions,
|
|
1793
|
-
cb: (err: any, data?: GetAuthorizerCommandOutput) => void
|
|
1794
|
-
): void;
|
|
1795
|
-
public getAuthorizer(
|
|
1796
|
-
args: GetAuthorizerCommandInput,
|
|
1797
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetAuthorizerCommandOutput) => void),
|
|
1798
|
-
cb?: (err: any, data?: GetAuthorizerCommandOutput) => void
|
|
1799
|
-
): Promise<GetAuthorizerCommandOutput> | void {
|
|
1800
|
-
const command = new GetAuthorizerCommand(args);
|
|
1801
|
-
if (typeof optionsOrCb === "function") {
|
|
1802
|
-
this.send(command, optionsOrCb);
|
|
1803
|
-
} else if (typeof cb === "function") {
|
|
1804
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1805
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1806
|
-
} else {
|
|
1807
|
-
return this.send(command, optionsOrCb);
|
|
1808
|
-
}
|
|
1809
|
-
}
|
|
1810
|
-
|
|
1811
|
-
/**
|
|
1812
|
-
* <p>Describe an existing <a>Authorizers</a> resource.</p>
|
|
1813
|
-
* <div class="seeAlso"><a href="https://docs.aws.amazon.com/cli/latest/reference/apigateway/get-authorizers.html">AWS CLI</a></div>
|
|
1814
|
-
*/
|
|
1815
|
-
public getAuthorizers(
|
|
1816
|
-
args: GetAuthorizersCommandInput,
|
|
1817
|
-
options?: __HttpHandlerOptions
|
|
1818
|
-
): Promise<GetAuthorizersCommandOutput>;
|
|
1819
|
-
public getAuthorizers(
|
|
1820
|
-
args: GetAuthorizersCommandInput,
|
|
1821
|
-
cb: (err: any, data?: GetAuthorizersCommandOutput) => void
|
|
1822
|
-
): void;
|
|
1823
|
-
public getAuthorizers(
|
|
1824
|
-
args: GetAuthorizersCommandInput,
|
|
1825
|
-
options: __HttpHandlerOptions,
|
|
1826
|
-
cb: (err: any, data?: GetAuthorizersCommandOutput) => void
|
|
1827
|
-
): void;
|
|
1828
|
-
public getAuthorizers(
|
|
1829
|
-
args: GetAuthorizersCommandInput,
|
|
1830
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetAuthorizersCommandOutput) => void),
|
|
1831
|
-
cb?: (err: any, data?: GetAuthorizersCommandOutput) => void
|
|
1832
|
-
): Promise<GetAuthorizersCommandOutput> | void {
|
|
1833
|
-
const command = new GetAuthorizersCommand(args);
|
|
1834
|
-
if (typeof optionsOrCb === "function") {
|
|
1835
|
-
this.send(command, optionsOrCb);
|
|
1836
|
-
} else if (typeof cb === "function") {
|
|
1837
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1838
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1839
|
-
} else {
|
|
1840
|
-
return this.send(command, optionsOrCb);
|
|
1841
|
-
}
|
|
1842
|
-
}
|
|
1843
|
-
|
|
1844
|
-
/**
|
|
1845
|
-
* <p>Describe a <a>BasePathMapping</a> resource.</p>
|
|
1846
|
-
*/
|
|
1847
|
-
public getBasePathMapping(
|
|
1848
|
-
args: GetBasePathMappingCommandInput,
|
|
1849
|
-
options?: __HttpHandlerOptions
|
|
1850
|
-
): Promise<GetBasePathMappingCommandOutput>;
|
|
1851
|
-
public getBasePathMapping(
|
|
1852
|
-
args: GetBasePathMappingCommandInput,
|
|
1853
|
-
cb: (err: any, data?: GetBasePathMappingCommandOutput) => void
|
|
1854
|
-
): void;
|
|
1855
|
-
public getBasePathMapping(
|
|
1856
|
-
args: GetBasePathMappingCommandInput,
|
|
1857
|
-
options: __HttpHandlerOptions,
|
|
1858
|
-
cb: (err: any, data?: GetBasePathMappingCommandOutput) => void
|
|
1859
|
-
): void;
|
|
1860
|
-
public getBasePathMapping(
|
|
1861
|
-
args: GetBasePathMappingCommandInput,
|
|
1862
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetBasePathMappingCommandOutput) => void),
|
|
1863
|
-
cb?: (err: any, data?: GetBasePathMappingCommandOutput) => void
|
|
1864
|
-
): Promise<GetBasePathMappingCommandOutput> | void {
|
|
1865
|
-
const command = new GetBasePathMappingCommand(args);
|
|
1866
|
-
if (typeof optionsOrCb === "function") {
|
|
1867
|
-
this.send(command, optionsOrCb);
|
|
1868
|
-
} else if (typeof cb === "function") {
|
|
1869
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1870
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1871
|
-
} else {
|
|
1872
|
-
return this.send(command, optionsOrCb);
|
|
1873
|
-
}
|
|
1874
|
-
}
|
|
1875
|
-
|
|
1876
|
-
/**
|
|
1877
|
-
* <p>Represents a collection of <a>BasePathMapping</a> resources.</p>
|
|
1878
|
-
*/
|
|
1879
|
-
public getBasePathMappings(
|
|
1880
|
-
args: GetBasePathMappingsCommandInput,
|
|
1881
|
-
options?: __HttpHandlerOptions
|
|
1882
|
-
): Promise<GetBasePathMappingsCommandOutput>;
|
|
1883
|
-
public getBasePathMappings(
|
|
1884
|
-
args: GetBasePathMappingsCommandInput,
|
|
1885
|
-
cb: (err: any, data?: GetBasePathMappingsCommandOutput) => void
|
|
1886
|
-
): void;
|
|
1887
|
-
public getBasePathMappings(
|
|
1888
|
-
args: GetBasePathMappingsCommandInput,
|
|
1889
|
-
options: __HttpHandlerOptions,
|
|
1890
|
-
cb: (err: any, data?: GetBasePathMappingsCommandOutput) => void
|
|
1891
|
-
): void;
|
|
1892
|
-
public getBasePathMappings(
|
|
1893
|
-
args: GetBasePathMappingsCommandInput,
|
|
1894
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetBasePathMappingsCommandOutput) => void),
|
|
1895
|
-
cb?: (err: any, data?: GetBasePathMappingsCommandOutput) => void
|
|
1896
|
-
): Promise<GetBasePathMappingsCommandOutput> | void {
|
|
1897
|
-
const command = new GetBasePathMappingsCommand(args);
|
|
1898
|
-
if (typeof optionsOrCb === "function") {
|
|
1899
|
-
this.send(command, optionsOrCb);
|
|
1900
|
-
} else if (typeof cb === "function") {
|
|
1901
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1902
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1903
|
-
} else {
|
|
1904
|
-
return this.send(command, optionsOrCb);
|
|
1905
|
-
}
|
|
1906
|
-
}
|
|
1907
|
-
|
|
1908
|
-
/**
|
|
1909
|
-
* <p>Gets information about the current <a>ClientCertificate</a> resource.</p>
|
|
1910
|
-
*/
|
|
1911
|
-
public getClientCertificate(
|
|
1912
|
-
args: GetClientCertificateCommandInput,
|
|
1913
|
-
options?: __HttpHandlerOptions
|
|
1914
|
-
): Promise<GetClientCertificateCommandOutput>;
|
|
1915
|
-
public getClientCertificate(
|
|
1916
|
-
args: GetClientCertificateCommandInput,
|
|
1917
|
-
cb: (err: any, data?: GetClientCertificateCommandOutput) => void
|
|
1918
|
-
): void;
|
|
1919
|
-
public getClientCertificate(
|
|
1920
|
-
args: GetClientCertificateCommandInput,
|
|
1921
|
-
options: __HttpHandlerOptions,
|
|
1922
|
-
cb: (err: any, data?: GetClientCertificateCommandOutput) => void
|
|
1923
|
-
): void;
|
|
1924
|
-
public getClientCertificate(
|
|
1925
|
-
args: GetClientCertificateCommandInput,
|
|
1926
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetClientCertificateCommandOutput) => void),
|
|
1927
|
-
cb?: (err: any, data?: GetClientCertificateCommandOutput) => void
|
|
1928
|
-
): Promise<GetClientCertificateCommandOutput> | void {
|
|
1929
|
-
const command = new GetClientCertificateCommand(args);
|
|
1930
|
-
if (typeof optionsOrCb === "function") {
|
|
1931
|
-
this.send(command, optionsOrCb);
|
|
1932
|
-
} else if (typeof cb === "function") {
|
|
1933
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1934
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1935
|
-
} else {
|
|
1936
|
-
return this.send(command, optionsOrCb);
|
|
1937
|
-
}
|
|
1938
|
-
}
|
|
1939
|
-
|
|
1940
|
-
/**
|
|
1941
|
-
* <p>Gets a collection of <a>ClientCertificate</a> resources.</p>
|
|
1942
|
-
*/
|
|
1943
|
-
public getClientCertificates(
|
|
1944
|
-
args: GetClientCertificatesCommandInput,
|
|
1945
|
-
options?: __HttpHandlerOptions
|
|
1946
|
-
): Promise<GetClientCertificatesCommandOutput>;
|
|
1947
|
-
public getClientCertificates(
|
|
1948
|
-
args: GetClientCertificatesCommandInput,
|
|
1949
|
-
cb: (err: any, data?: GetClientCertificatesCommandOutput) => void
|
|
1950
|
-
): void;
|
|
1951
|
-
public getClientCertificates(
|
|
1952
|
-
args: GetClientCertificatesCommandInput,
|
|
1953
|
-
options: __HttpHandlerOptions,
|
|
1954
|
-
cb: (err: any, data?: GetClientCertificatesCommandOutput) => void
|
|
1955
|
-
): void;
|
|
1956
|
-
public getClientCertificates(
|
|
1957
|
-
args: GetClientCertificatesCommandInput,
|
|
1958
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetClientCertificatesCommandOutput) => void),
|
|
1959
|
-
cb?: (err: any, data?: GetClientCertificatesCommandOutput) => void
|
|
1960
|
-
): Promise<GetClientCertificatesCommandOutput> | void {
|
|
1961
|
-
const command = new GetClientCertificatesCommand(args);
|
|
1962
|
-
if (typeof optionsOrCb === "function") {
|
|
1963
|
-
this.send(command, optionsOrCb);
|
|
1964
|
-
} else if (typeof cb === "function") {
|
|
1965
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1966
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1967
|
-
} else {
|
|
1968
|
-
return this.send(command, optionsOrCb);
|
|
1969
|
-
}
|
|
1970
|
-
}
|
|
1971
|
-
|
|
1972
|
-
/**
|
|
1973
|
-
* <p>Gets information about a <a>Deployment</a> resource.</p>
|
|
1974
|
-
*/
|
|
1975
|
-
public getDeployment(
|
|
1976
|
-
args: GetDeploymentCommandInput,
|
|
1977
|
-
options?: __HttpHandlerOptions
|
|
1978
|
-
): Promise<GetDeploymentCommandOutput>;
|
|
1979
|
-
public getDeployment(
|
|
1980
|
-
args: GetDeploymentCommandInput,
|
|
1981
|
-
cb: (err: any, data?: GetDeploymentCommandOutput) => void
|
|
1982
|
-
): void;
|
|
1983
|
-
public getDeployment(
|
|
1984
|
-
args: GetDeploymentCommandInput,
|
|
1985
|
-
options: __HttpHandlerOptions,
|
|
1986
|
-
cb: (err: any, data?: GetDeploymentCommandOutput) => void
|
|
1987
|
-
): void;
|
|
1988
|
-
public getDeployment(
|
|
1989
|
-
args: GetDeploymentCommandInput,
|
|
1990
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetDeploymentCommandOutput) => void),
|
|
1991
|
-
cb?: (err: any, data?: GetDeploymentCommandOutput) => void
|
|
1992
|
-
): Promise<GetDeploymentCommandOutput> | void {
|
|
1993
|
-
const command = new GetDeploymentCommand(args);
|
|
1994
|
-
if (typeof optionsOrCb === "function") {
|
|
1995
|
-
this.send(command, optionsOrCb);
|
|
1996
|
-
} else if (typeof cb === "function") {
|
|
1997
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1998
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1999
|
-
} else {
|
|
2000
|
-
return this.send(command, optionsOrCb);
|
|
2001
|
-
}
|
|
2002
|
-
}
|
|
2003
|
-
|
|
2004
|
-
/**
|
|
2005
|
-
* <p>Gets information about a <a>Deployments</a> collection.</p>
|
|
2006
|
-
*/
|
|
2007
|
-
public getDeployments(
|
|
2008
|
-
args: GetDeploymentsCommandInput,
|
|
2009
|
-
options?: __HttpHandlerOptions
|
|
2010
|
-
): Promise<GetDeploymentsCommandOutput>;
|
|
2011
|
-
public getDeployments(
|
|
2012
|
-
args: GetDeploymentsCommandInput,
|
|
2013
|
-
cb: (err: any, data?: GetDeploymentsCommandOutput) => void
|
|
2014
|
-
): void;
|
|
2015
|
-
public getDeployments(
|
|
2016
|
-
args: GetDeploymentsCommandInput,
|
|
2017
|
-
options: __HttpHandlerOptions,
|
|
2018
|
-
cb: (err: any, data?: GetDeploymentsCommandOutput) => void
|
|
2019
|
-
): void;
|
|
2020
|
-
public getDeployments(
|
|
2021
|
-
args: GetDeploymentsCommandInput,
|
|
2022
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetDeploymentsCommandOutput) => void),
|
|
2023
|
-
cb?: (err: any, data?: GetDeploymentsCommandOutput) => void
|
|
2024
|
-
): Promise<GetDeploymentsCommandOutput> | void {
|
|
2025
|
-
const command = new GetDeploymentsCommand(args);
|
|
2026
|
-
if (typeof optionsOrCb === "function") {
|
|
2027
|
-
this.send(command, optionsOrCb);
|
|
2028
|
-
} else if (typeof cb === "function") {
|
|
2029
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2030
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2031
|
-
} else {
|
|
2032
|
-
return this.send(command, optionsOrCb);
|
|
2033
|
-
}
|
|
2034
|
-
}
|
|
2035
|
-
|
|
2036
|
-
public getDocumentationPart(
|
|
2037
|
-
args: GetDocumentationPartCommandInput,
|
|
2038
|
-
options?: __HttpHandlerOptions
|
|
2039
|
-
): Promise<GetDocumentationPartCommandOutput>;
|
|
2040
|
-
public getDocumentationPart(
|
|
2041
|
-
args: GetDocumentationPartCommandInput,
|
|
2042
|
-
cb: (err: any, data?: GetDocumentationPartCommandOutput) => void
|
|
2043
|
-
): void;
|
|
2044
|
-
public getDocumentationPart(
|
|
2045
|
-
args: GetDocumentationPartCommandInput,
|
|
2046
|
-
options: __HttpHandlerOptions,
|
|
2047
|
-
cb: (err: any, data?: GetDocumentationPartCommandOutput) => void
|
|
2048
|
-
): void;
|
|
2049
|
-
public getDocumentationPart(
|
|
2050
|
-
args: GetDocumentationPartCommandInput,
|
|
2051
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetDocumentationPartCommandOutput) => void),
|
|
2052
|
-
cb?: (err: any, data?: GetDocumentationPartCommandOutput) => void
|
|
2053
|
-
): Promise<GetDocumentationPartCommandOutput> | void {
|
|
2054
|
-
const command = new GetDocumentationPartCommand(args);
|
|
2055
|
-
if (typeof optionsOrCb === "function") {
|
|
2056
|
-
this.send(command, optionsOrCb);
|
|
2057
|
-
} else if (typeof cb === "function") {
|
|
2058
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2059
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2060
|
-
} else {
|
|
2061
|
-
return this.send(command, optionsOrCb);
|
|
2062
|
-
}
|
|
2063
|
-
}
|
|
2064
|
-
|
|
2065
|
-
public getDocumentationParts(
|
|
2066
|
-
args: GetDocumentationPartsCommandInput,
|
|
2067
|
-
options?: __HttpHandlerOptions
|
|
2068
|
-
): Promise<GetDocumentationPartsCommandOutput>;
|
|
2069
|
-
public getDocumentationParts(
|
|
2070
|
-
args: GetDocumentationPartsCommandInput,
|
|
2071
|
-
cb: (err: any, data?: GetDocumentationPartsCommandOutput) => void
|
|
2072
|
-
): void;
|
|
2073
|
-
public getDocumentationParts(
|
|
2074
|
-
args: GetDocumentationPartsCommandInput,
|
|
2075
|
-
options: __HttpHandlerOptions,
|
|
2076
|
-
cb: (err: any, data?: GetDocumentationPartsCommandOutput) => void
|
|
2077
|
-
): void;
|
|
2078
|
-
public getDocumentationParts(
|
|
2079
|
-
args: GetDocumentationPartsCommandInput,
|
|
2080
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetDocumentationPartsCommandOutput) => void),
|
|
2081
|
-
cb?: (err: any, data?: GetDocumentationPartsCommandOutput) => void
|
|
2082
|
-
): Promise<GetDocumentationPartsCommandOutput> | void {
|
|
2083
|
-
const command = new GetDocumentationPartsCommand(args);
|
|
2084
|
-
if (typeof optionsOrCb === "function") {
|
|
2085
|
-
this.send(command, optionsOrCb);
|
|
2086
|
-
} else if (typeof cb === "function") {
|
|
2087
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2088
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2089
|
-
} else {
|
|
2090
|
-
return this.send(command, optionsOrCb);
|
|
2091
|
-
}
|
|
2092
|
-
}
|
|
2093
|
-
|
|
2094
|
-
public getDocumentationVersion(
|
|
2095
|
-
args: GetDocumentationVersionCommandInput,
|
|
2096
|
-
options?: __HttpHandlerOptions
|
|
2097
|
-
): Promise<GetDocumentationVersionCommandOutput>;
|
|
2098
|
-
public getDocumentationVersion(
|
|
2099
|
-
args: GetDocumentationVersionCommandInput,
|
|
2100
|
-
cb: (err: any, data?: GetDocumentationVersionCommandOutput) => void
|
|
2101
|
-
): void;
|
|
2102
|
-
public getDocumentationVersion(
|
|
2103
|
-
args: GetDocumentationVersionCommandInput,
|
|
2104
|
-
options: __HttpHandlerOptions,
|
|
2105
|
-
cb: (err: any, data?: GetDocumentationVersionCommandOutput) => void
|
|
2106
|
-
): void;
|
|
2107
|
-
public getDocumentationVersion(
|
|
2108
|
-
args: GetDocumentationVersionCommandInput,
|
|
2109
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetDocumentationVersionCommandOutput) => void),
|
|
2110
|
-
cb?: (err: any, data?: GetDocumentationVersionCommandOutput) => void
|
|
2111
|
-
): Promise<GetDocumentationVersionCommandOutput> | void {
|
|
2112
|
-
const command = new GetDocumentationVersionCommand(args);
|
|
2113
|
-
if (typeof optionsOrCb === "function") {
|
|
2114
|
-
this.send(command, optionsOrCb);
|
|
2115
|
-
} else if (typeof cb === "function") {
|
|
2116
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2117
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2118
|
-
} else {
|
|
2119
|
-
return this.send(command, optionsOrCb);
|
|
2120
|
-
}
|
|
2121
|
-
}
|
|
2122
|
-
|
|
2123
|
-
public getDocumentationVersions(
|
|
2124
|
-
args: GetDocumentationVersionsCommandInput,
|
|
2125
|
-
options?: __HttpHandlerOptions
|
|
2126
|
-
): Promise<GetDocumentationVersionsCommandOutput>;
|
|
2127
|
-
public getDocumentationVersions(
|
|
2128
|
-
args: GetDocumentationVersionsCommandInput,
|
|
2129
|
-
cb: (err: any, data?: GetDocumentationVersionsCommandOutput) => void
|
|
2130
|
-
): void;
|
|
2131
|
-
public getDocumentationVersions(
|
|
2132
|
-
args: GetDocumentationVersionsCommandInput,
|
|
2133
|
-
options: __HttpHandlerOptions,
|
|
2134
|
-
cb: (err: any, data?: GetDocumentationVersionsCommandOutput) => void
|
|
2135
|
-
): void;
|
|
2136
|
-
public getDocumentationVersions(
|
|
2137
|
-
args: GetDocumentationVersionsCommandInput,
|
|
2138
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetDocumentationVersionsCommandOutput) => void),
|
|
2139
|
-
cb?: (err: any, data?: GetDocumentationVersionsCommandOutput) => void
|
|
2140
|
-
): Promise<GetDocumentationVersionsCommandOutput> | void {
|
|
2141
|
-
const command = new GetDocumentationVersionsCommand(args);
|
|
2142
|
-
if (typeof optionsOrCb === "function") {
|
|
2143
|
-
this.send(command, optionsOrCb);
|
|
2144
|
-
} else if (typeof cb === "function") {
|
|
2145
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2146
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2147
|
-
} else {
|
|
2148
|
-
return this.send(command, optionsOrCb);
|
|
2149
|
-
}
|
|
2150
|
-
}
|
|
2151
|
-
|
|
2152
|
-
/**
|
|
2153
|
-
* <p>Represents a domain name that is contained in a simpler, more intuitive URL that can be called.</p>
|
|
2154
|
-
*/
|
|
2155
|
-
public getDomainName(
|
|
2156
|
-
args: GetDomainNameCommandInput,
|
|
2157
|
-
options?: __HttpHandlerOptions
|
|
2158
|
-
): Promise<GetDomainNameCommandOutput>;
|
|
2159
|
-
public getDomainName(
|
|
2160
|
-
args: GetDomainNameCommandInput,
|
|
2161
|
-
cb: (err: any, data?: GetDomainNameCommandOutput) => void
|
|
2162
|
-
): void;
|
|
2163
|
-
public getDomainName(
|
|
2164
|
-
args: GetDomainNameCommandInput,
|
|
2165
|
-
options: __HttpHandlerOptions,
|
|
2166
|
-
cb: (err: any, data?: GetDomainNameCommandOutput) => void
|
|
2167
|
-
): void;
|
|
2168
|
-
public getDomainName(
|
|
2169
|
-
args: GetDomainNameCommandInput,
|
|
2170
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetDomainNameCommandOutput) => void),
|
|
2171
|
-
cb?: (err: any, data?: GetDomainNameCommandOutput) => void
|
|
2172
|
-
): Promise<GetDomainNameCommandOutput> | void {
|
|
2173
|
-
const command = new GetDomainNameCommand(args);
|
|
2174
|
-
if (typeof optionsOrCb === "function") {
|
|
2175
|
-
this.send(command, optionsOrCb);
|
|
2176
|
-
} else if (typeof cb === "function") {
|
|
2177
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2178
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2179
|
-
} else {
|
|
2180
|
-
return this.send(command, optionsOrCb);
|
|
2181
|
-
}
|
|
2182
|
-
}
|
|
2183
|
-
|
|
2184
|
-
/**
|
|
2185
|
-
* <p>Represents a collection of <a>DomainName</a> resources.</p>
|
|
2186
|
-
*/
|
|
2187
|
-
public getDomainNames(
|
|
2188
|
-
args: GetDomainNamesCommandInput,
|
|
2189
|
-
options?: __HttpHandlerOptions
|
|
2190
|
-
): Promise<GetDomainNamesCommandOutput>;
|
|
2191
|
-
public getDomainNames(
|
|
2192
|
-
args: GetDomainNamesCommandInput,
|
|
2193
|
-
cb: (err: any, data?: GetDomainNamesCommandOutput) => void
|
|
2194
|
-
): void;
|
|
2195
|
-
public getDomainNames(
|
|
2196
|
-
args: GetDomainNamesCommandInput,
|
|
2197
|
-
options: __HttpHandlerOptions,
|
|
2198
|
-
cb: (err: any, data?: GetDomainNamesCommandOutput) => void
|
|
2199
|
-
): void;
|
|
2200
|
-
public getDomainNames(
|
|
2201
|
-
args: GetDomainNamesCommandInput,
|
|
2202
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetDomainNamesCommandOutput) => void),
|
|
2203
|
-
cb?: (err: any, data?: GetDomainNamesCommandOutput) => void
|
|
2204
|
-
): Promise<GetDomainNamesCommandOutput> | void {
|
|
2205
|
-
const command = new GetDomainNamesCommand(args);
|
|
2206
|
-
if (typeof optionsOrCb === "function") {
|
|
2207
|
-
this.send(command, optionsOrCb);
|
|
2208
|
-
} else if (typeof cb === "function") {
|
|
2209
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2210
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2211
|
-
} else {
|
|
2212
|
-
return this.send(command, optionsOrCb);
|
|
2213
|
-
}
|
|
2214
|
-
}
|
|
2215
|
-
|
|
2216
|
-
/**
|
|
2217
|
-
* <p>Exports a deployed version of a <a>RestApi</a> in a specified format.</p>
|
|
2218
|
-
*/
|
|
2219
|
-
public getExport(args: GetExportCommandInput, options?: __HttpHandlerOptions): Promise<GetExportCommandOutput>;
|
|
2220
|
-
public getExport(args: GetExportCommandInput, cb: (err: any, data?: GetExportCommandOutput) => void): void;
|
|
2221
|
-
public getExport(
|
|
2222
|
-
args: GetExportCommandInput,
|
|
2223
|
-
options: __HttpHandlerOptions,
|
|
2224
|
-
cb: (err: any, data?: GetExportCommandOutput) => void
|
|
2225
|
-
): void;
|
|
2226
|
-
public getExport(
|
|
2227
|
-
args: GetExportCommandInput,
|
|
2228
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetExportCommandOutput) => void),
|
|
2229
|
-
cb?: (err: any, data?: GetExportCommandOutput) => void
|
|
2230
|
-
): Promise<GetExportCommandOutput> | void {
|
|
2231
|
-
const command = new GetExportCommand(args);
|
|
2232
|
-
if (typeof optionsOrCb === "function") {
|
|
2233
|
-
this.send(command, optionsOrCb);
|
|
2234
|
-
} else if (typeof cb === "function") {
|
|
2235
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2236
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2237
|
-
} else {
|
|
2238
|
-
return this.send(command, optionsOrCb);
|
|
2239
|
-
}
|
|
2240
|
-
}
|
|
2241
|
-
|
|
2242
|
-
/**
|
|
2243
|
-
* <p>Gets a <a>GatewayResponse</a> of a specified response type on the given <a>RestApi</a>.</p>
|
|
2244
|
-
*/
|
|
2245
|
-
public getGatewayResponse(
|
|
2246
|
-
args: GetGatewayResponseCommandInput,
|
|
2247
|
-
options?: __HttpHandlerOptions
|
|
2248
|
-
): Promise<GetGatewayResponseCommandOutput>;
|
|
2249
|
-
public getGatewayResponse(
|
|
2250
|
-
args: GetGatewayResponseCommandInput,
|
|
2251
|
-
cb: (err: any, data?: GetGatewayResponseCommandOutput) => void
|
|
2252
|
-
): void;
|
|
2253
|
-
public getGatewayResponse(
|
|
2254
|
-
args: GetGatewayResponseCommandInput,
|
|
2255
|
-
options: __HttpHandlerOptions,
|
|
2256
|
-
cb: (err: any, data?: GetGatewayResponseCommandOutput) => void
|
|
2257
|
-
): void;
|
|
2258
|
-
public getGatewayResponse(
|
|
2259
|
-
args: GetGatewayResponseCommandInput,
|
|
2260
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetGatewayResponseCommandOutput) => void),
|
|
2261
|
-
cb?: (err: any, data?: GetGatewayResponseCommandOutput) => void
|
|
2262
|
-
): Promise<GetGatewayResponseCommandOutput> | void {
|
|
2263
|
-
const command = new GetGatewayResponseCommand(args);
|
|
2264
|
-
if (typeof optionsOrCb === "function") {
|
|
2265
|
-
this.send(command, optionsOrCb);
|
|
2266
|
-
} else if (typeof cb === "function") {
|
|
2267
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2268
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2269
|
-
} else {
|
|
2270
|
-
return this.send(command, optionsOrCb);
|
|
2271
|
-
}
|
|
2272
|
-
}
|
|
2273
|
-
|
|
2274
|
-
/**
|
|
2275
|
-
* <p>Gets the <a>GatewayResponses</a> collection on the given <a>RestApi</a>. If an API developer has not added any definitions for gateway responses, the result will be the API Gateway-generated default <a>GatewayResponses</a> collection for the supported response types.</p>
|
|
2276
|
-
*/
|
|
2277
|
-
public getGatewayResponses(
|
|
2278
|
-
args: GetGatewayResponsesCommandInput,
|
|
2279
|
-
options?: __HttpHandlerOptions
|
|
2280
|
-
): Promise<GetGatewayResponsesCommandOutput>;
|
|
2281
|
-
public getGatewayResponses(
|
|
2282
|
-
args: GetGatewayResponsesCommandInput,
|
|
2283
|
-
cb: (err: any, data?: GetGatewayResponsesCommandOutput) => void
|
|
2284
|
-
): void;
|
|
2285
|
-
public getGatewayResponses(
|
|
2286
|
-
args: GetGatewayResponsesCommandInput,
|
|
2287
|
-
options: __HttpHandlerOptions,
|
|
2288
|
-
cb: (err: any, data?: GetGatewayResponsesCommandOutput) => void
|
|
2289
|
-
): void;
|
|
2290
|
-
public getGatewayResponses(
|
|
2291
|
-
args: GetGatewayResponsesCommandInput,
|
|
2292
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetGatewayResponsesCommandOutput) => void),
|
|
2293
|
-
cb?: (err: any, data?: GetGatewayResponsesCommandOutput) => void
|
|
2294
|
-
): Promise<GetGatewayResponsesCommandOutput> | void {
|
|
2295
|
-
const command = new GetGatewayResponsesCommand(args);
|
|
2296
|
-
if (typeof optionsOrCb === "function") {
|
|
2297
|
-
this.send(command, optionsOrCb);
|
|
2298
|
-
} else if (typeof cb === "function") {
|
|
2299
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2300
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2301
|
-
} else {
|
|
2302
|
-
return this.send(command, optionsOrCb);
|
|
2303
|
-
}
|
|
2304
|
-
}
|
|
2305
|
-
|
|
2306
|
-
/**
|
|
2307
|
-
* <p>Get the integration settings.</p>
|
|
2308
|
-
*/
|
|
2309
|
-
public getIntegration(
|
|
2310
|
-
args: GetIntegrationCommandInput,
|
|
2311
|
-
options?: __HttpHandlerOptions
|
|
2312
|
-
): Promise<GetIntegrationCommandOutput>;
|
|
2313
|
-
public getIntegration(
|
|
2314
|
-
args: GetIntegrationCommandInput,
|
|
2315
|
-
cb: (err: any, data?: GetIntegrationCommandOutput) => void
|
|
2316
|
-
): void;
|
|
2317
|
-
public getIntegration(
|
|
2318
|
-
args: GetIntegrationCommandInput,
|
|
2319
|
-
options: __HttpHandlerOptions,
|
|
2320
|
-
cb: (err: any, data?: GetIntegrationCommandOutput) => void
|
|
2321
|
-
): void;
|
|
2322
|
-
public getIntegration(
|
|
2323
|
-
args: GetIntegrationCommandInput,
|
|
2324
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetIntegrationCommandOutput) => void),
|
|
2325
|
-
cb?: (err: any, data?: GetIntegrationCommandOutput) => void
|
|
2326
|
-
): Promise<GetIntegrationCommandOutput> | void {
|
|
2327
|
-
const command = new GetIntegrationCommand(args);
|
|
2328
|
-
if (typeof optionsOrCb === "function") {
|
|
2329
|
-
this.send(command, optionsOrCb);
|
|
2330
|
-
} else if (typeof cb === "function") {
|
|
2331
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2332
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2333
|
-
} else {
|
|
2334
|
-
return this.send(command, optionsOrCb);
|
|
2335
|
-
}
|
|
2336
|
-
}
|
|
2337
|
-
|
|
2338
|
-
/**
|
|
2339
|
-
* <p>Represents a get integration response.</p>
|
|
2340
|
-
*/
|
|
2341
|
-
public getIntegrationResponse(
|
|
2342
|
-
args: GetIntegrationResponseCommandInput,
|
|
2343
|
-
options?: __HttpHandlerOptions
|
|
2344
|
-
): Promise<GetIntegrationResponseCommandOutput>;
|
|
2345
|
-
public getIntegrationResponse(
|
|
2346
|
-
args: GetIntegrationResponseCommandInput,
|
|
2347
|
-
cb: (err: any, data?: GetIntegrationResponseCommandOutput) => void
|
|
2348
|
-
): void;
|
|
2349
|
-
public getIntegrationResponse(
|
|
2350
|
-
args: GetIntegrationResponseCommandInput,
|
|
2351
|
-
options: __HttpHandlerOptions,
|
|
2352
|
-
cb: (err: any, data?: GetIntegrationResponseCommandOutput) => void
|
|
2353
|
-
): void;
|
|
2354
|
-
public getIntegrationResponse(
|
|
2355
|
-
args: GetIntegrationResponseCommandInput,
|
|
2356
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetIntegrationResponseCommandOutput) => void),
|
|
2357
|
-
cb?: (err: any, data?: GetIntegrationResponseCommandOutput) => void
|
|
2358
|
-
): Promise<GetIntegrationResponseCommandOutput> | void {
|
|
2359
|
-
const command = new GetIntegrationResponseCommand(args);
|
|
2360
|
-
if (typeof optionsOrCb === "function") {
|
|
2361
|
-
this.send(command, optionsOrCb);
|
|
2362
|
-
} else if (typeof cb === "function") {
|
|
2363
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2364
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2365
|
-
} else {
|
|
2366
|
-
return this.send(command, optionsOrCb);
|
|
2367
|
-
}
|
|
2368
|
-
}
|
|
2369
|
-
|
|
2370
|
-
/**
|
|
2371
|
-
* <p>Describe an existing <a>Method</a> resource.</p>
|
|
2372
|
-
*/
|
|
2373
|
-
public getMethod(args: GetMethodCommandInput, options?: __HttpHandlerOptions): Promise<GetMethodCommandOutput>;
|
|
2374
|
-
public getMethod(args: GetMethodCommandInput, cb: (err: any, data?: GetMethodCommandOutput) => void): void;
|
|
2375
|
-
public getMethod(
|
|
2376
|
-
args: GetMethodCommandInput,
|
|
2377
|
-
options: __HttpHandlerOptions,
|
|
2378
|
-
cb: (err: any, data?: GetMethodCommandOutput) => void
|
|
2379
|
-
): void;
|
|
2380
|
-
public getMethod(
|
|
2381
|
-
args: GetMethodCommandInput,
|
|
2382
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetMethodCommandOutput) => void),
|
|
2383
|
-
cb?: (err: any, data?: GetMethodCommandOutput) => void
|
|
2384
|
-
): Promise<GetMethodCommandOutput> | void {
|
|
2385
|
-
const command = new GetMethodCommand(args);
|
|
2386
|
-
if (typeof optionsOrCb === "function") {
|
|
2387
|
-
this.send(command, optionsOrCb);
|
|
2388
|
-
} else if (typeof cb === "function") {
|
|
2389
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2390
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2391
|
-
} else {
|
|
2392
|
-
return this.send(command, optionsOrCb);
|
|
2393
|
-
}
|
|
2394
|
-
}
|
|
2395
|
-
|
|
2396
|
-
/**
|
|
2397
|
-
* <p>Describes a <a>MethodResponse</a> resource.</p>
|
|
2398
|
-
*/
|
|
2399
|
-
public getMethodResponse(
|
|
2400
|
-
args: GetMethodResponseCommandInput,
|
|
2401
|
-
options?: __HttpHandlerOptions
|
|
2402
|
-
): Promise<GetMethodResponseCommandOutput>;
|
|
2403
|
-
public getMethodResponse(
|
|
2404
|
-
args: GetMethodResponseCommandInput,
|
|
2405
|
-
cb: (err: any, data?: GetMethodResponseCommandOutput) => void
|
|
2406
|
-
): void;
|
|
2407
|
-
public getMethodResponse(
|
|
2408
|
-
args: GetMethodResponseCommandInput,
|
|
2409
|
-
options: __HttpHandlerOptions,
|
|
2410
|
-
cb: (err: any, data?: GetMethodResponseCommandOutput) => void
|
|
2411
|
-
): void;
|
|
2412
|
-
public getMethodResponse(
|
|
2413
|
-
args: GetMethodResponseCommandInput,
|
|
2414
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetMethodResponseCommandOutput) => void),
|
|
2415
|
-
cb?: (err: any, data?: GetMethodResponseCommandOutput) => void
|
|
2416
|
-
): Promise<GetMethodResponseCommandOutput> | void {
|
|
2417
|
-
const command = new GetMethodResponseCommand(args);
|
|
2418
|
-
if (typeof optionsOrCb === "function") {
|
|
2419
|
-
this.send(command, optionsOrCb);
|
|
2420
|
-
} else if (typeof cb === "function") {
|
|
2421
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2422
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2423
|
-
} else {
|
|
2424
|
-
return this.send(command, optionsOrCb);
|
|
2425
|
-
}
|
|
2426
|
-
}
|
|
2427
|
-
|
|
2428
|
-
/**
|
|
2429
|
-
* <p>Describes an existing model defined for a <a>RestApi</a> resource.</p>
|
|
2430
|
-
*/
|
|
2431
|
-
public getModel(args: GetModelCommandInput, options?: __HttpHandlerOptions): Promise<GetModelCommandOutput>;
|
|
2432
|
-
public getModel(args: GetModelCommandInput, cb: (err: any, data?: GetModelCommandOutput) => void): void;
|
|
2433
|
-
public getModel(
|
|
2434
|
-
args: GetModelCommandInput,
|
|
2435
|
-
options: __HttpHandlerOptions,
|
|
2436
|
-
cb: (err: any, data?: GetModelCommandOutput) => void
|
|
2437
|
-
): void;
|
|
2438
|
-
public getModel(
|
|
2439
|
-
args: GetModelCommandInput,
|
|
2440
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetModelCommandOutput) => void),
|
|
2441
|
-
cb?: (err: any, data?: GetModelCommandOutput) => void
|
|
2442
|
-
): Promise<GetModelCommandOutput> | void {
|
|
2443
|
-
const command = new GetModelCommand(args);
|
|
2444
|
-
if (typeof optionsOrCb === "function") {
|
|
2445
|
-
this.send(command, optionsOrCb);
|
|
2446
|
-
} else if (typeof cb === "function") {
|
|
2447
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2448
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2449
|
-
} else {
|
|
2450
|
-
return this.send(command, optionsOrCb);
|
|
2451
|
-
}
|
|
2452
|
-
}
|
|
2453
|
-
|
|
2454
|
-
/**
|
|
2455
|
-
* <p>Describes existing <a>Models</a> defined for a <a>RestApi</a> resource.</p>
|
|
2456
|
-
*/
|
|
2457
|
-
public getModels(args: GetModelsCommandInput, options?: __HttpHandlerOptions): Promise<GetModelsCommandOutput>;
|
|
2458
|
-
public getModels(args: GetModelsCommandInput, cb: (err: any, data?: GetModelsCommandOutput) => void): void;
|
|
2459
|
-
public getModels(
|
|
2460
|
-
args: GetModelsCommandInput,
|
|
2461
|
-
options: __HttpHandlerOptions,
|
|
2462
|
-
cb: (err: any, data?: GetModelsCommandOutput) => void
|
|
2463
|
-
): void;
|
|
2464
|
-
public getModels(
|
|
2465
|
-
args: GetModelsCommandInput,
|
|
2466
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetModelsCommandOutput) => void),
|
|
2467
|
-
cb?: (err: any, data?: GetModelsCommandOutput) => void
|
|
2468
|
-
): Promise<GetModelsCommandOutput> | void {
|
|
2469
|
-
const command = new GetModelsCommand(args);
|
|
2470
|
-
if (typeof optionsOrCb === "function") {
|
|
2471
|
-
this.send(command, optionsOrCb);
|
|
2472
|
-
} else if (typeof cb === "function") {
|
|
2473
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2474
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2475
|
-
} else {
|
|
2476
|
-
return this.send(command, optionsOrCb);
|
|
2477
|
-
}
|
|
2478
|
-
}
|
|
2479
|
-
|
|
2480
|
-
/**
|
|
2481
|
-
* <p>Generates a sample mapping template that can be used to transform a payload into the structure of a model.</p>
|
|
2482
|
-
*/
|
|
2483
|
-
public getModelTemplate(
|
|
2484
|
-
args: GetModelTemplateCommandInput,
|
|
2485
|
-
options?: __HttpHandlerOptions
|
|
2486
|
-
): Promise<GetModelTemplateCommandOutput>;
|
|
2487
|
-
public getModelTemplate(
|
|
2488
|
-
args: GetModelTemplateCommandInput,
|
|
2489
|
-
cb: (err: any, data?: GetModelTemplateCommandOutput) => void
|
|
2490
|
-
): void;
|
|
2491
|
-
public getModelTemplate(
|
|
2492
|
-
args: GetModelTemplateCommandInput,
|
|
2493
|
-
options: __HttpHandlerOptions,
|
|
2494
|
-
cb: (err: any, data?: GetModelTemplateCommandOutput) => void
|
|
2495
|
-
): void;
|
|
2496
|
-
public getModelTemplate(
|
|
2497
|
-
args: GetModelTemplateCommandInput,
|
|
2498
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetModelTemplateCommandOutput) => void),
|
|
2499
|
-
cb?: (err: any, data?: GetModelTemplateCommandOutput) => void
|
|
2500
|
-
): Promise<GetModelTemplateCommandOutput> | void {
|
|
2501
|
-
const command = new GetModelTemplateCommand(args);
|
|
2502
|
-
if (typeof optionsOrCb === "function") {
|
|
2503
|
-
this.send(command, optionsOrCb);
|
|
2504
|
-
} else if (typeof cb === "function") {
|
|
2505
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2506
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2507
|
-
} else {
|
|
2508
|
-
return this.send(command, optionsOrCb);
|
|
2509
|
-
}
|
|
2510
|
-
}
|
|
2511
|
-
|
|
2512
|
-
/**
|
|
2513
|
-
* <p>Gets a <a>RequestValidator</a> of a given <a>RestApi</a>.</p>
|
|
2514
|
-
*/
|
|
2515
|
-
public getRequestValidator(
|
|
2516
|
-
args: GetRequestValidatorCommandInput,
|
|
2517
|
-
options?: __HttpHandlerOptions
|
|
2518
|
-
): Promise<GetRequestValidatorCommandOutput>;
|
|
2519
|
-
public getRequestValidator(
|
|
2520
|
-
args: GetRequestValidatorCommandInput,
|
|
2521
|
-
cb: (err: any, data?: GetRequestValidatorCommandOutput) => void
|
|
2522
|
-
): void;
|
|
2523
|
-
public getRequestValidator(
|
|
2524
|
-
args: GetRequestValidatorCommandInput,
|
|
2525
|
-
options: __HttpHandlerOptions,
|
|
2526
|
-
cb: (err: any, data?: GetRequestValidatorCommandOutput) => void
|
|
2527
|
-
): void;
|
|
2528
|
-
public getRequestValidator(
|
|
2529
|
-
args: GetRequestValidatorCommandInput,
|
|
2530
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetRequestValidatorCommandOutput) => void),
|
|
2531
|
-
cb?: (err: any, data?: GetRequestValidatorCommandOutput) => void
|
|
2532
|
-
): Promise<GetRequestValidatorCommandOutput> | void {
|
|
2533
|
-
const command = new GetRequestValidatorCommand(args);
|
|
2534
|
-
if (typeof optionsOrCb === "function") {
|
|
2535
|
-
this.send(command, optionsOrCb);
|
|
2536
|
-
} else if (typeof cb === "function") {
|
|
2537
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2538
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2539
|
-
} else {
|
|
2540
|
-
return this.send(command, optionsOrCb);
|
|
2541
|
-
}
|
|
2542
|
-
}
|
|
2543
|
-
|
|
2544
|
-
/**
|
|
2545
|
-
* <p>Gets the <a>RequestValidators</a> collection of a given <a>RestApi</a>.</p>
|
|
2546
|
-
*/
|
|
2547
|
-
public getRequestValidators(
|
|
2548
|
-
args: GetRequestValidatorsCommandInput,
|
|
2549
|
-
options?: __HttpHandlerOptions
|
|
2550
|
-
): Promise<GetRequestValidatorsCommandOutput>;
|
|
2551
|
-
public getRequestValidators(
|
|
2552
|
-
args: GetRequestValidatorsCommandInput,
|
|
2553
|
-
cb: (err: any, data?: GetRequestValidatorsCommandOutput) => void
|
|
2554
|
-
): void;
|
|
2555
|
-
public getRequestValidators(
|
|
2556
|
-
args: GetRequestValidatorsCommandInput,
|
|
2557
|
-
options: __HttpHandlerOptions,
|
|
2558
|
-
cb: (err: any, data?: GetRequestValidatorsCommandOutput) => void
|
|
2559
|
-
): void;
|
|
2560
|
-
public getRequestValidators(
|
|
2561
|
-
args: GetRequestValidatorsCommandInput,
|
|
2562
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetRequestValidatorsCommandOutput) => void),
|
|
2563
|
-
cb?: (err: any, data?: GetRequestValidatorsCommandOutput) => void
|
|
2564
|
-
): Promise<GetRequestValidatorsCommandOutput> | void {
|
|
2565
|
-
const command = new GetRequestValidatorsCommand(args);
|
|
2566
|
-
if (typeof optionsOrCb === "function") {
|
|
2567
|
-
this.send(command, optionsOrCb);
|
|
2568
|
-
} else if (typeof cb === "function") {
|
|
2569
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2570
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2571
|
-
} else {
|
|
2572
|
-
return this.send(command, optionsOrCb);
|
|
2573
|
-
}
|
|
2574
|
-
}
|
|
2575
|
-
|
|
2576
|
-
/**
|
|
2577
|
-
* <p>Lists information about a resource.</p>
|
|
2578
|
-
*/
|
|
2579
|
-
public getResource(args: GetResourceCommandInput, options?: __HttpHandlerOptions): Promise<GetResourceCommandOutput>;
|
|
2580
|
-
public getResource(args: GetResourceCommandInput, cb: (err: any, data?: GetResourceCommandOutput) => void): void;
|
|
2581
|
-
public getResource(
|
|
2582
|
-
args: GetResourceCommandInput,
|
|
2583
|
-
options: __HttpHandlerOptions,
|
|
2584
|
-
cb: (err: any, data?: GetResourceCommandOutput) => void
|
|
2585
|
-
): void;
|
|
2586
|
-
public getResource(
|
|
2587
|
-
args: GetResourceCommandInput,
|
|
2588
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetResourceCommandOutput) => void),
|
|
2589
|
-
cb?: (err: any, data?: GetResourceCommandOutput) => void
|
|
2590
|
-
): Promise<GetResourceCommandOutput> | void {
|
|
2591
|
-
const command = new GetResourceCommand(args);
|
|
2592
|
-
if (typeof optionsOrCb === "function") {
|
|
2593
|
-
this.send(command, optionsOrCb);
|
|
2594
|
-
} else if (typeof cb === "function") {
|
|
2595
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2596
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2597
|
-
} else {
|
|
2598
|
-
return this.send(command, optionsOrCb);
|
|
2599
|
-
}
|
|
2600
|
-
}
|
|
2601
|
-
|
|
2602
|
-
/**
|
|
2603
|
-
* <p>Lists information about a collection of <a>Resource</a> resources.</p>
|
|
2604
|
-
*/
|
|
2605
|
-
public getResources(
|
|
2606
|
-
args: GetResourcesCommandInput,
|
|
2607
|
-
options?: __HttpHandlerOptions
|
|
2608
|
-
): Promise<GetResourcesCommandOutput>;
|
|
2609
|
-
public getResources(args: GetResourcesCommandInput, cb: (err: any, data?: GetResourcesCommandOutput) => void): void;
|
|
2610
|
-
public getResources(
|
|
2611
|
-
args: GetResourcesCommandInput,
|
|
2612
|
-
options: __HttpHandlerOptions,
|
|
2613
|
-
cb: (err: any, data?: GetResourcesCommandOutput) => void
|
|
2614
|
-
): void;
|
|
2615
|
-
public getResources(
|
|
2616
|
-
args: GetResourcesCommandInput,
|
|
2617
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetResourcesCommandOutput) => void),
|
|
2618
|
-
cb?: (err: any, data?: GetResourcesCommandOutput) => void
|
|
2619
|
-
): Promise<GetResourcesCommandOutput> | void {
|
|
2620
|
-
const command = new GetResourcesCommand(args);
|
|
2621
|
-
if (typeof optionsOrCb === "function") {
|
|
2622
|
-
this.send(command, optionsOrCb);
|
|
2623
|
-
} else if (typeof cb === "function") {
|
|
2624
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2625
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2626
|
-
} else {
|
|
2627
|
-
return this.send(command, optionsOrCb);
|
|
2628
|
-
}
|
|
2629
|
-
}
|
|
2630
|
-
|
|
2631
|
-
/**
|
|
2632
|
-
* <p>Lists the <a>RestApi</a> resource in the collection.</p>
|
|
2633
|
-
*/
|
|
2634
|
-
public getRestApi(args: GetRestApiCommandInput, options?: __HttpHandlerOptions): Promise<GetRestApiCommandOutput>;
|
|
2635
|
-
public getRestApi(args: GetRestApiCommandInput, cb: (err: any, data?: GetRestApiCommandOutput) => void): void;
|
|
2636
|
-
public getRestApi(
|
|
2637
|
-
args: GetRestApiCommandInput,
|
|
2638
|
-
options: __HttpHandlerOptions,
|
|
2639
|
-
cb: (err: any, data?: GetRestApiCommandOutput) => void
|
|
2640
|
-
): void;
|
|
2641
|
-
public getRestApi(
|
|
2642
|
-
args: GetRestApiCommandInput,
|
|
2643
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetRestApiCommandOutput) => void),
|
|
2644
|
-
cb?: (err: any, data?: GetRestApiCommandOutput) => void
|
|
2645
|
-
): Promise<GetRestApiCommandOutput> | void {
|
|
2646
|
-
const command = new GetRestApiCommand(args);
|
|
2647
|
-
if (typeof optionsOrCb === "function") {
|
|
2648
|
-
this.send(command, optionsOrCb);
|
|
2649
|
-
} else if (typeof cb === "function") {
|
|
2650
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2651
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2652
|
-
} else {
|
|
2653
|
-
return this.send(command, optionsOrCb);
|
|
2654
|
-
}
|
|
2655
|
-
}
|
|
2656
|
-
|
|
2657
|
-
/**
|
|
2658
|
-
* <p>Lists the <a>RestApis</a> resources for your collection.</p>
|
|
2659
|
-
*/
|
|
2660
|
-
public getRestApis(args: GetRestApisCommandInput, options?: __HttpHandlerOptions): Promise<GetRestApisCommandOutput>;
|
|
2661
|
-
public getRestApis(args: GetRestApisCommandInput, cb: (err: any, data?: GetRestApisCommandOutput) => void): void;
|
|
2662
|
-
public getRestApis(
|
|
2663
|
-
args: GetRestApisCommandInput,
|
|
2664
|
-
options: __HttpHandlerOptions,
|
|
2665
|
-
cb: (err: any, data?: GetRestApisCommandOutput) => void
|
|
2666
|
-
): void;
|
|
2667
|
-
public getRestApis(
|
|
2668
|
-
args: GetRestApisCommandInput,
|
|
2669
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetRestApisCommandOutput) => void),
|
|
2670
|
-
cb?: (err: any, data?: GetRestApisCommandOutput) => void
|
|
2671
|
-
): Promise<GetRestApisCommandOutput> | void {
|
|
2672
|
-
const command = new GetRestApisCommand(args);
|
|
2673
|
-
if (typeof optionsOrCb === "function") {
|
|
2674
|
-
this.send(command, optionsOrCb);
|
|
2675
|
-
} else if (typeof cb === "function") {
|
|
2676
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2677
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2678
|
-
} else {
|
|
2679
|
-
return this.send(command, optionsOrCb);
|
|
2680
|
-
}
|
|
2681
|
-
}
|
|
2682
|
-
|
|
2683
|
-
/**
|
|
2684
|
-
* <p>Generates a client SDK for a <a>RestApi</a> and <a>Stage</a>.</p>
|
|
2685
|
-
*/
|
|
2686
|
-
public getSdk(args: GetSdkCommandInput, options?: __HttpHandlerOptions): Promise<GetSdkCommandOutput>;
|
|
2687
|
-
public getSdk(args: GetSdkCommandInput, cb: (err: any, data?: GetSdkCommandOutput) => void): void;
|
|
2688
|
-
public getSdk(
|
|
2689
|
-
args: GetSdkCommandInput,
|
|
2690
|
-
options: __HttpHandlerOptions,
|
|
2691
|
-
cb: (err: any, data?: GetSdkCommandOutput) => void
|
|
2692
|
-
): void;
|
|
2693
|
-
public getSdk(
|
|
2694
|
-
args: GetSdkCommandInput,
|
|
2695
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetSdkCommandOutput) => void),
|
|
2696
|
-
cb?: (err: any, data?: GetSdkCommandOutput) => void
|
|
2697
|
-
): Promise<GetSdkCommandOutput> | void {
|
|
2698
|
-
const command = new GetSdkCommand(args);
|
|
2699
|
-
if (typeof optionsOrCb === "function") {
|
|
2700
|
-
this.send(command, optionsOrCb);
|
|
2701
|
-
} else if (typeof cb === "function") {
|
|
2702
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2703
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2704
|
-
} else {
|
|
2705
|
-
return this.send(command, optionsOrCb);
|
|
2706
|
-
}
|
|
2707
|
-
}
|
|
2708
|
-
|
|
2709
|
-
public getSdkType(args: GetSdkTypeCommandInput, options?: __HttpHandlerOptions): Promise<GetSdkTypeCommandOutput>;
|
|
2710
|
-
public getSdkType(args: GetSdkTypeCommandInput, cb: (err: any, data?: GetSdkTypeCommandOutput) => void): void;
|
|
2711
|
-
public getSdkType(
|
|
2712
|
-
args: GetSdkTypeCommandInput,
|
|
2713
|
-
options: __HttpHandlerOptions,
|
|
2714
|
-
cb: (err: any, data?: GetSdkTypeCommandOutput) => void
|
|
2715
|
-
): void;
|
|
2716
|
-
public getSdkType(
|
|
2717
|
-
args: GetSdkTypeCommandInput,
|
|
2718
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetSdkTypeCommandOutput) => void),
|
|
2719
|
-
cb?: (err: any, data?: GetSdkTypeCommandOutput) => void
|
|
2720
|
-
): Promise<GetSdkTypeCommandOutput> | void {
|
|
2721
|
-
const command = new GetSdkTypeCommand(args);
|
|
2722
|
-
if (typeof optionsOrCb === "function") {
|
|
2723
|
-
this.send(command, optionsOrCb);
|
|
2724
|
-
} else if (typeof cb === "function") {
|
|
2725
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2726
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2727
|
-
} else {
|
|
2728
|
-
return this.send(command, optionsOrCb);
|
|
2729
|
-
}
|
|
2730
|
-
}
|
|
2731
|
-
|
|
2732
|
-
public getSdkTypes(args: GetSdkTypesCommandInput, options?: __HttpHandlerOptions): Promise<GetSdkTypesCommandOutput>;
|
|
2733
|
-
public getSdkTypes(args: GetSdkTypesCommandInput, cb: (err: any, data?: GetSdkTypesCommandOutput) => void): void;
|
|
2734
|
-
public getSdkTypes(
|
|
2735
|
-
args: GetSdkTypesCommandInput,
|
|
2736
|
-
options: __HttpHandlerOptions,
|
|
2737
|
-
cb: (err: any, data?: GetSdkTypesCommandOutput) => void
|
|
2738
|
-
): void;
|
|
2739
|
-
public getSdkTypes(
|
|
2740
|
-
args: GetSdkTypesCommandInput,
|
|
2741
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetSdkTypesCommandOutput) => void),
|
|
2742
|
-
cb?: (err: any, data?: GetSdkTypesCommandOutput) => void
|
|
2743
|
-
): Promise<GetSdkTypesCommandOutput> | void {
|
|
2744
|
-
const command = new GetSdkTypesCommand(args);
|
|
2745
|
-
if (typeof optionsOrCb === "function") {
|
|
2746
|
-
this.send(command, optionsOrCb);
|
|
2747
|
-
} else if (typeof cb === "function") {
|
|
2748
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2749
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2750
|
-
} else {
|
|
2751
|
-
return this.send(command, optionsOrCb);
|
|
2752
|
-
}
|
|
2753
|
-
}
|
|
2754
|
-
|
|
2755
|
-
/**
|
|
2756
|
-
* <p>Gets information about a <a>Stage</a> resource.</p>
|
|
2757
|
-
*/
|
|
2758
|
-
public getStage(args: GetStageCommandInput, options?: __HttpHandlerOptions): Promise<GetStageCommandOutput>;
|
|
2759
|
-
public getStage(args: GetStageCommandInput, cb: (err: any, data?: GetStageCommandOutput) => void): void;
|
|
2760
|
-
public getStage(
|
|
2761
|
-
args: GetStageCommandInput,
|
|
2762
|
-
options: __HttpHandlerOptions,
|
|
2763
|
-
cb: (err: any, data?: GetStageCommandOutput) => void
|
|
2764
|
-
): void;
|
|
2765
|
-
public getStage(
|
|
2766
|
-
args: GetStageCommandInput,
|
|
2767
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetStageCommandOutput) => void),
|
|
2768
|
-
cb?: (err: any, data?: GetStageCommandOutput) => void
|
|
2769
|
-
): Promise<GetStageCommandOutput> | void {
|
|
2770
|
-
const command = new GetStageCommand(args);
|
|
2771
|
-
if (typeof optionsOrCb === "function") {
|
|
2772
|
-
this.send(command, optionsOrCb);
|
|
2773
|
-
} else if (typeof cb === "function") {
|
|
2774
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2775
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2776
|
-
} else {
|
|
2777
|
-
return this.send(command, optionsOrCb);
|
|
2778
|
-
}
|
|
2779
|
-
}
|
|
2780
|
-
|
|
2781
|
-
/**
|
|
2782
|
-
* <p>Gets information about one or more <a>Stage</a> resources.</p>
|
|
2783
|
-
*/
|
|
2784
|
-
public getStages(args: GetStagesCommandInput, options?: __HttpHandlerOptions): Promise<GetStagesCommandOutput>;
|
|
2785
|
-
public getStages(args: GetStagesCommandInput, cb: (err: any, data?: GetStagesCommandOutput) => void): void;
|
|
2786
|
-
public getStages(
|
|
2787
|
-
args: GetStagesCommandInput,
|
|
2788
|
-
options: __HttpHandlerOptions,
|
|
2789
|
-
cb: (err: any, data?: GetStagesCommandOutput) => void
|
|
2790
|
-
): void;
|
|
2791
|
-
public getStages(
|
|
2792
|
-
args: GetStagesCommandInput,
|
|
2793
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetStagesCommandOutput) => void),
|
|
2794
|
-
cb?: (err: any, data?: GetStagesCommandOutput) => void
|
|
2795
|
-
): Promise<GetStagesCommandOutput> | void {
|
|
2796
|
-
const command = new GetStagesCommand(args);
|
|
2797
|
-
if (typeof optionsOrCb === "function") {
|
|
2798
|
-
this.send(command, optionsOrCb);
|
|
2799
|
-
} else if (typeof cb === "function") {
|
|
2800
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2801
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2802
|
-
} else {
|
|
2803
|
-
return this.send(command, optionsOrCb);
|
|
2804
|
-
}
|
|
2805
|
-
}
|
|
2806
|
-
|
|
2807
|
-
/**
|
|
2808
|
-
* <p>Gets the <a>Tags</a> collection for a given resource.</p>
|
|
2809
|
-
*/
|
|
2810
|
-
public getTags(args: GetTagsCommandInput, options?: __HttpHandlerOptions): Promise<GetTagsCommandOutput>;
|
|
2811
|
-
public getTags(args: GetTagsCommandInput, cb: (err: any, data?: GetTagsCommandOutput) => void): void;
|
|
2812
|
-
public getTags(
|
|
2813
|
-
args: GetTagsCommandInput,
|
|
2814
|
-
options: __HttpHandlerOptions,
|
|
2815
|
-
cb: (err: any, data?: GetTagsCommandOutput) => void
|
|
2816
|
-
): void;
|
|
2817
|
-
public getTags(
|
|
2818
|
-
args: GetTagsCommandInput,
|
|
2819
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetTagsCommandOutput) => void),
|
|
2820
|
-
cb?: (err: any, data?: GetTagsCommandOutput) => void
|
|
2821
|
-
): Promise<GetTagsCommandOutput> | void {
|
|
2822
|
-
const command = new GetTagsCommand(args);
|
|
2823
|
-
if (typeof optionsOrCb === "function") {
|
|
2824
|
-
this.send(command, optionsOrCb);
|
|
2825
|
-
} else if (typeof cb === "function") {
|
|
2826
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2827
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2828
|
-
} else {
|
|
2829
|
-
return this.send(command, optionsOrCb);
|
|
2830
|
-
}
|
|
2831
|
-
}
|
|
2832
|
-
|
|
2833
|
-
/**
|
|
2834
|
-
* <p>Gets the usage data of a usage plan in a specified time interval.</p>
|
|
2835
|
-
*/
|
|
2836
|
-
public getUsage(args: GetUsageCommandInput, options?: __HttpHandlerOptions): Promise<GetUsageCommandOutput>;
|
|
2837
|
-
public getUsage(args: GetUsageCommandInput, cb: (err: any, data?: GetUsageCommandOutput) => void): void;
|
|
2838
|
-
public getUsage(
|
|
2839
|
-
args: GetUsageCommandInput,
|
|
2840
|
-
options: __HttpHandlerOptions,
|
|
2841
|
-
cb: (err: any, data?: GetUsageCommandOutput) => void
|
|
2842
|
-
): void;
|
|
2843
|
-
public getUsage(
|
|
2844
|
-
args: GetUsageCommandInput,
|
|
2845
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetUsageCommandOutput) => void),
|
|
2846
|
-
cb?: (err: any, data?: GetUsageCommandOutput) => void
|
|
2847
|
-
): Promise<GetUsageCommandOutput> | void {
|
|
2848
|
-
const command = new GetUsageCommand(args);
|
|
2849
|
-
if (typeof optionsOrCb === "function") {
|
|
2850
|
-
this.send(command, optionsOrCb);
|
|
2851
|
-
} else if (typeof cb === "function") {
|
|
2852
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2853
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2854
|
-
} else {
|
|
2855
|
-
return this.send(command, optionsOrCb);
|
|
2856
|
-
}
|
|
2857
|
-
}
|
|
2858
|
-
|
|
2859
|
-
/**
|
|
2860
|
-
* <p>Gets a usage plan of a given plan identifier.</p>
|
|
2861
|
-
*/
|
|
2862
|
-
public getUsagePlan(
|
|
2863
|
-
args: GetUsagePlanCommandInput,
|
|
2864
|
-
options?: __HttpHandlerOptions
|
|
2865
|
-
): Promise<GetUsagePlanCommandOutput>;
|
|
2866
|
-
public getUsagePlan(args: GetUsagePlanCommandInput, cb: (err: any, data?: GetUsagePlanCommandOutput) => void): void;
|
|
2867
|
-
public getUsagePlan(
|
|
2868
|
-
args: GetUsagePlanCommandInput,
|
|
2869
|
-
options: __HttpHandlerOptions,
|
|
2870
|
-
cb: (err: any, data?: GetUsagePlanCommandOutput) => void
|
|
2871
|
-
): void;
|
|
2872
|
-
public getUsagePlan(
|
|
2873
|
-
args: GetUsagePlanCommandInput,
|
|
2874
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetUsagePlanCommandOutput) => void),
|
|
2875
|
-
cb?: (err: any, data?: GetUsagePlanCommandOutput) => void
|
|
2876
|
-
): Promise<GetUsagePlanCommandOutput> | void {
|
|
2877
|
-
const command = new GetUsagePlanCommand(args);
|
|
2878
|
-
if (typeof optionsOrCb === "function") {
|
|
2879
|
-
this.send(command, optionsOrCb);
|
|
2880
|
-
} else if (typeof cb === "function") {
|
|
2881
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2882
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2883
|
-
} else {
|
|
2884
|
-
return this.send(command, optionsOrCb);
|
|
2885
|
-
}
|
|
2886
|
-
}
|
|
2887
|
-
|
|
2888
|
-
/**
|
|
2889
|
-
* <p>Gets a usage plan key of a given key identifier.</p>
|
|
2890
|
-
*/
|
|
2891
|
-
public getUsagePlanKey(
|
|
2892
|
-
args: GetUsagePlanKeyCommandInput,
|
|
2893
|
-
options?: __HttpHandlerOptions
|
|
2894
|
-
): Promise<GetUsagePlanKeyCommandOutput>;
|
|
2895
|
-
public getUsagePlanKey(
|
|
2896
|
-
args: GetUsagePlanKeyCommandInput,
|
|
2897
|
-
cb: (err: any, data?: GetUsagePlanKeyCommandOutput) => void
|
|
2898
|
-
): void;
|
|
2899
|
-
public getUsagePlanKey(
|
|
2900
|
-
args: GetUsagePlanKeyCommandInput,
|
|
2901
|
-
options: __HttpHandlerOptions,
|
|
2902
|
-
cb: (err: any, data?: GetUsagePlanKeyCommandOutput) => void
|
|
2903
|
-
): void;
|
|
2904
|
-
public getUsagePlanKey(
|
|
2905
|
-
args: GetUsagePlanKeyCommandInput,
|
|
2906
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetUsagePlanKeyCommandOutput) => void),
|
|
2907
|
-
cb?: (err: any, data?: GetUsagePlanKeyCommandOutput) => void
|
|
2908
|
-
): Promise<GetUsagePlanKeyCommandOutput> | void {
|
|
2909
|
-
const command = new GetUsagePlanKeyCommand(args);
|
|
2910
|
-
if (typeof optionsOrCb === "function") {
|
|
2911
|
-
this.send(command, optionsOrCb);
|
|
2912
|
-
} else if (typeof cb === "function") {
|
|
2913
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2914
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2915
|
-
} else {
|
|
2916
|
-
return this.send(command, optionsOrCb);
|
|
2917
|
-
}
|
|
2918
|
-
}
|
|
2919
|
-
|
|
2920
|
-
/**
|
|
2921
|
-
* <p>Gets all the usage plan keys representing the API keys added to a specified usage plan.</p>
|
|
2922
|
-
*/
|
|
2923
|
-
public getUsagePlanKeys(
|
|
2924
|
-
args: GetUsagePlanKeysCommandInput,
|
|
2925
|
-
options?: __HttpHandlerOptions
|
|
2926
|
-
): Promise<GetUsagePlanKeysCommandOutput>;
|
|
2927
|
-
public getUsagePlanKeys(
|
|
2928
|
-
args: GetUsagePlanKeysCommandInput,
|
|
2929
|
-
cb: (err: any, data?: GetUsagePlanKeysCommandOutput) => void
|
|
2930
|
-
): void;
|
|
2931
|
-
public getUsagePlanKeys(
|
|
2932
|
-
args: GetUsagePlanKeysCommandInput,
|
|
2933
|
-
options: __HttpHandlerOptions,
|
|
2934
|
-
cb: (err: any, data?: GetUsagePlanKeysCommandOutput) => void
|
|
2935
|
-
): void;
|
|
2936
|
-
public getUsagePlanKeys(
|
|
2937
|
-
args: GetUsagePlanKeysCommandInput,
|
|
2938
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetUsagePlanKeysCommandOutput) => void),
|
|
2939
|
-
cb?: (err: any, data?: GetUsagePlanKeysCommandOutput) => void
|
|
2940
|
-
): Promise<GetUsagePlanKeysCommandOutput> | void {
|
|
2941
|
-
const command = new GetUsagePlanKeysCommand(args);
|
|
2942
|
-
if (typeof optionsOrCb === "function") {
|
|
2943
|
-
this.send(command, optionsOrCb);
|
|
2944
|
-
} else if (typeof cb === "function") {
|
|
2945
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2946
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2947
|
-
} else {
|
|
2948
|
-
return this.send(command, optionsOrCb);
|
|
2949
|
-
}
|
|
2950
|
-
}
|
|
2951
|
-
|
|
2952
|
-
/**
|
|
2953
|
-
* <p>Gets all the usage plans of the caller's account.</p>
|
|
2954
|
-
*/
|
|
2955
|
-
public getUsagePlans(
|
|
2956
|
-
args: GetUsagePlansCommandInput,
|
|
2957
|
-
options?: __HttpHandlerOptions
|
|
2958
|
-
): Promise<GetUsagePlansCommandOutput>;
|
|
2959
|
-
public getUsagePlans(
|
|
2960
|
-
args: GetUsagePlansCommandInput,
|
|
2961
|
-
cb: (err: any, data?: GetUsagePlansCommandOutput) => void
|
|
2962
|
-
): void;
|
|
2963
|
-
public getUsagePlans(
|
|
2964
|
-
args: GetUsagePlansCommandInput,
|
|
2965
|
-
options: __HttpHandlerOptions,
|
|
2966
|
-
cb: (err: any, data?: GetUsagePlansCommandOutput) => void
|
|
2967
|
-
): void;
|
|
2968
|
-
public getUsagePlans(
|
|
2969
|
-
args: GetUsagePlansCommandInput,
|
|
2970
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetUsagePlansCommandOutput) => void),
|
|
2971
|
-
cb?: (err: any, data?: GetUsagePlansCommandOutput) => void
|
|
2972
|
-
): Promise<GetUsagePlansCommandOutput> | void {
|
|
2973
|
-
const command = new GetUsagePlansCommand(args);
|
|
2974
|
-
if (typeof optionsOrCb === "function") {
|
|
2975
|
-
this.send(command, optionsOrCb);
|
|
2976
|
-
} else if (typeof cb === "function") {
|
|
2977
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2978
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2979
|
-
} else {
|
|
2980
|
-
return this.send(command, optionsOrCb);
|
|
2981
|
-
}
|
|
2982
|
-
}
|
|
2983
|
-
|
|
2984
|
-
/**
|
|
2985
|
-
* <p>Gets a specified VPC link under the caller's account in a region.</p>
|
|
2986
|
-
*/
|
|
2987
|
-
public getVpcLink(args: GetVpcLinkCommandInput, options?: __HttpHandlerOptions): Promise<GetVpcLinkCommandOutput>;
|
|
2988
|
-
public getVpcLink(args: GetVpcLinkCommandInput, cb: (err: any, data?: GetVpcLinkCommandOutput) => void): void;
|
|
2989
|
-
public getVpcLink(
|
|
2990
|
-
args: GetVpcLinkCommandInput,
|
|
2991
|
-
options: __HttpHandlerOptions,
|
|
2992
|
-
cb: (err: any, data?: GetVpcLinkCommandOutput) => void
|
|
2993
|
-
): void;
|
|
2994
|
-
public getVpcLink(
|
|
2995
|
-
args: GetVpcLinkCommandInput,
|
|
2996
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetVpcLinkCommandOutput) => void),
|
|
2997
|
-
cb?: (err: any, data?: GetVpcLinkCommandOutput) => void
|
|
2998
|
-
): Promise<GetVpcLinkCommandOutput> | void {
|
|
2999
|
-
const command = new GetVpcLinkCommand(args);
|
|
3000
|
-
if (typeof optionsOrCb === "function") {
|
|
3001
|
-
this.send(command, optionsOrCb);
|
|
3002
|
-
} else if (typeof cb === "function") {
|
|
3003
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3004
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3005
|
-
} else {
|
|
3006
|
-
return this.send(command, optionsOrCb);
|
|
3007
|
-
}
|
|
3008
|
-
}
|
|
3009
|
-
|
|
3010
|
-
/**
|
|
3011
|
-
* <p>Gets the <a>VpcLinks</a> collection under the caller's account in a selected region.</p>
|
|
3012
|
-
*/
|
|
3013
|
-
public getVpcLinks(args: GetVpcLinksCommandInput, options?: __HttpHandlerOptions): Promise<GetVpcLinksCommandOutput>;
|
|
3014
|
-
public getVpcLinks(args: GetVpcLinksCommandInput, cb: (err: any, data?: GetVpcLinksCommandOutput) => void): void;
|
|
3015
|
-
public getVpcLinks(
|
|
3016
|
-
args: GetVpcLinksCommandInput,
|
|
3017
|
-
options: __HttpHandlerOptions,
|
|
3018
|
-
cb: (err: any, data?: GetVpcLinksCommandOutput) => void
|
|
3019
|
-
): void;
|
|
3020
|
-
public getVpcLinks(
|
|
3021
|
-
args: GetVpcLinksCommandInput,
|
|
3022
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetVpcLinksCommandOutput) => void),
|
|
3023
|
-
cb?: (err: any, data?: GetVpcLinksCommandOutput) => void
|
|
3024
|
-
): Promise<GetVpcLinksCommandOutput> | void {
|
|
3025
|
-
const command = new GetVpcLinksCommand(args);
|
|
3026
|
-
if (typeof optionsOrCb === "function") {
|
|
3027
|
-
this.send(command, optionsOrCb);
|
|
3028
|
-
} else if (typeof cb === "function") {
|
|
3029
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3030
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3031
|
-
} else {
|
|
3032
|
-
return this.send(command, optionsOrCb);
|
|
3033
|
-
}
|
|
3034
|
-
}
|
|
3035
|
-
|
|
3036
|
-
/**
|
|
3037
|
-
* <p>Import API keys from an external source, such as a CSV-formatted file.</p>
|
|
3038
|
-
*/
|
|
3039
|
-
public importApiKeys(
|
|
3040
|
-
args: ImportApiKeysCommandInput,
|
|
3041
|
-
options?: __HttpHandlerOptions
|
|
3042
|
-
): Promise<ImportApiKeysCommandOutput>;
|
|
3043
|
-
public importApiKeys(
|
|
3044
|
-
args: ImportApiKeysCommandInput,
|
|
3045
|
-
cb: (err: any, data?: ImportApiKeysCommandOutput) => void
|
|
3046
|
-
): void;
|
|
3047
|
-
public importApiKeys(
|
|
3048
|
-
args: ImportApiKeysCommandInput,
|
|
3049
|
-
options: __HttpHandlerOptions,
|
|
3050
|
-
cb: (err: any, data?: ImportApiKeysCommandOutput) => void
|
|
3051
|
-
): void;
|
|
3052
|
-
public importApiKeys(
|
|
3053
|
-
args: ImportApiKeysCommandInput,
|
|
3054
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ImportApiKeysCommandOutput) => void),
|
|
3055
|
-
cb?: (err: any, data?: ImportApiKeysCommandOutput) => void
|
|
3056
|
-
): Promise<ImportApiKeysCommandOutput> | void {
|
|
3057
|
-
const command = new ImportApiKeysCommand(args);
|
|
3058
|
-
if (typeof optionsOrCb === "function") {
|
|
3059
|
-
this.send(command, optionsOrCb);
|
|
3060
|
-
} else if (typeof cb === "function") {
|
|
3061
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3062
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3063
|
-
} else {
|
|
3064
|
-
return this.send(command, optionsOrCb);
|
|
3065
|
-
}
|
|
3066
|
-
}
|
|
3067
|
-
|
|
3068
|
-
public importDocumentationParts(
|
|
3069
|
-
args: ImportDocumentationPartsCommandInput,
|
|
3070
|
-
options?: __HttpHandlerOptions
|
|
3071
|
-
): Promise<ImportDocumentationPartsCommandOutput>;
|
|
3072
|
-
public importDocumentationParts(
|
|
3073
|
-
args: ImportDocumentationPartsCommandInput,
|
|
3074
|
-
cb: (err: any, data?: ImportDocumentationPartsCommandOutput) => void
|
|
3075
|
-
): void;
|
|
3076
|
-
public importDocumentationParts(
|
|
3077
|
-
args: ImportDocumentationPartsCommandInput,
|
|
3078
|
-
options: __HttpHandlerOptions,
|
|
3079
|
-
cb: (err: any, data?: ImportDocumentationPartsCommandOutput) => void
|
|
3080
|
-
): void;
|
|
3081
|
-
public importDocumentationParts(
|
|
3082
|
-
args: ImportDocumentationPartsCommandInput,
|
|
3083
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ImportDocumentationPartsCommandOutput) => void),
|
|
3084
|
-
cb?: (err: any, data?: ImportDocumentationPartsCommandOutput) => void
|
|
3085
|
-
): Promise<ImportDocumentationPartsCommandOutput> | void {
|
|
3086
|
-
const command = new ImportDocumentationPartsCommand(args);
|
|
3087
|
-
if (typeof optionsOrCb === "function") {
|
|
3088
|
-
this.send(command, optionsOrCb);
|
|
3089
|
-
} else if (typeof cb === "function") {
|
|
3090
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3091
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3092
|
-
} else {
|
|
3093
|
-
return this.send(command, optionsOrCb);
|
|
3094
|
-
}
|
|
3095
|
-
}
|
|
3096
|
-
|
|
3097
|
-
/**
|
|
3098
|
-
* <p>A feature of the API Gateway control service for creating a new API from an external API definition file.</p>
|
|
3099
|
-
*/
|
|
3100
|
-
public importRestApi(
|
|
3101
|
-
args: ImportRestApiCommandInput,
|
|
3102
|
-
options?: __HttpHandlerOptions
|
|
3103
|
-
): Promise<ImportRestApiCommandOutput>;
|
|
3104
|
-
public importRestApi(
|
|
3105
|
-
args: ImportRestApiCommandInput,
|
|
3106
|
-
cb: (err: any, data?: ImportRestApiCommandOutput) => void
|
|
3107
|
-
): void;
|
|
3108
|
-
public importRestApi(
|
|
3109
|
-
args: ImportRestApiCommandInput,
|
|
3110
|
-
options: __HttpHandlerOptions,
|
|
3111
|
-
cb: (err: any, data?: ImportRestApiCommandOutput) => void
|
|
3112
|
-
): void;
|
|
3113
|
-
public importRestApi(
|
|
3114
|
-
args: ImportRestApiCommandInput,
|
|
3115
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ImportRestApiCommandOutput) => void),
|
|
3116
|
-
cb?: (err: any, data?: ImportRestApiCommandOutput) => void
|
|
3117
|
-
): Promise<ImportRestApiCommandOutput> | void {
|
|
3118
|
-
const command = new ImportRestApiCommand(args);
|
|
3119
|
-
if (typeof optionsOrCb === "function") {
|
|
3120
|
-
this.send(command, optionsOrCb);
|
|
3121
|
-
} else if (typeof cb === "function") {
|
|
3122
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3123
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3124
|
-
} else {
|
|
3125
|
-
return this.send(command, optionsOrCb);
|
|
3126
|
-
}
|
|
3127
|
-
}
|
|
3128
|
-
|
|
3129
|
-
/**
|
|
3130
|
-
* <p>Creates a customization of a <a>GatewayResponse</a> of a specified response type and status code on the given <a>RestApi</a>.</p>
|
|
3131
|
-
*/
|
|
3132
|
-
public putGatewayResponse(
|
|
3133
|
-
args: PutGatewayResponseCommandInput,
|
|
3134
|
-
options?: __HttpHandlerOptions
|
|
3135
|
-
): Promise<PutGatewayResponseCommandOutput>;
|
|
3136
|
-
public putGatewayResponse(
|
|
3137
|
-
args: PutGatewayResponseCommandInput,
|
|
3138
|
-
cb: (err: any, data?: PutGatewayResponseCommandOutput) => void
|
|
3139
|
-
): void;
|
|
3140
|
-
public putGatewayResponse(
|
|
3141
|
-
args: PutGatewayResponseCommandInput,
|
|
3142
|
-
options: __HttpHandlerOptions,
|
|
3143
|
-
cb: (err: any, data?: PutGatewayResponseCommandOutput) => void
|
|
3144
|
-
): void;
|
|
3145
|
-
public putGatewayResponse(
|
|
3146
|
-
args: PutGatewayResponseCommandInput,
|
|
3147
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: PutGatewayResponseCommandOutput) => void),
|
|
3148
|
-
cb?: (err: any, data?: PutGatewayResponseCommandOutput) => void
|
|
3149
|
-
): Promise<PutGatewayResponseCommandOutput> | void {
|
|
3150
|
-
const command = new PutGatewayResponseCommand(args);
|
|
3151
|
-
if (typeof optionsOrCb === "function") {
|
|
3152
|
-
this.send(command, optionsOrCb);
|
|
3153
|
-
} else if (typeof cb === "function") {
|
|
3154
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3155
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3156
|
-
} else {
|
|
3157
|
-
return this.send(command, optionsOrCb);
|
|
3158
|
-
}
|
|
3159
|
-
}
|
|
3160
|
-
|
|
3161
|
-
/**
|
|
3162
|
-
* <p>Sets up a method's integration.</p>
|
|
3163
|
-
*/
|
|
3164
|
-
public putIntegration(
|
|
3165
|
-
args: PutIntegrationCommandInput,
|
|
3166
|
-
options?: __HttpHandlerOptions
|
|
3167
|
-
): Promise<PutIntegrationCommandOutput>;
|
|
3168
|
-
public putIntegration(
|
|
3169
|
-
args: PutIntegrationCommandInput,
|
|
3170
|
-
cb: (err: any, data?: PutIntegrationCommandOutput) => void
|
|
3171
|
-
): void;
|
|
3172
|
-
public putIntegration(
|
|
3173
|
-
args: PutIntegrationCommandInput,
|
|
3174
|
-
options: __HttpHandlerOptions,
|
|
3175
|
-
cb: (err: any, data?: PutIntegrationCommandOutput) => void
|
|
3176
|
-
): void;
|
|
3177
|
-
public putIntegration(
|
|
3178
|
-
args: PutIntegrationCommandInput,
|
|
3179
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: PutIntegrationCommandOutput) => void),
|
|
3180
|
-
cb?: (err: any, data?: PutIntegrationCommandOutput) => void
|
|
3181
|
-
): Promise<PutIntegrationCommandOutput> | void {
|
|
3182
|
-
const command = new PutIntegrationCommand(args);
|
|
3183
|
-
if (typeof optionsOrCb === "function") {
|
|
3184
|
-
this.send(command, optionsOrCb);
|
|
3185
|
-
} else if (typeof cb === "function") {
|
|
3186
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3187
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3188
|
-
} else {
|
|
3189
|
-
return this.send(command, optionsOrCb);
|
|
3190
|
-
}
|
|
3191
|
-
}
|
|
3192
|
-
|
|
3193
|
-
/**
|
|
3194
|
-
* <p>Represents a put integration.</p>
|
|
3195
|
-
*/
|
|
3196
|
-
public putIntegrationResponse(
|
|
3197
|
-
args: PutIntegrationResponseCommandInput,
|
|
3198
|
-
options?: __HttpHandlerOptions
|
|
3199
|
-
): Promise<PutIntegrationResponseCommandOutput>;
|
|
3200
|
-
public putIntegrationResponse(
|
|
3201
|
-
args: PutIntegrationResponseCommandInput,
|
|
3202
|
-
cb: (err: any, data?: PutIntegrationResponseCommandOutput) => void
|
|
3203
|
-
): void;
|
|
3204
|
-
public putIntegrationResponse(
|
|
3205
|
-
args: PutIntegrationResponseCommandInput,
|
|
3206
|
-
options: __HttpHandlerOptions,
|
|
3207
|
-
cb: (err: any, data?: PutIntegrationResponseCommandOutput) => void
|
|
3208
|
-
): void;
|
|
3209
|
-
public putIntegrationResponse(
|
|
3210
|
-
args: PutIntegrationResponseCommandInput,
|
|
3211
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: PutIntegrationResponseCommandOutput) => void),
|
|
3212
|
-
cb?: (err: any, data?: PutIntegrationResponseCommandOutput) => void
|
|
3213
|
-
): Promise<PutIntegrationResponseCommandOutput> | void {
|
|
3214
|
-
const command = new PutIntegrationResponseCommand(args);
|
|
3215
|
-
if (typeof optionsOrCb === "function") {
|
|
3216
|
-
this.send(command, optionsOrCb);
|
|
3217
|
-
} else if (typeof cb === "function") {
|
|
3218
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3219
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3220
|
-
} else {
|
|
3221
|
-
return this.send(command, optionsOrCb);
|
|
3222
|
-
}
|
|
3223
|
-
}
|
|
3224
|
-
|
|
3225
|
-
/**
|
|
3226
|
-
* <p>Add a method to an existing <a>Resource</a> resource.</p>
|
|
3227
|
-
*/
|
|
3228
|
-
public putMethod(args: PutMethodCommandInput, options?: __HttpHandlerOptions): Promise<PutMethodCommandOutput>;
|
|
3229
|
-
public putMethod(args: PutMethodCommandInput, cb: (err: any, data?: PutMethodCommandOutput) => void): void;
|
|
3230
|
-
public putMethod(
|
|
3231
|
-
args: PutMethodCommandInput,
|
|
3232
|
-
options: __HttpHandlerOptions,
|
|
3233
|
-
cb: (err: any, data?: PutMethodCommandOutput) => void
|
|
3234
|
-
): void;
|
|
3235
|
-
public putMethod(
|
|
3236
|
-
args: PutMethodCommandInput,
|
|
3237
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: PutMethodCommandOutput) => void),
|
|
3238
|
-
cb?: (err: any, data?: PutMethodCommandOutput) => void
|
|
3239
|
-
): Promise<PutMethodCommandOutput> | void {
|
|
3240
|
-
const command = new PutMethodCommand(args);
|
|
3241
|
-
if (typeof optionsOrCb === "function") {
|
|
3242
|
-
this.send(command, optionsOrCb);
|
|
3243
|
-
} else if (typeof cb === "function") {
|
|
3244
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3245
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3246
|
-
} else {
|
|
3247
|
-
return this.send(command, optionsOrCb);
|
|
3248
|
-
}
|
|
3249
|
-
}
|
|
3250
|
-
|
|
3251
|
-
/**
|
|
3252
|
-
* <p>Adds a <a>MethodResponse</a> to an existing <a>Method</a> resource.</p>
|
|
3253
|
-
*/
|
|
3254
|
-
public putMethodResponse(
|
|
3255
|
-
args: PutMethodResponseCommandInput,
|
|
3256
|
-
options?: __HttpHandlerOptions
|
|
3257
|
-
): Promise<PutMethodResponseCommandOutput>;
|
|
3258
|
-
public putMethodResponse(
|
|
3259
|
-
args: PutMethodResponseCommandInput,
|
|
3260
|
-
cb: (err: any, data?: PutMethodResponseCommandOutput) => void
|
|
3261
|
-
): void;
|
|
3262
|
-
public putMethodResponse(
|
|
3263
|
-
args: PutMethodResponseCommandInput,
|
|
3264
|
-
options: __HttpHandlerOptions,
|
|
3265
|
-
cb: (err: any, data?: PutMethodResponseCommandOutput) => void
|
|
3266
|
-
): void;
|
|
3267
|
-
public putMethodResponse(
|
|
3268
|
-
args: PutMethodResponseCommandInput,
|
|
3269
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: PutMethodResponseCommandOutput) => void),
|
|
3270
|
-
cb?: (err: any, data?: PutMethodResponseCommandOutput) => void
|
|
3271
|
-
): Promise<PutMethodResponseCommandOutput> | void {
|
|
3272
|
-
const command = new PutMethodResponseCommand(args);
|
|
3273
|
-
if (typeof optionsOrCb === "function") {
|
|
3274
|
-
this.send(command, optionsOrCb);
|
|
3275
|
-
} else if (typeof cb === "function") {
|
|
3276
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3277
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3278
|
-
} else {
|
|
3279
|
-
return this.send(command, optionsOrCb);
|
|
3280
|
-
}
|
|
3281
|
-
}
|
|
3282
|
-
|
|
3283
|
-
/**
|
|
3284
|
-
* <p>A feature of the API Gateway control service for updating an existing API with an input of external API definitions.
|
|
3285
|
-
* The update can take the form of merging the supplied definition into the existing API or overwriting the existing API.</p>
|
|
3286
|
-
*/
|
|
3287
|
-
public putRestApi(args: PutRestApiCommandInput, options?: __HttpHandlerOptions): Promise<PutRestApiCommandOutput>;
|
|
3288
|
-
public putRestApi(args: PutRestApiCommandInput, cb: (err: any, data?: PutRestApiCommandOutput) => void): void;
|
|
3289
|
-
public putRestApi(
|
|
3290
|
-
args: PutRestApiCommandInput,
|
|
3291
|
-
options: __HttpHandlerOptions,
|
|
3292
|
-
cb: (err: any, data?: PutRestApiCommandOutput) => void
|
|
3293
|
-
): void;
|
|
3294
|
-
public putRestApi(
|
|
3295
|
-
args: PutRestApiCommandInput,
|
|
3296
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: PutRestApiCommandOutput) => void),
|
|
3297
|
-
cb?: (err: any, data?: PutRestApiCommandOutput) => void
|
|
3298
|
-
): Promise<PutRestApiCommandOutput> | void {
|
|
3299
|
-
const command = new PutRestApiCommand(args);
|
|
3300
|
-
if (typeof optionsOrCb === "function") {
|
|
3301
|
-
this.send(command, optionsOrCb);
|
|
3302
|
-
} else if (typeof cb === "function") {
|
|
3303
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3304
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3305
|
-
} else {
|
|
3306
|
-
return this.send(command, optionsOrCb);
|
|
3307
|
-
}
|
|
3308
|
-
}
|
|
3309
|
-
|
|
3310
|
-
/**
|
|
3311
|
-
* <p>Adds or updates a tag on a given resource.</p>
|
|
3312
|
-
*/
|
|
3313
|
-
public tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
3314
|
-
public tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
3315
|
-
public tagResource(
|
|
3316
|
-
args: TagResourceCommandInput,
|
|
3317
|
-
options: __HttpHandlerOptions,
|
|
3318
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
3319
|
-
): void;
|
|
3320
|
-
public tagResource(
|
|
3321
|
-
args: TagResourceCommandInput,
|
|
3322
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: TagResourceCommandOutput) => void),
|
|
3323
|
-
cb?: (err: any, data?: TagResourceCommandOutput) => void
|
|
3324
|
-
): Promise<TagResourceCommandOutput> | void {
|
|
3325
|
-
const command = new TagResourceCommand(args);
|
|
3326
|
-
if (typeof optionsOrCb === "function") {
|
|
3327
|
-
this.send(command, optionsOrCb);
|
|
3328
|
-
} else if (typeof cb === "function") {
|
|
3329
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3330
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3331
|
-
} else {
|
|
3332
|
-
return this.send(command, optionsOrCb);
|
|
3333
|
-
}
|
|
3334
|
-
}
|
|
3335
|
-
|
|
3336
|
-
/**
|
|
3337
|
-
* <p>Simulate the execution of an <a>Authorizer</a> in your <a>RestApi</a> with headers, parameters, and an incoming request body.</p>
|
|
3338
|
-
* <div class="seeAlso">
|
|
3339
|
-
* <a href="https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-use-lambda-authorizer.html">Use Lambda Function as Authorizer</a>
|
|
3340
|
-
* <a href="https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-integrate-with-cognito.html">Use Cognito User Pool as Authorizer</a>
|
|
3341
|
-
* </div>
|
|
3342
|
-
*/
|
|
3343
|
-
public testInvokeAuthorizer(
|
|
3344
|
-
args: TestInvokeAuthorizerCommandInput,
|
|
3345
|
-
options?: __HttpHandlerOptions
|
|
3346
|
-
): Promise<TestInvokeAuthorizerCommandOutput>;
|
|
3347
|
-
public testInvokeAuthorizer(
|
|
3348
|
-
args: TestInvokeAuthorizerCommandInput,
|
|
3349
|
-
cb: (err: any, data?: TestInvokeAuthorizerCommandOutput) => void
|
|
3350
|
-
): void;
|
|
3351
|
-
public testInvokeAuthorizer(
|
|
3352
|
-
args: TestInvokeAuthorizerCommandInput,
|
|
3353
|
-
options: __HttpHandlerOptions,
|
|
3354
|
-
cb: (err: any, data?: TestInvokeAuthorizerCommandOutput) => void
|
|
3355
|
-
): void;
|
|
3356
|
-
public testInvokeAuthorizer(
|
|
3357
|
-
args: TestInvokeAuthorizerCommandInput,
|
|
3358
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: TestInvokeAuthorizerCommandOutput) => void),
|
|
3359
|
-
cb?: (err: any, data?: TestInvokeAuthorizerCommandOutput) => void
|
|
3360
|
-
): Promise<TestInvokeAuthorizerCommandOutput> | void {
|
|
3361
|
-
const command = new TestInvokeAuthorizerCommand(args);
|
|
3362
|
-
if (typeof optionsOrCb === "function") {
|
|
3363
|
-
this.send(command, optionsOrCb);
|
|
3364
|
-
} else if (typeof cb === "function") {
|
|
3365
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3366
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3367
|
-
} else {
|
|
3368
|
-
return this.send(command, optionsOrCb);
|
|
3369
|
-
}
|
|
3370
|
-
}
|
|
3371
|
-
|
|
3372
|
-
/**
|
|
3373
|
-
* <p>Simulate the execution of a <a>Method</a> in your <a>RestApi</a> with headers, parameters, and an incoming request body.</p>
|
|
3374
|
-
*/
|
|
3375
|
-
public testInvokeMethod(
|
|
3376
|
-
args: TestInvokeMethodCommandInput,
|
|
3377
|
-
options?: __HttpHandlerOptions
|
|
3378
|
-
): Promise<TestInvokeMethodCommandOutput>;
|
|
3379
|
-
public testInvokeMethod(
|
|
3380
|
-
args: TestInvokeMethodCommandInput,
|
|
3381
|
-
cb: (err: any, data?: TestInvokeMethodCommandOutput) => void
|
|
3382
|
-
): void;
|
|
3383
|
-
public testInvokeMethod(
|
|
3384
|
-
args: TestInvokeMethodCommandInput,
|
|
3385
|
-
options: __HttpHandlerOptions,
|
|
3386
|
-
cb: (err: any, data?: TestInvokeMethodCommandOutput) => void
|
|
3387
|
-
): void;
|
|
3388
|
-
public testInvokeMethod(
|
|
3389
|
-
args: TestInvokeMethodCommandInput,
|
|
3390
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: TestInvokeMethodCommandOutput) => void),
|
|
3391
|
-
cb?: (err: any, data?: TestInvokeMethodCommandOutput) => void
|
|
3392
|
-
): Promise<TestInvokeMethodCommandOutput> | void {
|
|
3393
|
-
const command = new TestInvokeMethodCommand(args);
|
|
3394
|
-
if (typeof optionsOrCb === "function") {
|
|
3395
|
-
this.send(command, optionsOrCb);
|
|
3396
|
-
} else if (typeof cb === "function") {
|
|
3397
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3398
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3399
|
-
} else {
|
|
3400
|
-
return this.send(command, optionsOrCb);
|
|
3401
|
-
}
|
|
3402
|
-
}
|
|
3403
|
-
|
|
3404
|
-
/**
|
|
3405
|
-
* <p>Removes a tag from a given resource.</p>
|
|
3406
|
-
*/
|
|
3407
|
-
public untagResource(
|
|
3408
|
-
args: UntagResourceCommandInput,
|
|
3409
|
-
options?: __HttpHandlerOptions
|
|
3410
|
-
): Promise<UntagResourceCommandOutput>;
|
|
3411
|
-
public untagResource(
|
|
3412
|
-
args: UntagResourceCommandInput,
|
|
3413
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
3414
|
-
): void;
|
|
3415
|
-
public untagResource(
|
|
3416
|
-
args: UntagResourceCommandInput,
|
|
3417
|
-
options: __HttpHandlerOptions,
|
|
3418
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
3419
|
-
): void;
|
|
3420
|
-
public untagResource(
|
|
3421
|
-
args: UntagResourceCommandInput,
|
|
3422
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UntagResourceCommandOutput) => void),
|
|
3423
|
-
cb?: (err: any, data?: UntagResourceCommandOutput) => void
|
|
3424
|
-
): Promise<UntagResourceCommandOutput> | void {
|
|
3425
|
-
const command = new UntagResourceCommand(args);
|
|
3426
|
-
if (typeof optionsOrCb === "function") {
|
|
3427
|
-
this.send(command, optionsOrCb);
|
|
3428
|
-
} else if (typeof cb === "function") {
|
|
3429
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3430
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3431
|
-
} else {
|
|
3432
|
-
return this.send(command, optionsOrCb);
|
|
3433
|
-
}
|
|
3434
|
-
}
|
|
3435
|
-
|
|
3436
|
-
/**
|
|
3437
|
-
* <p>Changes information about the current <a>Account</a> resource.</p>
|
|
3438
|
-
*/
|
|
3439
|
-
public updateAccount(
|
|
3440
|
-
args: UpdateAccountCommandInput,
|
|
3441
|
-
options?: __HttpHandlerOptions
|
|
3442
|
-
): Promise<UpdateAccountCommandOutput>;
|
|
3443
|
-
public updateAccount(
|
|
3444
|
-
args: UpdateAccountCommandInput,
|
|
3445
|
-
cb: (err: any, data?: UpdateAccountCommandOutput) => void
|
|
3446
|
-
): void;
|
|
3447
|
-
public updateAccount(
|
|
3448
|
-
args: UpdateAccountCommandInput,
|
|
3449
|
-
options: __HttpHandlerOptions,
|
|
3450
|
-
cb: (err: any, data?: UpdateAccountCommandOutput) => void
|
|
3451
|
-
): void;
|
|
3452
|
-
public updateAccount(
|
|
3453
|
-
args: UpdateAccountCommandInput,
|
|
3454
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateAccountCommandOutput) => void),
|
|
3455
|
-
cb?: (err: any, data?: UpdateAccountCommandOutput) => void
|
|
3456
|
-
): Promise<UpdateAccountCommandOutput> | void {
|
|
3457
|
-
const command = new UpdateAccountCommand(args);
|
|
3458
|
-
if (typeof optionsOrCb === "function") {
|
|
3459
|
-
this.send(command, optionsOrCb);
|
|
3460
|
-
} else if (typeof cb === "function") {
|
|
3461
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3462
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3463
|
-
} else {
|
|
3464
|
-
return this.send(command, optionsOrCb);
|
|
3465
|
-
}
|
|
3466
|
-
}
|
|
3467
|
-
|
|
3468
|
-
/**
|
|
3469
|
-
* <p>Changes information about an <a>ApiKey</a> resource.</p>
|
|
3470
|
-
*/
|
|
3471
|
-
public updateApiKey(
|
|
3472
|
-
args: UpdateApiKeyCommandInput,
|
|
3473
|
-
options?: __HttpHandlerOptions
|
|
3474
|
-
): Promise<UpdateApiKeyCommandOutput>;
|
|
3475
|
-
public updateApiKey(args: UpdateApiKeyCommandInput, cb: (err: any, data?: UpdateApiKeyCommandOutput) => void): void;
|
|
3476
|
-
public updateApiKey(
|
|
3477
|
-
args: UpdateApiKeyCommandInput,
|
|
3478
|
-
options: __HttpHandlerOptions,
|
|
3479
|
-
cb: (err: any, data?: UpdateApiKeyCommandOutput) => void
|
|
3480
|
-
): void;
|
|
3481
|
-
public updateApiKey(
|
|
3482
|
-
args: UpdateApiKeyCommandInput,
|
|
3483
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateApiKeyCommandOutput) => void),
|
|
3484
|
-
cb?: (err: any, data?: UpdateApiKeyCommandOutput) => void
|
|
3485
|
-
): Promise<UpdateApiKeyCommandOutput> | void {
|
|
3486
|
-
const command = new UpdateApiKeyCommand(args);
|
|
3487
|
-
if (typeof optionsOrCb === "function") {
|
|
3488
|
-
this.send(command, optionsOrCb);
|
|
3489
|
-
} else if (typeof cb === "function") {
|
|
3490
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3491
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3492
|
-
} else {
|
|
3493
|
-
return this.send(command, optionsOrCb);
|
|
3494
|
-
}
|
|
3495
|
-
}
|
|
3496
|
-
|
|
3497
|
-
/**
|
|
3498
|
-
* <p>Updates an existing <a>Authorizer</a> resource.</p>
|
|
3499
|
-
* <div class="seeAlso"><a href="https://docs.aws.amazon.com/cli/latest/reference/apigateway/update-authorizer.html">AWS CLI</a></div>
|
|
3500
|
-
*/
|
|
3501
|
-
public updateAuthorizer(
|
|
3502
|
-
args: UpdateAuthorizerCommandInput,
|
|
3503
|
-
options?: __HttpHandlerOptions
|
|
3504
|
-
): Promise<UpdateAuthorizerCommandOutput>;
|
|
3505
|
-
public updateAuthorizer(
|
|
3506
|
-
args: UpdateAuthorizerCommandInput,
|
|
3507
|
-
cb: (err: any, data?: UpdateAuthorizerCommandOutput) => void
|
|
3508
|
-
): void;
|
|
3509
|
-
public updateAuthorizer(
|
|
3510
|
-
args: UpdateAuthorizerCommandInput,
|
|
3511
|
-
options: __HttpHandlerOptions,
|
|
3512
|
-
cb: (err: any, data?: UpdateAuthorizerCommandOutput) => void
|
|
3513
|
-
): void;
|
|
3514
|
-
public updateAuthorizer(
|
|
3515
|
-
args: UpdateAuthorizerCommandInput,
|
|
3516
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateAuthorizerCommandOutput) => void),
|
|
3517
|
-
cb?: (err: any, data?: UpdateAuthorizerCommandOutput) => void
|
|
3518
|
-
): Promise<UpdateAuthorizerCommandOutput> | void {
|
|
3519
|
-
const command = new UpdateAuthorizerCommand(args);
|
|
3520
|
-
if (typeof optionsOrCb === "function") {
|
|
3521
|
-
this.send(command, optionsOrCb);
|
|
3522
|
-
} else if (typeof cb === "function") {
|
|
3523
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3524
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3525
|
-
} else {
|
|
3526
|
-
return this.send(command, optionsOrCb);
|
|
3527
|
-
}
|
|
3528
|
-
}
|
|
3529
|
-
|
|
3530
|
-
/**
|
|
3531
|
-
* <p>Changes information about the <a>BasePathMapping</a> resource.</p>
|
|
3532
|
-
*/
|
|
3533
|
-
public updateBasePathMapping(
|
|
3534
|
-
args: UpdateBasePathMappingCommandInput,
|
|
3535
|
-
options?: __HttpHandlerOptions
|
|
3536
|
-
): Promise<UpdateBasePathMappingCommandOutput>;
|
|
3537
|
-
public updateBasePathMapping(
|
|
3538
|
-
args: UpdateBasePathMappingCommandInput,
|
|
3539
|
-
cb: (err: any, data?: UpdateBasePathMappingCommandOutput) => void
|
|
3540
|
-
): void;
|
|
3541
|
-
public updateBasePathMapping(
|
|
3542
|
-
args: UpdateBasePathMappingCommandInput,
|
|
3543
|
-
options: __HttpHandlerOptions,
|
|
3544
|
-
cb: (err: any, data?: UpdateBasePathMappingCommandOutput) => void
|
|
3545
|
-
): void;
|
|
3546
|
-
public updateBasePathMapping(
|
|
3547
|
-
args: UpdateBasePathMappingCommandInput,
|
|
3548
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateBasePathMappingCommandOutput) => void),
|
|
3549
|
-
cb?: (err: any, data?: UpdateBasePathMappingCommandOutput) => void
|
|
3550
|
-
): Promise<UpdateBasePathMappingCommandOutput> | void {
|
|
3551
|
-
const command = new UpdateBasePathMappingCommand(args);
|
|
3552
|
-
if (typeof optionsOrCb === "function") {
|
|
3553
|
-
this.send(command, optionsOrCb);
|
|
3554
|
-
} else if (typeof cb === "function") {
|
|
3555
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3556
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3557
|
-
} else {
|
|
3558
|
-
return this.send(command, optionsOrCb);
|
|
3559
|
-
}
|
|
3560
|
-
}
|
|
3561
|
-
|
|
3562
|
-
/**
|
|
3563
|
-
* <p>Changes information about an <a>ClientCertificate</a> resource.</p>
|
|
3564
|
-
*/
|
|
3565
|
-
public updateClientCertificate(
|
|
3566
|
-
args: UpdateClientCertificateCommandInput,
|
|
3567
|
-
options?: __HttpHandlerOptions
|
|
3568
|
-
): Promise<UpdateClientCertificateCommandOutput>;
|
|
3569
|
-
public updateClientCertificate(
|
|
3570
|
-
args: UpdateClientCertificateCommandInput,
|
|
3571
|
-
cb: (err: any, data?: UpdateClientCertificateCommandOutput) => void
|
|
3572
|
-
): void;
|
|
3573
|
-
public updateClientCertificate(
|
|
3574
|
-
args: UpdateClientCertificateCommandInput,
|
|
3575
|
-
options: __HttpHandlerOptions,
|
|
3576
|
-
cb: (err: any, data?: UpdateClientCertificateCommandOutput) => void
|
|
3577
|
-
): void;
|
|
3578
|
-
public updateClientCertificate(
|
|
3579
|
-
args: UpdateClientCertificateCommandInput,
|
|
3580
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateClientCertificateCommandOutput) => void),
|
|
3581
|
-
cb?: (err: any, data?: UpdateClientCertificateCommandOutput) => void
|
|
3582
|
-
): Promise<UpdateClientCertificateCommandOutput> | void {
|
|
3583
|
-
const command = new UpdateClientCertificateCommand(args);
|
|
3584
|
-
if (typeof optionsOrCb === "function") {
|
|
3585
|
-
this.send(command, optionsOrCb);
|
|
3586
|
-
} else if (typeof cb === "function") {
|
|
3587
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3588
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3589
|
-
} else {
|
|
3590
|
-
return this.send(command, optionsOrCb);
|
|
3591
|
-
}
|
|
3592
|
-
}
|
|
3593
|
-
|
|
3594
|
-
/**
|
|
3595
|
-
* <p>Changes information about a <a>Deployment</a> resource.</p>
|
|
3596
|
-
*/
|
|
3597
|
-
public updateDeployment(
|
|
3598
|
-
args: UpdateDeploymentCommandInput,
|
|
3599
|
-
options?: __HttpHandlerOptions
|
|
3600
|
-
): Promise<UpdateDeploymentCommandOutput>;
|
|
3601
|
-
public updateDeployment(
|
|
3602
|
-
args: UpdateDeploymentCommandInput,
|
|
3603
|
-
cb: (err: any, data?: UpdateDeploymentCommandOutput) => void
|
|
3604
|
-
): void;
|
|
3605
|
-
public updateDeployment(
|
|
3606
|
-
args: UpdateDeploymentCommandInput,
|
|
3607
|
-
options: __HttpHandlerOptions,
|
|
3608
|
-
cb: (err: any, data?: UpdateDeploymentCommandOutput) => void
|
|
3609
|
-
): void;
|
|
3610
|
-
public updateDeployment(
|
|
3611
|
-
args: UpdateDeploymentCommandInput,
|
|
3612
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateDeploymentCommandOutput) => void),
|
|
3613
|
-
cb?: (err: any, data?: UpdateDeploymentCommandOutput) => void
|
|
3614
|
-
): Promise<UpdateDeploymentCommandOutput> | void {
|
|
3615
|
-
const command = new UpdateDeploymentCommand(args);
|
|
3616
|
-
if (typeof optionsOrCb === "function") {
|
|
3617
|
-
this.send(command, optionsOrCb);
|
|
3618
|
-
} else if (typeof cb === "function") {
|
|
3619
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3620
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3621
|
-
} else {
|
|
3622
|
-
return this.send(command, optionsOrCb);
|
|
3623
|
-
}
|
|
3624
|
-
}
|
|
3625
|
-
|
|
3626
|
-
public updateDocumentationPart(
|
|
3627
|
-
args: UpdateDocumentationPartCommandInput,
|
|
3628
|
-
options?: __HttpHandlerOptions
|
|
3629
|
-
): Promise<UpdateDocumentationPartCommandOutput>;
|
|
3630
|
-
public updateDocumentationPart(
|
|
3631
|
-
args: UpdateDocumentationPartCommandInput,
|
|
3632
|
-
cb: (err: any, data?: UpdateDocumentationPartCommandOutput) => void
|
|
3633
|
-
): void;
|
|
3634
|
-
public updateDocumentationPart(
|
|
3635
|
-
args: UpdateDocumentationPartCommandInput,
|
|
3636
|
-
options: __HttpHandlerOptions,
|
|
3637
|
-
cb: (err: any, data?: UpdateDocumentationPartCommandOutput) => void
|
|
3638
|
-
): void;
|
|
3639
|
-
public updateDocumentationPart(
|
|
3640
|
-
args: UpdateDocumentationPartCommandInput,
|
|
3641
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateDocumentationPartCommandOutput) => void),
|
|
3642
|
-
cb?: (err: any, data?: UpdateDocumentationPartCommandOutput) => void
|
|
3643
|
-
): Promise<UpdateDocumentationPartCommandOutput> | void {
|
|
3644
|
-
const command = new UpdateDocumentationPartCommand(args);
|
|
3645
|
-
if (typeof optionsOrCb === "function") {
|
|
3646
|
-
this.send(command, optionsOrCb);
|
|
3647
|
-
} else if (typeof cb === "function") {
|
|
3648
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3649
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3650
|
-
} else {
|
|
3651
|
-
return this.send(command, optionsOrCb);
|
|
3652
|
-
}
|
|
3653
|
-
}
|
|
3654
|
-
|
|
3655
|
-
public updateDocumentationVersion(
|
|
3656
|
-
args: UpdateDocumentationVersionCommandInput,
|
|
3657
|
-
options?: __HttpHandlerOptions
|
|
3658
|
-
): Promise<UpdateDocumentationVersionCommandOutput>;
|
|
3659
|
-
public updateDocumentationVersion(
|
|
3660
|
-
args: UpdateDocumentationVersionCommandInput,
|
|
3661
|
-
cb: (err: any, data?: UpdateDocumentationVersionCommandOutput) => void
|
|
3662
|
-
): void;
|
|
3663
|
-
public updateDocumentationVersion(
|
|
3664
|
-
args: UpdateDocumentationVersionCommandInput,
|
|
3665
|
-
options: __HttpHandlerOptions,
|
|
3666
|
-
cb: (err: any, data?: UpdateDocumentationVersionCommandOutput) => void
|
|
3667
|
-
): void;
|
|
3668
|
-
public updateDocumentationVersion(
|
|
3669
|
-
args: UpdateDocumentationVersionCommandInput,
|
|
3670
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateDocumentationVersionCommandOutput) => void),
|
|
3671
|
-
cb?: (err: any, data?: UpdateDocumentationVersionCommandOutput) => void
|
|
3672
|
-
): Promise<UpdateDocumentationVersionCommandOutput> | void {
|
|
3673
|
-
const command = new UpdateDocumentationVersionCommand(args);
|
|
3674
|
-
if (typeof optionsOrCb === "function") {
|
|
3675
|
-
this.send(command, optionsOrCb);
|
|
3676
|
-
} else if (typeof cb === "function") {
|
|
3677
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3678
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3679
|
-
} else {
|
|
3680
|
-
return this.send(command, optionsOrCb);
|
|
3681
|
-
}
|
|
3682
|
-
}
|
|
3683
|
-
|
|
3684
|
-
/**
|
|
3685
|
-
* <p>Changes information about the <a>DomainName</a> resource.</p>
|
|
3686
|
-
*/
|
|
3687
|
-
public updateDomainName(
|
|
3688
|
-
args: UpdateDomainNameCommandInput,
|
|
3689
|
-
options?: __HttpHandlerOptions
|
|
3690
|
-
): Promise<UpdateDomainNameCommandOutput>;
|
|
3691
|
-
public updateDomainName(
|
|
3692
|
-
args: UpdateDomainNameCommandInput,
|
|
3693
|
-
cb: (err: any, data?: UpdateDomainNameCommandOutput) => void
|
|
3694
|
-
): void;
|
|
3695
|
-
public updateDomainName(
|
|
3696
|
-
args: UpdateDomainNameCommandInput,
|
|
3697
|
-
options: __HttpHandlerOptions,
|
|
3698
|
-
cb: (err: any, data?: UpdateDomainNameCommandOutput) => void
|
|
3699
|
-
): void;
|
|
3700
|
-
public updateDomainName(
|
|
3701
|
-
args: UpdateDomainNameCommandInput,
|
|
3702
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateDomainNameCommandOutput) => void),
|
|
3703
|
-
cb?: (err: any, data?: UpdateDomainNameCommandOutput) => void
|
|
3704
|
-
): Promise<UpdateDomainNameCommandOutput> | void {
|
|
3705
|
-
const command = new UpdateDomainNameCommand(args);
|
|
3706
|
-
if (typeof optionsOrCb === "function") {
|
|
3707
|
-
this.send(command, optionsOrCb);
|
|
3708
|
-
} else if (typeof cb === "function") {
|
|
3709
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3710
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3711
|
-
} else {
|
|
3712
|
-
return this.send(command, optionsOrCb);
|
|
3713
|
-
}
|
|
3714
|
-
}
|
|
3715
|
-
|
|
3716
|
-
/**
|
|
3717
|
-
* <p>Updates a <a>GatewayResponse</a> of a specified response type on the given <a>RestApi</a>.</p>
|
|
3718
|
-
*/
|
|
3719
|
-
public updateGatewayResponse(
|
|
3720
|
-
args: UpdateGatewayResponseCommandInput,
|
|
3721
|
-
options?: __HttpHandlerOptions
|
|
3722
|
-
): Promise<UpdateGatewayResponseCommandOutput>;
|
|
3723
|
-
public updateGatewayResponse(
|
|
3724
|
-
args: UpdateGatewayResponseCommandInput,
|
|
3725
|
-
cb: (err: any, data?: UpdateGatewayResponseCommandOutput) => void
|
|
3726
|
-
): void;
|
|
3727
|
-
public updateGatewayResponse(
|
|
3728
|
-
args: UpdateGatewayResponseCommandInput,
|
|
3729
|
-
options: __HttpHandlerOptions,
|
|
3730
|
-
cb: (err: any, data?: UpdateGatewayResponseCommandOutput) => void
|
|
3731
|
-
): void;
|
|
3732
|
-
public updateGatewayResponse(
|
|
3733
|
-
args: UpdateGatewayResponseCommandInput,
|
|
3734
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateGatewayResponseCommandOutput) => void),
|
|
3735
|
-
cb?: (err: any, data?: UpdateGatewayResponseCommandOutput) => void
|
|
3736
|
-
): Promise<UpdateGatewayResponseCommandOutput> | void {
|
|
3737
|
-
const command = new UpdateGatewayResponseCommand(args);
|
|
3738
|
-
if (typeof optionsOrCb === "function") {
|
|
3739
|
-
this.send(command, optionsOrCb);
|
|
3740
|
-
} else if (typeof cb === "function") {
|
|
3741
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3742
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3743
|
-
} else {
|
|
3744
|
-
return this.send(command, optionsOrCb);
|
|
3745
|
-
}
|
|
3746
|
-
}
|
|
3747
|
-
|
|
3748
|
-
/**
|
|
3749
|
-
* <p>Represents an update integration.</p>
|
|
3750
|
-
*/
|
|
3751
|
-
public updateIntegration(
|
|
3752
|
-
args: UpdateIntegrationCommandInput,
|
|
3753
|
-
options?: __HttpHandlerOptions
|
|
3754
|
-
): Promise<UpdateIntegrationCommandOutput>;
|
|
3755
|
-
public updateIntegration(
|
|
3756
|
-
args: UpdateIntegrationCommandInput,
|
|
3757
|
-
cb: (err: any, data?: UpdateIntegrationCommandOutput) => void
|
|
3758
|
-
): void;
|
|
3759
|
-
public updateIntegration(
|
|
3760
|
-
args: UpdateIntegrationCommandInput,
|
|
3761
|
-
options: __HttpHandlerOptions,
|
|
3762
|
-
cb: (err: any, data?: UpdateIntegrationCommandOutput) => void
|
|
3763
|
-
): void;
|
|
3764
|
-
public updateIntegration(
|
|
3765
|
-
args: UpdateIntegrationCommandInput,
|
|
3766
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateIntegrationCommandOutput) => void),
|
|
3767
|
-
cb?: (err: any, data?: UpdateIntegrationCommandOutput) => void
|
|
3768
|
-
): Promise<UpdateIntegrationCommandOutput> | void {
|
|
3769
|
-
const command = new UpdateIntegrationCommand(args);
|
|
3770
|
-
if (typeof optionsOrCb === "function") {
|
|
3771
|
-
this.send(command, optionsOrCb);
|
|
3772
|
-
} else if (typeof cb === "function") {
|
|
3773
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3774
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3775
|
-
} else {
|
|
3776
|
-
return this.send(command, optionsOrCb);
|
|
3777
|
-
}
|
|
3778
|
-
}
|
|
3779
|
-
|
|
3780
|
-
/**
|
|
3781
|
-
* <p>Represents an update integration response.</p>
|
|
3782
|
-
*/
|
|
3783
|
-
public updateIntegrationResponse(
|
|
3784
|
-
args: UpdateIntegrationResponseCommandInput,
|
|
3785
|
-
options?: __HttpHandlerOptions
|
|
3786
|
-
): Promise<UpdateIntegrationResponseCommandOutput>;
|
|
3787
|
-
public updateIntegrationResponse(
|
|
3788
|
-
args: UpdateIntegrationResponseCommandInput,
|
|
3789
|
-
cb: (err: any, data?: UpdateIntegrationResponseCommandOutput) => void
|
|
3790
|
-
): void;
|
|
3791
|
-
public updateIntegrationResponse(
|
|
3792
|
-
args: UpdateIntegrationResponseCommandInput,
|
|
3793
|
-
options: __HttpHandlerOptions,
|
|
3794
|
-
cb: (err: any, data?: UpdateIntegrationResponseCommandOutput) => void
|
|
3795
|
-
): void;
|
|
3796
|
-
public updateIntegrationResponse(
|
|
3797
|
-
args: UpdateIntegrationResponseCommandInput,
|
|
3798
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateIntegrationResponseCommandOutput) => void),
|
|
3799
|
-
cb?: (err: any, data?: UpdateIntegrationResponseCommandOutput) => void
|
|
3800
|
-
): Promise<UpdateIntegrationResponseCommandOutput> | void {
|
|
3801
|
-
const command = new UpdateIntegrationResponseCommand(args);
|
|
3802
|
-
if (typeof optionsOrCb === "function") {
|
|
3803
|
-
this.send(command, optionsOrCb);
|
|
3804
|
-
} else if (typeof cb === "function") {
|
|
3805
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3806
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3807
|
-
} else {
|
|
3808
|
-
return this.send(command, optionsOrCb);
|
|
3809
|
-
}
|
|
3810
|
-
}
|
|
3811
|
-
|
|
3812
|
-
/**
|
|
3813
|
-
* <p>Updates an existing <a>Method</a> resource.</p>
|
|
3814
|
-
*/
|
|
3815
|
-
public updateMethod(
|
|
3816
|
-
args: UpdateMethodCommandInput,
|
|
3817
|
-
options?: __HttpHandlerOptions
|
|
3818
|
-
): Promise<UpdateMethodCommandOutput>;
|
|
3819
|
-
public updateMethod(args: UpdateMethodCommandInput, cb: (err: any, data?: UpdateMethodCommandOutput) => void): void;
|
|
3820
|
-
public updateMethod(
|
|
3821
|
-
args: UpdateMethodCommandInput,
|
|
3822
|
-
options: __HttpHandlerOptions,
|
|
3823
|
-
cb: (err: any, data?: UpdateMethodCommandOutput) => void
|
|
3824
|
-
): void;
|
|
3825
|
-
public updateMethod(
|
|
3826
|
-
args: UpdateMethodCommandInput,
|
|
3827
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateMethodCommandOutput) => void),
|
|
3828
|
-
cb?: (err: any, data?: UpdateMethodCommandOutput) => void
|
|
3829
|
-
): Promise<UpdateMethodCommandOutput> | void {
|
|
3830
|
-
const command = new UpdateMethodCommand(args);
|
|
3831
|
-
if (typeof optionsOrCb === "function") {
|
|
3832
|
-
this.send(command, optionsOrCb);
|
|
3833
|
-
} else if (typeof cb === "function") {
|
|
3834
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3835
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3836
|
-
} else {
|
|
3837
|
-
return this.send(command, optionsOrCb);
|
|
3838
|
-
}
|
|
3839
|
-
}
|
|
3840
|
-
|
|
3841
|
-
/**
|
|
3842
|
-
* <p>Updates an existing <a>MethodResponse</a> resource.</p>
|
|
3843
|
-
*/
|
|
3844
|
-
public updateMethodResponse(
|
|
3845
|
-
args: UpdateMethodResponseCommandInput,
|
|
3846
|
-
options?: __HttpHandlerOptions
|
|
3847
|
-
): Promise<UpdateMethodResponseCommandOutput>;
|
|
3848
|
-
public updateMethodResponse(
|
|
3849
|
-
args: UpdateMethodResponseCommandInput,
|
|
3850
|
-
cb: (err: any, data?: UpdateMethodResponseCommandOutput) => void
|
|
3851
|
-
): void;
|
|
3852
|
-
public updateMethodResponse(
|
|
3853
|
-
args: UpdateMethodResponseCommandInput,
|
|
3854
|
-
options: __HttpHandlerOptions,
|
|
3855
|
-
cb: (err: any, data?: UpdateMethodResponseCommandOutput) => void
|
|
3856
|
-
): void;
|
|
3857
|
-
public updateMethodResponse(
|
|
3858
|
-
args: UpdateMethodResponseCommandInput,
|
|
3859
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateMethodResponseCommandOutput) => void),
|
|
3860
|
-
cb?: (err: any, data?: UpdateMethodResponseCommandOutput) => void
|
|
3861
|
-
): Promise<UpdateMethodResponseCommandOutput> | void {
|
|
3862
|
-
const command = new UpdateMethodResponseCommand(args);
|
|
3863
|
-
if (typeof optionsOrCb === "function") {
|
|
3864
|
-
this.send(command, optionsOrCb);
|
|
3865
|
-
} else if (typeof cb === "function") {
|
|
3866
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3867
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3868
|
-
} else {
|
|
3869
|
-
return this.send(command, optionsOrCb);
|
|
3870
|
-
}
|
|
3871
|
-
}
|
|
3872
|
-
|
|
3873
|
-
/**
|
|
3874
|
-
* <p>Changes information about a model.</p>
|
|
3875
|
-
*/
|
|
3876
|
-
public updateModel(args: UpdateModelCommandInput, options?: __HttpHandlerOptions): Promise<UpdateModelCommandOutput>;
|
|
3877
|
-
public updateModel(args: UpdateModelCommandInput, cb: (err: any, data?: UpdateModelCommandOutput) => void): void;
|
|
3878
|
-
public updateModel(
|
|
3879
|
-
args: UpdateModelCommandInput,
|
|
3880
|
-
options: __HttpHandlerOptions,
|
|
3881
|
-
cb: (err: any, data?: UpdateModelCommandOutput) => void
|
|
3882
|
-
): void;
|
|
3883
|
-
public updateModel(
|
|
3884
|
-
args: UpdateModelCommandInput,
|
|
3885
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateModelCommandOutput) => void),
|
|
3886
|
-
cb?: (err: any, data?: UpdateModelCommandOutput) => void
|
|
3887
|
-
): Promise<UpdateModelCommandOutput> | void {
|
|
3888
|
-
const command = new UpdateModelCommand(args);
|
|
3889
|
-
if (typeof optionsOrCb === "function") {
|
|
3890
|
-
this.send(command, optionsOrCb);
|
|
3891
|
-
} else if (typeof cb === "function") {
|
|
3892
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3893
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3894
|
-
} else {
|
|
3895
|
-
return this.send(command, optionsOrCb);
|
|
3896
|
-
}
|
|
3897
|
-
}
|
|
3898
|
-
|
|
3899
|
-
/**
|
|
3900
|
-
* <p>Updates a <a>RequestValidator</a> of a given <a>RestApi</a>.</p>
|
|
3901
|
-
*/
|
|
3902
|
-
public updateRequestValidator(
|
|
3903
|
-
args: UpdateRequestValidatorCommandInput,
|
|
3904
|
-
options?: __HttpHandlerOptions
|
|
3905
|
-
): Promise<UpdateRequestValidatorCommandOutput>;
|
|
3906
|
-
public updateRequestValidator(
|
|
3907
|
-
args: UpdateRequestValidatorCommandInput,
|
|
3908
|
-
cb: (err: any, data?: UpdateRequestValidatorCommandOutput) => void
|
|
3909
|
-
): void;
|
|
3910
|
-
public updateRequestValidator(
|
|
3911
|
-
args: UpdateRequestValidatorCommandInput,
|
|
3912
|
-
options: __HttpHandlerOptions,
|
|
3913
|
-
cb: (err: any, data?: UpdateRequestValidatorCommandOutput) => void
|
|
3914
|
-
): void;
|
|
3915
|
-
public updateRequestValidator(
|
|
3916
|
-
args: UpdateRequestValidatorCommandInput,
|
|
3917
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateRequestValidatorCommandOutput) => void),
|
|
3918
|
-
cb?: (err: any, data?: UpdateRequestValidatorCommandOutput) => void
|
|
3919
|
-
): Promise<UpdateRequestValidatorCommandOutput> | void {
|
|
3920
|
-
const command = new UpdateRequestValidatorCommand(args);
|
|
3921
|
-
if (typeof optionsOrCb === "function") {
|
|
3922
|
-
this.send(command, optionsOrCb);
|
|
3923
|
-
} else if (typeof cb === "function") {
|
|
3924
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3925
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3926
|
-
} else {
|
|
3927
|
-
return this.send(command, optionsOrCb);
|
|
3928
|
-
}
|
|
3929
|
-
}
|
|
3930
|
-
|
|
3931
|
-
/**
|
|
3932
|
-
* <p>Changes information about a <a>Resource</a> resource.</p>
|
|
3933
|
-
*/
|
|
3934
|
-
public updateResource(
|
|
3935
|
-
args: UpdateResourceCommandInput,
|
|
3936
|
-
options?: __HttpHandlerOptions
|
|
3937
|
-
): Promise<UpdateResourceCommandOutput>;
|
|
3938
|
-
public updateResource(
|
|
3939
|
-
args: UpdateResourceCommandInput,
|
|
3940
|
-
cb: (err: any, data?: UpdateResourceCommandOutput) => void
|
|
3941
|
-
): void;
|
|
3942
|
-
public updateResource(
|
|
3943
|
-
args: UpdateResourceCommandInput,
|
|
3944
|
-
options: __HttpHandlerOptions,
|
|
3945
|
-
cb: (err: any, data?: UpdateResourceCommandOutput) => void
|
|
3946
|
-
): void;
|
|
3947
|
-
public updateResource(
|
|
3948
|
-
args: UpdateResourceCommandInput,
|
|
3949
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateResourceCommandOutput) => void),
|
|
3950
|
-
cb?: (err: any, data?: UpdateResourceCommandOutput) => void
|
|
3951
|
-
): Promise<UpdateResourceCommandOutput> | void {
|
|
3952
|
-
const command = new UpdateResourceCommand(args);
|
|
3953
|
-
if (typeof optionsOrCb === "function") {
|
|
3954
|
-
this.send(command, optionsOrCb);
|
|
3955
|
-
} else if (typeof cb === "function") {
|
|
3956
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3957
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3958
|
-
} else {
|
|
3959
|
-
return this.send(command, optionsOrCb);
|
|
3960
|
-
}
|
|
3961
|
-
}
|
|
3962
|
-
|
|
3963
|
-
/**
|
|
3964
|
-
* <p>Changes information about the specified API.</p>
|
|
3965
|
-
*/
|
|
3966
|
-
public updateRestApi(
|
|
3967
|
-
args: UpdateRestApiCommandInput,
|
|
3968
|
-
options?: __HttpHandlerOptions
|
|
3969
|
-
): Promise<UpdateRestApiCommandOutput>;
|
|
3970
|
-
public updateRestApi(
|
|
3971
|
-
args: UpdateRestApiCommandInput,
|
|
3972
|
-
cb: (err: any, data?: UpdateRestApiCommandOutput) => void
|
|
3973
|
-
): void;
|
|
3974
|
-
public updateRestApi(
|
|
3975
|
-
args: UpdateRestApiCommandInput,
|
|
3976
|
-
options: __HttpHandlerOptions,
|
|
3977
|
-
cb: (err: any, data?: UpdateRestApiCommandOutput) => void
|
|
3978
|
-
): void;
|
|
3979
|
-
public updateRestApi(
|
|
3980
|
-
args: UpdateRestApiCommandInput,
|
|
3981
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateRestApiCommandOutput) => void),
|
|
3982
|
-
cb?: (err: any, data?: UpdateRestApiCommandOutput) => void
|
|
3983
|
-
): Promise<UpdateRestApiCommandOutput> | void {
|
|
3984
|
-
const command = new UpdateRestApiCommand(args);
|
|
3985
|
-
if (typeof optionsOrCb === "function") {
|
|
3986
|
-
this.send(command, optionsOrCb);
|
|
3987
|
-
} else if (typeof cb === "function") {
|
|
3988
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3989
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3990
|
-
} else {
|
|
3991
|
-
return this.send(command, optionsOrCb);
|
|
3992
|
-
}
|
|
3993
|
-
}
|
|
3994
|
-
|
|
3995
|
-
/**
|
|
3996
|
-
* <p>Changes information about a <a>Stage</a> resource.</p>
|
|
3997
|
-
*/
|
|
3998
|
-
public updateStage(args: UpdateStageCommandInput, options?: __HttpHandlerOptions): Promise<UpdateStageCommandOutput>;
|
|
3999
|
-
public updateStage(args: UpdateStageCommandInput, cb: (err: any, data?: UpdateStageCommandOutput) => void): void;
|
|
4000
|
-
public updateStage(
|
|
4001
|
-
args: UpdateStageCommandInput,
|
|
4002
|
-
options: __HttpHandlerOptions,
|
|
4003
|
-
cb: (err: any, data?: UpdateStageCommandOutput) => void
|
|
4004
|
-
): void;
|
|
4005
|
-
public updateStage(
|
|
4006
|
-
args: UpdateStageCommandInput,
|
|
4007
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateStageCommandOutput) => void),
|
|
4008
|
-
cb?: (err: any, data?: UpdateStageCommandOutput) => void
|
|
4009
|
-
): Promise<UpdateStageCommandOutput> | void {
|
|
4010
|
-
const command = new UpdateStageCommand(args);
|
|
4011
|
-
if (typeof optionsOrCb === "function") {
|
|
4012
|
-
this.send(command, optionsOrCb);
|
|
4013
|
-
} else if (typeof cb === "function") {
|
|
4014
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
4015
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
4016
|
-
} else {
|
|
4017
|
-
return this.send(command, optionsOrCb);
|
|
4018
|
-
}
|
|
4019
|
-
}
|
|
4020
|
-
|
|
4021
|
-
/**
|
|
4022
|
-
* <p>Grants a temporary extension to the remaining quota of a usage plan associated with a specified API key.</p>
|
|
4023
|
-
*/
|
|
4024
|
-
public updateUsage(args: UpdateUsageCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUsageCommandOutput>;
|
|
4025
|
-
public updateUsage(args: UpdateUsageCommandInput, cb: (err: any, data?: UpdateUsageCommandOutput) => void): void;
|
|
4026
|
-
public updateUsage(
|
|
4027
|
-
args: UpdateUsageCommandInput,
|
|
4028
|
-
options: __HttpHandlerOptions,
|
|
4029
|
-
cb: (err: any, data?: UpdateUsageCommandOutput) => void
|
|
4030
|
-
): void;
|
|
4031
|
-
public updateUsage(
|
|
4032
|
-
args: UpdateUsageCommandInput,
|
|
4033
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateUsageCommandOutput) => void),
|
|
4034
|
-
cb?: (err: any, data?: UpdateUsageCommandOutput) => void
|
|
4035
|
-
): Promise<UpdateUsageCommandOutput> | void {
|
|
4036
|
-
const command = new UpdateUsageCommand(args);
|
|
4037
|
-
if (typeof optionsOrCb === "function") {
|
|
4038
|
-
this.send(command, optionsOrCb);
|
|
4039
|
-
} else if (typeof cb === "function") {
|
|
4040
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
4041
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
4042
|
-
} else {
|
|
4043
|
-
return this.send(command, optionsOrCb);
|
|
4044
|
-
}
|
|
4045
|
-
}
|
|
4046
|
-
|
|
4047
|
-
/**
|
|
4048
|
-
* <p>Updates a usage plan of a given plan Id.</p>
|
|
4049
|
-
*/
|
|
4050
|
-
public updateUsagePlan(
|
|
4051
|
-
args: UpdateUsagePlanCommandInput,
|
|
4052
|
-
options?: __HttpHandlerOptions
|
|
4053
|
-
): Promise<UpdateUsagePlanCommandOutput>;
|
|
4054
|
-
public updateUsagePlan(
|
|
4055
|
-
args: UpdateUsagePlanCommandInput,
|
|
4056
|
-
cb: (err: any, data?: UpdateUsagePlanCommandOutput) => void
|
|
4057
|
-
): void;
|
|
4058
|
-
public updateUsagePlan(
|
|
4059
|
-
args: UpdateUsagePlanCommandInput,
|
|
4060
|
-
options: __HttpHandlerOptions,
|
|
4061
|
-
cb: (err: any, data?: UpdateUsagePlanCommandOutput) => void
|
|
4062
|
-
): void;
|
|
4063
|
-
public updateUsagePlan(
|
|
4064
|
-
args: UpdateUsagePlanCommandInput,
|
|
4065
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateUsagePlanCommandOutput) => void),
|
|
4066
|
-
cb?: (err: any, data?: UpdateUsagePlanCommandOutput) => void
|
|
4067
|
-
): Promise<UpdateUsagePlanCommandOutput> | void {
|
|
4068
|
-
const command = new UpdateUsagePlanCommand(args);
|
|
4069
|
-
if (typeof optionsOrCb === "function") {
|
|
4070
|
-
this.send(command, optionsOrCb);
|
|
4071
|
-
} else if (typeof cb === "function") {
|
|
4072
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
4073
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
4074
|
-
} else {
|
|
4075
|
-
return this.send(command, optionsOrCb);
|
|
4076
|
-
}
|
|
4077
|
-
}
|
|
4078
|
-
|
|
4079
|
-
/**
|
|
4080
|
-
* <p>Updates an existing <a>VpcLink</a> of a specified identifier.</p>
|
|
4081
|
-
*/
|
|
4082
|
-
public updateVpcLink(
|
|
4083
|
-
args: UpdateVpcLinkCommandInput,
|
|
4084
|
-
options?: __HttpHandlerOptions
|
|
4085
|
-
): Promise<UpdateVpcLinkCommandOutput>;
|
|
4086
|
-
public updateVpcLink(
|
|
4087
|
-
args: UpdateVpcLinkCommandInput,
|
|
4088
|
-
cb: (err: any, data?: UpdateVpcLinkCommandOutput) => void
|
|
4089
|
-
): void;
|
|
4090
|
-
public updateVpcLink(
|
|
4091
|
-
args: UpdateVpcLinkCommandInput,
|
|
4092
|
-
options: __HttpHandlerOptions,
|
|
4093
|
-
cb: (err: any, data?: UpdateVpcLinkCommandOutput) => void
|
|
4094
|
-
): void;
|
|
4095
|
-
public updateVpcLink(
|
|
4096
|
-
args: UpdateVpcLinkCommandInput,
|
|
4097
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateVpcLinkCommandOutput) => void),
|
|
4098
|
-
cb?: (err: any, data?: UpdateVpcLinkCommandOutput) => void
|
|
4099
|
-
): Promise<UpdateVpcLinkCommandOutput> | void {
|
|
4100
|
-
const command = new UpdateVpcLinkCommand(args);
|
|
4101
|
-
if (typeof optionsOrCb === "function") {
|
|
4102
|
-
this.send(command, optionsOrCb);
|
|
4103
|
-
} else if (typeof cb === "function") {
|
|
4104
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
4105
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
4106
|
-
} else {
|
|
4107
|
-
return this.send(command, optionsOrCb);
|
|
4108
|
-
}
|
|
4109
|
-
}
|
|
4110
|
-
}
|