@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
|
@@ -0,0 +1,1810 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { APIGatewayClient } from "./APIGatewayClient";
|
|
3
|
+
import { CreateApiKeyCommand, } from "./commands/CreateApiKeyCommand";
|
|
4
|
+
import { CreateAuthorizerCommand, } from "./commands/CreateAuthorizerCommand";
|
|
5
|
+
import { CreateBasePathMappingCommand, } from "./commands/CreateBasePathMappingCommand";
|
|
6
|
+
import { CreateDeploymentCommand, } from "./commands/CreateDeploymentCommand";
|
|
7
|
+
import { CreateDocumentationPartCommand, } from "./commands/CreateDocumentationPartCommand";
|
|
8
|
+
import { CreateDocumentationVersionCommand, } from "./commands/CreateDocumentationVersionCommand";
|
|
9
|
+
import { CreateDomainNameCommand, } from "./commands/CreateDomainNameCommand";
|
|
10
|
+
import { CreateModelCommand } from "./commands/CreateModelCommand";
|
|
11
|
+
import { CreateRequestValidatorCommand, } from "./commands/CreateRequestValidatorCommand";
|
|
12
|
+
import { CreateResourceCommand, } from "./commands/CreateResourceCommand";
|
|
13
|
+
import { CreateRestApiCommand, } from "./commands/CreateRestApiCommand";
|
|
14
|
+
import { CreateStageCommand } from "./commands/CreateStageCommand";
|
|
15
|
+
import { CreateUsagePlanCommand, } from "./commands/CreateUsagePlanCommand";
|
|
16
|
+
import { CreateUsagePlanKeyCommand, } from "./commands/CreateUsagePlanKeyCommand";
|
|
17
|
+
import { CreateVpcLinkCommand, } from "./commands/CreateVpcLinkCommand";
|
|
18
|
+
import { DeleteApiKeyCommand, } from "./commands/DeleteApiKeyCommand";
|
|
19
|
+
import { DeleteAuthorizerCommand, } from "./commands/DeleteAuthorizerCommand";
|
|
20
|
+
import { DeleteBasePathMappingCommand, } from "./commands/DeleteBasePathMappingCommand";
|
|
21
|
+
import { DeleteClientCertificateCommand, } from "./commands/DeleteClientCertificateCommand";
|
|
22
|
+
import { DeleteDeploymentCommand, } from "./commands/DeleteDeploymentCommand";
|
|
23
|
+
import { DeleteDocumentationPartCommand, } from "./commands/DeleteDocumentationPartCommand";
|
|
24
|
+
import { DeleteDocumentationVersionCommand, } from "./commands/DeleteDocumentationVersionCommand";
|
|
25
|
+
import { DeleteDomainNameCommand, } from "./commands/DeleteDomainNameCommand";
|
|
26
|
+
import { DeleteGatewayResponseCommand, } from "./commands/DeleteGatewayResponseCommand";
|
|
27
|
+
import { DeleteIntegrationCommand, } from "./commands/DeleteIntegrationCommand";
|
|
28
|
+
import { DeleteIntegrationResponseCommand, } from "./commands/DeleteIntegrationResponseCommand";
|
|
29
|
+
import { DeleteMethodCommand, } from "./commands/DeleteMethodCommand";
|
|
30
|
+
import { DeleteMethodResponseCommand, } from "./commands/DeleteMethodResponseCommand";
|
|
31
|
+
import { DeleteModelCommand } from "./commands/DeleteModelCommand";
|
|
32
|
+
import { DeleteRequestValidatorCommand, } from "./commands/DeleteRequestValidatorCommand";
|
|
33
|
+
import { DeleteResourceCommand, } from "./commands/DeleteResourceCommand";
|
|
34
|
+
import { DeleteRestApiCommand, } from "./commands/DeleteRestApiCommand";
|
|
35
|
+
import { DeleteStageCommand } from "./commands/DeleteStageCommand";
|
|
36
|
+
import { DeleteUsagePlanCommand, } from "./commands/DeleteUsagePlanCommand";
|
|
37
|
+
import { DeleteUsagePlanKeyCommand, } from "./commands/DeleteUsagePlanKeyCommand";
|
|
38
|
+
import { DeleteVpcLinkCommand, } from "./commands/DeleteVpcLinkCommand";
|
|
39
|
+
import { FlushStageAuthorizersCacheCommand, } from "./commands/FlushStageAuthorizersCacheCommand";
|
|
40
|
+
import { FlushStageCacheCommand, } from "./commands/FlushStageCacheCommand";
|
|
41
|
+
import { GenerateClientCertificateCommand, } from "./commands/GenerateClientCertificateCommand";
|
|
42
|
+
import { GetAccountCommand } from "./commands/GetAccountCommand";
|
|
43
|
+
import { GetApiKeyCommand } from "./commands/GetApiKeyCommand";
|
|
44
|
+
import { GetApiKeysCommand } from "./commands/GetApiKeysCommand";
|
|
45
|
+
import { GetAuthorizerCommand, } from "./commands/GetAuthorizerCommand";
|
|
46
|
+
import { GetAuthorizersCommand, } from "./commands/GetAuthorizersCommand";
|
|
47
|
+
import { GetBasePathMappingCommand, } from "./commands/GetBasePathMappingCommand";
|
|
48
|
+
import { GetBasePathMappingsCommand, } from "./commands/GetBasePathMappingsCommand";
|
|
49
|
+
import { GetClientCertificateCommand, } from "./commands/GetClientCertificateCommand";
|
|
50
|
+
import { GetClientCertificatesCommand, } from "./commands/GetClientCertificatesCommand";
|
|
51
|
+
import { GetDeploymentCommand, } from "./commands/GetDeploymentCommand";
|
|
52
|
+
import { GetDeploymentsCommand, } from "./commands/GetDeploymentsCommand";
|
|
53
|
+
import { GetDocumentationPartCommand, } from "./commands/GetDocumentationPartCommand";
|
|
54
|
+
import { GetDocumentationPartsCommand, } from "./commands/GetDocumentationPartsCommand";
|
|
55
|
+
import { GetDocumentationVersionCommand, } from "./commands/GetDocumentationVersionCommand";
|
|
56
|
+
import { GetDocumentationVersionsCommand, } from "./commands/GetDocumentationVersionsCommand";
|
|
57
|
+
import { GetDomainNameCommand, } from "./commands/GetDomainNameCommand";
|
|
58
|
+
import { GetDomainNamesCommand, } from "./commands/GetDomainNamesCommand";
|
|
59
|
+
import { GetExportCommand } from "./commands/GetExportCommand";
|
|
60
|
+
import { GetGatewayResponseCommand, } from "./commands/GetGatewayResponseCommand";
|
|
61
|
+
import { GetGatewayResponsesCommand, } from "./commands/GetGatewayResponsesCommand";
|
|
62
|
+
import { GetIntegrationCommand, } from "./commands/GetIntegrationCommand";
|
|
63
|
+
import { GetIntegrationResponseCommand, } from "./commands/GetIntegrationResponseCommand";
|
|
64
|
+
import { GetMethodCommand } from "./commands/GetMethodCommand";
|
|
65
|
+
import { GetMethodResponseCommand, } from "./commands/GetMethodResponseCommand";
|
|
66
|
+
import { GetModelCommand } from "./commands/GetModelCommand";
|
|
67
|
+
import { GetModelsCommand } from "./commands/GetModelsCommand";
|
|
68
|
+
import { GetModelTemplateCommand, } from "./commands/GetModelTemplateCommand";
|
|
69
|
+
import { GetRequestValidatorCommand, } from "./commands/GetRequestValidatorCommand";
|
|
70
|
+
import { GetRequestValidatorsCommand, } from "./commands/GetRequestValidatorsCommand";
|
|
71
|
+
import { GetResourceCommand } from "./commands/GetResourceCommand";
|
|
72
|
+
import { GetResourcesCommand, } from "./commands/GetResourcesCommand";
|
|
73
|
+
import { GetRestApiCommand } from "./commands/GetRestApiCommand";
|
|
74
|
+
import { GetRestApisCommand } from "./commands/GetRestApisCommand";
|
|
75
|
+
import { GetSdkCommand } from "./commands/GetSdkCommand";
|
|
76
|
+
import { GetSdkTypeCommand } from "./commands/GetSdkTypeCommand";
|
|
77
|
+
import { GetSdkTypesCommand } from "./commands/GetSdkTypesCommand";
|
|
78
|
+
import { GetStageCommand } from "./commands/GetStageCommand";
|
|
79
|
+
import { GetStagesCommand } from "./commands/GetStagesCommand";
|
|
80
|
+
import { GetTagsCommand } from "./commands/GetTagsCommand";
|
|
81
|
+
import { GetUsageCommand } from "./commands/GetUsageCommand";
|
|
82
|
+
import { GetUsagePlanCommand, } from "./commands/GetUsagePlanCommand";
|
|
83
|
+
import { GetUsagePlanKeyCommand, } from "./commands/GetUsagePlanKeyCommand";
|
|
84
|
+
import { GetUsagePlanKeysCommand, } from "./commands/GetUsagePlanKeysCommand";
|
|
85
|
+
import { GetUsagePlansCommand, } from "./commands/GetUsagePlansCommand";
|
|
86
|
+
import { GetVpcLinkCommand } from "./commands/GetVpcLinkCommand";
|
|
87
|
+
import { GetVpcLinksCommand } from "./commands/GetVpcLinksCommand";
|
|
88
|
+
import { ImportApiKeysCommand, } from "./commands/ImportApiKeysCommand";
|
|
89
|
+
import { ImportDocumentationPartsCommand, } from "./commands/ImportDocumentationPartsCommand";
|
|
90
|
+
import { ImportRestApiCommand, } from "./commands/ImportRestApiCommand";
|
|
91
|
+
import { PutGatewayResponseCommand, } from "./commands/PutGatewayResponseCommand";
|
|
92
|
+
import { PutIntegrationCommand, } from "./commands/PutIntegrationCommand";
|
|
93
|
+
import { PutIntegrationResponseCommand, } from "./commands/PutIntegrationResponseCommand";
|
|
94
|
+
import { PutMethodCommand } from "./commands/PutMethodCommand";
|
|
95
|
+
import { PutMethodResponseCommand, } from "./commands/PutMethodResponseCommand";
|
|
96
|
+
import { PutRestApiCommand } from "./commands/PutRestApiCommand";
|
|
97
|
+
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
98
|
+
import { TestInvokeAuthorizerCommand, } from "./commands/TestInvokeAuthorizerCommand";
|
|
99
|
+
import { TestInvokeMethodCommand, } from "./commands/TestInvokeMethodCommand";
|
|
100
|
+
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
101
|
+
import { UpdateAccountCommand, } from "./commands/UpdateAccountCommand";
|
|
102
|
+
import { UpdateApiKeyCommand, } from "./commands/UpdateApiKeyCommand";
|
|
103
|
+
import { UpdateAuthorizerCommand, } from "./commands/UpdateAuthorizerCommand";
|
|
104
|
+
import { UpdateBasePathMappingCommand, } from "./commands/UpdateBasePathMappingCommand";
|
|
105
|
+
import { UpdateClientCertificateCommand, } from "./commands/UpdateClientCertificateCommand";
|
|
106
|
+
import { UpdateDeploymentCommand, } from "./commands/UpdateDeploymentCommand";
|
|
107
|
+
import { UpdateDocumentationPartCommand, } from "./commands/UpdateDocumentationPartCommand";
|
|
108
|
+
import { UpdateDocumentationVersionCommand, } from "./commands/UpdateDocumentationVersionCommand";
|
|
109
|
+
import { UpdateDomainNameCommand, } from "./commands/UpdateDomainNameCommand";
|
|
110
|
+
import { UpdateGatewayResponseCommand, } from "./commands/UpdateGatewayResponseCommand";
|
|
111
|
+
import { UpdateIntegrationCommand, } from "./commands/UpdateIntegrationCommand";
|
|
112
|
+
import { UpdateIntegrationResponseCommand, } from "./commands/UpdateIntegrationResponseCommand";
|
|
113
|
+
import { UpdateMethodCommand, } from "./commands/UpdateMethodCommand";
|
|
114
|
+
import { UpdateMethodResponseCommand, } from "./commands/UpdateMethodResponseCommand";
|
|
115
|
+
import { UpdateModelCommand } from "./commands/UpdateModelCommand";
|
|
116
|
+
import { UpdateRequestValidatorCommand, } from "./commands/UpdateRequestValidatorCommand";
|
|
117
|
+
import { UpdateResourceCommand, } from "./commands/UpdateResourceCommand";
|
|
118
|
+
import { UpdateRestApiCommand, } from "./commands/UpdateRestApiCommand";
|
|
119
|
+
import { UpdateStageCommand } from "./commands/UpdateStageCommand";
|
|
120
|
+
import { UpdateUsageCommand } from "./commands/UpdateUsageCommand";
|
|
121
|
+
import { UpdateUsagePlanCommand, } from "./commands/UpdateUsagePlanCommand";
|
|
122
|
+
import { UpdateVpcLinkCommand, } from "./commands/UpdateVpcLinkCommand";
|
|
123
|
+
var APIGateway = (function (_super) {
|
|
124
|
+
__extends(APIGateway, _super);
|
|
125
|
+
function APIGateway() {
|
|
126
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
127
|
+
}
|
|
128
|
+
APIGateway.prototype.createApiKey = function (args, optionsOrCb, cb) {
|
|
129
|
+
var command = new CreateApiKeyCommand(args);
|
|
130
|
+
if (typeof optionsOrCb === "function") {
|
|
131
|
+
this.send(command, optionsOrCb);
|
|
132
|
+
}
|
|
133
|
+
else if (typeof cb === "function") {
|
|
134
|
+
if (typeof optionsOrCb !== "object")
|
|
135
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
136
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
137
|
+
}
|
|
138
|
+
else {
|
|
139
|
+
return this.send(command, optionsOrCb);
|
|
140
|
+
}
|
|
141
|
+
};
|
|
142
|
+
APIGateway.prototype.createAuthorizer = function (args, optionsOrCb, cb) {
|
|
143
|
+
var command = new CreateAuthorizerCommand(args);
|
|
144
|
+
if (typeof optionsOrCb === "function") {
|
|
145
|
+
this.send(command, optionsOrCb);
|
|
146
|
+
}
|
|
147
|
+
else if (typeof cb === "function") {
|
|
148
|
+
if (typeof optionsOrCb !== "object")
|
|
149
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
150
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
151
|
+
}
|
|
152
|
+
else {
|
|
153
|
+
return this.send(command, optionsOrCb);
|
|
154
|
+
}
|
|
155
|
+
};
|
|
156
|
+
APIGateway.prototype.createBasePathMapping = function (args, optionsOrCb, cb) {
|
|
157
|
+
var command = new CreateBasePathMappingCommand(args);
|
|
158
|
+
if (typeof optionsOrCb === "function") {
|
|
159
|
+
this.send(command, optionsOrCb);
|
|
160
|
+
}
|
|
161
|
+
else if (typeof cb === "function") {
|
|
162
|
+
if (typeof optionsOrCb !== "object")
|
|
163
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
164
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
165
|
+
}
|
|
166
|
+
else {
|
|
167
|
+
return this.send(command, optionsOrCb);
|
|
168
|
+
}
|
|
169
|
+
};
|
|
170
|
+
APIGateway.prototype.createDeployment = function (args, optionsOrCb, cb) {
|
|
171
|
+
var command = new CreateDeploymentCommand(args);
|
|
172
|
+
if (typeof optionsOrCb === "function") {
|
|
173
|
+
this.send(command, optionsOrCb);
|
|
174
|
+
}
|
|
175
|
+
else if (typeof cb === "function") {
|
|
176
|
+
if (typeof optionsOrCb !== "object")
|
|
177
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
178
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
179
|
+
}
|
|
180
|
+
else {
|
|
181
|
+
return this.send(command, optionsOrCb);
|
|
182
|
+
}
|
|
183
|
+
};
|
|
184
|
+
APIGateway.prototype.createDocumentationPart = function (args, optionsOrCb, cb) {
|
|
185
|
+
var command = new CreateDocumentationPartCommand(args);
|
|
186
|
+
if (typeof optionsOrCb === "function") {
|
|
187
|
+
this.send(command, optionsOrCb);
|
|
188
|
+
}
|
|
189
|
+
else if (typeof cb === "function") {
|
|
190
|
+
if (typeof optionsOrCb !== "object")
|
|
191
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
192
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
193
|
+
}
|
|
194
|
+
else {
|
|
195
|
+
return this.send(command, optionsOrCb);
|
|
196
|
+
}
|
|
197
|
+
};
|
|
198
|
+
APIGateway.prototype.createDocumentationVersion = function (args, optionsOrCb, cb) {
|
|
199
|
+
var command = new CreateDocumentationVersionCommand(args);
|
|
200
|
+
if (typeof optionsOrCb === "function") {
|
|
201
|
+
this.send(command, optionsOrCb);
|
|
202
|
+
}
|
|
203
|
+
else if (typeof cb === "function") {
|
|
204
|
+
if (typeof optionsOrCb !== "object")
|
|
205
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
206
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
207
|
+
}
|
|
208
|
+
else {
|
|
209
|
+
return this.send(command, optionsOrCb);
|
|
210
|
+
}
|
|
211
|
+
};
|
|
212
|
+
APIGateway.prototype.createDomainName = function (args, optionsOrCb, cb) {
|
|
213
|
+
var command = new CreateDomainNameCommand(args);
|
|
214
|
+
if (typeof optionsOrCb === "function") {
|
|
215
|
+
this.send(command, optionsOrCb);
|
|
216
|
+
}
|
|
217
|
+
else if (typeof cb === "function") {
|
|
218
|
+
if (typeof optionsOrCb !== "object")
|
|
219
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
220
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
221
|
+
}
|
|
222
|
+
else {
|
|
223
|
+
return this.send(command, optionsOrCb);
|
|
224
|
+
}
|
|
225
|
+
};
|
|
226
|
+
APIGateway.prototype.createModel = function (args, optionsOrCb, cb) {
|
|
227
|
+
var command = new CreateModelCommand(args);
|
|
228
|
+
if (typeof optionsOrCb === "function") {
|
|
229
|
+
this.send(command, optionsOrCb);
|
|
230
|
+
}
|
|
231
|
+
else if (typeof cb === "function") {
|
|
232
|
+
if (typeof optionsOrCb !== "object")
|
|
233
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
234
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
235
|
+
}
|
|
236
|
+
else {
|
|
237
|
+
return this.send(command, optionsOrCb);
|
|
238
|
+
}
|
|
239
|
+
};
|
|
240
|
+
APIGateway.prototype.createRequestValidator = function (args, optionsOrCb, cb) {
|
|
241
|
+
var command = new CreateRequestValidatorCommand(args);
|
|
242
|
+
if (typeof optionsOrCb === "function") {
|
|
243
|
+
this.send(command, optionsOrCb);
|
|
244
|
+
}
|
|
245
|
+
else if (typeof cb === "function") {
|
|
246
|
+
if (typeof optionsOrCb !== "object")
|
|
247
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
248
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
249
|
+
}
|
|
250
|
+
else {
|
|
251
|
+
return this.send(command, optionsOrCb);
|
|
252
|
+
}
|
|
253
|
+
};
|
|
254
|
+
APIGateway.prototype.createResource = function (args, optionsOrCb, cb) {
|
|
255
|
+
var command = new CreateResourceCommand(args);
|
|
256
|
+
if (typeof optionsOrCb === "function") {
|
|
257
|
+
this.send(command, optionsOrCb);
|
|
258
|
+
}
|
|
259
|
+
else if (typeof cb === "function") {
|
|
260
|
+
if (typeof optionsOrCb !== "object")
|
|
261
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
262
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
263
|
+
}
|
|
264
|
+
else {
|
|
265
|
+
return this.send(command, optionsOrCb);
|
|
266
|
+
}
|
|
267
|
+
};
|
|
268
|
+
APIGateway.prototype.createRestApi = function (args, optionsOrCb, cb) {
|
|
269
|
+
var command = new CreateRestApiCommand(args);
|
|
270
|
+
if (typeof optionsOrCb === "function") {
|
|
271
|
+
this.send(command, optionsOrCb);
|
|
272
|
+
}
|
|
273
|
+
else if (typeof cb === "function") {
|
|
274
|
+
if (typeof optionsOrCb !== "object")
|
|
275
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
276
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
277
|
+
}
|
|
278
|
+
else {
|
|
279
|
+
return this.send(command, optionsOrCb);
|
|
280
|
+
}
|
|
281
|
+
};
|
|
282
|
+
APIGateway.prototype.createStage = function (args, optionsOrCb, cb) {
|
|
283
|
+
var command = new CreateStageCommand(args);
|
|
284
|
+
if (typeof optionsOrCb === "function") {
|
|
285
|
+
this.send(command, optionsOrCb);
|
|
286
|
+
}
|
|
287
|
+
else if (typeof cb === "function") {
|
|
288
|
+
if (typeof optionsOrCb !== "object")
|
|
289
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
290
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
291
|
+
}
|
|
292
|
+
else {
|
|
293
|
+
return this.send(command, optionsOrCb);
|
|
294
|
+
}
|
|
295
|
+
};
|
|
296
|
+
APIGateway.prototype.createUsagePlan = function (args, optionsOrCb, cb) {
|
|
297
|
+
var command = new CreateUsagePlanCommand(args);
|
|
298
|
+
if (typeof optionsOrCb === "function") {
|
|
299
|
+
this.send(command, optionsOrCb);
|
|
300
|
+
}
|
|
301
|
+
else if (typeof cb === "function") {
|
|
302
|
+
if (typeof optionsOrCb !== "object")
|
|
303
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
304
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
305
|
+
}
|
|
306
|
+
else {
|
|
307
|
+
return this.send(command, optionsOrCb);
|
|
308
|
+
}
|
|
309
|
+
};
|
|
310
|
+
APIGateway.prototype.createUsagePlanKey = function (args, optionsOrCb, cb) {
|
|
311
|
+
var command = new CreateUsagePlanKeyCommand(args);
|
|
312
|
+
if (typeof optionsOrCb === "function") {
|
|
313
|
+
this.send(command, optionsOrCb);
|
|
314
|
+
}
|
|
315
|
+
else if (typeof cb === "function") {
|
|
316
|
+
if (typeof optionsOrCb !== "object")
|
|
317
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
318
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
319
|
+
}
|
|
320
|
+
else {
|
|
321
|
+
return this.send(command, optionsOrCb);
|
|
322
|
+
}
|
|
323
|
+
};
|
|
324
|
+
APIGateway.prototype.createVpcLink = function (args, optionsOrCb, cb) {
|
|
325
|
+
var command = new CreateVpcLinkCommand(args);
|
|
326
|
+
if (typeof optionsOrCb === "function") {
|
|
327
|
+
this.send(command, optionsOrCb);
|
|
328
|
+
}
|
|
329
|
+
else if (typeof cb === "function") {
|
|
330
|
+
if (typeof optionsOrCb !== "object")
|
|
331
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
332
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
333
|
+
}
|
|
334
|
+
else {
|
|
335
|
+
return this.send(command, optionsOrCb);
|
|
336
|
+
}
|
|
337
|
+
};
|
|
338
|
+
APIGateway.prototype.deleteApiKey = function (args, optionsOrCb, cb) {
|
|
339
|
+
var command = new DeleteApiKeyCommand(args);
|
|
340
|
+
if (typeof optionsOrCb === "function") {
|
|
341
|
+
this.send(command, optionsOrCb);
|
|
342
|
+
}
|
|
343
|
+
else if (typeof cb === "function") {
|
|
344
|
+
if (typeof optionsOrCb !== "object")
|
|
345
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
346
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
347
|
+
}
|
|
348
|
+
else {
|
|
349
|
+
return this.send(command, optionsOrCb);
|
|
350
|
+
}
|
|
351
|
+
};
|
|
352
|
+
APIGateway.prototype.deleteAuthorizer = function (args, optionsOrCb, cb) {
|
|
353
|
+
var command = new DeleteAuthorizerCommand(args);
|
|
354
|
+
if (typeof optionsOrCb === "function") {
|
|
355
|
+
this.send(command, optionsOrCb);
|
|
356
|
+
}
|
|
357
|
+
else if (typeof cb === "function") {
|
|
358
|
+
if (typeof optionsOrCb !== "object")
|
|
359
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
360
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
361
|
+
}
|
|
362
|
+
else {
|
|
363
|
+
return this.send(command, optionsOrCb);
|
|
364
|
+
}
|
|
365
|
+
};
|
|
366
|
+
APIGateway.prototype.deleteBasePathMapping = function (args, optionsOrCb, cb) {
|
|
367
|
+
var command = new DeleteBasePathMappingCommand(args);
|
|
368
|
+
if (typeof optionsOrCb === "function") {
|
|
369
|
+
this.send(command, optionsOrCb);
|
|
370
|
+
}
|
|
371
|
+
else if (typeof cb === "function") {
|
|
372
|
+
if (typeof optionsOrCb !== "object")
|
|
373
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
374
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
375
|
+
}
|
|
376
|
+
else {
|
|
377
|
+
return this.send(command, optionsOrCb);
|
|
378
|
+
}
|
|
379
|
+
};
|
|
380
|
+
APIGateway.prototype.deleteClientCertificate = function (args, optionsOrCb, cb) {
|
|
381
|
+
var command = new DeleteClientCertificateCommand(args);
|
|
382
|
+
if (typeof optionsOrCb === "function") {
|
|
383
|
+
this.send(command, optionsOrCb);
|
|
384
|
+
}
|
|
385
|
+
else if (typeof cb === "function") {
|
|
386
|
+
if (typeof optionsOrCb !== "object")
|
|
387
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
388
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
389
|
+
}
|
|
390
|
+
else {
|
|
391
|
+
return this.send(command, optionsOrCb);
|
|
392
|
+
}
|
|
393
|
+
};
|
|
394
|
+
APIGateway.prototype.deleteDeployment = function (args, optionsOrCb, cb) {
|
|
395
|
+
var command = new DeleteDeploymentCommand(args);
|
|
396
|
+
if (typeof optionsOrCb === "function") {
|
|
397
|
+
this.send(command, optionsOrCb);
|
|
398
|
+
}
|
|
399
|
+
else if (typeof cb === "function") {
|
|
400
|
+
if (typeof optionsOrCb !== "object")
|
|
401
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
402
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
403
|
+
}
|
|
404
|
+
else {
|
|
405
|
+
return this.send(command, optionsOrCb);
|
|
406
|
+
}
|
|
407
|
+
};
|
|
408
|
+
APIGateway.prototype.deleteDocumentationPart = function (args, optionsOrCb, cb) {
|
|
409
|
+
var command = new DeleteDocumentationPartCommand(args);
|
|
410
|
+
if (typeof optionsOrCb === "function") {
|
|
411
|
+
this.send(command, optionsOrCb);
|
|
412
|
+
}
|
|
413
|
+
else if (typeof cb === "function") {
|
|
414
|
+
if (typeof optionsOrCb !== "object")
|
|
415
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
416
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
417
|
+
}
|
|
418
|
+
else {
|
|
419
|
+
return this.send(command, optionsOrCb);
|
|
420
|
+
}
|
|
421
|
+
};
|
|
422
|
+
APIGateway.prototype.deleteDocumentationVersion = function (args, optionsOrCb, cb) {
|
|
423
|
+
var command = new DeleteDocumentationVersionCommand(args);
|
|
424
|
+
if (typeof optionsOrCb === "function") {
|
|
425
|
+
this.send(command, optionsOrCb);
|
|
426
|
+
}
|
|
427
|
+
else if (typeof cb === "function") {
|
|
428
|
+
if (typeof optionsOrCb !== "object")
|
|
429
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
430
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
431
|
+
}
|
|
432
|
+
else {
|
|
433
|
+
return this.send(command, optionsOrCb);
|
|
434
|
+
}
|
|
435
|
+
};
|
|
436
|
+
APIGateway.prototype.deleteDomainName = function (args, optionsOrCb, cb) {
|
|
437
|
+
var command = new DeleteDomainNameCommand(args);
|
|
438
|
+
if (typeof optionsOrCb === "function") {
|
|
439
|
+
this.send(command, optionsOrCb);
|
|
440
|
+
}
|
|
441
|
+
else if (typeof cb === "function") {
|
|
442
|
+
if (typeof optionsOrCb !== "object")
|
|
443
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
444
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
445
|
+
}
|
|
446
|
+
else {
|
|
447
|
+
return this.send(command, optionsOrCb);
|
|
448
|
+
}
|
|
449
|
+
};
|
|
450
|
+
APIGateway.prototype.deleteGatewayResponse = function (args, optionsOrCb, cb) {
|
|
451
|
+
var command = new DeleteGatewayResponseCommand(args);
|
|
452
|
+
if (typeof optionsOrCb === "function") {
|
|
453
|
+
this.send(command, optionsOrCb);
|
|
454
|
+
}
|
|
455
|
+
else if (typeof cb === "function") {
|
|
456
|
+
if (typeof optionsOrCb !== "object")
|
|
457
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
458
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
459
|
+
}
|
|
460
|
+
else {
|
|
461
|
+
return this.send(command, optionsOrCb);
|
|
462
|
+
}
|
|
463
|
+
};
|
|
464
|
+
APIGateway.prototype.deleteIntegration = function (args, optionsOrCb, cb) {
|
|
465
|
+
var command = new DeleteIntegrationCommand(args);
|
|
466
|
+
if (typeof optionsOrCb === "function") {
|
|
467
|
+
this.send(command, optionsOrCb);
|
|
468
|
+
}
|
|
469
|
+
else if (typeof cb === "function") {
|
|
470
|
+
if (typeof optionsOrCb !== "object")
|
|
471
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
472
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
473
|
+
}
|
|
474
|
+
else {
|
|
475
|
+
return this.send(command, optionsOrCb);
|
|
476
|
+
}
|
|
477
|
+
};
|
|
478
|
+
APIGateway.prototype.deleteIntegrationResponse = function (args, optionsOrCb, cb) {
|
|
479
|
+
var command = new DeleteIntegrationResponseCommand(args);
|
|
480
|
+
if (typeof optionsOrCb === "function") {
|
|
481
|
+
this.send(command, optionsOrCb);
|
|
482
|
+
}
|
|
483
|
+
else if (typeof cb === "function") {
|
|
484
|
+
if (typeof optionsOrCb !== "object")
|
|
485
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
486
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
487
|
+
}
|
|
488
|
+
else {
|
|
489
|
+
return this.send(command, optionsOrCb);
|
|
490
|
+
}
|
|
491
|
+
};
|
|
492
|
+
APIGateway.prototype.deleteMethod = function (args, optionsOrCb, cb) {
|
|
493
|
+
var command = new DeleteMethodCommand(args);
|
|
494
|
+
if (typeof optionsOrCb === "function") {
|
|
495
|
+
this.send(command, optionsOrCb);
|
|
496
|
+
}
|
|
497
|
+
else if (typeof cb === "function") {
|
|
498
|
+
if (typeof optionsOrCb !== "object")
|
|
499
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
500
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
501
|
+
}
|
|
502
|
+
else {
|
|
503
|
+
return this.send(command, optionsOrCb);
|
|
504
|
+
}
|
|
505
|
+
};
|
|
506
|
+
APIGateway.prototype.deleteMethodResponse = function (args, optionsOrCb, cb) {
|
|
507
|
+
var command = new DeleteMethodResponseCommand(args);
|
|
508
|
+
if (typeof optionsOrCb === "function") {
|
|
509
|
+
this.send(command, optionsOrCb);
|
|
510
|
+
}
|
|
511
|
+
else if (typeof cb === "function") {
|
|
512
|
+
if (typeof optionsOrCb !== "object")
|
|
513
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
514
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
515
|
+
}
|
|
516
|
+
else {
|
|
517
|
+
return this.send(command, optionsOrCb);
|
|
518
|
+
}
|
|
519
|
+
};
|
|
520
|
+
APIGateway.prototype.deleteModel = function (args, optionsOrCb, cb) {
|
|
521
|
+
var command = new DeleteModelCommand(args);
|
|
522
|
+
if (typeof optionsOrCb === "function") {
|
|
523
|
+
this.send(command, optionsOrCb);
|
|
524
|
+
}
|
|
525
|
+
else if (typeof cb === "function") {
|
|
526
|
+
if (typeof optionsOrCb !== "object")
|
|
527
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
528
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
529
|
+
}
|
|
530
|
+
else {
|
|
531
|
+
return this.send(command, optionsOrCb);
|
|
532
|
+
}
|
|
533
|
+
};
|
|
534
|
+
APIGateway.prototype.deleteRequestValidator = function (args, optionsOrCb, cb) {
|
|
535
|
+
var command = new DeleteRequestValidatorCommand(args);
|
|
536
|
+
if (typeof optionsOrCb === "function") {
|
|
537
|
+
this.send(command, optionsOrCb);
|
|
538
|
+
}
|
|
539
|
+
else if (typeof cb === "function") {
|
|
540
|
+
if (typeof optionsOrCb !== "object")
|
|
541
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
542
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
543
|
+
}
|
|
544
|
+
else {
|
|
545
|
+
return this.send(command, optionsOrCb);
|
|
546
|
+
}
|
|
547
|
+
};
|
|
548
|
+
APIGateway.prototype.deleteResource = function (args, optionsOrCb, cb) {
|
|
549
|
+
var command = new DeleteResourceCommand(args);
|
|
550
|
+
if (typeof optionsOrCb === "function") {
|
|
551
|
+
this.send(command, optionsOrCb);
|
|
552
|
+
}
|
|
553
|
+
else if (typeof cb === "function") {
|
|
554
|
+
if (typeof optionsOrCb !== "object")
|
|
555
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
556
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
557
|
+
}
|
|
558
|
+
else {
|
|
559
|
+
return this.send(command, optionsOrCb);
|
|
560
|
+
}
|
|
561
|
+
};
|
|
562
|
+
APIGateway.prototype.deleteRestApi = function (args, optionsOrCb, cb) {
|
|
563
|
+
var command = new DeleteRestApiCommand(args);
|
|
564
|
+
if (typeof optionsOrCb === "function") {
|
|
565
|
+
this.send(command, optionsOrCb);
|
|
566
|
+
}
|
|
567
|
+
else if (typeof cb === "function") {
|
|
568
|
+
if (typeof optionsOrCb !== "object")
|
|
569
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
570
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
571
|
+
}
|
|
572
|
+
else {
|
|
573
|
+
return this.send(command, optionsOrCb);
|
|
574
|
+
}
|
|
575
|
+
};
|
|
576
|
+
APIGateway.prototype.deleteStage = function (args, optionsOrCb, cb) {
|
|
577
|
+
var command = new DeleteStageCommand(args);
|
|
578
|
+
if (typeof optionsOrCb === "function") {
|
|
579
|
+
this.send(command, optionsOrCb);
|
|
580
|
+
}
|
|
581
|
+
else if (typeof cb === "function") {
|
|
582
|
+
if (typeof optionsOrCb !== "object")
|
|
583
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
584
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
585
|
+
}
|
|
586
|
+
else {
|
|
587
|
+
return this.send(command, optionsOrCb);
|
|
588
|
+
}
|
|
589
|
+
};
|
|
590
|
+
APIGateway.prototype.deleteUsagePlan = function (args, optionsOrCb, cb) {
|
|
591
|
+
var command = new DeleteUsagePlanCommand(args);
|
|
592
|
+
if (typeof optionsOrCb === "function") {
|
|
593
|
+
this.send(command, optionsOrCb);
|
|
594
|
+
}
|
|
595
|
+
else if (typeof cb === "function") {
|
|
596
|
+
if (typeof optionsOrCb !== "object")
|
|
597
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
598
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
599
|
+
}
|
|
600
|
+
else {
|
|
601
|
+
return this.send(command, optionsOrCb);
|
|
602
|
+
}
|
|
603
|
+
};
|
|
604
|
+
APIGateway.prototype.deleteUsagePlanKey = function (args, optionsOrCb, cb) {
|
|
605
|
+
var command = new DeleteUsagePlanKeyCommand(args);
|
|
606
|
+
if (typeof optionsOrCb === "function") {
|
|
607
|
+
this.send(command, optionsOrCb);
|
|
608
|
+
}
|
|
609
|
+
else if (typeof cb === "function") {
|
|
610
|
+
if (typeof optionsOrCb !== "object")
|
|
611
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
612
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
613
|
+
}
|
|
614
|
+
else {
|
|
615
|
+
return this.send(command, optionsOrCb);
|
|
616
|
+
}
|
|
617
|
+
};
|
|
618
|
+
APIGateway.prototype.deleteVpcLink = function (args, optionsOrCb, cb) {
|
|
619
|
+
var command = new DeleteVpcLinkCommand(args);
|
|
620
|
+
if (typeof optionsOrCb === "function") {
|
|
621
|
+
this.send(command, optionsOrCb);
|
|
622
|
+
}
|
|
623
|
+
else if (typeof cb === "function") {
|
|
624
|
+
if (typeof optionsOrCb !== "object")
|
|
625
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
626
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
627
|
+
}
|
|
628
|
+
else {
|
|
629
|
+
return this.send(command, optionsOrCb);
|
|
630
|
+
}
|
|
631
|
+
};
|
|
632
|
+
APIGateway.prototype.flushStageAuthorizersCache = function (args, optionsOrCb, cb) {
|
|
633
|
+
var command = new FlushStageAuthorizersCacheCommand(args);
|
|
634
|
+
if (typeof optionsOrCb === "function") {
|
|
635
|
+
this.send(command, optionsOrCb);
|
|
636
|
+
}
|
|
637
|
+
else if (typeof cb === "function") {
|
|
638
|
+
if (typeof optionsOrCb !== "object")
|
|
639
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
640
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
641
|
+
}
|
|
642
|
+
else {
|
|
643
|
+
return this.send(command, optionsOrCb);
|
|
644
|
+
}
|
|
645
|
+
};
|
|
646
|
+
APIGateway.prototype.flushStageCache = function (args, optionsOrCb, cb) {
|
|
647
|
+
var command = new FlushStageCacheCommand(args);
|
|
648
|
+
if (typeof optionsOrCb === "function") {
|
|
649
|
+
this.send(command, optionsOrCb);
|
|
650
|
+
}
|
|
651
|
+
else if (typeof cb === "function") {
|
|
652
|
+
if (typeof optionsOrCb !== "object")
|
|
653
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
654
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
655
|
+
}
|
|
656
|
+
else {
|
|
657
|
+
return this.send(command, optionsOrCb);
|
|
658
|
+
}
|
|
659
|
+
};
|
|
660
|
+
APIGateway.prototype.generateClientCertificate = function (args, optionsOrCb, cb) {
|
|
661
|
+
var command = new GenerateClientCertificateCommand(args);
|
|
662
|
+
if (typeof optionsOrCb === "function") {
|
|
663
|
+
this.send(command, optionsOrCb);
|
|
664
|
+
}
|
|
665
|
+
else if (typeof cb === "function") {
|
|
666
|
+
if (typeof optionsOrCb !== "object")
|
|
667
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
668
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
669
|
+
}
|
|
670
|
+
else {
|
|
671
|
+
return this.send(command, optionsOrCb);
|
|
672
|
+
}
|
|
673
|
+
};
|
|
674
|
+
APIGateway.prototype.getAccount = function (args, optionsOrCb, cb) {
|
|
675
|
+
var command = new GetAccountCommand(args);
|
|
676
|
+
if (typeof optionsOrCb === "function") {
|
|
677
|
+
this.send(command, optionsOrCb);
|
|
678
|
+
}
|
|
679
|
+
else if (typeof cb === "function") {
|
|
680
|
+
if (typeof optionsOrCb !== "object")
|
|
681
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
682
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
683
|
+
}
|
|
684
|
+
else {
|
|
685
|
+
return this.send(command, optionsOrCb);
|
|
686
|
+
}
|
|
687
|
+
};
|
|
688
|
+
APIGateway.prototype.getApiKey = function (args, optionsOrCb, cb) {
|
|
689
|
+
var command = new GetApiKeyCommand(args);
|
|
690
|
+
if (typeof optionsOrCb === "function") {
|
|
691
|
+
this.send(command, optionsOrCb);
|
|
692
|
+
}
|
|
693
|
+
else if (typeof cb === "function") {
|
|
694
|
+
if (typeof optionsOrCb !== "object")
|
|
695
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
696
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
697
|
+
}
|
|
698
|
+
else {
|
|
699
|
+
return this.send(command, optionsOrCb);
|
|
700
|
+
}
|
|
701
|
+
};
|
|
702
|
+
APIGateway.prototype.getApiKeys = function (args, optionsOrCb, cb) {
|
|
703
|
+
var command = new GetApiKeysCommand(args);
|
|
704
|
+
if (typeof optionsOrCb === "function") {
|
|
705
|
+
this.send(command, optionsOrCb);
|
|
706
|
+
}
|
|
707
|
+
else if (typeof cb === "function") {
|
|
708
|
+
if (typeof optionsOrCb !== "object")
|
|
709
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
710
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
711
|
+
}
|
|
712
|
+
else {
|
|
713
|
+
return this.send(command, optionsOrCb);
|
|
714
|
+
}
|
|
715
|
+
};
|
|
716
|
+
APIGateway.prototype.getAuthorizer = function (args, optionsOrCb, cb) {
|
|
717
|
+
var command = new GetAuthorizerCommand(args);
|
|
718
|
+
if (typeof optionsOrCb === "function") {
|
|
719
|
+
this.send(command, optionsOrCb);
|
|
720
|
+
}
|
|
721
|
+
else if (typeof cb === "function") {
|
|
722
|
+
if (typeof optionsOrCb !== "object")
|
|
723
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
724
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
725
|
+
}
|
|
726
|
+
else {
|
|
727
|
+
return this.send(command, optionsOrCb);
|
|
728
|
+
}
|
|
729
|
+
};
|
|
730
|
+
APIGateway.prototype.getAuthorizers = function (args, optionsOrCb, cb) {
|
|
731
|
+
var command = new GetAuthorizersCommand(args);
|
|
732
|
+
if (typeof optionsOrCb === "function") {
|
|
733
|
+
this.send(command, optionsOrCb);
|
|
734
|
+
}
|
|
735
|
+
else if (typeof cb === "function") {
|
|
736
|
+
if (typeof optionsOrCb !== "object")
|
|
737
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
738
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
739
|
+
}
|
|
740
|
+
else {
|
|
741
|
+
return this.send(command, optionsOrCb);
|
|
742
|
+
}
|
|
743
|
+
};
|
|
744
|
+
APIGateway.prototype.getBasePathMapping = function (args, optionsOrCb, cb) {
|
|
745
|
+
var command = new GetBasePathMappingCommand(args);
|
|
746
|
+
if (typeof optionsOrCb === "function") {
|
|
747
|
+
this.send(command, optionsOrCb);
|
|
748
|
+
}
|
|
749
|
+
else if (typeof cb === "function") {
|
|
750
|
+
if (typeof optionsOrCb !== "object")
|
|
751
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
752
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
753
|
+
}
|
|
754
|
+
else {
|
|
755
|
+
return this.send(command, optionsOrCb);
|
|
756
|
+
}
|
|
757
|
+
};
|
|
758
|
+
APIGateway.prototype.getBasePathMappings = function (args, optionsOrCb, cb) {
|
|
759
|
+
var command = new GetBasePathMappingsCommand(args);
|
|
760
|
+
if (typeof optionsOrCb === "function") {
|
|
761
|
+
this.send(command, optionsOrCb);
|
|
762
|
+
}
|
|
763
|
+
else if (typeof cb === "function") {
|
|
764
|
+
if (typeof optionsOrCb !== "object")
|
|
765
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
766
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
767
|
+
}
|
|
768
|
+
else {
|
|
769
|
+
return this.send(command, optionsOrCb);
|
|
770
|
+
}
|
|
771
|
+
};
|
|
772
|
+
APIGateway.prototype.getClientCertificate = function (args, optionsOrCb, cb) {
|
|
773
|
+
var command = new GetClientCertificateCommand(args);
|
|
774
|
+
if (typeof optionsOrCb === "function") {
|
|
775
|
+
this.send(command, optionsOrCb);
|
|
776
|
+
}
|
|
777
|
+
else if (typeof cb === "function") {
|
|
778
|
+
if (typeof optionsOrCb !== "object")
|
|
779
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
780
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
781
|
+
}
|
|
782
|
+
else {
|
|
783
|
+
return this.send(command, optionsOrCb);
|
|
784
|
+
}
|
|
785
|
+
};
|
|
786
|
+
APIGateway.prototype.getClientCertificates = function (args, optionsOrCb, cb) {
|
|
787
|
+
var command = new GetClientCertificatesCommand(args);
|
|
788
|
+
if (typeof optionsOrCb === "function") {
|
|
789
|
+
this.send(command, optionsOrCb);
|
|
790
|
+
}
|
|
791
|
+
else if (typeof cb === "function") {
|
|
792
|
+
if (typeof optionsOrCb !== "object")
|
|
793
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
794
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
795
|
+
}
|
|
796
|
+
else {
|
|
797
|
+
return this.send(command, optionsOrCb);
|
|
798
|
+
}
|
|
799
|
+
};
|
|
800
|
+
APIGateway.prototype.getDeployment = function (args, optionsOrCb, cb) {
|
|
801
|
+
var command = new GetDeploymentCommand(args);
|
|
802
|
+
if (typeof optionsOrCb === "function") {
|
|
803
|
+
this.send(command, optionsOrCb);
|
|
804
|
+
}
|
|
805
|
+
else if (typeof cb === "function") {
|
|
806
|
+
if (typeof optionsOrCb !== "object")
|
|
807
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
808
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
809
|
+
}
|
|
810
|
+
else {
|
|
811
|
+
return this.send(command, optionsOrCb);
|
|
812
|
+
}
|
|
813
|
+
};
|
|
814
|
+
APIGateway.prototype.getDeployments = function (args, optionsOrCb, cb) {
|
|
815
|
+
var command = new GetDeploymentsCommand(args);
|
|
816
|
+
if (typeof optionsOrCb === "function") {
|
|
817
|
+
this.send(command, optionsOrCb);
|
|
818
|
+
}
|
|
819
|
+
else if (typeof cb === "function") {
|
|
820
|
+
if (typeof optionsOrCb !== "object")
|
|
821
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
822
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
823
|
+
}
|
|
824
|
+
else {
|
|
825
|
+
return this.send(command, optionsOrCb);
|
|
826
|
+
}
|
|
827
|
+
};
|
|
828
|
+
APIGateway.prototype.getDocumentationPart = function (args, optionsOrCb, cb) {
|
|
829
|
+
var command = new GetDocumentationPartCommand(args);
|
|
830
|
+
if (typeof optionsOrCb === "function") {
|
|
831
|
+
this.send(command, optionsOrCb);
|
|
832
|
+
}
|
|
833
|
+
else if (typeof cb === "function") {
|
|
834
|
+
if (typeof optionsOrCb !== "object")
|
|
835
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
836
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
837
|
+
}
|
|
838
|
+
else {
|
|
839
|
+
return this.send(command, optionsOrCb);
|
|
840
|
+
}
|
|
841
|
+
};
|
|
842
|
+
APIGateway.prototype.getDocumentationParts = function (args, optionsOrCb, cb) {
|
|
843
|
+
var command = new GetDocumentationPartsCommand(args);
|
|
844
|
+
if (typeof optionsOrCb === "function") {
|
|
845
|
+
this.send(command, optionsOrCb);
|
|
846
|
+
}
|
|
847
|
+
else if (typeof cb === "function") {
|
|
848
|
+
if (typeof optionsOrCb !== "object")
|
|
849
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
850
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
851
|
+
}
|
|
852
|
+
else {
|
|
853
|
+
return this.send(command, optionsOrCb);
|
|
854
|
+
}
|
|
855
|
+
};
|
|
856
|
+
APIGateway.prototype.getDocumentationVersion = function (args, optionsOrCb, cb) {
|
|
857
|
+
var command = new GetDocumentationVersionCommand(args);
|
|
858
|
+
if (typeof optionsOrCb === "function") {
|
|
859
|
+
this.send(command, optionsOrCb);
|
|
860
|
+
}
|
|
861
|
+
else if (typeof cb === "function") {
|
|
862
|
+
if (typeof optionsOrCb !== "object")
|
|
863
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
864
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
865
|
+
}
|
|
866
|
+
else {
|
|
867
|
+
return this.send(command, optionsOrCb);
|
|
868
|
+
}
|
|
869
|
+
};
|
|
870
|
+
APIGateway.prototype.getDocumentationVersions = function (args, optionsOrCb, cb) {
|
|
871
|
+
var command = new GetDocumentationVersionsCommand(args);
|
|
872
|
+
if (typeof optionsOrCb === "function") {
|
|
873
|
+
this.send(command, optionsOrCb);
|
|
874
|
+
}
|
|
875
|
+
else if (typeof cb === "function") {
|
|
876
|
+
if (typeof optionsOrCb !== "object")
|
|
877
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
878
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
879
|
+
}
|
|
880
|
+
else {
|
|
881
|
+
return this.send(command, optionsOrCb);
|
|
882
|
+
}
|
|
883
|
+
};
|
|
884
|
+
APIGateway.prototype.getDomainName = function (args, optionsOrCb, cb) {
|
|
885
|
+
var command = new GetDomainNameCommand(args);
|
|
886
|
+
if (typeof optionsOrCb === "function") {
|
|
887
|
+
this.send(command, optionsOrCb);
|
|
888
|
+
}
|
|
889
|
+
else if (typeof cb === "function") {
|
|
890
|
+
if (typeof optionsOrCb !== "object")
|
|
891
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
892
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
893
|
+
}
|
|
894
|
+
else {
|
|
895
|
+
return this.send(command, optionsOrCb);
|
|
896
|
+
}
|
|
897
|
+
};
|
|
898
|
+
APIGateway.prototype.getDomainNames = function (args, optionsOrCb, cb) {
|
|
899
|
+
var command = new GetDomainNamesCommand(args);
|
|
900
|
+
if (typeof optionsOrCb === "function") {
|
|
901
|
+
this.send(command, optionsOrCb);
|
|
902
|
+
}
|
|
903
|
+
else if (typeof cb === "function") {
|
|
904
|
+
if (typeof optionsOrCb !== "object")
|
|
905
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
906
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
907
|
+
}
|
|
908
|
+
else {
|
|
909
|
+
return this.send(command, optionsOrCb);
|
|
910
|
+
}
|
|
911
|
+
};
|
|
912
|
+
APIGateway.prototype.getExport = function (args, optionsOrCb, cb) {
|
|
913
|
+
var command = new GetExportCommand(args);
|
|
914
|
+
if (typeof optionsOrCb === "function") {
|
|
915
|
+
this.send(command, optionsOrCb);
|
|
916
|
+
}
|
|
917
|
+
else if (typeof cb === "function") {
|
|
918
|
+
if (typeof optionsOrCb !== "object")
|
|
919
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
920
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
921
|
+
}
|
|
922
|
+
else {
|
|
923
|
+
return this.send(command, optionsOrCb);
|
|
924
|
+
}
|
|
925
|
+
};
|
|
926
|
+
APIGateway.prototype.getGatewayResponse = function (args, optionsOrCb, cb) {
|
|
927
|
+
var command = new GetGatewayResponseCommand(args);
|
|
928
|
+
if (typeof optionsOrCb === "function") {
|
|
929
|
+
this.send(command, optionsOrCb);
|
|
930
|
+
}
|
|
931
|
+
else if (typeof cb === "function") {
|
|
932
|
+
if (typeof optionsOrCb !== "object")
|
|
933
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
934
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
935
|
+
}
|
|
936
|
+
else {
|
|
937
|
+
return this.send(command, optionsOrCb);
|
|
938
|
+
}
|
|
939
|
+
};
|
|
940
|
+
APIGateway.prototype.getGatewayResponses = function (args, optionsOrCb, cb) {
|
|
941
|
+
var command = new GetGatewayResponsesCommand(args);
|
|
942
|
+
if (typeof optionsOrCb === "function") {
|
|
943
|
+
this.send(command, optionsOrCb);
|
|
944
|
+
}
|
|
945
|
+
else if (typeof cb === "function") {
|
|
946
|
+
if (typeof optionsOrCb !== "object")
|
|
947
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
948
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
949
|
+
}
|
|
950
|
+
else {
|
|
951
|
+
return this.send(command, optionsOrCb);
|
|
952
|
+
}
|
|
953
|
+
};
|
|
954
|
+
APIGateway.prototype.getIntegration = function (args, optionsOrCb, cb) {
|
|
955
|
+
var command = new GetIntegrationCommand(args);
|
|
956
|
+
if (typeof optionsOrCb === "function") {
|
|
957
|
+
this.send(command, optionsOrCb);
|
|
958
|
+
}
|
|
959
|
+
else if (typeof cb === "function") {
|
|
960
|
+
if (typeof optionsOrCb !== "object")
|
|
961
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
962
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
963
|
+
}
|
|
964
|
+
else {
|
|
965
|
+
return this.send(command, optionsOrCb);
|
|
966
|
+
}
|
|
967
|
+
};
|
|
968
|
+
APIGateway.prototype.getIntegrationResponse = function (args, optionsOrCb, cb) {
|
|
969
|
+
var command = new GetIntegrationResponseCommand(args);
|
|
970
|
+
if (typeof optionsOrCb === "function") {
|
|
971
|
+
this.send(command, optionsOrCb);
|
|
972
|
+
}
|
|
973
|
+
else if (typeof cb === "function") {
|
|
974
|
+
if (typeof optionsOrCb !== "object")
|
|
975
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
976
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
977
|
+
}
|
|
978
|
+
else {
|
|
979
|
+
return this.send(command, optionsOrCb);
|
|
980
|
+
}
|
|
981
|
+
};
|
|
982
|
+
APIGateway.prototype.getMethod = function (args, optionsOrCb, cb) {
|
|
983
|
+
var command = new GetMethodCommand(args);
|
|
984
|
+
if (typeof optionsOrCb === "function") {
|
|
985
|
+
this.send(command, optionsOrCb);
|
|
986
|
+
}
|
|
987
|
+
else if (typeof cb === "function") {
|
|
988
|
+
if (typeof optionsOrCb !== "object")
|
|
989
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
990
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
991
|
+
}
|
|
992
|
+
else {
|
|
993
|
+
return this.send(command, optionsOrCb);
|
|
994
|
+
}
|
|
995
|
+
};
|
|
996
|
+
APIGateway.prototype.getMethodResponse = function (args, optionsOrCb, cb) {
|
|
997
|
+
var command = new GetMethodResponseCommand(args);
|
|
998
|
+
if (typeof optionsOrCb === "function") {
|
|
999
|
+
this.send(command, optionsOrCb);
|
|
1000
|
+
}
|
|
1001
|
+
else if (typeof cb === "function") {
|
|
1002
|
+
if (typeof optionsOrCb !== "object")
|
|
1003
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1004
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1005
|
+
}
|
|
1006
|
+
else {
|
|
1007
|
+
return this.send(command, optionsOrCb);
|
|
1008
|
+
}
|
|
1009
|
+
};
|
|
1010
|
+
APIGateway.prototype.getModel = function (args, optionsOrCb, cb) {
|
|
1011
|
+
var command = new GetModelCommand(args);
|
|
1012
|
+
if (typeof optionsOrCb === "function") {
|
|
1013
|
+
this.send(command, optionsOrCb);
|
|
1014
|
+
}
|
|
1015
|
+
else if (typeof cb === "function") {
|
|
1016
|
+
if (typeof optionsOrCb !== "object")
|
|
1017
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1018
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1019
|
+
}
|
|
1020
|
+
else {
|
|
1021
|
+
return this.send(command, optionsOrCb);
|
|
1022
|
+
}
|
|
1023
|
+
};
|
|
1024
|
+
APIGateway.prototype.getModels = function (args, optionsOrCb, cb) {
|
|
1025
|
+
var command = new GetModelsCommand(args);
|
|
1026
|
+
if (typeof optionsOrCb === "function") {
|
|
1027
|
+
this.send(command, optionsOrCb);
|
|
1028
|
+
}
|
|
1029
|
+
else if (typeof cb === "function") {
|
|
1030
|
+
if (typeof optionsOrCb !== "object")
|
|
1031
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1032
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1033
|
+
}
|
|
1034
|
+
else {
|
|
1035
|
+
return this.send(command, optionsOrCb);
|
|
1036
|
+
}
|
|
1037
|
+
};
|
|
1038
|
+
APIGateway.prototype.getModelTemplate = function (args, optionsOrCb, cb) {
|
|
1039
|
+
var command = new GetModelTemplateCommand(args);
|
|
1040
|
+
if (typeof optionsOrCb === "function") {
|
|
1041
|
+
this.send(command, optionsOrCb);
|
|
1042
|
+
}
|
|
1043
|
+
else if (typeof cb === "function") {
|
|
1044
|
+
if (typeof optionsOrCb !== "object")
|
|
1045
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1046
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1047
|
+
}
|
|
1048
|
+
else {
|
|
1049
|
+
return this.send(command, optionsOrCb);
|
|
1050
|
+
}
|
|
1051
|
+
};
|
|
1052
|
+
APIGateway.prototype.getRequestValidator = function (args, optionsOrCb, cb) {
|
|
1053
|
+
var command = new GetRequestValidatorCommand(args);
|
|
1054
|
+
if (typeof optionsOrCb === "function") {
|
|
1055
|
+
this.send(command, optionsOrCb);
|
|
1056
|
+
}
|
|
1057
|
+
else if (typeof cb === "function") {
|
|
1058
|
+
if (typeof optionsOrCb !== "object")
|
|
1059
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1060
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1061
|
+
}
|
|
1062
|
+
else {
|
|
1063
|
+
return this.send(command, optionsOrCb);
|
|
1064
|
+
}
|
|
1065
|
+
};
|
|
1066
|
+
APIGateway.prototype.getRequestValidators = function (args, optionsOrCb, cb) {
|
|
1067
|
+
var command = new GetRequestValidatorsCommand(args);
|
|
1068
|
+
if (typeof optionsOrCb === "function") {
|
|
1069
|
+
this.send(command, optionsOrCb);
|
|
1070
|
+
}
|
|
1071
|
+
else if (typeof cb === "function") {
|
|
1072
|
+
if (typeof optionsOrCb !== "object")
|
|
1073
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1074
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1075
|
+
}
|
|
1076
|
+
else {
|
|
1077
|
+
return this.send(command, optionsOrCb);
|
|
1078
|
+
}
|
|
1079
|
+
};
|
|
1080
|
+
APIGateway.prototype.getResource = function (args, optionsOrCb, cb) {
|
|
1081
|
+
var command = new GetResourceCommand(args);
|
|
1082
|
+
if (typeof optionsOrCb === "function") {
|
|
1083
|
+
this.send(command, optionsOrCb);
|
|
1084
|
+
}
|
|
1085
|
+
else if (typeof cb === "function") {
|
|
1086
|
+
if (typeof optionsOrCb !== "object")
|
|
1087
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1088
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1089
|
+
}
|
|
1090
|
+
else {
|
|
1091
|
+
return this.send(command, optionsOrCb);
|
|
1092
|
+
}
|
|
1093
|
+
};
|
|
1094
|
+
APIGateway.prototype.getResources = function (args, optionsOrCb, cb) {
|
|
1095
|
+
var command = new GetResourcesCommand(args);
|
|
1096
|
+
if (typeof optionsOrCb === "function") {
|
|
1097
|
+
this.send(command, optionsOrCb);
|
|
1098
|
+
}
|
|
1099
|
+
else if (typeof cb === "function") {
|
|
1100
|
+
if (typeof optionsOrCb !== "object")
|
|
1101
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1102
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1103
|
+
}
|
|
1104
|
+
else {
|
|
1105
|
+
return this.send(command, optionsOrCb);
|
|
1106
|
+
}
|
|
1107
|
+
};
|
|
1108
|
+
APIGateway.prototype.getRestApi = function (args, optionsOrCb, cb) {
|
|
1109
|
+
var command = new GetRestApiCommand(args);
|
|
1110
|
+
if (typeof optionsOrCb === "function") {
|
|
1111
|
+
this.send(command, optionsOrCb);
|
|
1112
|
+
}
|
|
1113
|
+
else if (typeof cb === "function") {
|
|
1114
|
+
if (typeof optionsOrCb !== "object")
|
|
1115
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1116
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1117
|
+
}
|
|
1118
|
+
else {
|
|
1119
|
+
return this.send(command, optionsOrCb);
|
|
1120
|
+
}
|
|
1121
|
+
};
|
|
1122
|
+
APIGateway.prototype.getRestApis = function (args, optionsOrCb, cb) {
|
|
1123
|
+
var command = new GetRestApisCommand(args);
|
|
1124
|
+
if (typeof optionsOrCb === "function") {
|
|
1125
|
+
this.send(command, optionsOrCb);
|
|
1126
|
+
}
|
|
1127
|
+
else if (typeof cb === "function") {
|
|
1128
|
+
if (typeof optionsOrCb !== "object")
|
|
1129
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1130
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1131
|
+
}
|
|
1132
|
+
else {
|
|
1133
|
+
return this.send(command, optionsOrCb);
|
|
1134
|
+
}
|
|
1135
|
+
};
|
|
1136
|
+
APIGateway.prototype.getSdk = function (args, optionsOrCb, cb) {
|
|
1137
|
+
var command = new GetSdkCommand(args);
|
|
1138
|
+
if (typeof optionsOrCb === "function") {
|
|
1139
|
+
this.send(command, optionsOrCb);
|
|
1140
|
+
}
|
|
1141
|
+
else if (typeof cb === "function") {
|
|
1142
|
+
if (typeof optionsOrCb !== "object")
|
|
1143
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1144
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1145
|
+
}
|
|
1146
|
+
else {
|
|
1147
|
+
return this.send(command, optionsOrCb);
|
|
1148
|
+
}
|
|
1149
|
+
};
|
|
1150
|
+
APIGateway.prototype.getSdkType = function (args, optionsOrCb, cb) {
|
|
1151
|
+
var command = new GetSdkTypeCommand(args);
|
|
1152
|
+
if (typeof optionsOrCb === "function") {
|
|
1153
|
+
this.send(command, optionsOrCb);
|
|
1154
|
+
}
|
|
1155
|
+
else if (typeof cb === "function") {
|
|
1156
|
+
if (typeof optionsOrCb !== "object")
|
|
1157
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1158
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1159
|
+
}
|
|
1160
|
+
else {
|
|
1161
|
+
return this.send(command, optionsOrCb);
|
|
1162
|
+
}
|
|
1163
|
+
};
|
|
1164
|
+
APIGateway.prototype.getSdkTypes = function (args, optionsOrCb, cb) {
|
|
1165
|
+
var command = new GetSdkTypesCommand(args);
|
|
1166
|
+
if (typeof optionsOrCb === "function") {
|
|
1167
|
+
this.send(command, optionsOrCb);
|
|
1168
|
+
}
|
|
1169
|
+
else if (typeof cb === "function") {
|
|
1170
|
+
if (typeof optionsOrCb !== "object")
|
|
1171
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1172
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1173
|
+
}
|
|
1174
|
+
else {
|
|
1175
|
+
return this.send(command, optionsOrCb);
|
|
1176
|
+
}
|
|
1177
|
+
};
|
|
1178
|
+
APIGateway.prototype.getStage = function (args, optionsOrCb, cb) {
|
|
1179
|
+
var command = new GetStageCommand(args);
|
|
1180
|
+
if (typeof optionsOrCb === "function") {
|
|
1181
|
+
this.send(command, optionsOrCb);
|
|
1182
|
+
}
|
|
1183
|
+
else if (typeof cb === "function") {
|
|
1184
|
+
if (typeof optionsOrCb !== "object")
|
|
1185
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1186
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1187
|
+
}
|
|
1188
|
+
else {
|
|
1189
|
+
return this.send(command, optionsOrCb);
|
|
1190
|
+
}
|
|
1191
|
+
};
|
|
1192
|
+
APIGateway.prototype.getStages = function (args, optionsOrCb, cb) {
|
|
1193
|
+
var command = new GetStagesCommand(args);
|
|
1194
|
+
if (typeof optionsOrCb === "function") {
|
|
1195
|
+
this.send(command, optionsOrCb);
|
|
1196
|
+
}
|
|
1197
|
+
else if (typeof cb === "function") {
|
|
1198
|
+
if (typeof optionsOrCb !== "object")
|
|
1199
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1200
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1201
|
+
}
|
|
1202
|
+
else {
|
|
1203
|
+
return this.send(command, optionsOrCb);
|
|
1204
|
+
}
|
|
1205
|
+
};
|
|
1206
|
+
APIGateway.prototype.getTags = function (args, optionsOrCb, cb) {
|
|
1207
|
+
var command = new GetTagsCommand(args);
|
|
1208
|
+
if (typeof optionsOrCb === "function") {
|
|
1209
|
+
this.send(command, optionsOrCb);
|
|
1210
|
+
}
|
|
1211
|
+
else if (typeof cb === "function") {
|
|
1212
|
+
if (typeof optionsOrCb !== "object")
|
|
1213
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1214
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1215
|
+
}
|
|
1216
|
+
else {
|
|
1217
|
+
return this.send(command, optionsOrCb);
|
|
1218
|
+
}
|
|
1219
|
+
};
|
|
1220
|
+
APIGateway.prototype.getUsage = function (args, optionsOrCb, cb) {
|
|
1221
|
+
var command = new GetUsageCommand(args);
|
|
1222
|
+
if (typeof optionsOrCb === "function") {
|
|
1223
|
+
this.send(command, optionsOrCb);
|
|
1224
|
+
}
|
|
1225
|
+
else if (typeof cb === "function") {
|
|
1226
|
+
if (typeof optionsOrCb !== "object")
|
|
1227
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1228
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1229
|
+
}
|
|
1230
|
+
else {
|
|
1231
|
+
return this.send(command, optionsOrCb);
|
|
1232
|
+
}
|
|
1233
|
+
};
|
|
1234
|
+
APIGateway.prototype.getUsagePlan = function (args, optionsOrCb, cb) {
|
|
1235
|
+
var command = new GetUsagePlanCommand(args);
|
|
1236
|
+
if (typeof optionsOrCb === "function") {
|
|
1237
|
+
this.send(command, optionsOrCb);
|
|
1238
|
+
}
|
|
1239
|
+
else if (typeof cb === "function") {
|
|
1240
|
+
if (typeof optionsOrCb !== "object")
|
|
1241
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1242
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1243
|
+
}
|
|
1244
|
+
else {
|
|
1245
|
+
return this.send(command, optionsOrCb);
|
|
1246
|
+
}
|
|
1247
|
+
};
|
|
1248
|
+
APIGateway.prototype.getUsagePlanKey = function (args, optionsOrCb, cb) {
|
|
1249
|
+
var command = new GetUsagePlanKeyCommand(args);
|
|
1250
|
+
if (typeof optionsOrCb === "function") {
|
|
1251
|
+
this.send(command, optionsOrCb);
|
|
1252
|
+
}
|
|
1253
|
+
else if (typeof cb === "function") {
|
|
1254
|
+
if (typeof optionsOrCb !== "object")
|
|
1255
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1256
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1257
|
+
}
|
|
1258
|
+
else {
|
|
1259
|
+
return this.send(command, optionsOrCb);
|
|
1260
|
+
}
|
|
1261
|
+
};
|
|
1262
|
+
APIGateway.prototype.getUsagePlanKeys = function (args, optionsOrCb, cb) {
|
|
1263
|
+
var command = new GetUsagePlanKeysCommand(args);
|
|
1264
|
+
if (typeof optionsOrCb === "function") {
|
|
1265
|
+
this.send(command, optionsOrCb);
|
|
1266
|
+
}
|
|
1267
|
+
else if (typeof cb === "function") {
|
|
1268
|
+
if (typeof optionsOrCb !== "object")
|
|
1269
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1270
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1271
|
+
}
|
|
1272
|
+
else {
|
|
1273
|
+
return this.send(command, optionsOrCb);
|
|
1274
|
+
}
|
|
1275
|
+
};
|
|
1276
|
+
APIGateway.prototype.getUsagePlans = function (args, optionsOrCb, cb) {
|
|
1277
|
+
var command = new GetUsagePlansCommand(args);
|
|
1278
|
+
if (typeof optionsOrCb === "function") {
|
|
1279
|
+
this.send(command, optionsOrCb);
|
|
1280
|
+
}
|
|
1281
|
+
else if (typeof cb === "function") {
|
|
1282
|
+
if (typeof optionsOrCb !== "object")
|
|
1283
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1284
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1285
|
+
}
|
|
1286
|
+
else {
|
|
1287
|
+
return this.send(command, optionsOrCb);
|
|
1288
|
+
}
|
|
1289
|
+
};
|
|
1290
|
+
APIGateway.prototype.getVpcLink = function (args, optionsOrCb, cb) {
|
|
1291
|
+
var command = new GetVpcLinkCommand(args);
|
|
1292
|
+
if (typeof optionsOrCb === "function") {
|
|
1293
|
+
this.send(command, optionsOrCb);
|
|
1294
|
+
}
|
|
1295
|
+
else if (typeof cb === "function") {
|
|
1296
|
+
if (typeof optionsOrCb !== "object")
|
|
1297
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1298
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1299
|
+
}
|
|
1300
|
+
else {
|
|
1301
|
+
return this.send(command, optionsOrCb);
|
|
1302
|
+
}
|
|
1303
|
+
};
|
|
1304
|
+
APIGateway.prototype.getVpcLinks = function (args, optionsOrCb, cb) {
|
|
1305
|
+
var command = new GetVpcLinksCommand(args);
|
|
1306
|
+
if (typeof optionsOrCb === "function") {
|
|
1307
|
+
this.send(command, optionsOrCb);
|
|
1308
|
+
}
|
|
1309
|
+
else if (typeof cb === "function") {
|
|
1310
|
+
if (typeof optionsOrCb !== "object")
|
|
1311
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1312
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1313
|
+
}
|
|
1314
|
+
else {
|
|
1315
|
+
return this.send(command, optionsOrCb);
|
|
1316
|
+
}
|
|
1317
|
+
};
|
|
1318
|
+
APIGateway.prototype.importApiKeys = function (args, optionsOrCb, cb) {
|
|
1319
|
+
var command = new ImportApiKeysCommand(args);
|
|
1320
|
+
if (typeof optionsOrCb === "function") {
|
|
1321
|
+
this.send(command, optionsOrCb);
|
|
1322
|
+
}
|
|
1323
|
+
else if (typeof cb === "function") {
|
|
1324
|
+
if (typeof optionsOrCb !== "object")
|
|
1325
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1326
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1327
|
+
}
|
|
1328
|
+
else {
|
|
1329
|
+
return this.send(command, optionsOrCb);
|
|
1330
|
+
}
|
|
1331
|
+
};
|
|
1332
|
+
APIGateway.prototype.importDocumentationParts = function (args, optionsOrCb, cb) {
|
|
1333
|
+
var command = new ImportDocumentationPartsCommand(args);
|
|
1334
|
+
if (typeof optionsOrCb === "function") {
|
|
1335
|
+
this.send(command, optionsOrCb);
|
|
1336
|
+
}
|
|
1337
|
+
else if (typeof cb === "function") {
|
|
1338
|
+
if (typeof optionsOrCb !== "object")
|
|
1339
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1340
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1341
|
+
}
|
|
1342
|
+
else {
|
|
1343
|
+
return this.send(command, optionsOrCb);
|
|
1344
|
+
}
|
|
1345
|
+
};
|
|
1346
|
+
APIGateway.prototype.importRestApi = function (args, optionsOrCb, cb) {
|
|
1347
|
+
var command = new ImportRestApiCommand(args);
|
|
1348
|
+
if (typeof optionsOrCb === "function") {
|
|
1349
|
+
this.send(command, optionsOrCb);
|
|
1350
|
+
}
|
|
1351
|
+
else if (typeof cb === "function") {
|
|
1352
|
+
if (typeof optionsOrCb !== "object")
|
|
1353
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1354
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1355
|
+
}
|
|
1356
|
+
else {
|
|
1357
|
+
return this.send(command, optionsOrCb);
|
|
1358
|
+
}
|
|
1359
|
+
};
|
|
1360
|
+
APIGateway.prototype.putGatewayResponse = function (args, optionsOrCb, cb) {
|
|
1361
|
+
var command = new PutGatewayResponseCommand(args);
|
|
1362
|
+
if (typeof optionsOrCb === "function") {
|
|
1363
|
+
this.send(command, optionsOrCb);
|
|
1364
|
+
}
|
|
1365
|
+
else if (typeof cb === "function") {
|
|
1366
|
+
if (typeof optionsOrCb !== "object")
|
|
1367
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1368
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1369
|
+
}
|
|
1370
|
+
else {
|
|
1371
|
+
return this.send(command, optionsOrCb);
|
|
1372
|
+
}
|
|
1373
|
+
};
|
|
1374
|
+
APIGateway.prototype.putIntegration = function (args, optionsOrCb, cb) {
|
|
1375
|
+
var command = new PutIntegrationCommand(args);
|
|
1376
|
+
if (typeof optionsOrCb === "function") {
|
|
1377
|
+
this.send(command, optionsOrCb);
|
|
1378
|
+
}
|
|
1379
|
+
else if (typeof cb === "function") {
|
|
1380
|
+
if (typeof optionsOrCb !== "object")
|
|
1381
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1382
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1383
|
+
}
|
|
1384
|
+
else {
|
|
1385
|
+
return this.send(command, optionsOrCb);
|
|
1386
|
+
}
|
|
1387
|
+
};
|
|
1388
|
+
APIGateway.prototype.putIntegrationResponse = function (args, optionsOrCb, cb) {
|
|
1389
|
+
var command = new PutIntegrationResponseCommand(args);
|
|
1390
|
+
if (typeof optionsOrCb === "function") {
|
|
1391
|
+
this.send(command, optionsOrCb);
|
|
1392
|
+
}
|
|
1393
|
+
else if (typeof cb === "function") {
|
|
1394
|
+
if (typeof optionsOrCb !== "object")
|
|
1395
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1396
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1397
|
+
}
|
|
1398
|
+
else {
|
|
1399
|
+
return this.send(command, optionsOrCb);
|
|
1400
|
+
}
|
|
1401
|
+
};
|
|
1402
|
+
APIGateway.prototype.putMethod = function (args, optionsOrCb, cb) {
|
|
1403
|
+
var command = new PutMethodCommand(args);
|
|
1404
|
+
if (typeof optionsOrCb === "function") {
|
|
1405
|
+
this.send(command, optionsOrCb);
|
|
1406
|
+
}
|
|
1407
|
+
else if (typeof cb === "function") {
|
|
1408
|
+
if (typeof optionsOrCb !== "object")
|
|
1409
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1410
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1411
|
+
}
|
|
1412
|
+
else {
|
|
1413
|
+
return this.send(command, optionsOrCb);
|
|
1414
|
+
}
|
|
1415
|
+
};
|
|
1416
|
+
APIGateway.prototype.putMethodResponse = function (args, optionsOrCb, cb) {
|
|
1417
|
+
var command = new PutMethodResponseCommand(args);
|
|
1418
|
+
if (typeof optionsOrCb === "function") {
|
|
1419
|
+
this.send(command, optionsOrCb);
|
|
1420
|
+
}
|
|
1421
|
+
else if (typeof cb === "function") {
|
|
1422
|
+
if (typeof optionsOrCb !== "object")
|
|
1423
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1424
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1425
|
+
}
|
|
1426
|
+
else {
|
|
1427
|
+
return this.send(command, optionsOrCb);
|
|
1428
|
+
}
|
|
1429
|
+
};
|
|
1430
|
+
APIGateway.prototype.putRestApi = function (args, optionsOrCb, cb) {
|
|
1431
|
+
var command = new PutRestApiCommand(args);
|
|
1432
|
+
if (typeof optionsOrCb === "function") {
|
|
1433
|
+
this.send(command, optionsOrCb);
|
|
1434
|
+
}
|
|
1435
|
+
else if (typeof cb === "function") {
|
|
1436
|
+
if (typeof optionsOrCb !== "object")
|
|
1437
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1438
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1439
|
+
}
|
|
1440
|
+
else {
|
|
1441
|
+
return this.send(command, optionsOrCb);
|
|
1442
|
+
}
|
|
1443
|
+
};
|
|
1444
|
+
APIGateway.prototype.tagResource = function (args, optionsOrCb, cb) {
|
|
1445
|
+
var command = new TagResourceCommand(args);
|
|
1446
|
+
if (typeof optionsOrCb === "function") {
|
|
1447
|
+
this.send(command, optionsOrCb);
|
|
1448
|
+
}
|
|
1449
|
+
else if (typeof cb === "function") {
|
|
1450
|
+
if (typeof optionsOrCb !== "object")
|
|
1451
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1452
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1453
|
+
}
|
|
1454
|
+
else {
|
|
1455
|
+
return this.send(command, optionsOrCb);
|
|
1456
|
+
}
|
|
1457
|
+
};
|
|
1458
|
+
APIGateway.prototype.testInvokeAuthorizer = function (args, optionsOrCb, cb) {
|
|
1459
|
+
var command = new TestInvokeAuthorizerCommand(args);
|
|
1460
|
+
if (typeof optionsOrCb === "function") {
|
|
1461
|
+
this.send(command, optionsOrCb);
|
|
1462
|
+
}
|
|
1463
|
+
else if (typeof cb === "function") {
|
|
1464
|
+
if (typeof optionsOrCb !== "object")
|
|
1465
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1466
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1467
|
+
}
|
|
1468
|
+
else {
|
|
1469
|
+
return this.send(command, optionsOrCb);
|
|
1470
|
+
}
|
|
1471
|
+
};
|
|
1472
|
+
APIGateway.prototype.testInvokeMethod = function (args, optionsOrCb, cb) {
|
|
1473
|
+
var command = new TestInvokeMethodCommand(args);
|
|
1474
|
+
if (typeof optionsOrCb === "function") {
|
|
1475
|
+
this.send(command, optionsOrCb);
|
|
1476
|
+
}
|
|
1477
|
+
else if (typeof cb === "function") {
|
|
1478
|
+
if (typeof optionsOrCb !== "object")
|
|
1479
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1480
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1481
|
+
}
|
|
1482
|
+
else {
|
|
1483
|
+
return this.send(command, optionsOrCb);
|
|
1484
|
+
}
|
|
1485
|
+
};
|
|
1486
|
+
APIGateway.prototype.untagResource = function (args, optionsOrCb, cb) {
|
|
1487
|
+
var command = new UntagResourceCommand(args);
|
|
1488
|
+
if (typeof optionsOrCb === "function") {
|
|
1489
|
+
this.send(command, optionsOrCb);
|
|
1490
|
+
}
|
|
1491
|
+
else if (typeof cb === "function") {
|
|
1492
|
+
if (typeof optionsOrCb !== "object")
|
|
1493
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1494
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1495
|
+
}
|
|
1496
|
+
else {
|
|
1497
|
+
return this.send(command, optionsOrCb);
|
|
1498
|
+
}
|
|
1499
|
+
};
|
|
1500
|
+
APIGateway.prototype.updateAccount = function (args, optionsOrCb, cb) {
|
|
1501
|
+
var command = new UpdateAccountCommand(args);
|
|
1502
|
+
if (typeof optionsOrCb === "function") {
|
|
1503
|
+
this.send(command, optionsOrCb);
|
|
1504
|
+
}
|
|
1505
|
+
else if (typeof cb === "function") {
|
|
1506
|
+
if (typeof optionsOrCb !== "object")
|
|
1507
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1508
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1509
|
+
}
|
|
1510
|
+
else {
|
|
1511
|
+
return this.send(command, optionsOrCb);
|
|
1512
|
+
}
|
|
1513
|
+
};
|
|
1514
|
+
APIGateway.prototype.updateApiKey = function (args, optionsOrCb, cb) {
|
|
1515
|
+
var command = new UpdateApiKeyCommand(args);
|
|
1516
|
+
if (typeof optionsOrCb === "function") {
|
|
1517
|
+
this.send(command, optionsOrCb);
|
|
1518
|
+
}
|
|
1519
|
+
else if (typeof cb === "function") {
|
|
1520
|
+
if (typeof optionsOrCb !== "object")
|
|
1521
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1522
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1523
|
+
}
|
|
1524
|
+
else {
|
|
1525
|
+
return this.send(command, optionsOrCb);
|
|
1526
|
+
}
|
|
1527
|
+
};
|
|
1528
|
+
APIGateway.prototype.updateAuthorizer = function (args, optionsOrCb, cb) {
|
|
1529
|
+
var command = new UpdateAuthorizerCommand(args);
|
|
1530
|
+
if (typeof optionsOrCb === "function") {
|
|
1531
|
+
this.send(command, optionsOrCb);
|
|
1532
|
+
}
|
|
1533
|
+
else if (typeof cb === "function") {
|
|
1534
|
+
if (typeof optionsOrCb !== "object")
|
|
1535
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1536
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1537
|
+
}
|
|
1538
|
+
else {
|
|
1539
|
+
return this.send(command, optionsOrCb);
|
|
1540
|
+
}
|
|
1541
|
+
};
|
|
1542
|
+
APIGateway.prototype.updateBasePathMapping = function (args, optionsOrCb, cb) {
|
|
1543
|
+
var command = new UpdateBasePathMappingCommand(args);
|
|
1544
|
+
if (typeof optionsOrCb === "function") {
|
|
1545
|
+
this.send(command, optionsOrCb);
|
|
1546
|
+
}
|
|
1547
|
+
else if (typeof cb === "function") {
|
|
1548
|
+
if (typeof optionsOrCb !== "object")
|
|
1549
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1550
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1551
|
+
}
|
|
1552
|
+
else {
|
|
1553
|
+
return this.send(command, optionsOrCb);
|
|
1554
|
+
}
|
|
1555
|
+
};
|
|
1556
|
+
APIGateway.prototype.updateClientCertificate = function (args, optionsOrCb, cb) {
|
|
1557
|
+
var command = new UpdateClientCertificateCommand(args);
|
|
1558
|
+
if (typeof optionsOrCb === "function") {
|
|
1559
|
+
this.send(command, optionsOrCb);
|
|
1560
|
+
}
|
|
1561
|
+
else if (typeof cb === "function") {
|
|
1562
|
+
if (typeof optionsOrCb !== "object")
|
|
1563
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1564
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1565
|
+
}
|
|
1566
|
+
else {
|
|
1567
|
+
return this.send(command, optionsOrCb);
|
|
1568
|
+
}
|
|
1569
|
+
};
|
|
1570
|
+
APIGateway.prototype.updateDeployment = function (args, optionsOrCb, cb) {
|
|
1571
|
+
var command = new UpdateDeploymentCommand(args);
|
|
1572
|
+
if (typeof optionsOrCb === "function") {
|
|
1573
|
+
this.send(command, optionsOrCb);
|
|
1574
|
+
}
|
|
1575
|
+
else if (typeof cb === "function") {
|
|
1576
|
+
if (typeof optionsOrCb !== "object")
|
|
1577
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1578
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1579
|
+
}
|
|
1580
|
+
else {
|
|
1581
|
+
return this.send(command, optionsOrCb);
|
|
1582
|
+
}
|
|
1583
|
+
};
|
|
1584
|
+
APIGateway.prototype.updateDocumentationPart = function (args, optionsOrCb, cb) {
|
|
1585
|
+
var command = new UpdateDocumentationPartCommand(args);
|
|
1586
|
+
if (typeof optionsOrCb === "function") {
|
|
1587
|
+
this.send(command, optionsOrCb);
|
|
1588
|
+
}
|
|
1589
|
+
else if (typeof cb === "function") {
|
|
1590
|
+
if (typeof optionsOrCb !== "object")
|
|
1591
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1592
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1593
|
+
}
|
|
1594
|
+
else {
|
|
1595
|
+
return this.send(command, optionsOrCb);
|
|
1596
|
+
}
|
|
1597
|
+
};
|
|
1598
|
+
APIGateway.prototype.updateDocumentationVersion = function (args, optionsOrCb, cb) {
|
|
1599
|
+
var command = new UpdateDocumentationVersionCommand(args);
|
|
1600
|
+
if (typeof optionsOrCb === "function") {
|
|
1601
|
+
this.send(command, optionsOrCb);
|
|
1602
|
+
}
|
|
1603
|
+
else if (typeof cb === "function") {
|
|
1604
|
+
if (typeof optionsOrCb !== "object")
|
|
1605
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1606
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1607
|
+
}
|
|
1608
|
+
else {
|
|
1609
|
+
return this.send(command, optionsOrCb);
|
|
1610
|
+
}
|
|
1611
|
+
};
|
|
1612
|
+
APIGateway.prototype.updateDomainName = function (args, optionsOrCb, cb) {
|
|
1613
|
+
var command = new UpdateDomainNameCommand(args);
|
|
1614
|
+
if (typeof optionsOrCb === "function") {
|
|
1615
|
+
this.send(command, optionsOrCb);
|
|
1616
|
+
}
|
|
1617
|
+
else if (typeof cb === "function") {
|
|
1618
|
+
if (typeof optionsOrCb !== "object")
|
|
1619
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1620
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1621
|
+
}
|
|
1622
|
+
else {
|
|
1623
|
+
return this.send(command, optionsOrCb);
|
|
1624
|
+
}
|
|
1625
|
+
};
|
|
1626
|
+
APIGateway.prototype.updateGatewayResponse = function (args, optionsOrCb, cb) {
|
|
1627
|
+
var command = new UpdateGatewayResponseCommand(args);
|
|
1628
|
+
if (typeof optionsOrCb === "function") {
|
|
1629
|
+
this.send(command, optionsOrCb);
|
|
1630
|
+
}
|
|
1631
|
+
else if (typeof cb === "function") {
|
|
1632
|
+
if (typeof optionsOrCb !== "object")
|
|
1633
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1634
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1635
|
+
}
|
|
1636
|
+
else {
|
|
1637
|
+
return this.send(command, optionsOrCb);
|
|
1638
|
+
}
|
|
1639
|
+
};
|
|
1640
|
+
APIGateway.prototype.updateIntegration = function (args, optionsOrCb, cb) {
|
|
1641
|
+
var command = new UpdateIntegrationCommand(args);
|
|
1642
|
+
if (typeof optionsOrCb === "function") {
|
|
1643
|
+
this.send(command, optionsOrCb);
|
|
1644
|
+
}
|
|
1645
|
+
else if (typeof cb === "function") {
|
|
1646
|
+
if (typeof optionsOrCb !== "object")
|
|
1647
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1648
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1649
|
+
}
|
|
1650
|
+
else {
|
|
1651
|
+
return this.send(command, optionsOrCb);
|
|
1652
|
+
}
|
|
1653
|
+
};
|
|
1654
|
+
APIGateway.prototype.updateIntegrationResponse = function (args, optionsOrCb, cb) {
|
|
1655
|
+
var command = new UpdateIntegrationResponseCommand(args);
|
|
1656
|
+
if (typeof optionsOrCb === "function") {
|
|
1657
|
+
this.send(command, optionsOrCb);
|
|
1658
|
+
}
|
|
1659
|
+
else if (typeof cb === "function") {
|
|
1660
|
+
if (typeof optionsOrCb !== "object")
|
|
1661
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1662
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1663
|
+
}
|
|
1664
|
+
else {
|
|
1665
|
+
return this.send(command, optionsOrCb);
|
|
1666
|
+
}
|
|
1667
|
+
};
|
|
1668
|
+
APIGateway.prototype.updateMethod = function (args, optionsOrCb, cb) {
|
|
1669
|
+
var command = new UpdateMethodCommand(args);
|
|
1670
|
+
if (typeof optionsOrCb === "function") {
|
|
1671
|
+
this.send(command, optionsOrCb);
|
|
1672
|
+
}
|
|
1673
|
+
else if (typeof cb === "function") {
|
|
1674
|
+
if (typeof optionsOrCb !== "object")
|
|
1675
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1676
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1677
|
+
}
|
|
1678
|
+
else {
|
|
1679
|
+
return this.send(command, optionsOrCb);
|
|
1680
|
+
}
|
|
1681
|
+
};
|
|
1682
|
+
APIGateway.prototype.updateMethodResponse = function (args, optionsOrCb, cb) {
|
|
1683
|
+
var command = new UpdateMethodResponseCommand(args);
|
|
1684
|
+
if (typeof optionsOrCb === "function") {
|
|
1685
|
+
this.send(command, optionsOrCb);
|
|
1686
|
+
}
|
|
1687
|
+
else if (typeof cb === "function") {
|
|
1688
|
+
if (typeof optionsOrCb !== "object")
|
|
1689
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1690
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1691
|
+
}
|
|
1692
|
+
else {
|
|
1693
|
+
return this.send(command, optionsOrCb);
|
|
1694
|
+
}
|
|
1695
|
+
};
|
|
1696
|
+
APIGateway.prototype.updateModel = function (args, optionsOrCb, cb) {
|
|
1697
|
+
var command = new UpdateModelCommand(args);
|
|
1698
|
+
if (typeof optionsOrCb === "function") {
|
|
1699
|
+
this.send(command, optionsOrCb);
|
|
1700
|
+
}
|
|
1701
|
+
else if (typeof cb === "function") {
|
|
1702
|
+
if (typeof optionsOrCb !== "object")
|
|
1703
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1704
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1705
|
+
}
|
|
1706
|
+
else {
|
|
1707
|
+
return this.send(command, optionsOrCb);
|
|
1708
|
+
}
|
|
1709
|
+
};
|
|
1710
|
+
APIGateway.prototype.updateRequestValidator = function (args, optionsOrCb, cb) {
|
|
1711
|
+
var command = new UpdateRequestValidatorCommand(args);
|
|
1712
|
+
if (typeof optionsOrCb === "function") {
|
|
1713
|
+
this.send(command, optionsOrCb);
|
|
1714
|
+
}
|
|
1715
|
+
else if (typeof cb === "function") {
|
|
1716
|
+
if (typeof optionsOrCb !== "object")
|
|
1717
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1718
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1719
|
+
}
|
|
1720
|
+
else {
|
|
1721
|
+
return this.send(command, optionsOrCb);
|
|
1722
|
+
}
|
|
1723
|
+
};
|
|
1724
|
+
APIGateway.prototype.updateResource = function (args, optionsOrCb, cb) {
|
|
1725
|
+
var command = new UpdateResourceCommand(args);
|
|
1726
|
+
if (typeof optionsOrCb === "function") {
|
|
1727
|
+
this.send(command, optionsOrCb);
|
|
1728
|
+
}
|
|
1729
|
+
else if (typeof cb === "function") {
|
|
1730
|
+
if (typeof optionsOrCb !== "object")
|
|
1731
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1732
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1733
|
+
}
|
|
1734
|
+
else {
|
|
1735
|
+
return this.send(command, optionsOrCb);
|
|
1736
|
+
}
|
|
1737
|
+
};
|
|
1738
|
+
APIGateway.prototype.updateRestApi = function (args, optionsOrCb, cb) {
|
|
1739
|
+
var command = new UpdateRestApiCommand(args);
|
|
1740
|
+
if (typeof optionsOrCb === "function") {
|
|
1741
|
+
this.send(command, optionsOrCb);
|
|
1742
|
+
}
|
|
1743
|
+
else if (typeof cb === "function") {
|
|
1744
|
+
if (typeof optionsOrCb !== "object")
|
|
1745
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1746
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1747
|
+
}
|
|
1748
|
+
else {
|
|
1749
|
+
return this.send(command, optionsOrCb);
|
|
1750
|
+
}
|
|
1751
|
+
};
|
|
1752
|
+
APIGateway.prototype.updateStage = function (args, optionsOrCb, cb) {
|
|
1753
|
+
var command = new UpdateStageCommand(args);
|
|
1754
|
+
if (typeof optionsOrCb === "function") {
|
|
1755
|
+
this.send(command, optionsOrCb);
|
|
1756
|
+
}
|
|
1757
|
+
else if (typeof cb === "function") {
|
|
1758
|
+
if (typeof optionsOrCb !== "object")
|
|
1759
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1760
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1761
|
+
}
|
|
1762
|
+
else {
|
|
1763
|
+
return this.send(command, optionsOrCb);
|
|
1764
|
+
}
|
|
1765
|
+
};
|
|
1766
|
+
APIGateway.prototype.updateUsage = function (args, optionsOrCb, cb) {
|
|
1767
|
+
var command = new UpdateUsageCommand(args);
|
|
1768
|
+
if (typeof optionsOrCb === "function") {
|
|
1769
|
+
this.send(command, optionsOrCb);
|
|
1770
|
+
}
|
|
1771
|
+
else if (typeof cb === "function") {
|
|
1772
|
+
if (typeof optionsOrCb !== "object")
|
|
1773
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1774
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1775
|
+
}
|
|
1776
|
+
else {
|
|
1777
|
+
return this.send(command, optionsOrCb);
|
|
1778
|
+
}
|
|
1779
|
+
};
|
|
1780
|
+
APIGateway.prototype.updateUsagePlan = function (args, optionsOrCb, cb) {
|
|
1781
|
+
var command = new UpdateUsagePlanCommand(args);
|
|
1782
|
+
if (typeof optionsOrCb === "function") {
|
|
1783
|
+
this.send(command, optionsOrCb);
|
|
1784
|
+
}
|
|
1785
|
+
else if (typeof cb === "function") {
|
|
1786
|
+
if (typeof optionsOrCb !== "object")
|
|
1787
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1788
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1789
|
+
}
|
|
1790
|
+
else {
|
|
1791
|
+
return this.send(command, optionsOrCb);
|
|
1792
|
+
}
|
|
1793
|
+
};
|
|
1794
|
+
APIGateway.prototype.updateVpcLink = function (args, optionsOrCb, cb) {
|
|
1795
|
+
var command = new UpdateVpcLinkCommand(args);
|
|
1796
|
+
if (typeof optionsOrCb === "function") {
|
|
1797
|
+
this.send(command, optionsOrCb);
|
|
1798
|
+
}
|
|
1799
|
+
else if (typeof cb === "function") {
|
|
1800
|
+
if (typeof optionsOrCb !== "object")
|
|
1801
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1802
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1803
|
+
}
|
|
1804
|
+
else {
|
|
1805
|
+
return this.send(command, optionsOrCb);
|
|
1806
|
+
}
|
|
1807
|
+
};
|
|
1808
|
+
return APIGateway;
|
|
1809
|
+
}(APIGatewayClient));
|
|
1810
|
+
export { APIGateway };
|