@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,3016 @@
|
|
|
1
|
+
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
+
|
|
3
|
+
export interface AccessLogSettings {
|
|
4
|
+
|
|
5
|
+
format?: string;
|
|
6
|
+
|
|
7
|
+
destinationArn?: string;
|
|
8
|
+
}
|
|
9
|
+
export declare namespace AccessLogSettings {
|
|
10
|
+
|
|
11
|
+
const filterSensitiveLog: (obj: AccessLogSettings) => any;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
export interface ThrottleSettings {
|
|
15
|
+
|
|
16
|
+
burstLimit?: number;
|
|
17
|
+
|
|
18
|
+
rateLimit?: number;
|
|
19
|
+
}
|
|
20
|
+
export declare namespace ThrottleSettings {
|
|
21
|
+
|
|
22
|
+
const filterSensitiveLog: (obj: ThrottleSettings) => any;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
export interface Account {
|
|
26
|
+
|
|
27
|
+
cloudwatchRoleArn?: string;
|
|
28
|
+
|
|
29
|
+
throttleSettings?: ThrottleSettings;
|
|
30
|
+
|
|
31
|
+
features?: string[];
|
|
32
|
+
|
|
33
|
+
apiKeyVersion?: string;
|
|
34
|
+
}
|
|
35
|
+
export declare namespace Account {
|
|
36
|
+
|
|
37
|
+
const filterSensitiveLog: (obj: Account) => any;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
export interface ApiKey {
|
|
41
|
+
|
|
42
|
+
id?: string;
|
|
43
|
+
|
|
44
|
+
value?: string;
|
|
45
|
+
|
|
46
|
+
name?: string;
|
|
47
|
+
|
|
48
|
+
customerId?: string;
|
|
49
|
+
|
|
50
|
+
description?: string;
|
|
51
|
+
|
|
52
|
+
enabled?: boolean;
|
|
53
|
+
|
|
54
|
+
createdDate?: Date;
|
|
55
|
+
|
|
56
|
+
lastUpdatedDate?: Date;
|
|
57
|
+
|
|
58
|
+
stageKeys?: string[];
|
|
59
|
+
|
|
60
|
+
tags?: {
|
|
61
|
+
[key: string]: string;
|
|
62
|
+
};
|
|
63
|
+
}
|
|
64
|
+
export declare namespace ApiKey {
|
|
65
|
+
|
|
66
|
+
const filterSensitiveLog: (obj: ApiKey) => any;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
export interface ApiKeyIds {
|
|
70
|
+
|
|
71
|
+
ids?: string[];
|
|
72
|
+
|
|
73
|
+
warnings?: string[];
|
|
74
|
+
}
|
|
75
|
+
export declare namespace ApiKeyIds {
|
|
76
|
+
|
|
77
|
+
const filterSensitiveLog: (obj: ApiKeyIds) => any;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
export interface ApiKeys {
|
|
81
|
+
|
|
82
|
+
warnings?: string[];
|
|
83
|
+
|
|
84
|
+
items?: ApiKey[];
|
|
85
|
+
|
|
86
|
+
position?: string;
|
|
87
|
+
}
|
|
88
|
+
export declare namespace ApiKeys {
|
|
89
|
+
|
|
90
|
+
const filterSensitiveLog: (obj: ApiKeys) => any;
|
|
91
|
+
}
|
|
92
|
+
export declare enum ApiKeysFormat {
|
|
93
|
+
csv = "csv"
|
|
94
|
+
}
|
|
95
|
+
export declare enum ApiKeySourceType {
|
|
96
|
+
AUTHORIZER = "AUTHORIZER",
|
|
97
|
+
HEADER = "HEADER"
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
export interface ApiStage {
|
|
101
|
+
|
|
102
|
+
apiId?: string;
|
|
103
|
+
|
|
104
|
+
stage?: string;
|
|
105
|
+
|
|
106
|
+
throttle?: {
|
|
107
|
+
[key: string]: ThrottleSettings;
|
|
108
|
+
};
|
|
109
|
+
}
|
|
110
|
+
export declare namespace ApiStage {
|
|
111
|
+
|
|
112
|
+
const filterSensitiveLog: (obj: ApiStage) => any;
|
|
113
|
+
}
|
|
114
|
+
export declare enum AuthorizerType {
|
|
115
|
+
COGNITO_USER_POOLS = "COGNITO_USER_POOLS",
|
|
116
|
+
REQUEST = "REQUEST",
|
|
117
|
+
TOKEN = "TOKEN"
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
export interface Authorizer {
|
|
121
|
+
|
|
122
|
+
id?: string;
|
|
123
|
+
|
|
124
|
+
name?: string;
|
|
125
|
+
|
|
126
|
+
type?: AuthorizerType | string;
|
|
127
|
+
|
|
128
|
+
providerARNs?: string[];
|
|
129
|
+
|
|
130
|
+
authType?: string;
|
|
131
|
+
|
|
132
|
+
authorizerUri?: string;
|
|
133
|
+
|
|
134
|
+
authorizerCredentials?: string;
|
|
135
|
+
|
|
136
|
+
identitySource?: string;
|
|
137
|
+
|
|
138
|
+
identityValidationExpression?: string;
|
|
139
|
+
|
|
140
|
+
authorizerResultTtlInSeconds?: number;
|
|
141
|
+
}
|
|
142
|
+
export declare namespace Authorizer {
|
|
143
|
+
|
|
144
|
+
const filterSensitiveLog: (obj: Authorizer) => any;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
export interface Authorizers {
|
|
148
|
+
|
|
149
|
+
items?: Authorizer[];
|
|
150
|
+
|
|
151
|
+
position?: string;
|
|
152
|
+
}
|
|
153
|
+
export declare namespace Authorizers {
|
|
154
|
+
|
|
155
|
+
const filterSensitiveLog: (obj: Authorizers) => any;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
export interface BadRequestException extends __SmithyException, $MetadataBearer {
|
|
159
|
+
name: "BadRequestException";
|
|
160
|
+
$fault: "client";
|
|
161
|
+
message?: string;
|
|
162
|
+
}
|
|
163
|
+
export declare namespace BadRequestException {
|
|
164
|
+
|
|
165
|
+
const filterSensitiveLog: (obj: BadRequestException) => any;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
export interface ConflictException extends __SmithyException, $MetadataBearer {
|
|
169
|
+
name: "ConflictException";
|
|
170
|
+
$fault: "client";
|
|
171
|
+
message?: string;
|
|
172
|
+
}
|
|
173
|
+
export declare namespace ConflictException {
|
|
174
|
+
|
|
175
|
+
const filterSensitiveLog: (obj: ConflictException) => any;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
export interface StageKey {
|
|
179
|
+
|
|
180
|
+
restApiId?: string;
|
|
181
|
+
|
|
182
|
+
stageName?: string;
|
|
183
|
+
}
|
|
184
|
+
export declare namespace StageKey {
|
|
185
|
+
|
|
186
|
+
const filterSensitiveLog: (obj: StageKey) => any;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
export interface CreateApiKeyRequest {
|
|
190
|
+
|
|
191
|
+
name?: string;
|
|
192
|
+
|
|
193
|
+
description?: string;
|
|
194
|
+
|
|
195
|
+
enabled?: boolean;
|
|
196
|
+
|
|
197
|
+
generateDistinctId?: boolean;
|
|
198
|
+
|
|
199
|
+
value?: string;
|
|
200
|
+
|
|
201
|
+
stageKeys?: StageKey[];
|
|
202
|
+
|
|
203
|
+
customerId?: string;
|
|
204
|
+
|
|
205
|
+
tags?: {
|
|
206
|
+
[key: string]: string;
|
|
207
|
+
};
|
|
208
|
+
}
|
|
209
|
+
export declare namespace CreateApiKeyRequest {
|
|
210
|
+
|
|
211
|
+
const filterSensitiveLog: (obj: CreateApiKeyRequest) => any;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
export interface LimitExceededException extends __SmithyException, $MetadataBearer {
|
|
215
|
+
name: "LimitExceededException";
|
|
216
|
+
$fault: "client";
|
|
217
|
+
retryAfterSeconds?: string;
|
|
218
|
+
message?: string;
|
|
219
|
+
}
|
|
220
|
+
export declare namespace LimitExceededException {
|
|
221
|
+
|
|
222
|
+
const filterSensitiveLog: (obj: LimitExceededException) => any;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
export interface NotFoundException extends __SmithyException, $MetadataBearer {
|
|
226
|
+
name: "NotFoundException";
|
|
227
|
+
$fault: "client";
|
|
228
|
+
message?: string;
|
|
229
|
+
}
|
|
230
|
+
export declare namespace NotFoundException {
|
|
231
|
+
|
|
232
|
+
const filterSensitiveLog: (obj: NotFoundException) => any;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
export interface TooManyRequestsException extends __SmithyException, $MetadataBearer {
|
|
236
|
+
name: "TooManyRequestsException";
|
|
237
|
+
$fault: "client";
|
|
238
|
+
retryAfterSeconds?: string;
|
|
239
|
+
message?: string;
|
|
240
|
+
}
|
|
241
|
+
export declare namespace TooManyRequestsException {
|
|
242
|
+
|
|
243
|
+
const filterSensitiveLog: (obj: TooManyRequestsException) => any;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
export interface UnauthorizedException extends __SmithyException, $MetadataBearer {
|
|
247
|
+
name: "UnauthorizedException";
|
|
248
|
+
$fault: "client";
|
|
249
|
+
message?: string;
|
|
250
|
+
}
|
|
251
|
+
export declare namespace UnauthorizedException {
|
|
252
|
+
|
|
253
|
+
const filterSensitiveLog: (obj: UnauthorizedException) => any;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
export interface CreateAuthorizerRequest {
|
|
257
|
+
|
|
258
|
+
restApiId: string | undefined;
|
|
259
|
+
|
|
260
|
+
name: string | undefined;
|
|
261
|
+
|
|
262
|
+
type: AuthorizerType | string | undefined;
|
|
263
|
+
|
|
264
|
+
providerARNs?: string[];
|
|
265
|
+
|
|
266
|
+
authType?: string;
|
|
267
|
+
|
|
268
|
+
authorizerUri?: string;
|
|
269
|
+
|
|
270
|
+
authorizerCredentials?: string;
|
|
271
|
+
|
|
272
|
+
identitySource?: string;
|
|
273
|
+
|
|
274
|
+
identityValidationExpression?: string;
|
|
275
|
+
|
|
276
|
+
authorizerResultTtlInSeconds?: number;
|
|
277
|
+
}
|
|
278
|
+
export declare namespace CreateAuthorizerRequest {
|
|
279
|
+
|
|
280
|
+
const filterSensitiveLog: (obj: CreateAuthorizerRequest) => any;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
export interface BasePathMapping {
|
|
284
|
+
|
|
285
|
+
basePath?: string;
|
|
286
|
+
|
|
287
|
+
restApiId?: string;
|
|
288
|
+
|
|
289
|
+
stage?: string;
|
|
290
|
+
}
|
|
291
|
+
export declare namespace BasePathMapping {
|
|
292
|
+
|
|
293
|
+
const filterSensitiveLog: (obj: BasePathMapping) => any;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
export interface CreateBasePathMappingRequest {
|
|
297
|
+
|
|
298
|
+
domainName: string | undefined;
|
|
299
|
+
|
|
300
|
+
basePath?: string;
|
|
301
|
+
|
|
302
|
+
restApiId: string | undefined;
|
|
303
|
+
|
|
304
|
+
stage?: string;
|
|
305
|
+
}
|
|
306
|
+
export declare namespace CreateBasePathMappingRequest {
|
|
307
|
+
|
|
308
|
+
const filterSensitiveLog: (obj: CreateBasePathMappingRequest) => any;
|
|
309
|
+
}
|
|
310
|
+
export declare enum CacheClusterSize {
|
|
311
|
+
SIZE_0_POINT_5_GB = "0.5",
|
|
312
|
+
SIZE_118_GB = "118",
|
|
313
|
+
SIZE_13_POINT_5_GB = "13.5",
|
|
314
|
+
SIZE_1_POINT_6_GB = "1.6",
|
|
315
|
+
SIZE_237_GB = "237",
|
|
316
|
+
SIZE_28_POINT_4_GB = "28.4",
|
|
317
|
+
SIZE_58_POINT_2_GB = "58.2",
|
|
318
|
+
SIZE_6_POINT_1_GB = "6.1"
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
export interface DeploymentCanarySettings {
|
|
322
|
+
|
|
323
|
+
percentTraffic?: number;
|
|
324
|
+
|
|
325
|
+
stageVariableOverrides?: {
|
|
326
|
+
[key: string]: string;
|
|
327
|
+
};
|
|
328
|
+
|
|
329
|
+
useStageCache?: boolean;
|
|
330
|
+
}
|
|
331
|
+
export declare namespace DeploymentCanarySettings {
|
|
332
|
+
|
|
333
|
+
const filterSensitiveLog: (obj: DeploymentCanarySettings) => any;
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
export interface CreateDeploymentRequest {
|
|
337
|
+
|
|
338
|
+
restApiId: string | undefined;
|
|
339
|
+
|
|
340
|
+
stageName?: string;
|
|
341
|
+
|
|
342
|
+
stageDescription?: string;
|
|
343
|
+
|
|
344
|
+
description?: string;
|
|
345
|
+
|
|
346
|
+
cacheClusterEnabled?: boolean;
|
|
347
|
+
|
|
348
|
+
cacheClusterSize?: CacheClusterSize | string;
|
|
349
|
+
|
|
350
|
+
variables?: {
|
|
351
|
+
[key: string]: string;
|
|
352
|
+
};
|
|
353
|
+
|
|
354
|
+
canarySettings?: DeploymentCanarySettings;
|
|
355
|
+
|
|
356
|
+
tracingEnabled?: boolean;
|
|
357
|
+
}
|
|
358
|
+
export declare namespace CreateDeploymentRequest {
|
|
359
|
+
|
|
360
|
+
const filterSensitiveLog: (obj: CreateDeploymentRequest) => any;
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
export interface MethodSnapshot {
|
|
364
|
+
|
|
365
|
+
authorizationType?: string;
|
|
366
|
+
|
|
367
|
+
apiKeyRequired?: boolean;
|
|
368
|
+
}
|
|
369
|
+
export declare namespace MethodSnapshot {
|
|
370
|
+
|
|
371
|
+
const filterSensitiveLog: (obj: MethodSnapshot) => any;
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
export interface Deployment {
|
|
375
|
+
|
|
376
|
+
id?: string;
|
|
377
|
+
|
|
378
|
+
description?: string;
|
|
379
|
+
|
|
380
|
+
createdDate?: Date;
|
|
381
|
+
|
|
382
|
+
apiSummary?: {
|
|
383
|
+
[key: string]: {
|
|
384
|
+
[key: string]: MethodSnapshot;
|
|
385
|
+
};
|
|
386
|
+
};
|
|
387
|
+
}
|
|
388
|
+
export declare namespace Deployment {
|
|
389
|
+
|
|
390
|
+
const filterSensitiveLog: (obj: Deployment) => any;
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
export interface ServiceUnavailableException extends __SmithyException, $MetadataBearer {
|
|
394
|
+
name: "ServiceUnavailableException";
|
|
395
|
+
$fault: "server";
|
|
396
|
+
retryAfterSeconds?: string;
|
|
397
|
+
message?: string;
|
|
398
|
+
}
|
|
399
|
+
export declare namespace ServiceUnavailableException {
|
|
400
|
+
|
|
401
|
+
const filterSensitiveLog: (obj: ServiceUnavailableException) => any;
|
|
402
|
+
}
|
|
403
|
+
export declare enum DocumentationPartType {
|
|
404
|
+
API = "API",
|
|
405
|
+
AUTHORIZER = "AUTHORIZER",
|
|
406
|
+
METHOD = "METHOD",
|
|
407
|
+
MODEL = "MODEL",
|
|
408
|
+
PATH_PARAMETER = "PATH_PARAMETER",
|
|
409
|
+
QUERY_PARAMETER = "QUERY_PARAMETER",
|
|
410
|
+
REQUEST_BODY = "REQUEST_BODY",
|
|
411
|
+
REQUEST_HEADER = "REQUEST_HEADER",
|
|
412
|
+
RESOURCE = "RESOURCE",
|
|
413
|
+
RESPONSE = "RESPONSE",
|
|
414
|
+
RESPONSE_BODY = "RESPONSE_BODY",
|
|
415
|
+
RESPONSE_HEADER = "RESPONSE_HEADER"
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
export interface DocumentationPartLocation {
|
|
419
|
+
|
|
420
|
+
type: DocumentationPartType | string | undefined;
|
|
421
|
+
|
|
422
|
+
path?: string;
|
|
423
|
+
|
|
424
|
+
method?: string;
|
|
425
|
+
|
|
426
|
+
statusCode?: string;
|
|
427
|
+
|
|
428
|
+
name?: string;
|
|
429
|
+
}
|
|
430
|
+
export declare namespace DocumentationPartLocation {
|
|
431
|
+
|
|
432
|
+
const filterSensitiveLog: (obj: DocumentationPartLocation) => any;
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
export interface CreateDocumentationPartRequest {
|
|
436
|
+
|
|
437
|
+
restApiId: string | undefined;
|
|
438
|
+
|
|
439
|
+
location: DocumentationPartLocation | undefined;
|
|
440
|
+
|
|
441
|
+
properties: string | undefined;
|
|
442
|
+
}
|
|
443
|
+
export declare namespace CreateDocumentationPartRequest {
|
|
444
|
+
|
|
445
|
+
const filterSensitiveLog: (obj: CreateDocumentationPartRequest) => any;
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
export interface DocumentationPart {
|
|
449
|
+
|
|
450
|
+
id?: string;
|
|
451
|
+
|
|
452
|
+
location?: DocumentationPartLocation;
|
|
453
|
+
|
|
454
|
+
properties?: string;
|
|
455
|
+
}
|
|
456
|
+
export declare namespace DocumentationPart {
|
|
457
|
+
|
|
458
|
+
const filterSensitiveLog: (obj: DocumentationPart) => any;
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
export interface CreateDocumentationVersionRequest {
|
|
462
|
+
|
|
463
|
+
restApiId: string | undefined;
|
|
464
|
+
|
|
465
|
+
documentationVersion: string | undefined;
|
|
466
|
+
|
|
467
|
+
stageName?: string;
|
|
468
|
+
|
|
469
|
+
description?: string;
|
|
470
|
+
}
|
|
471
|
+
export declare namespace CreateDocumentationVersionRequest {
|
|
472
|
+
|
|
473
|
+
const filterSensitiveLog: (obj: CreateDocumentationVersionRequest) => any;
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
export interface DocumentationVersion {
|
|
477
|
+
|
|
478
|
+
version?: string;
|
|
479
|
+
|
|
480
|
+
createdDate?: Date;
|
|
481
|
+
|
|
482
|
+
description?: string;
|
|
483
|
+
}
|
|
484
|
+
export declare namespace DocumentationVersion {
|
|
485
|
+
|
|
486
|
+
const filterSensitiveLog: (obj: DocumentationVersion) => any;
|
|
487
|
+
}
|
|
488
|
+
export declare type EndpointType = "EDGE" | "PRIVATE" | "REGIONAL";
|
|
489
|
+
|
|
490
|
+
export interface EndpointConfiguration {
|
|
491
|
+
|
|
492
|
+
types?: (EndpointType | string)[];
|
|
493
|
+
|
|
494
|
+
vpcEndpointIds?: string[];
|
|
495
|
+
}
|
|
496
|
+
export declare namespace EndpointConfiguration {
|
|
497
|
+
|
|
498
|
+
const filterSensitiveLog: (obj: EndpointConfiguration) => any;
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
export interface MutualTlsAuthenticationInput {
|
|
502
|
+
|
|
503
|
+
truststoreUri?: string;
|
|
504
|
+
|
|
505
|
+
truststoreVersion?: string;
|
|
506
|
+
}
|
|
507
|
+
export declare namespace MutualTlsAuthenticationInput {
|
|
508
|
+
|
|
509
|
+
const filterSensitiveLog: (obj: MutualTlsAuthenticationInput) => any;
|
|
510
|
+
}
|
|
511
|
+
export declare type SecurityPolicy = "TLS_1_0" | "TLS_1_2";
|
|
512
|
+
|
|
513
|
+
export interface CreateDomainNameRequest {
|
|
514
|
+
|
|
515
|
+
domainName: string | undefined;
|
|
516
|
+
|
|
517
|
+
certificateName?: string;
|
|
518
|
+
|
|
519
|
+
certificateBody?: string;
|
|
520
|
+
|
|
521
|
+
certificatePrivateKey?: string;
|
|
522
|
+
|
|
523
|
+
certificateChain?: string;
|
|
524
|
+
|
|
525
|
+
certificateArn?: string;
|
|
526
|
+
|
|
527
|
+
regionalCertificateName?: string;
|
|
528
|
+
|
|
529
|
+
regionalCertificateArn?: string;
|
|
530
|
+
|
|
531
|
+
endpointConfiguration?: EndpointConfiguration;
|
|
532
|
+
|
|
533
|
+
tags?: {
|
|
534
|
+
[key: string]: string;
|
|
535
|
+
};
|
|
536
|
+
|
|
537
|
+
securityPolicy?: SecurityPolicy | string;
|
|
538
|
+
|
|
539
|
+
mutualTlsAuthentication?: MutualTlsAuthenticationInput;
|
|
540
|
+
|
|
541
|
+
ownershipVerificationCertificateArn?: string;
|
|
542
|
+
}
|
|
543
|
+
export declare namespace CreateDomainNameRequest {
|
|
544
|
+
|
|
545
|
+
const filterSensitiveLog: (obj: CreateDomainNameRequest) => any;
|
|
546
|
+
}
|
|
547
|
+
export declare enum DomainNameStatus {
|
|
548
|
+
AVAILABLE = "AVAILABLE",
|
|
549
|
+
PENDING = "PENDING",
|
|
550
|
+
PENDING_CERTIFICATE_REIMPORT = "PENDING_CERTIFICATE_REIMPORT",
|
|
551
|
+
PENDING_OWNERSHIP_VERIFICATION = "PENDING_OWNERSHIP_VERIFICATION",
|
|
552
|
+
UPDATING = "UPDATING"
|
|
553
|
+
}
|
|
554
|
+
|
|
555
|
+
export interface MutualTlsAuthentication {
|
|
556
|
+
|
|
557
|
+
truststoreUri?: string;
|
|
558
|
+
|
|
559
|
+
truststoreVersion?: string;
|
|
560
|
+
|
|
561
|
+
truststoreWarnings?: string[];
|
|
562
|
+
}
|
|
563
|
+
export declare namespace MutualTlsAuthentication {
|
|
564
|
+
|
|
565
|
+
const filterSensitiveLog: (obj: MutualTlsAuthentication) => any;
|
|
566
|
+
}
|
|
567
|
+
|
|
568
|
+
export interface DomainName {
|
|
569
|
+
|
|
570
|
+
domainName?: string;
|
|
571
|
+
|
|
572
|
+
certificateName?: string;
|
|
573
|
+
|
|
574
|
+
certificateArn?: string;
|
|
575
|
+
|
|
576
|
+
certificateUploadDate?: Date;
|
|
577
|
+
|
|
578
|
+
regionalDomainName?: string;
|
|
579
|
+
|
|
580
|
+
regionalHostedZoneId?: string;
|
|
581
|
+
|
|
582
|
+
regionalCertificateName?: string;
|
|
583
|
+
|
|
584
|
+
regionalCertificateArn?: string;
|
|
585
|
+
|
|
586
|
+
distributionDomainName?: string;
|
|
587
|
+
|
|
588
|
+
distributionHostedZoneId?: string;
|
|
589
|
+
|
|
590
|
+
endpointConfiguration?: EndpointConfiguration;
|
|
591
|
+
|
|
592
|
+
domainNameStatus?: DomainNameStatus | string;
|
|
593
|
+
|
|
594
|
+
domainNameStatusMessage?: string;
|
|
595
|
+
|
|
596
|
+
securityPolicy?: SecurityPolicy | string;
|
|
597
|
+
|
|
598
|
+
tags?: {
|
|
599
|
+
[key: string]: string;
|
|
600
|
+
};
|
|
601
|
+
|
|
602
|
+
mutualTlsAuthentication?: MutualTlsAuthentication;
|
|
603
|
+
|
|
604
|
+
ownershipVerificationCertificateArn?: string;
|
|
605
|
+
}
|
|
606
|
+
export declare namespace DomainName {
|
|
607
|
+
|
|
608
|
+
const filterSensitiveLog: (obj: DomainName) => any;
|
|
609
|
+
}
|
|
610
|
+
|
|
611
|
+
export interface CreateModelRequest {
|
|
612
|
+
|
|
613
|
+
restApiId: string | undefined;
|
|
614
|
+
|
|
615
|
+
name: string | undefined;
|
|
616
|
+
|
|
617
|
+
description?: string;
|
|
618
|
+
|
|
619
|
+
schema?: string;
|
|
620
|
+
|
|
621
|
+
contentType: string | undefined;
|
|
622
|
+
}
|
|
623
|
+
export declare namespace CreateModelRequest {
|
|
624
|
+
|
|
625
|
+
const filterSensitiveLog: (obj: CreateModelRequest) => any;
|
|
626
|
+
}
|
|
627
|
+
|
|
628
|
+
export interface Model {
|
|
629
|
+
|
|
630
|
+
id?: string;
|
|
631
|
+
|
|
632
|
+
name?: string;
|
|
633
|
+
|
|
634
|
+
description?: string;
|
|
635
|
+
|
|
636
|
+
schema?: string;
|
|
637
|
+
|
|
638
|
+
contentType?: string;
|
|
639
|
+
}
|
|
640
|
+
export declare namespace Model {
|
|
641
|
+
|
|
642
|
+
const filterSensitiveLog: (obj: Model) => any;
|
|
643
|
+
}
|
|
644
|
+
|
|
645
|
+
export interface CreateRequestValidatorRequest {
|
|
646
|
+
|
|
647
|
+
restApiId: string | undefined;
|
|
648
|
+
|
|
649
|
+
name?: string;
|
|
650
|
+
|
|
651
|
+
validateRequestBody?: boolean;
|
|
652
|
+
|
|
653
|
+
validateRequestParameters?: boolean;
|
|
654
|
+
}
|
|
655
|
+
export declare namespace CreateRequestValidatorRequest {
|
|
656
|
+
|
|
657
|
+
const filterSensitiveLog: (obj: CreateRequestValidatorRequest) => any;
|
|
658
|
+
}
|
|
659
|
+
|
|
660
|
+
export interface RequestValidator {
|
|
661
|
+
|
|
662
|
+
id?: string;
|
|
663
|
+
|
|
664
|
+
name?: string;
|
|
665
|
+
|
|
666
|
+
validateRequestBody?: boolean;
|
|
667
|
+
|
|
668
|
+
validateRequestParameters?: boolean;
|
|
669
|
+
}
|
|
670
|
+
export declare namespace RequestValidator {
|
|
671
|
+
|
|
672
|
+
const filterSensitiveLog: (obj: RequestValidator) => any;
|
|
673
|
+
}
|
|
674
|
+
|
|
675
|
+
export interface CreateResourceRequest {
|
|
676
|
+
|
|
677
|
+
restApiId: string | undefined;
|
|
678
|
+
|
|
679
|
+
parentId: string | undefined;
|
|
680
|
+
|
|
681
|
+
pathPart: string | undefined;
|
|
682
|
+
}
|
|
683
|
+
export declare namespace CreateResourceRequest {
|
|
684
|
+
|
|
685
|
+
const filterSensitiveLog: (obj: CreateResourceRequest) => any;
|
|
686
|
+
}
|
|
687
|
+
export declare enum ConnectionType {
|
|
688
|
+
INTERNET = "INTERNET",
|
|
689
|
+
VPC_LINK = "VPC_LINK"
|
|
690
|
+
}
|
|
691
|
+
export declare enum ContentHandlingStrategy {
|
|
692
|
+
CONVERT_TO_BINARY = "CONVERT_TO_BINARY",
|
|
693
|
+
CONVERT_TO_TEXT = "CONVERT_TO_TEXT"
|
|
694
|
+
}
|
|
695
|
+
|
|
696
|
+
export interface IntegrationResponse {
|
|
697
|
+
|
|
698
|
+
statusCode?: string;
|
|
699
|
+
|
|
700
|
+
selectionPattern?: string;
|
|
701
|
+
|
|
702
|
+
responseParameters?: {
|
|
703
|
+
[key: string]: string;
|
|
704
|
+
};
|
|
705
|
+
|
|
706
|
+
responseTemplates?: {
|
|
707
|
+
[key: string]: string;
|
|
708
|
+
};
|
|
709
|
+
|
|
710
|
+
contentHandling?: ContentHandlingStrategy | string;
|
|
711
|
+
}
|
|
712
|
+
export declare namespace IntegrationResponse {
|
|
713
|
+
|
|
714
|
+
const filterSensitiveLog: (obj: IntegrationResponse) => any;
|
|
715
|
+
}
|
|
716
|
+
export interface TlsConfig {
|
|
717
|
+
|
|
718
|
+
insecureSkipVerification?: boolean;
|
|
719
|
+
}
|
|
720
|
+
export declare namespace TlsConfig {
|
|
721
|
+
|
|
722
|
+
const filterSensitiveLog: (obj: TlsConfig) => any;
|
|
723
|
+
}
|
|
724
|
+
export declare enum IntegrationType {
|
|
725
|
+
AWS = "AWS",
|
|
726
|
+
AWS_PROXY = "AWS_PROXY",
|
|
727
|
+
HTTP = "HTTP",
|
|
728
|
+
HTTP_PROXY = "HTTP_PROXY",
|
|
729
|
+
MOCK = "MOCK"
|
|
730
|
+
}
|
|
731
|
+
|
|
732
|
+
export interface Integration {
|
|
733
|
+
|
|
734
|
+
type?: IntegrationType | string;
|
|
735
|
+
|
|
736
|
+
httpMethod?: string;
|
|
737
|
+
|
|
738
|
+
uri?: string;
|
|
739
|
+
|
|
740
|
+
connectionType?: ConnectionType | string;
|
|
741
|
+
|
|
742
|
+
connectionId?: string;
|
|
743
|
+
|
|
744
|
+
credentials?: string;
|
|
745
|
+
|
|
746
|
+
requestParameters?: {
|
|
747
|
+
[key: string]: string;
|
|
748
|
+
};
|
|
749
|
+
|
|
750
|
+
requestTemplates?: {
|
|
751
|
+
[key: string]: string;
|
|
752
|
+
};
|
|
753
|
+
|
|
754
|
+
passthroughBehavior?: string;
|
|
755
|
+
|
|
756
|
+
contentHandling?: ContentHandlingStrategy | string;
|
|
757
|
+
|
|
758
|
+
timeoutInMillis?: number;
|
|
759
|
+
|
|
760
|
+
cacheNamespace?: string;
|
|
761
|
+
|
|
762
|
+
cacheKeyParameters?: string[];
|
|
763
|
+
|
|
764
|
+
integrationResponses?: {
|
|
765
|
+
[key: string]: IntegrationResponse;
|
|
766
|
+
};
|
|
767
|
+
|
|
768
|
+
tlsConfig?: TlsConfig;
|
|
769
|
+
}
|
|
770
|
+
export declare namespace Integration {
|
|
771
|
+
|
|
772
|
+
const filterSensitiveLog: (obj: Integration) => any;
|
|
773
|
+
}
|
|
774
|
+
|
|
775
|
+
export interface MethodResponse {
|
|
776
|
+
|
|
777
|
+
statusCode?: string;
|
|
778
|
+
|
|
779
|
+
responseParameters?: {
|
|
780
|
+
[key: string]: boolean;
|
|
781
|
+
};
|
|
782
|
+
|
|
783
|
+
responseModels?: {
|
|
784
|
+
[key: string]: string;
|
|
785
|
+
};
|
|
786
|
+
}
|
|
787
|
+
export declare namespace MethodResponse {
|
|
788
|
+
|
|
789
|
+
const filterSensitiveLog: (obj: MethodResponse) => any;
|
|
790
|
+
}
|
|
791
|
+
|
|
792
|
+
export interface Method {
|
|
793
|
+
|
|
794
|
+
httpMethod?: string;
|
|
795
|
+
|
|
796
|
+
authorizationType?: string;
|
|
797
|
+
|
|
798
|
+
authorizerId?: string;
|
|
799
|
+
|
|
800
|
+
apiKeyRequired?: boolean;
|
|
801
|
+
|
|
802
|
+
requestValidatorId?: string;
|
|
803
|
+
|
|
804
|
+
operationName?: string;
|
|
805
|
+
|
|
806
|
+
requestParameters?: {
|
|
807
|
+
[key: string]: boolean;
|
|
808
|
+
};
|
|
809
|
+
|
|
810
|
+
requestModels?: {
|
|
811
|
+
[key: string]: string;
|
|
812
|
+
};
|
|
813
|
+
|
|
814
|
+
methodResponses?: {
|
|
815
|
+
[key: string]: MethodResponse;
|
|
816
|
+
};
|
|
817
|
+
|
|
818
|
+
methodIntegration?: Integration;
|
|
819
|
+
|
|
820
|
+
authorizationScopes?: string[];
|
|
821
|
+
}
|
|
822
|
+
export declare namespace Method {
|
|
823
|
+
|
|
824
|
+
const filterSensitiveLog: (obj: Method) => any;
|
|
825
|
+
}
|
|
826
|
+
|
|
827
|
+
export interface Resource {
|
|
828
|
+
|
|
829
|
+
id?: string;
|
|
830
|
+
|
|
831
|
+
parentId?: string;
|
|
832
|
+
|
|
833
|
+
pathPart?: string;
|
|
834
|
+
|
|
835
|
+
path?: string;
|
|
836
|
+
|
|
837
|
+
resourceMethods?: {
|
|
838
|
+
[key: string]: Method;
|
|
839
|
+
};
|
|
840
|
+
}
|
|
841
|
+
export declare namespace Resource {
|
|
842
|
+
|
|
843
|
+
const filterSensitiveLog: (obj: Resource) => any;
|
|
844
|
+
}
|
|
845
|
+
|
|
846
|
+
export interface CreateRestApiRequest {
|
|
847
|
+
|
|
848
|
+
name: string | undefined;
|
|
849
|
+
|
|
850
|
+
description?: string;
|
|
851
|
+
|
|
852
|
+
version?: string;
|
|
853
|
+
|
|
854
|
+
cloneFrom?: string;
|
|
855
|
+
|
|
856
|
+
binaryMediaTypes?: string[];
|
|
857
|
+
|
|
858
|
+
minimumCompressionSize?: number;
|
|
859
|
+
|
|
860
|
+
apiKeySource?: ApiKeySourceType | string;
|
|
861
|
+
|
|
862
|
+
endpointConfiguration?: EndpointConfiguration;
|
|
863
|
+
|
|
864
|
+
policy?: string;
|
|
865
|
+
|
|
866
|
+
tags?: {
|
|
867
|
+
[key: string]: string;
|
|
868
|
+
};
|
|
869
|
+
|
|
870
|
+
disableExecuteApiEndpoint?: boolean;
|
|
871
|
+
}
|
|
872
|
+
export declare namespace CreateRestApiRequest {
|
|
873
|
+
|
|
874
|
+
const filterSensitiveLog: (obj: CreateRestApiRequest) => any;
|
|
875
|
+
}
|
|
876
|
+
|
|
877
|
+
export interface RestApi {
|
|
878
|
+
|
|
879
|
+
id?: string;
|
|
880
|
+
|
|
881
|
+
name?: string;
|
|
882
|
+
|
|
883
|
+
description?: string;
|
|
884
|
+
|
|
885
|
+
createdDate?: Date;
|
|
886
|
+
|
|
887
|
+
version?: string;
|
|
888
|
+
|
|
889
|
+
warnings?: string[];
|
|
890
|
+
|
|
891
|
+
binaryMediaTypes?: string[];
|
|
892
|
+
|
|
893
|
+
minimumCompressionSize?: number;
|
|
894
|
+
|
|
895
|
+
apiKeySource?: ApiKeySourceType | string;
|
|
896
|
+
|
|
897
|
+
endpointConfiguration?: EndpointConfiguration;
|
|
898
|
+
|
|
899
|
+
policy?: string;
|
|
900
|
+
|
|
901
|
+
tags?: {
|
|
902
|
+
[key: string]: string;
|
|
903
|
+
};
|
|
904
|
+
|
|
905
|
+
disableExecuteApiEndpoint?: boolean;
|
|
906
|
+
}
|
|
907
|
+
export declare namespace RestApi {
|
|
908
|
+
|
|
909
|
+
const filterSensitiveLog: (obj: RestApi) => any;
|
|
910
|
+
}
|
|
911
|
+
|
|
912
|
+
export interface CanarySettings {
|
|
913
|
+
|
|
914
|
+
percentTraffic?: number;
|
|
915
|
+
|
|
916
|
+
deploymentId?: string;
|
|
917
|
+
|
|
918
|
+
stageVariableOverrides?: {
|
|
919
|
+
[key: string]: string;
|
|
920
|
+
};
|
|
921
|
+
|
|
922
|
+
useStageCache?: boolean;
|
|
923
|
+
}
|
|
924
|
+
export declare namespace CanarySettings {
|
|
925
|
+
|
|
926
|
+
const filterSensitiveLog: (obj: CanarySettings) => any;
|
|
927
|
+
}
|
|
928
|
+
|
|
929
|
+
export interface CreateStageRequest {
|
|
930
|
+
|
|
931
|
+
restApiId: string | undefined;
|
|
932
|
+
|
|
933
|
+
stageName: string | undefined;
|
|
934
|
+
|
|
935
|
+
deploymentId: string | undefined;
|
|
936
|
+
|
|
937
|
+
description?: string;
|
|
938
|
+
|
|
939
|
+
cacheClusterEnabled?: boolean;
|
|
940
|
+
|
|
941
|
+
cacheClusterSize?: CacheClusterSize | string;
|
|
942
|
+
|
|
943
|
+
variables?: {
|
|
944
|
+
[key: string]: string;
|
|
945
|
+
};
|
|
946
|
+
|
|
947
|
+
documentationVersion?: string;
|
|
948
|
+
|
|
949
|
+
canarySettings?: CanarySettings;
|
|
950
|
+
|
|
951
|
+
tracingEnabled?: boolean;
|
|
952
|
+
|
|
953
|
+
tags?: {
|
|
954
|
+
[key: string]: string;
|
|
955
|
+
};
|
|
956
|
+
}
|
|
957
|
+
export declare namespace CreateStageRequest {
|
|
958
|
+
|
|
959
|
+
const filterSensitiveLog: (obj: CreateStageRequest) => any;
|
|
960
|
+
}
|
|
961
|
+
export declare enum CacheClusterStatus {
|
|
962
|
+
AVAILABLE = "AVAILABLE",
|
|
963
|
+
CREATE_IN_PROGRESS = "CREATE_IN_PROGRESS",
|
|
964
|
+
DELETE_IN_PROGRESS = "DELETE_IN_PROGRESS",
|
|
965
|
+
FLUSH_IN_PROGRESS = "FLUSH_IN_PROGRESS",
|
|
966
|
+
NOT_AVAILABLE = "NOT_AVAILABLE"
|
|
967
|
+
}
|
|
968
|
+
export declare enum UnauthorizedCacheControlHeaderStrategy {
|
|
969
|
+
FAIL_WITH_403 = "FAIL_WITH_403",
|
|
970
|
+
SUCCEED_WITHOUT_RESPONSE_HEADER = "SUCCEED_WITHOUT_RESPONSE_HEADER",
|
|
971
|
+
SUCCEED_WITH_RESPONSE_HEADER = "SUCCEED_WITH_RESPONSE_HEADER"
|
|
972
|
+
}
|
|
973
|
+
|
|
974
|
+
export interface MethodSetting {
|
|
975
|
+
|
|
976
|
+
metricsEnabled?: boolean;
|
|
977
|
+
|
|
978
|
+
loggingLevel?: string;
|
|
979
|
+
|
|
980
|
+
dataTraceEnabled?: boolean;
|
|
981
|
+
|
|
982
|
+
throttlingBurstLimit?: number;
|
|
983
|
+
|
|
984
|
+
throttlingRateLimit?: number;
|
|
985
|
+
|
|
986
|
+
cachingEnabled?: boolean;
|
|
987
|
+
|
|
988
|
+
cacheTtlInSeconds?: number;
|
|
989
|
+
|
|
990
|
+
cacheDataEncrypted?: boolean;
|
|
991
|
+
|
|
992
|
+
requireAuthorizationForCacheControl?: boolean;
|
|
993
|
+
|
|
994
|
+
unauthorizedCacheControlHeaderStrategy?: UnauthorizedCacheControlHeaderStrategy | string;
|
|
995
|
+
}
|
|
996
|
+
export declare namespace MethodSetting {
|
|
997
|
+
|
|
998
|
+
const filterSensitiveLog: (obj: MethodSetting) => any;
|
|
999
|
+
}
|
|
1000
|
+
|
|
1001
|
+
export interface Stage {
|
|
1002
|
+
|
|
1003
|
+
deploymentId?: string;
|
|
1004
|
+
|
|
1005
|
+
clientCertificateId?: string;
|
|
1006
|
+
|
|
1007
|
+
stageName?: string;
|
|
1008
|
+
|
|
1009
|
+
description?: string;
|
|
1010
|
+
|
|
1011
|
+
cacheClusterEnabled?: boolean;
|
|
1012
|
+
|
|
1013
|
+
cacheClusterSize?: CacheClusterSize | string;
|
|
1014
|
+
|
|
1015
|
+
cacheClusterStatus?: CacheClusterStatus | string;
|
|
1016
|
+
|
|
1017
|
+
methodSettings?: {
|
|
1018
|
+
[key: string]: MethodSetting;
|
|
1019
|
+
};
|
|
1020
|
+
|
|
1021
|
+
variables?: {
|
|
1022
|
+
[key: string]: string;
|
|
1023
|
+
};
|
|
1024
|
+
|
|
1025
|
+
documentationVersion?: string;
|
|
1026
|
+
|
|
1027
|
+
accessLogSettings?: AccessLogSettings;
|
|
1028
|
+
|
|
1029
|
+
canarySettings?: CanarySettings;
|
|
1030
|
+
|
|
1031
|
+
tracingEnabled?: boolean;
|
|
1032
|
+
|
|
1033
|
+
webAclArn?: string;
|
|
1034
|
+
|
|
1035
|
+
tags?: {
|
|
1036
|
+
[key: string]: string;
|
|
1037
|
+
};
|
|
1038
|
+
|
|
1039
|
+
createdDate?: Date;
|
|
1040
|
+
|
|
1041
|
+
lastUpdatedDate?: Date;
|
|
1042
|
+
}
|
|
1043
|
+
export declare namespace Stage {
|
|
1044
|
+
|
|
1045
|
+
const filterSensitiveLog: (obj: Stage) => any;
|
|
1046
|
+
}
|
|
1047
|
+
export declare enum QuotaPeriodType {
|
|
1048
|
+
DAY = "DAY",
|
|
1049
|
+
MONTH = "MONTH",
|
|
1050
|
+
WEEK = "WEEK"
|
|
1051
|
+
}
|
|
1052
|
+
|
|
1053
|
+
export interface QuotaSettings {
|
|
1054
|
+
|
|
1055
|
+
limit?: number;
|
|
1056
|
+
|
|
1057
|
+
offset?: number;
|
|
1058
|
+
|
|
1059
|
+
period?: QuotaPeriodType | string;
|
|
1060
|
+
}
|
|
1061
|
+
export declare namespace QuotaSettings {
|
|
1062
|
+
|
|
1063
|
+
const filterSensitiveLog: (obj: QuotaSettings) => any;
|
|
1064
|
+
}
|
|
1065
|
+
|
|
1066
|
+
export interface CreateUsagePlanRequest {
|
|
1067
|
+
|
|
1068
|
+
name: string | undefined;
|
|
1069
|
+
|
|
1070
|
+
description?: string;
|
|
1071
|
+
|
|
1072
|
+
apiStages?: ApiStage[];
|
|
1073
|
+
|
|
1074
|
+
throttle?: ThrottleSettings;
|
|
1075
|
+
|
|
1076
|
+
quota?: QuotaSettings;
|
|
1077
|
+
|
|
1078
|
+
tags?: {
|
|
1079
|
+
[key: string]: string;
|
|
1080
|
+
};
|
|
1081
|
+
}
|
|
1082
|
+
export declare namespace CreateUsagePlanRequest {
|
|
1083
|
+
|
|
1084
|
+
const filterSensitiveLog: (obj: CreateUsagePlanRequest) => any;
|
|
1085
|
+
}
|
|
1086
|
+
|
|
1087
|
+
export interface UsagePlan {
|
|
1088
|
+
|
|
1089
|
+
id?: string;
|
|
1090
|
+
|
|
1091
|
+
name?: string;
|
|
1092
|
+
|
|
1093
|
+
description?: string;
|
|
1094
|
+
|
|
1095
|
+
apiStages?: ApiStage[];
|
|
1096
|
+
|
|
1097
|
+
throttle?: ThrottleSettings;
|
|
1098
|
+
|
|
1099
|
+
quota?: QuotaSettings;
|
|
1100
|
+
|
|
1101
|
+
productCode?: string;
|
|
1102
|
+
|
|
1103
|
+
tags?: {
|
|
1104
|
+
[key: string]: string;
|
|
1105
|
+
};
|
|
1106
|
+
}
|
|
1107
|
+
export declare namespace UsagePlan {
|
|
1108
|
+
|
|
1109
|
+
const filterSensitiveLog: (obj: UsagePlan) => any;
|
|
1110
|
+
}
|
|
1111
|
+
|
|
1112
|
+
export interface CreateUsagePlanKeyRequest {
|
|
1113
|
+
|
|
1114
|
+
usagePlanId: string | undefined;
|
|
1115
|
+
|
|
1116
|
+
keyId: string | undefined;
|
|
1117
|
+
|
|
1118
|
+
keyType: string | undefined;
|
|
1119
|
+
}
|
|
1120
|
+
export declare namespace CreateUsagePlanKeyRequest {
|
|
1121
|
+
|
|
1122
|
+
const filterSensitiveLog: (obj: CreateUsagePlanKeyRequest) => any;
|
|
1123
|
+
}
|
|
1124
|
+
|
|
1125
|
+
export interface UsagePlanKey {
|
|
1126
|
+
|
|
1127
|
+
id?: string;
|
|
1128
|
+
|
|
1129
|
+
type?: string;
|
|
1130
|
+
|
|
1131
|
+
value?: string;
|
|
1132
|
+
|
|
1133
|
+
name?: string;
|
|
1134
|
+
}
|
|
1135
|
+
export declare namespace UsagePlanKey {
|
|
1136
|
+
|
|
1137
|
+
const filterSensitiveLog: (obj: UsagePlanKey) => any;
|
|
1138
|
+
}
|
|
1139
|
+
|
|
1140
|
+
export interface CreateVpcLinkRequest {
|
|
1141
|
+
|
|
1142
|
+
name: string | undefined;
|
|
1143
|
+
|
|
1144
|
+
description?: string;
|
|
1145
|
+
|
|
1146
|
+
targetArns: string[] | undefined;
|
|
1147
|
+
|
|
1148
|
+
tags?: {
|
|
1149
|
+
[key: string]: string;
|
|
1150
|
+
};
|
|
1151
|
+
}
|
|
1152
|
+
export declare namespace CreateVpcLinkRequest {
|
|
1153
|
+
|
|
1154
|
+
const filterSensitiveLog: (obj: CreateVpcLinkRequest) => any;
|
|
1155
|
+
}
|
|
1156
|
+
export declare enum VpcLinkStatus {
|
|
1157
|
+
AVAILABLE = "AVAILABLE",
|
|
1158
|
+
DELETING = "DELETING",
|
|
1159
|
+
FAILED = "FAILED",
|
|
1160
|
+
PENDING = "PENDING"
|
|
1161
|
+
}
|
|
1162
|
+
|
|
1163
|
+
export interface VpcLink {
|
|
1164
|
+
|
|
1165
|
+
id?: string;
|
|
1166
|
+
|
|
1167
|
+
name?: string;
|
|
1168
|
+
|
|
1169
|
+
description?: string;
|
|
1170
|
+
|
|
1171
|
+
targetArns?: string[];
|
|
1172
|
+
|
|
1173
|
+
status?: VpcLinkStatus | string;
|
|
1174
|
+
|
|
1175
|
+
statusMessage?: string;
|
|
1176
|
+
|
|
1177
|
+
tags?: {
|
|
1178
|
+
[key: string]: string;
|
|
1179
|
+
};
|
|
1180
|
+
}
|
|
1181
|
+
export declare namespace VpcLink {
|
|
1182
|
+
|
|
1183
|
+
const filterSensitiveLog: (obj: VpcLink) => any;
|
|
1184
|
+
}
|
|
1185
|
+
|
|
1186
|
+
export interface DeleteApiKeyRequest {
|
|
1187
|
+
|
|
1188
|
+
apiKey: string | undefined;
|
|
1189
|
+
}
|
|
1190
|
+
export declare namespace DeleteApiKeyRequest {
|
|
1191
|
+
|
|
1192
|
+
const filterSensitiveLog: (obj: DeleteApiKeyRequest) => any;
|
|
1193
|
+
}
|
|
1194
|
+
|
|
1195
|
+
export interface DeleteAuthorizerRequest {
|
|
1196
|
+
|
|
1197
|
+
restApiId: string | undefined;
|
|
1198
|
+
|
|
1199
|
+
authorizerId: string | undefined;
|
|
1200
|
+
}
|
|
1201
|
+
export declare namespace DeleteAuthorizerRequest {
|
|
1202
|
+
|
|
1203
|
+
const filterSensitiveLog: (obj: DeleteAuthorizerRequest) => any;
|
|
1204
|
+
}
|
|
1205
|
+
|
|
1206
|
+
export interface DeleteBasePathMappingRequest {
|
|
1207
|
+
|
|
1208
|
+
domainName: string | undefined;
|
|
1209
|
+
|
|
1210
|
+
basePath: string | undefined;
|
|
1211
|
+
}
|
|
1212
|
+
export declare namespace DeleteBasePathMappingRequest {
|
|
1213
|
+
|
|
1214
|
+
const filterSensitiveLog: (obj: DeleteBasePathMappingRequest) => any;
|
|
1215
|
+
}
|
|
1216
|
+
|
|
1217
|
+
export interface DeleteClientCertificateRequest {
|
|
1218
|
+
|
|
1219
|
+
clientCertificateId: string | undefined;
|
|
1220
|
+
}
|
|
1221
|
+
export declare namespace DeleteClientCertificateRequest {
|
|
1222
|
+
|
|
1223
|
+
const filterSensitiveLog: (obj: DeleteClientCertificateRequest) => any;
|
|
1224
|
+
}
|
|
1225
|
+
|
|
1226
|
+
export interface DeleteDeploymentRequest {
|
|
1227
|
+
|
|
1228
|
+
restApiId: string | undefined;
|
|
1229
|
+
|
|
1230
|
+
deploymentId: string | undefined;
|
|
1231
|
+
}
|
|
1232
|
+
export declare namespace DeleteDeploymentRequest {
|
|
1233
|
+
|
|
1234
|
+
const filterSensitiveLog: (obj: DeleteDeploymentRequest) => any;
|
|
1235
|
+
}
|
|
1236
|
+
|
|
1237
|
+
export interface DeleteDocumentationPartRequest {
|
|
1238
|
+
|
|
1239
|
+
restApiId: string | undefined;
|
|
1240
|
+
|
|
1241
|
+
documentationPartId: string | undefined;
|
|
1242
|
+
}
|
|
1243
|
+
export declare namespace DeleteDocumentationPartRequest {
|
|
1244
|
+
|
|
1245
|
+
const filterSensitiveLog: (obj: DeleteDocumentationPartRequest) => any;
|
|
1246
|
+
}
|
|
1247
|
+
|
|
1248
|
+
export interface DeleteDocumentationVersionRequest {
|
|
1249
|
+
|
|
1250
|
+
restApiId: string | undefined;
|
|
1251
|
+
|
|
1252
|
+
documentationVersion: string | undefined;
|
|
1253
|
+
}
|
|
1254
|
+
export declare namespace DeleteDocumentationVersionRequest {
|
|
1255
|
+
|
|
1256
|
+
const filterSensitiveLog: (obj: DeleteDocumentationVersionRequest) => any;
|
|
1257
|
+
}
|
|
1258
|
+
|
|
1259
|
+
export interface DeleteDomainNameRequest {
|
|
1260
|
+
|
|
1261
|
+
domainName: string | undefined;
|
|
1262
|
+
}
|
|
1263
|
+
export declare namespace DeleteDomainNameRequest {
|
|
1264
|
+
|
|
1265
|
+
const filterSensitiveLog: (obj: DeleteDomainNameRequest) => any;
|
|
1266
|
+
}
|
|
1267
|
+
export declare enum GatewayResponseType {
|
|
1268
|
+
ACCESS_DENIED = "ACCESS_DENIED",
|
|
1269
|
+
API_CONFIGURATION_ERROR = "API_CONFIGURATION_ERROR",
|
|
1270
|
+
AUTHORIZER_CONFIGURATION_ERROR = "AUTHORIZER_CONFIGURATION_ERROR",
|
|
1271
|
+
AUTHORIZER_FAILURE = "AUTHORIZER_FAILURE",
|
|
1272
|
+
BAD_REQUEST_BODY = "BAD_REQUEST_BODY",
|
|
1273
|
+
BAD_REQUEST_PARAMETERS = "BAD_REQUEST_PARAMETERS",
|
|
1274
|
+
DEFAULT_4XX = "DEFAULT_4XX",
|
|
1275
|
+
DEFAULT_5XX = "DEFAULT_5XX",
|
|
1276
|
+
EXPIRED_TOKEN = "EXPIRED_TOKEN",
|
|
1277
|
+
INTEGRATION_FAILURE = "INTEGRATION_FAILURE",
|
|
1278
|
+
INTEGRATION_TIMEOUT = "INTEGRATION_TIMEOUT",
|
|
1279
|
+
INVALID_API_KEY = "INVALID_API_KEY",
|
|
1280
|
+
INVALID_SIGNATURE = "INVALID_SIGNATURE",
|
|
1281
|
+
MISSING_AUTHENTICATION_TOKEN = "MISSING_AUTHENTICATION_TOKEN",
|
|
1282
|
+
QUOTA_EXCEEDED = "QUOTA_EXCEEDED",
|
|
1283
|
+
REQUEST_TOO_LARGE = "REQUEST_TOO_LARGE",
|
|
1284
|
+
RESOURCE_NOT_FOUND = "RESOURCE_NOT_FOUND",
|
|
1285
|
+
THROTTLED = "THROTTLED",
|
|
1286
|
+
UNAUTHORIZED = "UNAUTHORIZED",
|
|
1287
|
+
UNSUPPORTED_MEDIA_TYPE = "UNSUPPORTED_MEDIA_TYPE",
|
|
1288
|
+
WAF_FILTERED = "WAF_FILTERED"
|
|
1289
|
+
}
|
|
1290
|
+
|
|
1291
|
+
export interface DeleteGatewayResponseRequest {
|
|
1292
|
+
|
|
1293
|
+
restApiId: string | undefined;
|
|
1294
|
+
|
|
1295
|
+
responseType: GatewayResponseType | string | undefined;
|
|
1296
|
+
}
|
|
1297
|
+
export declare namespace DeleteGatewayResponseRequest {
|
|
1298
|
+
|
|
1299
|
+
const filterSensitiveLog: (obj: DeleteGatewayResponseRequest) => any;
|
|
1300
|
+
}
|
|
1301
|
+
|
|
1302
|
+
export interface DeleteIntegrationRequest {
|
|
1303
|
+
|
|
1304
|
+
restApiId: string | undefined;
|
|
1305
|
+
|
|
1306
|
+
resourceId: string | undefined;
|
|
1307
|
+
|
|
1308
|
+
httpMethod: string | undefined;
|
|
1309
|
+
}
|
|
1310
|
+
export declare namespace DeleteIntegrationRequest {
|
|
1311
|
+
|
|
1312
|
+
const filterSensitiveLog: (obj: DeleteIntegrationRequest) => any;
|
|
1313
|
+
}
|
|
1314
|
+
|
|
1315
|
+
export interface DeleteIntegrationResponseRequest {
|
|
1316
|
+
|
|
1317
|
+
restApiId: string | undefined;
|
|
1318
|
+
|
|
1319
|
+
resourceId: string | undefined;
|
|
1320
|
+
|
|
1321
|
+
httpMethod: string | undefined;
|
|
1322
|
+
|
|
1323
|
+
statusCode: string | undefined;
|
|
1324
|
+
}
|
|
1325
|
+
export declare namespace DeleteIntegrationResponseRequest {
|
|
1326
|
+
|
|
1327
|
+
const filterSensitiveLog: (obj: DeleteIntegrationResponseRequest) => any;
|
|
1328
|
+
}
|
|
1329
|
+
|
|
1330
|
+
export interface DeleteMethodRequest {
|
|
1331
|
+
|
|
1332
|
+
restApiId: string | undefined;
|
|
1333
|
+
|
|
1334
|
+
resourceId: string | undefined;
|
|
1335
|
+
|
|
1336
|
+
httpMethod: string | undefined;
|
|
1337
|
+
}
|
|
1338
|
+
export declare namespace DeleteMethodRequest {
|
|
1339
|
+
|
|
1340
|
+
const filterSensitiveLog: (obj: DeleteMethodRequest) => any;
|
|
1341
|
+
}
|
|
1342
|
+
|
|
1343
|
+
export interface DeleteMethodResponseRequest {
|
|
1344
|
+
|
|
1345
|
+
restApiId: string | undefined;
|
|
1346
|
+
|
|
1347
|
+
resourceId: string | undefined;
|
|
1348
|
+
|
|
1349
|
+
httpMethod: string | undefined;
|
|
1350
|
+
|
|
1351
|
+
statusCode: string | undefined;
|
|
1352
|
+
}
|
|
1353
|
+
export declare namespace DeleteMethodResponseRequest {
|
|
1354
|
+
|
|
1355
|
+
const filterSensitiveLog: (obj: DeleteMethodResponseRequest) => any;
|
|
1356
|
+
}
|
|
1357
|
+
|
|
1358
|
+
export interface DeleteModelRequest {
|
|
1359
|
+
|
|
1360
|
+
restApiId: string | undefined;
|
|
1361
|
+
|
|
1362
|
+
modelName: string | undefined;
|
|
1363
|
+
}
|
|
1364
|
+
export declare namespace DeleteModelRequest {
|
|
1365
|
+
|
|
1366
|
+
const filterSensitiveLog: (obj: DeleteModelRequest) => any;
|
|
1367
|
+
}
|
|
1368
|
+
|
|
1369
|
+
export interface DeleteRequestValidatorRequest {
|
|
1370
|
+
|
|
1371
|
+
restApiId: string | undefined;
|
|
1372
|
+
|
|
1373
|
+
requestValidatorId: string | undefined;
|
|
1374
|
+
}
|
|
1375
|
+
export declare namespace DeleteRequestValidatorRequest {
|
|
1376
|
+
|
|
1377
|
+
const filterSensitiveLog: (obj: DeleteRequestValidatorRequest) => any;
|
|
1378
|
+
}
|
|
1379
|
+
|
|
1380
|
+
export interface DeleteResourceRequest {
|
|
1381
|
+
|
|
1382
|
+
restApiId: string | undefined;
|
|
1383
|
+
|
|
1384
|
+
resourceId: string | undefined;
|
|
1385
|
+
}
|
|
1386
|
+
export declare namespace DeleteResourceRequest {
|
|
1387
|
+
|
|
1388
|
+
const filterSensitiveLog: (obj: DeleteResourceRequest) => any;
|
|
1389
|
+
}
|
|
1390
|
+
|
|
1391
|
+
export interface DeleteRestApiRequest {
|
|
1392
|
+
|
|
1393
|
+
restApiId: string | undefined;
|
|
1394
|
+
}
|
|
1395
|
+
export declare namespace DeleteRestApiRequest {
|
|
1396
|
+
|
|
1397
|
+
const filterSensitiveLog: (obj: DeleteRestApiRequest) => any;
|
|
1398
|
+
}
|
|
1399
|
+
|
|
1400
|
+
export interface DeleteStageRequest {
|
|
1401
|
+
|
|
1402
|
+
restApiId: string | undefined;
|
|
1403
|
+
|
|
1404
|
+
stageName: string | undefined;
|
|
1405
|
+
}
|
|
1406
|
+
export declare namespace DeleteStageRequest {
|
|
1407
|
+
|
|
1408
|
+
const filterSensitiveLog: (obj: DeleteStageRequest) => any;
|
|
1409
|
+
}
|
|
1410
|
+
|
|
1411
|
+
export interface DeleteUsagePlanRequest {
|
|
1412
|
+
|
|
1413
|
+
usagePlanId: string | undefined;
|
|
1414
|
+
}
|
|
1415
|
+
export declare namespace DeleteUsagePlanRequest {
|
|
1416
|
+
|
|
1417
|
+
const filterSensitiveLog: (obj: DeleteUsagePlanRequest) => any;
|
|
1418
|
+
}
|
|
1419
|
+
|
|
1420
|
+
export interface DeleteUsagePlanKeyRequest {
|
|
1421
|
+
|
|
1422
|
+
usagePlanId: string | undefined;
|
|
1423
|
+
|
|
1424
|
+
keyId: string | undefined;
|
|
1425
|
+
}
|
|
1426
|
+
export declare namespace DeleteUsagePlanKeyRequest {
|
|
1427
|
+
|
|
1428
|
+
const filterSensitiveLog: (obj: DeleteUsagePlanKeyRequest) => any;
|
|
1429
|
+
}
|
|
1430
|
+
|
|
1431
|
+
export interface DeleteVpcLinkRequest {
|
|
1432
|
+
|
|
1433
|
+
vpcLinkId: string | undefined;
|
|
1434
|
+
}
|
|
1435
|
+
export declare namespace DeleteVpcLinkRequest {
|
|
1436
|
+
|
|
1437
|
+
const filterSensitiveLog: (obj: DeleteVpcLinkRequest) => any;
|
|
1438
|
+
}
|
|
1439
|
+
|
|
1440
|
+
export interface FlushStageAuthorizersCacheRequest {
|
|
1441
|
+
|
|
1442
|
+
restApiId: string | undefined;
|
|
1443
|
+
|
|
1444
|
+
stageName: string | undefined;
|
|
1445
|
+
}
|
|
1446
|
+
export declare namespace FlushStageAuthorizersCacheRequest {
|
|
1447
|
+
|
|
1448
|
+
const filterSensitiveLog: (obj: FlushStageAuthorizersCacheRequest) => any;
|
|
1449
|
+
}
|
|
1450
|
+
|
|
1451
|
+
export interface FlushStageCacheRequest {
|
|
1452
|
+
|
|
1453
|
+
restApiId: string | undefined;
|
|
1454
|
+
|
|
1455
|
+
stageName: string | undefined;
|
|
1456
|
+
}
|
|
1457
|
+
export declare namespace FlushStageCacheRequest {
|
|
1458
|
+
|
|
1459
|
+
const filterSensitiveLog: (obj: FlushStageCacheRequest) => any;
|
|
1460
|
+
}
|
|
1461
|
+
|
|
1462
|
+
export interface ClientCertificate {
|
|
1463
|
+
|
|
1464
|
+
clientCertificateId?: string;
|
|
1465
|
+
|
|
1466
|
+
description?: string;
|
|
1467
|
+
|
|
1468
|
+
pemEncodedCertificate?: string;
|
|
1469
|
+
|
|
1470
|
+
createdDate?: Date;
|
|
1471
|
+
|
|
1472
|
+
expirationDate?: Date;
|
|
1473
|
+
|
|
1474
|
+
tags?: {
|
|
1475
|
+
[key: string]: string;
|
|
1476
|
+
};
|
|
1477
|
+
}
|
|
1478
|
+
export declare namespace ClientCertificate {
|
|
1479
|
+
|
|
1480
|
+
const filterSensitiveLog: (obj: ClientCertificate) => any;
|
|
1481
|
+
}
|
|
1482
|
+
|
|
1483
|
+
export interface GenerateClientCertificateRequest {
|
|
1484
|
+
|
|
1485
|
+
description?: string;
|
|
1486
|
+
|
|
1487
|
+
tags?: {
|
|
1488
|
+
[key: string]: string;
|
|
1489
|
+
};
|
|
1490
|
+
}
|
|
1491
|
+
export declare namespace GenerateClientCertificateRequest {
|
|
1492
|
+
|
|
1493
|
+
const filterSensitiveLog: (obj: GenerateClientCertificateRequest) => any;
|
|
1494
|
+
}
|
|
1495
|
+
|
|
1496
|
+
export interface GetAccountRequest {
|
|
1497
|
+
}
|
|
1498
|
+
export declare namespace GetAccountRequest {
|
|
1499
|
+
|
|
1500
|
+
const filterSensitiveLog: (obj: GetAccountRequest) => any;
|
|
1501
|
+
}
|
|
1502
|
+
|
|
1503
|
+
export interface GetApiKeyRequest {
|
|
1504
|
+
|
|
1505
|
+
apiKey: string | undefined;
|
|
1506
|
+
|
|
1507
|
+
includeValue?: boolean;
|
|
1508
|
+
}
|
|
1509
|
+
export declare namespace GetApiKeyRequest {
|
|
1510
|
+
|
|
1511
|
+
const filterSensitiveLog: (obj: GetApiKeyRequest) => any;
|
|
1512
|
+
}
|
|
1513
|
+
|
|
1514
|
+
export interface GetApiKeysRequest {
|
|
1515
|
+
|
|
1516
|
+
position?: string;
|
|
1517
|
+
|
|
1518
|
+
limit?: number;
|
|
1519
|
+
|
|
1520
|
+
nameQuery?: string;
|
|
1521
|
+
|
|
1522
|
+
customerId?: string;
|
|
1523
|
+
|
|
1524
|
+
includeValues?: boolean;
|
|
1525
|
+
}
|
|
1526
|
+
export declare namespace GetApiKeysRequest {
|
|
1527
|
+
|
|
1528
|
+
const filterSensitiveLog: (obj: GetApiKeysRequest) => any;
|
|
1529
|
+
}
|
|
1530
|
+
|
|
1531
|
+
export interface GetAuthorizerRequest {
|
|
1532
|
+
|
|
1533
|
+
restApiId: string | undefined;
|
|
1534
|
+
|
|
1535
|
+
authorizerId: string | undefined;
|
|
1536
|
+
}
|
|
1537
|
+
export declare namespace GetAuthorizerRequest {
|
|
1538
|
+
|
|
1539
|
+
const filterSensitiveLog: (obj: GetAuthorizerRequest) => any;
|
|
1540
|
+
}
|
|
1541
|
+
|
|
1542
|
+
export interface GetAuthorizersRequest {
|
|
1543
|
+
|
|
1544
|
+
restApiId: string | undefined;
|
|
1545
|
+
|
|
1546
|
+
position?: string;
|
|
1547
|
+
|
|
1548
|
+
limit?: number;
|
|
1549
|
+
}
|
|
1550
|
+
export declare namespace GetAuthorizersRequest {
|
|
1551
|
+
|
|
1552
|
+
const filterSensitiveLog: (obj: GetAuthorizersRequest) => any;
|
|
1553
|
+
}
|
|
1554
|
+
|
|
1555
|
+
export interface GetBasePathMappingRequest {
|
|
1556
|
+
|
|
1557
|
+
domainName: string | undefined;
|
|
1558
|
+
|
|
1559
|
+
basePath: string | undefined;
|
|
1560
|
+
}
|
|
1561
|
+
export declare namespace GetBasePathMappingRequest {
|
|
1562
|
+
|
|
1563
|
+
const filterSensitiveLog: (obj: GetBasePathMappingRequest) => any;
|
|
1564
|
+
}
|
|
1565
|
+
|
|
1566
|
+
export interface BasePathMappings {
|
|
1567
|
+
|
|
1568
|
+
items?: BasePathMapping[];
|
|
1569
|
+
|
|
1570
|
+
position?: string;
|
|
1571
|
+
}
|
|
1572
|
+
export declare namespace BasePathMappings {
|
|
1573
|
+
|
|
1574
|
+
const filterSensitiveLog: (obj: BasePathMappings) => any;
|
|
1575
|
+
}
|
|
1576
|
+
|
|
1577
|
+
export interface GetBasePathMappingsRequest {
|
|
1578
|
+
|
|
1579
|
+
domainName: string | undefined;
|
|
1580
|
+
|
|
1581
|
+
position?: string;
|
|
1582
|
+
|
|
1583
|
+
limit?: number;
|
|
1584
|
+
}
|
|
1585
|
+
export declare namespace GetBasePathMappingsRequest {
|
|
1586
|
+
|
|
1587
|
+
const filterSensitiveLog: (obj: GetBasePathMappingsRequest) => any;
|
|
1588
|
+
}
|
|
1589
|
+
|
|
1590
|
+
export interface GetClientCertificateRequest {
|
|
1591
|
+
|
|
1592
|
+
clientCertificateId: string | undefined;
|
|
1593
|
+
}
|
|
1594
|
+
export declare namespace GetClientCertificateRequest {
|
|
1595
|
+
|
|
1596
|
+
const filterSensitiveLog: (obj: GetClientCertificateRequest) => any;
|
|
1597
|
+
}
|
|
1598
|
+
|
|
1599
|
+
export interface ClientCertificates {
|
|
1600
|
+
|
|
1601
|
+
items?: ClientCertificate[];
|
|
1602
|
+
|
|
1603
|
+
position?: string;
|
|
1604
|
+
}
|
|
1605
|
+
export declare namespace ClientCertificates {
|
|
1606
|
+
|
|
1607
|
+
const filterSensitiveLog: (obj: ClientCertificates) => any;
|
|
1608
|
+
}
|
|
1609
|
+
|
|
1610
|
+
export interface GetClientCertificatesRequest {
|
|
1611
|
+
|
|
1612
|
+
position?: string;
|
|
1613
|
+
|
|
1614
|
+
limit?: number;
|
|
1615
|
+
}
|
|
1616
|
+
export declare namespace GetClientCertificatesRequest {
|
|
1617
|
+
|
|
1618
|
+
const filterSensitiveLog: (obj: GetClientCertificatesRequest) => any;
|
|
1619
|
+
}
|
|
1620
|
+
|
|
1621
|
+
export interface GetDeploymentRequest {
|
|
1622
|
+
|
|
1623
|
+
restApiId: string | undefined;
|
|
1624
|
+
|
|
1625
|
+
deploymentId: string | undefined;
|
|
1626
|
+
|
|
1627
|
+
embed?: string[];
|
|
1628
|
+
}
|
|
1629
|
+
export declare namespace GetDeploymentRequest {
|
|
1630
|
+
|
|
1631
|
+
const filterSensitiveLog: (obj: GetDeploymentRequest) => any;
|
|
1632
|
+
}
|
|
1633
|
+
|
|
1634
|
+
export interface Deployments {
|
|
1635
|
+
|
|
1636
|
+
items?: Deployment[];
|
|
1637
|
+
|
|
1638
|
+
position?: string;
|
|
1639
|
+
}
|
|
1640
|
+
export declare namespace Deployments {
|
|
1641
|
+
|
|
1642
|
+
const filterSensitiveLog: (obj: Deployments) => any;
|
|
1643
|
+
}
|
|
1644
|
+
|
|
1645
|
+
export interface GetDeploymentsRequest {
|
|
1646
|
+
|
|
1647
|
+
restApiId: string | undefined;
|
|
1648
|
+
|
|
1649
|
+
position?: string;
|
|
1650
|
+
|
|
1651
|
+
limit?: number;
|
|
1652
|
+
}
|
|
1653
|
+
export declare namespace GetDeploymentsRequest {
|
|
1654
|
+
|
|
1655
|
+
const filterSensitiveLog: (obj: GetDeploymentsRequest) => any;
|
|
1656
|
+
}
|
|
1657
|
+
|
|
1658
|
+
export interface GetDocumentationPartRequest {
|
|
1659
|
+
|
|
1660
|
+
restApiId: string | undefined;
|
|
1661
|
+
|
|
1662
|
+
documentationPartId: string | undefined;
|
|
1663
|
+
}
|
|
1664
|
+
export declare namespace GetDocumentationPartRequest {
|
|
1665
|
+
|
|
1666
|
+
const filterSensitiveLog: (obj: GetDocumentationPartRequest) => any;
|
|
1667
|
+
}
|
|
1668
|
+
|
|
1669
|
+
export interface DocumentationParts {
|
|
1670
|
+
|
|
1671
|
+
items?: DocumentationPart[];
|
|
1672
|
+
|
|
1673
|
+
position?: string;
|
|
1674
|
+
}
|
|
1675
|
+
export declare namespace DocumentationParts {
|
|
1676
|
+
|
|
1677
|
+
const filterSensitiveLog: (obj: DocumentationParts) => any;
|
|
1678
|
+
}
|
|
1679
|
+
export declare enum LocationStatusType {
|
|
1680
|
+
DOCUMENTED = "DOCUMENTED",
|
|
1681
|
+
UNDOCUMENTED = "UNDOCUMENTED"
|
|
1682
|
+
}
|
|
1683
|
+
|
|
1684
|
+
export interface GetDocumentationPartsRequest {
|
|
1685
|
+
|
|
1686
|
+
restApiId: string | undefined;
|
|
1687
|
+
|
|
1688
|
+
type?: DocumentationPartType | string;
|
|
1689
|
+
|
|
1690
|
+
nameQuery?: string;
|
|
1691
|
+
|
|
1692
|
+
path?: string;
|
|
1693
|
+
|
|
1694
|
+
position?: string;
|
|
1695
|
+
|
|
1696
|
+
limit?: number;
|
|
1697
|
+
|
|
1698
|
+
locationStatus?: LocationStatusType | string;
|
|
1699
|
+
}
|
|
1700
|
+
export declare namespace GetDocumentationPartsRequest {
|
|
1701
|
+
|
|
1702
|
+
const filterSensitiveLog: (obj: GetDocumentationPartsRequest) => any;
|
|
1703
|
+
}
|
|
1704
|
+
|
|
1705
|
+
export interface GetDocumentationVersionRequest {
|
|
1706
|
+
|
|
1707
|
+
restApiId: string | undefined;
|
|
1708
|
+
|
|
1709
|
+
documentationVersion: string | undefined;
|
|
1710
|
+
}
|
|
1711
|
+
export declare namespace GetDocumentationVersionRequest {
|
|
1712
|
+
|
|
1713
|
+
const filterSensitiveLog: (obj: GetDocumentationVersionRequest) => any;
|
|
1714
|
+
}
|
|
1715
|
+
|
|
1716
|
+
export interface DocumentationVersions {
|
|
1717
|
+
|
|
1718
|
+
items?: DocumentationVersion[];
|
|
1719
|
+
|
|
1720
|
+
position?: string;
|
|
1721
|
+
}
|
|
1722
|
+
export declare namespace DocumentationVersions {
|
|
1723
|
+
|
|
1724
|
+
const filterSensitiveLog: (obj: DocumentationVersions) => any;
|
|
1725
|
+
}
|
|
1726
|
+
|
|
1727
|
+
export interface GetDocumentationVersionsRequest {
|
|
1728
|
+
|
|
1729
|
+
restApiId: string | undefined;
|
|
1730
|
+
|
|
1731
|
+
position?: string;
|
|
1732
|
+
|
|
1733
|
+
limit?: number;
|
|
1734
|
+
}
|
|
1735
|
+
export declare namespace GetDocumentationVersionsRequest {
|
|
1736
|
+
|
|
1737
|
+
const filterSensitiveLog: (obj: GetDocumentationVersionsRequest) => any;
|
|
1738
|
+
}
|
|
1739
|
+
|
|
1740
|
+
export interface GetDomainNameRequest {
|
|
1741
|
+
|
|
1742
|
+
domainName: string | undefined;
|
|
1743
|
+
}
|
|
1744
|
+
export declare namespace GetDomainNameRequest {
|
|
1745
|
+
|
|
1746
|
+
const filterSensitiveLog: (obj: GetDomainNameRequest) => any;
|
|
1747
|
+
}
|
|
1748
|
+
|
|
1749
|
+
export interface DomainNames {
|
|
1750
|
+
|
|
1751
|
+
items?: DomainName[];
|
|
1752
|
+
|
|
1753
|
+
position?: string;
|
|
1754
|
+
}
|
|
1755
|
+
export declare namespace DomainNames {
|
|
1756
|
+
|
|
1757
|
+
const filterSensitiveLog: (obj: DomainNames) => any;
|
|
1758
|
+
}
|
|
1759
|
+
|
|
1760
|
+
export interface GetDomainNamesRequest {
|
|
1761
|
+
|
|
1762
|
+
position?: string;
|
|
1763
|
+
|
|
1764
|
+
limit?: number;
|
|
1765
|
+
}
|
|
1766
|
+
export declare namespace GetDomainNamesRequest {
|
|
1767
|
+
|
|
1768
|
+
const filterSensitiveLog: (obj: GetDomainNamesRequest) => any;
|
|
1769
|
+
}
|
|
1770
|
+
|
|
1771
|
+
export interface ExportResponse {
|
|
1772
|
+
|
|
1773
|
+
contentType?: string;
|
|
1774
|
+
|
|
1775
|
+
contentDisposition?: string;
|
|
1776
|
+
|
|
1777
|
+
body?: Uint8Array;
|
|
1778
|
+
}
|
|
1779
|
+
export declare namespace ExportResponse {
|
|
1780
|
+
|
|
1781
|
+
const filterSensitiveLog: (obj: ExportResponse) => any;
|
|
1782
|
+
}
|
|
1783
|
+
|
|
1784
|
+
export interface GetExportRequest {
|
|
1785
|
+
|
|
1786
|
+
restApiId: string | undefined;
|
|
1787
|
+
|
|
1788
|
+
stageName: string | undefined;
|
|
1789
|
+
|
|
1790
|
+
exportType: string | undefined;
|
|
1791
|
+
|
|
1792
|
+
parameters?: {
|
|
1793
|
+
[key: string]: string;
|
|
1794
|
+
};
|
|
1795
|
+
|
|
1796
|
+
accepts?: string;
|
|
1797
|
+
}
|
|
1798
|
+
export declare namespace GetExportRequest {
|
|
1799
|
+
|
|
1800
|
+
const filterSensitiveLog: (obj: GetExportRequest) => any;
|
|
1801
|
+
}
|
|
1802
|
+
|
|
1803
|
+
export interface GatewayResponse {
|
|
1804
|
+
|
|
1805
|
+
responseType?: GatewayResponseType | string;
|
|
1806
|
+
|
|
1807
|
+
statusCode?: string;
|
|
1808
|
+
|
|
1809
|
+
responseParameters?: {
|
|
1810
|
+
[key: string]: string;
|
|
1811
|
+
};
|
|
1812
|
+
|
|
1813
|
+
responseTemplates?: {
|
|
1814
|
+
[key: string]: string;
|
|
1815
|
+
};
|
|
1816
|
+
|
|
1817
|
+
defaultResponse?: boolean;
|
|
1818
|
+
}
|
|
1819
|
+
export declare namespace GatewayResponse {
|
|
1820
|
+
|
|
1821
|
+
const filterSensitiveLog: (obj: GatewayResponse) => any;
|
|
1822
|
+
}
|
|
1823
|
+
|
|
1824
|
+
export interface GetGatewayResponseRequest {
|
|
1825
|
+
|
|
1826
|
+
restApiId: string | undefined;
|
|
1827
|
+
|
|
1828
|
+
responseType: GatewayResponseType | string | undefined;
|
|
1829
|
+
}
|
|
1830
|
+
export declare namespace GetGatewayResponseRequest {
|
|
1831
|
+
|
|
1832
|
+
const filterSensitiveLog: (obj: GetGatewayResponseRequest) => any;
|
|
1833
|
+
}
|
|
1834
|
+
|
|
1835
|
+
export interface GatewayResponses {
|
|
1836
|
+
|
|
1837
|
+
items?: GatewayResponse[];
|
|
1838
|
+
|
|
1839
|
+
position?: string;
|
|
1840
|
+
}
|
|
1841
|
+
export declare namespace GatewayResponses {
|
|
1842
|
+
|
|
1843
|
+
const filterSensitiveLog: (obj: GatewayResponses) => any;
|
|
1844
|
+
}
|
|
1845
|
+
|
|
1846
|
+
export interface GetGatewayResponsesRequest {
|
|
1847
|
+
|
|
1848
|
+
restApiId: string | undefined;
|
|
1849
|
+
|
|
1850
|
+
position?: string;
|
|
1851
|
+
|
|
1852
|
+
limit?: number;
|
|
1853
|
+
}
|
|
1854
|
+
export declare namespace GetGatewayResponsesRequest {
|
|
1855
|
+
|
|
1856
|
+
const filterSensitiveLog: (obj: GetGatewayResponsesRequest) => any;
|
|
1857
|
+
}
|
|
1858
|
+
|
|
1859
|
+
export interface GetIntegrationRequest {
|
|
1860
|
+
|
|
1861
|
+
restApiId: string | undefined;
|
|
1862
|
+
|
|
1863
|
+
resourceId: string | undefined;
|
|
1864
|
+
|
|
1865
|
+
httpMethod: string | undefined;
|
|
1866
|
+
}
|
|
1867
|
+
export declare namespace GetIntegrationRequest {
|
|
1868
|
+
|
|
1869
|
+
const filterSensitiveLog: (obj: GetIntegrationRequest) => any;
|
|
1870
|
+
}
|
|
1871
|
+
|
|
1872
|
+
export interface GetIntegrationResponseRequest {
|
|
1873
|
+
|
|
1874
|
+
restApiId: string | undefined;
|
|
1875
|
+
|
|
1876
|
+
resourceId: string | undefined;
|
|
1877
|
+
|
|
1878
|
+
httpMethod: string | undefined;
|
|
1879
|
+
|
|
1880
|
+
statusCode: string | undefined;
|
|
1881
|
+
}
|
|
1882
|
+
export declare namespace GetIntegrationResponseRequest {
|
|
1883
|
+
|
|
1884
|
+
const filterSensitiveLog: (obj: GetIntegrationResponseRequest) => any;
|
|
1885
|
+
}
|
|
1886
|
+
|
|
1887
|
+
export interface GetMethodRequest {
|
|
1888
|
+
|
|
1889
|
+
restApiId: string | undefined;
|
|
1890
|
+
|
|
1891
|
+
resourceId: string | undefined;
|
|
1892
|
+
|
|
1893
|
+
httpMethod: string | undefined;
|
|
1894
|
+
}
|
|
1895
|
+
export declare namespace GetMethodRequest {
|
|
1896
|
+
|
|
1897
|
+
const filterSensitiveLog: (obj: GetMethodRequest) => any;
|
|
1898
|
+
}
|
|
1899
|
+
|
|
1900
|
+
export interface GetMethodResponseRequest {
|
|
1901
|
+
|
|
1902
|
+
restApiId: string | undefined;
|
|
1903
|
+
|
|
1904
|
+
resourceId: string | undefined;
|
|
1905
|
+
|
|
1906
|
+
httpMethod: string | undefined;
|
|
1907
|
+
|
|
1908
|
+
statusCode: string | undefined;
|
|
1909
|
+
}
|
|
1910
|
+
export declare namespace GetMethodResponseRequest {
|
|
1911
|
+
|
|
1912
|
+
const filterSensitiveLog: (obj: GetMethodResponseRequest) => any;
|
|
1913
|
+
}
|
|
1914
|
+
|
|
1915
|
+
export interface GetModelRequest {
|
|
1916
|
+
|
|
1917
|
+
restApiId: string | undefined;
|
|
1918
|
+
|
|
1919
|
+
modelName: string | undefined;
|
|
1920
|
+
|
|
1921
|
+
flatten?: boolean;
|
|
1922
|
+
}
|
|
1923
|
+
export declare namespace GetModelRequest {
|
|
1924
|
+
|
|
1925
|
+
const filterSensitiveLog: (obj: GetModelRequest) => any;
|
|
1926
|
+
}
|
|
1927
|
+
|
|
1928
|
+
export interface GetModelsRequest {
|
|
1929
|
+
|
|
1930
|
+
restApiId: string | undefined;
|
|
1931
|
+
|
|
1932
|
+
position?: string;
|
|
1933
|
+
|
|
1934
|
+
limit?: number;
|
|
1935
|
+
}
|
|
1936
|
+
export declare namespace GetModelsRequest {
|
|
1937
|
+
|
|
1938
|
+
const filterSensitiveLog: (obj: GetModelsRequest) => any;
|
|
1939
|
+
}
|
|
1940
|
+
|
|
1941
|
+
export interface Models {
|
|
1942
|
+
|
|
1943
|
+
items?: Model[];
|
|
1944
|
+
|
|
1945
|
+
position?: string;
|
|
1946
|
+
}
|
|
1947
|
+
export declare namespace Models {
|
|
1948
|
+
|
|
1949
|
+
const filterSensitiveLog: (obj: Models) => any;
|
|
1950
|
+
}
|
|
1951
|
+
|
|
1952
|
+
export interface GetModelTemplateRequest {
|
|
1953
|
+
|
|
1954
|
+
restApiId: string | undefined;
|
|
1955
|
+
|
|
1956
|
+
modelName: string | undefined;
|
|
1957
|
+
}
|
|
1958
|
+
export declare namespace GetModelTemplateRequest {
|
|
1959
|
+
|
|
1960
|
+
const filterSensitiveLog: (obj: GetModelTemplateRequest) => any;
|
|
1961
|
+
}
|
|
1962
|
+
|
|
1963
|
+
export interface Template {
|
|
1964
|
+
|
|
1965
|
+
value?: string;
|
|
1966
|
+
}
|
|
1967
|
+
export declare namespace Template {
|
|
1968
|
+
|
|
1969
|
+
const filterSensitiveLog: (obj: Template) => any;
|
|
1970
|
+
}
|
|
1971
|
+
|
|
1972
|
+
export interface GetRequestValidatorRequest {
|
|
1973
|
+
|
|
1974
|
+
restApiId: string | undefined;
|
|
1975
|
+
|
|
1976
|
+
requestValidatorId: string | undefined;
|
|
1977
|
+
}
|
|
1978
|
+
export declare namespace GetRequestValidatorRequest {
|
|
1979
|
+
|
|
1980
|
+
const filterSensitiveLog: (obj: GetRequestValidatorRequest) => any;
|
|
1981
|
+
}
|
|
1982
|
+
|
|
1983
|
+
export interface GetRequestValidatorsRequest {
|
|
1984
|
+
|
|
1985
|
+
restApiId: string | undefined;
|
|
1986
|
+
|
|
1987
|
+
position?: string;
|
|
1988
|
+
|
|
1989
|
+
limit?: number;
|
|
1990
|
+
}
|
|
1991
|
+
export declare namespace GetRequestValidatorsRequest {
|
|
1992
|
+
|
|
1993
|
+
const filterSensitiveLog: (obj: GetRequestValidatorsRequest) => any;
|
|
1994
|
+
}
|
|
1995
|
+
|
|
1996
|
+
export interface RequestValidators {
|
|
1997
|
+
|
|
1998
|
+
items?: RequestValidator[];
|
|
1999
|
+
|
|
2000
|
+
position?: string;
|
|
2001
|
+
}
|
|
2002
|
+
export declare namespace RequestValidators {
|
|
2003
|
+
|
|
2004
|
+
const filterSensitiveLog: (obj: RequestValidators) => any;
|
|
2005
|
+
}
|
|
2006
|
+
|
|
2007
|
+
export interface GetResourceRequest {
|
|
2008
|
+
|
|
2009
|
+
restApiId: string | undefined;
|
|
2010
|
+
|
|
2011
|
+
resourceId: string | undefined;
|
|
2012
|
+
|
|
2013
|
+
embed?: string[];
|
|
2014
|
+
}
|
|
2015
|
+
export declare namespace GetResourceRequest {
|
|
2016
|
+
|
|
2017
|
+
const filterSensitiveLog: (obj: GetResourceRequest) => any;
|
|
2018
|
+
}
|
|
2019
|
+
|
|
2020
|
+
export interface GetResourcesRequest {
|
|
2021
|
+
|
|
2022
|
+
restApiId: string | undefined;
|
|
2023
|
+
|
|
2024
|
+
position?: string;
|
|
2025
|
+
|
|
2026
|
+
limit?: number;
|
|
2027
|
+
|
|
2028
|
+
embed?: string[];
|
|
2029
|
+
}
|
|
2030
|
+
export declare namespace GetResourcesRequest {
|
|
2031
|
+
|
|
2032
|
+
const filterSensitiveLog: (obj: GetResourcesRequest) => any;
|
|
2033
|
+
}
|
|
2034
|
+
|
|
2035
|
+
export interface Resources {
|
|
2036
|
+
|
|
2037
|
+
items?: Resource[];
|
|
2038
|
+
|
|
2039
|
+
position?: string;
|
|
2040
|
+
}
|
|
2041
|
+
export declare namespace Resources {
|
|
2042
|
+
|
|
2043
|
+
const filterSensitiveLog: (obj: Resources) => any;
|
|
2044
|
+
}
|
|
2045
|
+
|
|
2046
|
+
export interface GetRestApiRequest {
|
|
2047
|
+
|
|
2048
|
+
restApiId: string | undefined;
|
|
2049
|
+
}
|
|
2050
|
+
export declare namespace GetRestApiRequest {
|
|
2051
|
+
|
|
2052
|
+
const filterSensitiveLog: (obj: GetRestApiRequest) => any;
|
|
2053
|
+
}
|
|
2054
|
+
|
|
2055
|
+
export interface GetRestApisRequest {
|
|
2056
|
+
|
|
2057
|
+
position?: string;
|
|
2058
|
+
|
|
2059
|
+
limit?: number;
|
|
2060
|
+
}
|
|
2061
|
+
export declare namespace GetRestApisRequest {
|
|
2062
|
+
|
|
2063
|
+
const filterSensitiveLog: (obj: GetRestApisRequest) => any;
|
|
2064
|
+
}
|
|
2065
|
+
|
|
2066
|
+
export interface RestApis {
|
|
2067
|
+
|
|
2068
|
+
items?: RestApi[];
|
|
2069
|
+
|
|
2070
|
+
position?: string;
|
|
2071
|
+
}
|
|
2072
|
+
export declare namespace RestApis {
|
|
2073
|
+
|
|
2074
|
+
const filterSensitiveLog: (obj: RestApis) => any;
|
|
2075
|
+
}
|
|
2076
|
+
|
|
2077
|
+
export interface GetSdkRequest {
|
|
2078
|
+
|
|
2079
|
+
restApiId: string | undefined;
|
|
2080
|
+
|
|
2081
|
+
stageName: string | undefined;
|
|
2082
|
+
|
|
2083
|
+
sdkType: string | undefined;
|
|
2084
|
+
|
|
2085
|
+
parameters?: {
|
|
2086
|
+
[key: string]: string;
|
|
2087
|
+
};
|
|
2088
|
+
}
|
|
2089
|
+
export declare namespace GetSdkRequest {
|
|
2090
|
+
|
|
2091
|
+
const filterSensitiveLog: (obj: GetSdkRequest) => any;
|
|
2092
|
+
}
|
|
2093
|
+
|
|
2094
|
+
export interface SdkResponse {
|
|
2095
|
+
|
|
2096
|
+
contentType?: string;
|
|
2097
|
+
|
|
2098
|
+
contentDisposition?: string;
|
|
2099
|
+
|
|
2100
|
+
body?: Uint8Array;
|
|
2101
|
+
}
|
|
2102
|
+
export declare namespace SdkResponse {
|
|
2103
|
+
|
|
2104
|
+
const filterSensitiveLog: (obj: SdkResponse) => any;
|
|
2105
|
+
}
|
|
2106
|
+
|
|
2107
|
+
export interface GetSdkTypeRequest {
|
|
2108
|
+
|
|
2109
|
+
id: string | undefined;
|
|
2110
|
+
}
|
|
2111
|
+
export declare namespace GetSdkTypeRequest {
|
|
2112
|
+
|
|
2113
|
+
const filterSensitiveLog: (obj: GetSdkTypeRequest) => any;
|
|
2114
|
+
}
|
|
2115
|
+
|
|
2116
|
+
export interface SdkConfigurationProperty {
|
|
2117
|
+
|
|
2118
|
+
name?: string;
|
|
2119
|
+
|
|
2120
|
+
friendlyName?: string;
|
|
2121
|
+
|
|
2122
|
+
description?: string;
|
|
2123
|
+
|
|
2124
|
+
required?: boolean;
|
|
2125
|
+
|
|
2126
|
+
defaultValue?: string;
|
|
2127
|
+
}
|
|
2128
|
+
export declare namespace SdkConfigurationProperty {
|
|
2129
|
+
|
|
2130
|
+
const filterSensitiveLog: (obj: SdkConfigurationProperty) => any;
|
|
2131
|
+
}
|
|
2132
|
+
|
|
2133
|
+
export interface SdkType {
|
|
2134
|
+
|
|
2135
|
+
id?: string;
|
|
2136
|
+
|
|
2137
|
+
friendlyName?: string;
|
|
2138
|
+
|
|
2139
|
+
description?: string;
|
|
2140
|
+
|
|
2141
|
+
configurationProperties?: SdkConfigurationProperty[];
|
|
2142
|
+
}
|
|
2143
|
+
export declare namespace SdkType {
|
|
2144
|
+
|
|
2145
|
+
const filterSensitiveLog: (obj: SdkType) => any;
|
|
2146
|
+
}
|
|
2147
|
+
|
|
2148
|
+
export interface GetSdkTypesRequest {
|
|
2149
|
+
|
|
2150
|
+
position?: string;
|
|
2151
|
+
|
|
2152
|
+
limit?: number;
|
|
2153
|
+
}
|
|
2154
|
+
export declare namespace GetSdkTypesRequest {
|
|
2155
|
+
|
|
2156
|
+
const filterSensitiveLog: (obj: GetSdkTypesRequest) => any;
|
|
2157
|
+
}
|
|
2158
|
+
|
|
2159
|
+
export interface SdkTypes {
|
|
2160
|
+
|
|
2161
|
+
items?: SdkType[];
|
|
2162
|
+
}
|
|
2163
|
+
export declare namespace SdkTypes {
|
|
2164
|
+
|
|
2165
|
+
const filterSensitiveLog: (obj: SdkTypes) => any;
|
|
2166
|
+
}
|
|
2167
|
+
|
|
2168
|
+
export interface GetStageRequest {
|
|
2169
|
+
|
|
2170
|
+
restApiId: string | undefined;
|
|
2171
|
+
|
|
2172
|
+
stageName: string | undefined;
|
|
2173
|
+
}
|
|
2174
|
+
export declare namespace GetStageRequest {
|
|
2175
|
+
|
|
2176
|
+
const filterSensitiveLog: (obj: GetStageRequest) => any;
|
|
2177
|
+
}
|
|
2178
|
+
|
|
2179
|
+
export interface GetStagesRequest {
|
|
2180
|
+
|
|
2181
|
+
restApiId: string | undefined;
|
|
2182
|
+
|
|
2183
|
+
deploymentId?: string;
|
|
2184
|
+
}
|
|
2185
|
+
export declare namespace GetStagesRequest {
|
|
2186
|
+
|
|
2187
|
+
const filterSensitiveLog: (obj: GetStagesRequest) => any;
|
|
2188
|
+
}
|
|
2189
|
+
|
|
2190
|
+
export interface Stages {
|
|
2191
|
+
|
|
2192
|
+
item?: Stage[];
|
|
2193
|
+
}
|
|
2194
|
+
export declare namespace Stages {
|
|
2195
|
+
|
|
2196
|
+
const filterSensitiveLog: (obj: Stages) => any;
|
|
2197
|
+
}
|
|
2198
|
+
|
|
2199
|
+
export interface GetTagsRequest {
|
|
2200
|
+
|
|
2201
|
+
resourceArn: string | undefined;
|
|
2202
|
+
|
|
2203
|
+
position?: string;
|
|
2204
|
+
|
|
2205
|
+
limit?: number;
|
|
2206
|
+
}
|
|
2207
|
+
export declare namespace GetTagsRequest {
|
|
2208
|
+
|
|
2209
|
+
const filterSensitiveLog: (obj: GetTagsRequest) => any;
|
|
2210
|
+
}
|
|
2211
|
+
|
|
2212
|
+
export interface Tags {
|
|
2213
|
+
|
|
2214
|
+
tags?: {
|
|
2215
|
+
[key: string]: string;
|
|
2216
|
+
};
|
|
2217
|
+
}
|
|
2218
|
+
export declare namespace Tags {
|
|
2219
|
+
|
|
2220
|
+
const filterSensitiveLog: (obj: Tags) => any;
|
|
2221
|
+
}
|
|
2222
|
+
|
|
2223
|
+
export interface GetUsageRequest {
|
|
2224
|
+
|
|
2225
|
+
usagePlanId: string | undefined;
|
|
2226
|
+
|
|
2227
|
+
keyId?: string;
|
|
2228
|
+
|
|
2229
|
+
startDate: string | undefined;
|
|
2230
|
+
|
|
2231
|
+
endDate: string | undefined;
|
|
2232
|
+
|
|
2233
|
+
position?: string;
|
|
2234
|
+
|
|
2235
|
+
limit?: number;
|
|
2236
|
+
}
|
|
2237
|
+
export declare namespace GetUsageRequest {
|
|
2238
|
+
|
|
2239
|
+
const filterSensitiveLog: (obj: GetUsageRequest) => any;
|
|
2240
|
+
}
|
|
2241
|
+
|
|
2242
|
+
export interface Usage {
|
|
2243
|
+
|
|
2244
|
+
usagePlanId?: string;
|
|
2245
|
+
|
|
2246
|
+
startDate?: string;
|
|
2247
|
+
|
|
2248
|
+
endDate?: string;
|
|
2249
|
+
|
|
2250
|
+
items?: {
|
|
2251
|
+
[key: string]: number[][];
|
|
2252
|
+
};
|
|
2253
|
+
|
|
2254
|
+
position?: string;
|
|
2255
|
+
}
|
|
2256
|
+
export declare namespace Usage {
|
|
2257
|
+
|
|
2258
|
+
const filterSensitiveLog: (obj: Usage) => any;
|
|
2259
|
+
}
|
|
2260
|
+
|
|
2261
|
+
export interface GetUsagePlanRequest {
|
|
2262
|
+
|
|
2263
|
+
usagePlanId: string | undefined;
|
|
2264
|
+
}
|
|
2265
|
+
export declare namespace GetUsagePlanRequest {
|
|
2266
|
+
|
|
2267
|
+
const filterSensitiveLog: (obj: GetUsagePlanRequest) => any;
|
|
2268
|
+
}
|
|
2269
|
+
|
|
2270
|
+
export interface GetUsagePlanKeyRequest {
|
|
2271
|
+
|
|
2272
|
+
usagePlanId: string | undefined;
|
|
2273
|
+
|
|
2274
|
+
keyId: string | undefined;
|
|
2275
|
+
}
|
|
2276
|
+
export declare namespace GetUsagePlanKeyRequest {
|
|
2277
|
+
|
|
2278
|
+
const filterSensitiveLog: (obj: GetUsagePlanKeyRequest) => any;
|
|
2279
|
+
}
|
|
2280
|
+
|
|
2281
|
+
export interface GetUsagePlanKeysRequest {
|
|
2282
|
+
|
|
2283
|
+
usagePlanId: string | undefined;
|
|
2284
|
+
|
|
2285
|
+
position?: string;
|
|
2286
|
+
|
|
2287
|
+
limit?: number;
|
|
2288
|
+
|
|
2289
|
+
nameQuery?: string;
|
|
2290
|
+
}
|
|
2291
|
+
export declare namespace GetUsagePlanKeysRequest {
|
|
2292
|
+
|
|
2293
|
+
const filterSensitiveLog: (obj: GetUsagePlanKeysRequest) => any;
|
|
2294
|
+
}
|
|
2295
|
+
|
|
2296
|
+
export interface UsagePlanKeys {
|
|
2297
|
+
|
|
2298
|
+
items?: UsagePlanKey[];
|
|
2299
|
+
|
|
2300
|
+
position?: string;
|
|
2301
|
+
}
|
|
2302
|
+
export declare namespace UsagePlanKeys {
|
|
2303
|
+
|
|
2304
|
+
const filterSensitiveLog: (obj: UsagePlanKeys) => any;
|
|
2305
|
+
}
|
|
2306
|
+
|
|
2307
|
+
export interface GetUsagePlansRequest {
|
|
2308
|
+
|
|
2309
|
+
position?: string;
|
|
2310
|
+
|
|
2311
|
+
keyId?: string;
|
|
2312
|
+
|
|
2313
|
+
limit?: number;
|
|
2314
|
+
}
|
|
2315
|
+
export declare namespace GetUsagePlansRequest {
|
|
2316
|
+
|
|
2317
|
+
const filterSensitiveLog: (obj: GetUsagePlansRequest) => any;
|
|
2318
|
+
}
|
|
2319
|
+
|
|
2320
|
+
export interface UsagePlans {
|
|
2321
|
+
|
|
2322
|
+
items?: UsagePlan[];
|
|
2323
|
+
|
|
2324
|
+
position?: string;
|
|
2325
|
+
}
|
|
2326
|
+
export declare namespace UsagePlans {
|
|
2327
|
+
|
|
2328
|
+
const filterSensitiveLog: (obj: UsagePlans) => any;
|
|
2329
|
+
}
|
|
2330
|
+
|
|
2331
|
+
export interface GetVpcLinkRequest {
|
|
2332
|
+
|
|
2333
|
+
vpcLinkId: string | undefined;
|
|
2334
|
+
}
|
|
2335
|
+
export declare namespace GetVpcLinkRequest {
|
|
2336
|
+
|
|
2337
|
+
const filterSensitiveLog: (obj: GetVpcLinkRequest) => any;
|
|
2338
|
+
}
|
|
2339
|
+
|
|
2340
|
+
export interface GetVpcLinksRequest {
|
|
2341
|
+
|
|
2342
|
+
position?: string;
|
|
2343
|
+
|
|
2344
|
+
limit?: number;
|
|
2345
|
+
}
|
|
2346
|
+
export declare namespace GetVpcLinksRequest {
|
|
2347
|
+
|
|
2348
|
+
const filterSensitiveLog: (obj: GetVpcLinksRequest) => any;
|
|
2349
|
+
}
|
|
2350
|
+
|
|
2351
|
+
export interface VpcLinks {
|
|
2352
|
+
|
|
2353
|
+
items?: VpcLink[];
|
|
2354
|
+
|
|
2355
|
+
position?: string;
|
|
2356
|
+
}
|
|
2357
|
+
export declare namespace VpcLinks {
|
|
2358
|
+
|
|
2359
|
+
const filterSensitiveLog: (obj: VpcLinks) => any;
|
|
2360
|
+
}
|
|
2361
|
+
|
|
2362
|
+
export interface ImportApiKeysRequest {
|
|
2363
|
+
|
|
2364
|
+
body: Uint8Array | undefined;
|
|
2365
|
+
|
|
2366
|
+
format: ApiKeysFormat | string | undefined;
|
|
2367
|
+
|
|
2368
|
+
failOnWarnings?: boolean;
|
|
2369
|
+
}
|
|
2370
|
+
export declare namespace ImportApiKeysRequest {
|
|
2371
|
+
|
|
2372
|
+
const filterSensitiveLog: (obj: ImportApiKeysRequest) => any;
|
|
2373
|
+
}
|
|
2374
|
+
|
|
2375
|
+
export interface DocumentationPartIds {
|
|
2376
|
+
|
|
2377
|
+
ids?: string[];
|
|
2378
|
+
|
|
2379
|
+
warnings?: string[];
|
|
2380
|
+
}
|
|
2381
|
+
export declare namespace DocumentationPartIds {
|
|
2382
|
+
|
|
2383
|
+
const filterSensitiveLog: (obj: DocumentationPartIds) => any;
|
|
2384
|
+
}
|
|
2385
|
+
export declare enum PutMode {
|
|
2386
|
+
Merge = "merge",
|
|
2387
|
+
Overwrite = "overwrite"
|
|
2388
|
+
}
|
|
2389
|
+
|
|
2390
|
+
export interface ImportDocumentationPartsRequest {
|
|
2391
|
+
|
|
2392
|
+
restApiId: string | undefined;
|
|
2393
|
+
|
|
2394
|
+
mode?: PutMode | string;
|
|
2395
|
+
|
|
2396
|
+
failOnWarnings?: boolean;
|
|
2397
|
+
|
|
2398
|
+
body: Uint8Array | undefined;
|
|
2399
|
+
}
|
|
2400
|
+
export declare namespace ImportDocumentationPartsRequest {
|
|
2401
|
+
|
|
2402
|
+
const filterSensitiveLog: (obj: ImportDocumentationPartsRequest) => any;
|
|
2403
|
+
}
|
|
2404
|
+
|
|
2405
|
+
export interface ImportRestApiRequest {
|
|
2406
|
+
|
|
2407
|
+
failOnWarnings?: boolean;
|
|
2408
|
+
|
|
2409
|
+
parameters?: {
|
|
2410
|
+
[key: string]: string;
|
|
2411
|
+
};
|
|
2412
|
+
|
|
2413
|
+
body: Uint8Array | undefined;
|
|
2414
|
+
}
|
|
2415
|
+
export declare namespace ImportRestApiRequest {
|
|
2416
|
+
|
|
2417
|
+
const filterSensitiveLog: (obj: ImportRestApiRequest) => any;
|
|
2418
|
+
}
|
|
2419
|
+
|
|
2420
|
+
export interface PutGatewayResponseRequest {
|
|
2421
|
+
|
|
2422
|
+
restApiId: string | undefined;
|
|
2423
|
+
|
|
2424
|
+
responseType: GatewayResponseType | string | undefined;
|
|
2425
|
+
|
|
2426
|
+
statusCode?: string;
|
|
2427
|
+
|
|
2428
|
+
responseParameters?: {
|
|
2429
|
+
[key: string]: string;
|
|
2430
|
+
};
|
|
2431
|
+
|
|
2432
|
+
responseTemplates?: {
|
|
2433
|
+
[key: string]: string;
|
|
2434
|
+
};
|
|
2435
|
+
}
|
|
2436
|
+
export declare namespace PutGatewayResponseRequest {
|
|
2437
|
+
|
|
2438
|
+
const filterSensitiveLog: (obj: PutGatewayResponseRequest) => any;
|
|
2439
|
+
}
|
|
2440
|
+
|
|
2441
|
+
export interface PutIntegrationRequest {
|
|
2442
|
+
|
|
2443
|
+
restApiId: string | undefined;
|
|
2444
|
+
|
|
2445
|
+
resourceId: string | undefined;
|
|
2446
|
+
|
|
2447
|
+
httpMethod: string | undefined;
|
|
2448
|
+
|
|
2449
|
+
type: IntegrationType | string | undefined;
|
|
2450
|
+
|
|
2451
|
+
integrationHttpMethod?: string;
|
|
2452
|
+
|
|
2453
|
+
uri?: string;
|
|
2454
|
+
|
|
2455
|
+
connectionType?: ConnectionType | string;
|
|
2456
|
+
|
|
2457
|
+
connectionId?: string;
|
|
2458
|
+
|
|
2459
|
+
credentials?: string;
|
|
2460
|
+
|
|
2461
|
+
requestParameters?: {
|
|
2462
|
+
[key: string]: string;
|
|
2463
|
+
};
|
|
2464
|
+
|
|
2465
|
+
requestTemplates?: {
|
|
2466
|
+
[key: string]: string;
|
|
2467
|
+
};
|
|
2468
|
+
|
|
2469
|
+
passthroughBehavior?: string;
|
|
2470
|
+
|
|
2471
|
+
cacheNamespace?: string;
|
|
2472
|
+
|
|
2473
|
+
cacheKeyParameters?: string[];
|
|
2474
|
+
|
|
2475
|
+
contentHandling?: ContentHandlingStrategy | string;
|
|
2476
|
+
|
|
2477
|
+
timeoutInMillis?: number;
|
|
2478
|
+
tlsConfig?: TlsConfig;
|
|
2479
|
+
}
|
|
2480
|
+
export declare namespace PutIntegrationRequest {
|
|
2481
|
+
|
|
2482
|
+
const filterSensitiveLog: (obj: PutIntegrationRequest) => any;
|
|
2483
|
+
}
|
|
2484
|
+
|
|
2485
|
+
export interface PutIntegrationResponseRequest {
|
|
2486
|
+
|
|
2487
|
+
restApiId: string | undefined;
|
|
2488
|
+
|
|
2489
|
+
resourceId: string | undefined;
|
|
2490
|
+
|
|
2491
|
+
httpMethod: string | undefined;
|
|
2492
|
+
|
|
2493
|
+
statusCode: string | undefined;
|
|
2494
|
+
|
|
2495
|
+
selectionPattern?: string;
|
|
2496
|
+
|
|
2497
|
+
responseParameters?: {
|
|
2498
|
+
[key: string]: string;
|
|
2499
|
+
};
|
|
2500
|
+
|
|
2501
|
+
responseTemplates?: {
|
|
2502
|
+
[key: string]: string;
|
|
2503
|
+
};
|
|
2504
|
+
|
|
2505
|
+
contentHandling?: ContentHandlingStrategy | string;
|
|
2506
|
+
}
|
|
2507
|
+
export declare namespace PutIntegrationResponseRequest {
|
|
2508
|
+
|
|
2509
|
+
const filterSensitiveLog: (obj: PutIntegrationResponseRequest) => any;
|
|
2510
|
+
}
|
|
2511
|
+
|
|
2512
|
+
export interface PutMethodRequest {
|
|
2513
|
+
|
|
2514
|
+
restApiId: string | undefined;
|
|
2515
|
+
|
|
2516
|
+
resourceId: string | undefined;
|
|
2517
|
+
|
|
2518
|
+
httpMethod: string | undefined;
|
|
2519
|
+
|
|
2520
|
+
authorizationType: string | undefined;
|
|
2521
|
+
|
|
2522
|
+
authorizerId?: string;
|
|
2523
|
+
|
|
2524
|
+
apiKeyRequired?: boolean;
|
|
2525
|
+
|
|
2526
|
+
operationName?: string;
|
|
2527
|
+
|
|
2528
|
+
requestParameters?: {
|
|
2529
|
+
[key: string]: boolean;
|
|
2530
|
+
};
|
|
2531
|
+
|
|
2532
|
+
requestModels?: {
|
|
2533
|
+
[key: string]: string;
|
|
2534
|
+
};
|
|
2535
|
+
|
|
2536
|
+
requestValidatorId?: string;
|
|
2537
|
+
|
|
2538
|
+
authorizationScopes?: string[];
|
|
2539
|
+
}
|
|
2540
|
+
export declare namespace PutMethodRequest {
|
|
2541
|
+
|
|
2542
|
+
const filterSensitiveLog: (obj: PutMethodRequest) => any;
|
|
2543
|
+
}
|
|
2544
|
+
|
|
2545
|
+
export interface PutMethodResponseRequest {
|
|
2546
|
+
|
|
2547
|
+
restApiId: string | undefined;
|
|
2548
|
+
|
|
2549
|
+
resourceId: string | undefined;
|
|
2550
|
+
|
|
2551
|
+
httpMethod: string | undefined;
|
|
2552
|
+
|
|
2553
|
+
statusCode: string | undefined;
|
|
2554
|
+
|
|
2555
|
+
responseParameters?: {
|
|
2556
|
+
[key: string]: boolean;
|
|
2557
|
+
};
|
|
2558
|
+
|
|
2559
|
+
responseModels?: {
|
|
2560
|
+
[key: string]: string;
|
|
2561
|
+
};
|
|
2562
|
+
}
|
|
2563
|
+
export declare namespace PutMethodResponseRequest {
|
|
2564
|
+
|
|
2565
|
+
const filterSensitiveLog: (obj: PutMethodResponseRequest) => any;
|
|
2566
|
+
}
|
|
2567
|
+
|
|
2568
|
+
export interface PutRestApiRequest {
|
|
2569
|
+
|
|
2570
|
+
restApiId: string | undefined;
|
|
2571
|
+
|
|
2572
|
+
mode?: PutMode | string;
|
|
2573
|
+
|
|
2574
|
+
failOnWarnings?: boolean;
|
|
2575
|
+
|
|
2576
|
+
parameters?: {
|
|
2577
|
+
[key: string]: string;
|
|
2578
|
+
};
|
|
2579
|
+
|
|
2580
|
+
body: Uint8Array | undefined;
|
|
2581
|
+
}
|
|
2582
|
+
export declare namespace PutRestApiRequest {
|
|
2583
|
+
|
|
2584
|
+
const filterSensitiveLog: (obj: PutRestApiRequest) => any;
|
|
2585
|
+
}
|
|
2586
|
+
|
|
2587
|
+
export interface TagResourceRequest {
|
|
2588
|
+
|
|
2589
|
+
resourceArn: string | undefined;
|
|
2590
|
+
|
|
2591
|
+
tags: {
|
|
2592
|
+
[key: string]: string;
|
|
2593
|
+
} | undefined;
|
|
2594
|
+
}
|
|
2595
|
+
export declare namespace TagResourceRequest {
|
|
2596
|
+
|
|
2597
|
+
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2598
|
+
}
|
|
2599
|
+
|
|
2600
|
+
export interface TestInvokeAuthorizerRequest {
|
|
2601
|
+
|
|
2602
|
+
restApiId: string | undefined;
|
|
2603
|
+
|
|
2604
|
+
authorizerId: string | undefined;
|
|
2605
|
+
|
|
2606
|
+
headers?: {
|
|
2607
|
+
[key: string]: string;
|
|
2608
|
+
};
|
|
2609
|
+
|
|
2610
|
+
multiValueHeaders?: {
|
|
2611
|
+
[key: string]: string[];
|
|
2612
|
+
};
|
|
2613
|
+
|
|
2614
|
+
pathWithQueryString?: string;
|
|
2615
|
+
|
|
2616
|
+
body?: string;
|
|
2617
|
+
|
|
2618
|
+
stageVariables?: {
|
|
2619
|
+
[key: string]: string;
|
|
2620
|
+
};
|
|
2621
|
+
|
|
2622
|
+
additionalContext?: {
|
|
2623
|
+
[key: string]: string;
|
|
2624
|
+
};
|
|
2625
|
+
}
|
|
2626
|
+
export declare namespace TestInvokeAuthorizerRequest {
|
|
2627
|
+
|
|
2628
|
+
const filterSensitiveLog: (obj: TestInvokeAuthorizerRequest) => any;
|
|
2629
|
+
}
|
|
2630
|
+
|
|
2631
|
+
export interface TestInvokeAuthorizerResponse {
|
|
2632
|
+
|
|
2633
|
+
clientStatus?: number;
|
|
2634
|
+
|
|
2635
|
+
log?: string;
|
|
2636
|
+
|
|
2637
|
+
latency?: number;
|
|
2638
|
+
|
|
2639
|
+
principalId?: string;
|
|
2640
|
+
|
|
2641
|
+
policy?: string;
|
|
2642
|
+
authorization?: {
|
|
2643
|
+
[key: string]: string[];
|
|
2644
|
+
};
|
|
2645
|
+
|
|
2646
|
+
claims?: {
|
|
2647
|
+
[key: string]: string;
|
|
2648
|
+
};
|
|
2649
|
+
}
|
|
2650
|
+
export declare namespace TestInvokeAuthorizerResponse {
|
|
2651
|
+
|
|
2652
|
+
const filterSensitiveLog: (obj: TestInvokeAuthorizerResponse) => any;
|
|
2653
|
+
}
|
|
2654
|
+
|
|
2655
|
+
export interface TestInvokeMethodRequest {
|
|
2656
|
+
|
|
2657
|
+
restApiId: string | undefined;
|
|
2658
|
+
|
|
2659
|
+
resourceId: string | undefined;
|
|
2660
|
+
|
|
2661
|
+
httpMethod: string | undefined;
|
|
2662
|
+
|
|
2663
|
+
pathWithQueryString?: string;
|
|
2664
|
+
|
|
2665
|
+
body?: string;
|
|
2666
|
+
|
|
2667
|
+
headers?: {
|
|
2668
|
+
[key: string]: string;
|
|
2669
|
+
};
|
|
2670
|
+
|
|
2671
|
+
multiValueHeaders?: {
|
|
2672
|
+
[key: string]: string[];
|
|
2673
|
+
};
|
|
2674
|
+
|
|
2675
|
+
clientCertificateId?: string;
|
|
2676
|
+
|
|
2677
|
+
stageVariables?: {
|
|
2678
|
+
[key: string]: string;
|
|
2679
|
+
};
|
|
2680
|
+
}
|
|
2681
|
+
export declare namespace TestInvokeMethodRequest {
|
|
2682
|
+
|
|
2683
|
+
const filterSensitiveLog: (obj: TestInvokeMethodRequest) => any;
|
|
2684
|
+
}
|
|
2685
|
+
|
|
2686
|
+
export interface TestInvokeMethodResponse {
|
|
2687
|
+
|
|
2688
|
+
status?: number;
|
|
2689
|
+
|
|
2690
|
+
body?: string;
|
|
2691
|
+
|
|
2692
|
+
headers?: {
|
|
2693
|
+
[key: string]: string;
|
|
2694
|
+
};
|
|
2695
|
+
|
|
2696
|
+
multiValueHeaders?: {
|
|
2697
|
+
[key: string]: string[];
|
|
2698
|
+
};
|
|
2699
|
+
|
|
2700
|
+
log?: string;
|
|
2701
|
+
|
|
2702
|
+
latency?: number;
|
|
2703
|
+
}
|
|
2704
|
+
export declare namespace TestInvokeMethodResponse {
|
|
2705
|
+
|
|
2706
|
+
const filterSensitiveLog: (obj: TestInvokeMethodResponse) => any;
|
|
2707
|
+
}
|
|
2708
|
+
|
|
2709
|
+
export interface UntagResourceRequest {
|
|
2710
|
+
|
|
2711
|
+
resourceArn: string | undefined;
|
|
2712
|
+
|
|
2713
|
+
tagKeys: string[] | undefined;
|
|
2714
|
+
}
|
|
2715
|
+
export declare namespace UntagResourceRequest {
|
|
2716
|
+
|
|
2717
|
+
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2718
|
+
}
|
|
2719
|
+
export declare type Op = "add" | "copy" | "move" | "remove" | "replace" | "test";
|
|
2720
|
+
|
|
2721
|
+
export interface PatchOperation {
|
|
2722
|
+
|
|
2723
|
+
op?: Op | string;
|
|
2724
|
+
|
|
2725
|
+
path?: string;
|
|
2726
|
+
|
|
2727
|
+
value?: string;
|
|
2728
|
+
|
|
2729
|
+
from?: string;
|
|
2730
|
+
}
|
|
2731
|
+
export declare namespace PatchOperation {
|
|
2732
|
+
|
|
2733
|
+
const filterSensitiveLog: (obj: PatchOperation) => any;
|
|
2734
|
+
}
|
|
2735
|
+
|
|
2736
|
+
export interface UpdateAccountRequest {
|
|
2737
|
+
|
|
2738
|
+
patchOperations?: PatchOperation[];
|
|
2739
|
+
}
|
|
2740
|
+
export declare namespace UpdateAccountRequest {
|
|
2741
|
+
|
|
2742
|
+
const filterSensitiveLog: (obj: UpdateAccountRequest) => any;
|
|
2743
|
+
}
|
|
2744
|
+
|
|
2745
|
+
export interface UpdateApiKeyRequest {
|
|
2746
|
+
|
|
2747
|
+
apiKey: string | undefined;
|
|
2748
|
+
|
|
2749
|
+
patchOperations?: PatchOperation[];
|
|
2750
|
+
}
|
|
2751
|
+
export declare namespace UpdateApiKeyRequest {
|
|
2752
|
+
|
|
2753
|
+
const filterSensitiveLog: (obj: UpdateApiKeyRequest) => any;
|
|
2754
|
+
}
|
|
2755
|
+
|
|
2756
|
+
export interface UpdateAuthorizerRequest {
|
|
2757
|
+
|
|
2758
|
+
restApiId: string | undefined;
|
|
2759
|
+
|
|
2760
|
+
authorizerId: string | undefined;
|
|
2761
|
+
|
|
2762
|
+
patchOperations?: PatchOperation[];
|
|
2763
|
+
}
|
|
2764
|
+
export declare namespace UpdateAuthorizerRequest {
|
|
2765
|
+
|
|
2766
|
+
const filterSensitiveLog: (obj: UpdateAuthorizerRequest) => any;
|
|
2767
|
+
}
|
|
2768
|
+
|
|
2769
|
+
export interface UpdateBasePathMappingRequest {
|
|
2770
|
+
|
|
2771
|
+
domainName: string | undefined;
|
|
2772
|
+
|
|
2773
|
+
basePath: string | undefined;
|
|
2774
|
+
|
|
2775
|
+
patchOperations?: PatchOperation[];
|
|
2776
|
+
}
|
|
2777
|
+
export declare namespace UpdateBasePathMappingRequest {
|
|
2778
|
+
|
|
2779
|
+
const filterSensitiveLog: (obj: UpdateBasePathMappingRequest) => any;
|
|
2780
|
+
}
|
|
2781
|
+
|
|
2782
|
+
export interface UpdateClientCertificateRequest {
|
|
2783
|
+
|
|
2784
|
+
clientCertificateId: string | undefined;
|
|
2785
|
+
|
|
2786
|
+
patchOperations?: PatchOperation[];
|
|
2787
|
+
}
|
|
2788
|
+
export declare namespace UpdateClientCertificateRequest {
|
|
2789
|
+
|
|
2790
|
+
const filterSensitiveLog: (obj: UpdateClientCertificateRequest) => any;
|
|
2791
|
+
}
|
|
2792
|
+
|
|
2793
|
+
export interface UpdateDeploymentRequest {
|
|
2794
|
+
|
|
2795
|
+
restApiId: string | undefined;
|
|
2796
|
+
|
|
2797
|
+
deploymentId: string | undefined;
|
|
2798
|
+
|
|
2799
|
+
patchOperations?: PatchOperation[];
|
|
2800
|
+
}
|
|
2801
|
+
export declare namespace UpdateDeploymentRequest {
|
|
2802
|
+
|
|
2803
|
+
const filterSensitiveLog: (obj: UpdateDeploymentRequest) => any;
|
|
2804
|
+
}
|
|
2805
|
+
|
|
2806
|
+
export interface UpdateDocumentationPartRequest {
|
|
2807
|
+
|
|
2808
|
+
restApiId: string | undefined;
|
|
2809
|
+
|
|
2810
|
+
documentationPartId: string | undefined;
|
|
2811
|
+
|
|
2812
|
+
patchOperations?: PatchOperation[];
|
|
2813
|
+
}
|
|
2814
|
+
export declare namespace UpdateDocumentationPartRequest {
|
|
2815
|
+
|
|
2816
|
+
const filterSensitiveLog: (obj: UpdateDocumentationPartRequest) => any;
|
|
2817
|
+
}
|
|
2818
|
+
|
|
2819
|
+
export interface UpdateDocumentationVersionRequest {
|
|
2820
|
+
|
|
2821
|
+
restApiId: string | undefined;
|
|
2822
|
+
|
|
2823
|
+
documentationVersion: string | undefined;
|
|
2824
|
+
|
|
2825
|
+
patchOperations?: PatchOperation[];
|
|
2826
|
+
}
|
|
2827
|
+
export declare namespace UpdateDocumentationVersionRequest {
|
|
2828
|
+
|
|
2829
|
+
const filterSensitiveLog: (obj: UpdateDocumentationVersionRequest) => any;
|
|
2830
|
+
}
|
|
2831
|
+
|
|
2832
|
+
export interface UpdateDomainNameRequest {
|
|
2833
|
+
|
|
2834
|
+
domainName: string | undefined;
|
|
2835
|
+
|
|
2836
|
+
patchOperations?: PatchOperation[];
|
|
2837
|
+
}
|
|
2838
|
+
export declare namespace UpdateDomainNameRequest {
|
|
2839
|
+
|
|
2840
|
+
const filterSensitiveLog: (obj: UpdateDomainNameRequest) => any;
|
|
2841
|
+
}
|
|
2842
|
+
|
|
2843
|
+
export interface UpdateGatewayResponseRequest {
|
|
2844
|
+
|
|
2845
|
+
restApiId: string | undefined;
|
|
2846
|
+
|
|
2847
|
+
responseType: GatewayResponseType | string | undefined;
|
|
2848
|
+
|
|
2849
|
+
patchOperations?: PatchOperation[];
|
|
2850
|
+
}
|
|
2851
|
+
export declare namespace UpdateGatewayResponseRequest {
|
|
2852
|
+
|
|
2853
|
+
const filterSensitiveLog: (obj: UpdateGatewayResponseRequest) => any;
|
|
2854
|
+
}
|
|
2855
|
+
|
|
2856
|
+
export interface UpdateIntegrationRequest {
|
|
2857
|
+
|
|
2858
|
+
restApiId: string | undefined;
|
|
2859
|
+
|
|
2860
|
+
resourceId: string | undefined;
|
|
2861
|
+
|
|
2862
|
+
httpMethod: string | undefined;
|
|
2863
|
+
|
|
2864
|
+
patchOperations?: PatchOperation[];
|
|
2865
|
+
}
|
|
2866
|
+
export declare namespace UpdateIntegrationRequest {
|
|
2867
|
+
|
|
2868
|
+
const filterSensitiveLog: (obj: UpdateIntegrationRequest) => any;
|
|
2869
|
+
}
|
|
2870
|
+
|
|
2871
|
+
export interface UpdateIntegrationResponseRequest {
|
|
2872
|
+
|
|
2873
|
+
restApiId: string | undefined;
|
|
2874
|
+
|
|
2875
|
+
resourceId: string | undefined;
|
|
2876
|
+
|
|
2877
|
+
httpMethod: string | undefined;
|
|
2878
|
+
|
|
2879
|
+
statusCode: string | undefined;
|
|
2880
|
+
|
|
2881
|
+
patchOperations?: PatchOperation[];
|
|
2882
|
+
}
|
|
2883
|
+
export declare namespace UpdateIntegrationResponseRequest {
|
|
2884
|
+
|
|
2885
|
+
const filterSensitiveLog: (obj: UpdateIntegrationResponseRequest) => any;
|
|
2886
|
+
}
|
|
2887
|
+
|
|
2888
|
+
export interface UpdateMethodRequest {
|
|
2889
|
+
|
|
2890
|
+
restApiId: string | undefined;
|
|
2891
|
+
|
|
2892
|
+
resourceId: string | undefined;
|
|
2893
|
+
|
|
2894
|
+
httpMethod: string | undefined;
|
|
2895
|
+
|
|
2896
|
+
patchOperations?: PatchOperation[];
|
|
2897
|
+
}
|
|
2898
|
+
export declare namespace UpdateMethodRequest {
|
|
2899
|
+
|
|
2900
|
+
const filterSensitiveLog: (obj: UpdateMethodRequest) => any;
|
|
2901
|
+
}
|
|
2902
|
+
|
|
2903
|
+
export interface UpdateMethodResponseRequest {
|
|
2904
|
+
|
|
2905
|
+
restApiId: string | undefined;
|
|
2906
|
+
|
|
2907
|
+
resourceId: string | undefined;
|
|
2908
|
+
|
|
2909
|
+
httpMethod: string | undefined;
|
|
2910
|
+
|
|
2911
|
+
statusCode: string | undefined;
|
|
2912
|
+
|
|
2913
|
+
patchOperations?: PatchOperation[];
|
|
2914
|
+
}
|
|
2915
|
+
export declare namespace UpdateMethodResponseRequest {
|
|
2916
|
+
|
|
2917
|
+
const filterSensitiveLog: (obj: UpdateMethodResponseRequest) => any;
|
|
2918
|
+
}
|
|
2919
|
+
|
|
2920
|
+
export interface UpdateModelRequest {
|
|
2921
|
+
|
|
2922
|
+
restApiId: string | undefined;
|
|
2923
|
+
|
|
2924
|
+
modelName: string | undefined;
|
|
2925
|
+
|
|
2926
|
+
patchOperations?: PatchOperation[];
|
|
2927
|
+
}
|
|
2928
|
+
export declare namespace UpdateModelRequest {
|
|
2929
|
+
|
|
2930
|
+
const filterSensitiveLog: (obj: UpdateModelRequest) => any;
|
|
2931
|
+
}
|
|
2932
|
+
|
|
2933
|
+
export interface UpdateRequestValidatorRequest {
|
|
2934
|
+
|
|
2935
|
+
restApiId: string | undefined;
|
|
2936
|
+
|
|
2937
|
+
requestValidatorId: string | undefined;
|
|
2938
|
+
|
|
2939
|
+
patchOperations?: PatchOperation[];
|
|
2940
|
+
}
|
|
2941
|
+
export declare namespace UpdateRequestValidatorRequest {
|
|
2942
|
+
|
|
2943
|
+
const filterSensitiveLog: (obj: UpdateRequestValidatorRequest) => any;
|
|
2944
|
+
}
|
|
2945
|
+
|
|
2946
|
+
export interface UpdateResourceRequest {
|
|
2947
|
+
|
|
2948
|
+
restApiId: string | undefined;
|
|
2949
|
+
|
|
2950
|
+
resourceId: string | undefined;
|
|
2951
|
+
|
|
2952
|
+
patchOperations?: PatchOperation[];
|
|
2953
|
+
}
|
|
2954
|
+
export declare namespace UpdateResourceRequest {
|
|
2955
|
+
|
|
2956
|
+
const filterSensitiveLog: (obj: UpdateResourceRequest) => any;
|
|
2957
|
+
}
|
|
2958
|
+
|
|
2959
|
+
export interface UpdateRestApiRequest {
|
|
2960
|
+
|
|
2961
|
+
restApiId: string | undefined;
|
|
2962
|
+
|
|
2963
|
+
patchOperations?: PatchOperation[];
|
|
2964
|
+
}
|
|
2965
|
+
export declare namespace UpdateRestApiRequest {
|
|
2966
|
+
|
|
2967
|
+
const filterSensitiveLog: (obj: UpdateRestApiRequest) => any;
|
|
2968
|
+
}
|
|
2969
|
+
|
|
2970
|
+
export interface UpdateStageRequest {
|
|
2971
|
+
|
|
2972
|
+
restApiId: string | undefined;
|
|
2973
|
+
|
|
2974
|
+
stageName: string | undefined;
|
|
2975
|
+
|
|
2976
|
+
patchOperations?: PatchOperation[];
|
|
2977
|
+
}
|
|
2978
|
+
export declare namespace UpdateStageRequest {
|
|
2979
|
+
|
|
2980
|
+
const filterSensitiveLog: (obj: UpdateStageRequest) => any;
|
|
2981
|
+
}
|
|
2982
|
+
|
|
2983
|
+
export interface UpdateUsageRequest {
|
|
2984
|
+
|
|
2985
|
+
usagePlanId: string | undefined;
|
|
2986
|
+
|
|
2987
|
+
keyId: string | undefined;
|
|
2988
|
+
|
|
2989
|
+
patchOperations?: PatchOperation[];
|
|
2990
|
+
}
|
|
2991
|
+
export declare namespace UpdateUsageRequest {
|
|
2992
|
+
|
|
2993
|
+
const filterSensitiveLog: (obj: UpdateUsageRequest) => any;
|
|
2994
|
+
}
|
|
2995
|
+
|
|
2996
|
+
export interface UpdateUsagePlanRequest {
|
|
2997
|
+
|
|
2998
|
+
usagePlanId: string | undefined;
|
|
2999
|
+
|
|
3000
|
+
patchOperations?: PatchOperation[];
|
|
3001
|
+
}
|
|
3002
|
+
export declare namespace UpdateUsagePlanRequest {
|
|
3003
|
+
|
|
3004
|
+
const filterSensitiveLog: (obj: UpdateUsagePlanRequest) => any;
|
|
3005
|
+
}
|
|
3006
|
+
|
|
3007
|
+
export interface UpdateVpcLinkRequest {
|
|
3008
|
+
|
|
3009
|
+
vpcLinkId: string | undefined;
|
|
3010
|
+
|
|
3011
|
+
patchOperations?: PatchOperation[];
|
|
3012
|
+
}
|
|
3013
|
+
export declare namespace UpdateVpcLinkRequest {
|
|
3014
|
+
|
|
3015
|
+
const filterSensitiveLog: (obj: UpdateVpcLinkRequest) => any;
|
|
3016
|
+
}
|