@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,901 @@
|
|
|
1
|
+
import { __assign } from "tslib";
|
|
2
|
+
export var AccessLogSettings;
|
|
3
|
+
(function (AccessLogSettings) {
|
|
4
|
+
AccessLogSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
5
|
+
})(AccessLogSettings || (AccessLogSettings = {}));
|
|
6
|
+
export var ThrottleSettings;
|
|
7
|
+
(function (ThrottleSettings) {
|
|
8
|
+
ThrottleSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
9
|
+
})(ThrottleSettings || (ThrottleSettings = {}));
|
|
10
|
+
export var Account;
|
|
11
|
+
(function (Account) {
|
|
12
|
+
Account.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
13
|
+
})(Account || (Account = {}));
|
|
14
|
+
export var ApiKey;
|
|
15
|
+
(function (ApiKey) {
|
|
16
|
+
ApiKey.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
17
|
+
})(ApiKey || (ApiKey = {}));
|
|
18
|
+
export var ApiKeyIds;
|
|
19
|
+
(function (ApiKeyIds) {
|
|
20
|
+
ApiKeyIds.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
21
|
+
})(ApiKeyIds || (ApiKeyIds = {}));
|
|
22
|
+
export var ApiKeys;
|
|
23
|
+
(function (ApiKeys) {
|
|
24
|
+
ApiKeys.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
25
|
+
})(ApiKeys || (ApiKeys = {}));
|
|
26
|
+
export var ApiKeysFormat;
|
|
27
|
+
(function (ApiKeysFormat) {
|
|
28
|
+
ApiKeysFormat["csv"] = "csv";
|
|
29
|
+
})(ApiKeysFormat || (ApiKeysFormat = {}));
|
|
30
|
+
export var ApiKeySourceType;
|
|
31
|
+
(function (ApiKeySourceType) {
|
|
32
|
+
ApiKeySourceType["AUTHORIZER"] = "AUTHORIZER";
|
|
33
|
+
ApiKeySourceType["HEADER"] = "HEADER";
|
|
34
|
+
})(ApiKeySourceType || (ApiKeySourceType = {}));
|
|
35
|
+
export var ApiStage;
|
|
36
|
+
(function (ApiStage) {
|
|
37
|
+
ApiStage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
38
|
+
})(ApiStage || (ApiStage = {}));
|
|
39
|
+
export var AuthorizerType;
|
|
40
|
+
(function (AuthorizerType) {
|
|
41
|
+
AuthorizerType["COGNITO_USER_POOLS"] = "COGNITO_USER_POOLS";
|
|
42
|
+
AuthorizerType["REQUEST"] = "REQUEST";
|
|
43
|
+
AuthorizerType["TOKEN"] = "TOKEN";
|
|
44
|
+
})(AuthorizerType || (AuthorizerType = {}));
|
|
45
|
+
export var Authorizer;
|
|
46
|
+
(function (Authorizer) {
|
|
47
|
+
Authorizer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
48
|
+
})(Authorizer || (Authorizer = {}));
|
|
49
|
+
export var Authorizers;
|
|
50
|
+
(function (Authorizers) {
|
|
51
|
+
Authorizers.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
52
|
+
})(Authorizers || (Authorizers = {}));
|
|
53
|
+
export var BadRequestException;
|
|
54
|
+
(function (BadRequestException) {
|
|
55
|
+
BadRequestException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
56
|
+
})(BadRequestException || (BadRequestException = {}));
|
|
57
|
+
export var ConflictException;
|
|
58
|
+
(function (ConflictException) {
|
|
59
|
+
ConflictException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
60
|
+
})(ConflictException || (ConflictException = {}));
|
|
61
|
+
export var StageKey;
|
|
62
|
+
(function (StageKey) {
|
|
63
|
+
StageKey.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
64
|
+
})(StageKey || (StageKey = {}));
|
|
65
|
+
export var CreateApiKeyRequest;
|
|
66
|
+
(function (CreateApiKeyRequest) {
|
|
67
|
+
CreateApiKeyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
68
|
+
})(CreateApiKeyRequest || (CreateApiKeyRequest = {}));
|
|
69
|
+
export var LimitExceededException;
|
|
70
|
+
(function (LimitExceededException) {
|
|
71
|
+
LimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
72
|
+
})(LimitExceededException || (LimitExceededException = {}));
|
|
73
|
+
export var NotFoundException;
|
|
74
|
+
(function (NotFoundException) {
|
|
75
|
+
NotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
76
|
+
})(NotFoundException || (NotFoundException = {}));
|
|
77
|
+
export var TooManyRequestsException;
|
|
78
|
+
(function (TooManyRequestsException) {
|
|
79
|
+
TooManyRequestsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
80
|
+
})(TooManyRequestsException || (TooManyRequestsException = {}));
|
|
81
|
+
export var UnauthorizedException;
|
|
82
|
+
(function (UnauthorizedException) {
|
|
83
|
+
UnauthorizedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
84
|
+
})(UnauthorizedException || (UnauthorizedException = {}));
|
|
85
|
+
export var CreateAuthorizerRequest;
|
|
86
|
+
(function (CreateAuthorizerRequest) {
|
|
87
|
+
CreateAuthorizerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
88
|
+
})(CreateAuthorizerRequest || (CreateAuthorizerRequest = {}));
|
|
89
|
+
export var BasePathMapping;
|
|
90
|
+
(function (BasePathMapping) {
|
|
91
|
+
BasePathMapping.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
92
|
+
})(BasePathMapping || (BasePathMapping = {}));
|
|
93
|
+
export var CreateBasePathMappingRequest;
|
|
94
|
+
(function (CreateBasePathMappingRequest) {
|
|
95
|
+
CreateBasePathMappingRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
96
|
+
})(CreateBasePathMappingRequest || (CreateBasePathMappingRequest = {}));
|
|
97
|
+
export var CacheClusterSize;
|
|
98
|
+
(function (CacheClusterSize) {
|
|
99
|
+
CacheClusterSize["SIZE_0_POINT_5_GB"] = "0.5";
|
|
100
|
+
CacheClusterSize["SIZE_118_GB"] = "118";
|
|
101
|
+
CacheClusterSize["SIZE_13_POINT_5_GB"] = "13.5";
|
|
102
|
+
CacheClusterSize["SIZE_1_POINT_6_GB"] = "1.6";
|
|
103
|
+
CacheClusterSize["SIZE_237_GB"] = "237";
|
|
104
|
+
CacheClusterSize["SIZE_28_POINT_4_GB"] = "28.4";
|
|
105
|
+
CacheClusterSize["SIZE_58_POINT_2_GB"] = "58.2";
|
|
106
|
+
CacheClusterSize["SIZE_6_POINT_1_GB"] = "6.1";
|
|
107
|
+
})(CacheClusterSize || (CacheClusterSize = {}));
|
|
108
|
+
export var DeploymentCanarySettings;
|
|
109
|
+
(function (DeploymentCanarySettings) {
|
|
110
|
+
DeploymentCanarySettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
111
|
+
})(DeploymentCanarySettings || (DeploymentCanarySettings = {}));
|
|
112
|
+
export var CreateDeploymentRequest;
|
|
113
|
+
(function (CreateDeploymentRequest) {
|
|
114
|
+
CreateDeploymentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
115
|
+
})(CreateDeploymentRequest || (CreateDeploymentRequest = {}));
|
|
116
|
+
export var MethodSnapshot;
|
|
117
|
+
(function (MethodSnapshot) {
|
|
118
|
+
MethodSnapshot.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
119
|
+
})(MethodSnapshot || (MethodSnapshot = {}));
|
|
120
|
+
export var Deployment;
|
|
121
|
+
(function (Deployment) {
|
|
122
|
+
Deployment.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
123
|
+
})(Deployment || (Deployment = {}));
|
|
124
|
+
export var ServiceUnavailableException;
|
|
125
|
+
(function (ServiceUnavailableException) {
|
|
126
|
+
ServiceUnavailableException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
127
|
+
})(ServiceUnavailableException || (ServiceUnavailableException = {}));
|
|
128
|
+
export var DocumentationPartType;
|
|
129
|
+
(function (DocumentationPartType) {
|
|
130
|
+
DocumentationPartType["API"] = "API";
|
|
131
|
+
DocumentationPartType["AUTHORIZER"] = "AUTHORIZER";
|
|
132
|
+
DocumentationPartType["METHOD"] = "METHOD";
|
|
133
|
+
DocumentationPartType["MODEL"] = "MODEL";
|
|
134
|
+
DocumentationPartType["PATH_PARAMETER"] = "PATH_PARAMETER";
|
|
135
|
+
DocumentationPartType["QUERY_PARAMETER"] = "QUERY_PARAMETER";
|
|
136
|
+
DocumentationPartType["REQUEST_BODY"] = "REQUEST_BODY";
|
|
137
|
+
DocumentationPartType["REQUEST_HEADER"] = "REQUEST_HEADER";
|
|
138
|
+
DocumentationPartType["RESOURCE"] = "RESOURCE";
|
|
139
|
+
DocumentationPartType["RESPONSE"] = "RESPONSE";
|
|
140
|
+
DocumentationPartType["RESPONSE_BODY"] = "RESPONSE_BODY";
|
|
141
|
+
DocumentationPartType["RESPONSE_HEADER"] = "RESPONSE_HEADER";
|
|
142
|
+
})(DocumentationPartType || (DocumentationPartType = {}));
|
|
143
|
+
export var DocumentationPartLocation;
|
|
144
|
+
(function (DocumentationPartLocation) {
|
|
145
|
+
DocumentationPartLocation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
146
|
+
})(DocumentationPartLocation || (DocumentationPartLocation = {}));
|
|
147
|
+
export var CreateDocumentationPartRequest;
|
|
148
|
+
(function (CreateDocumentationPartRequest) {
|
|
149
|
+
CreateDocumentationPartRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
150
|
+
})(CreateDocumentationPartRequest || (CreateDocumentationPartRequest = {}));
|
|
151
|
+
export var DocumentationPart;
|
|
152
|
+
(function (DocumentationPart) {
|
|
153
|
+
DocumentationPart.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
154
|
+
})(DocumentationPart || (DocumentationPart = {}));
|
|
155
|
+
export var CreateDocumentationVersionRequest;
|
|
156
|
+
(function (CreateDocumentationVersionRequest) {
|
|
157
|
+
CreateDocumentationVersionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
158
|
+
})(CreateDocumentationVersionRequest || (CreateDocumentationVersionRequest = {}));
|
|
159
|
+
export var DocumentationVersion;
|
|
160
|
+
(function (DocumentationVersion) {
|
|
161
|
+
DocumentationVersion.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
162
|
+
})(DocumentationVersion || (DocumentationVersion = {}));
|
|
163
|
+
export var EndpointConfiguration;
|
|
164
|
+
(function (EndpointConfiguration) {
|
|
165
|
+
EndpointConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
166
|
+
})(EndpointConfiguration || (EndpointConfiguration = {}));
|
|
167
|
+
export var MutualTlsAuthenticationInput;
|
|
168
|
+
(function (MutualTlsAuthenticationInput) {
|
|
169
|
+
MutualTlsAuthenticationInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
170
|
+
})(MutualTlsAuthenticationInput || (MutualTlsAuthenticationInput = {}));
|
|
171
|
+
export var CreateDomainNameRequest;
|
|
172
|
+
(function (CreateDomainNameRequest) {
|
|
173
|
+
CreateDomainNameRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
174
|
+
})(CreateDomainNameRequest || (CreateDomainNameRequest = {}));
|
|
175
|
+
export var DomainNameStatus;
|
|
176
|
+
(function (DomainNameStatus) {
|
|
177
|
+
DomainNameStatus["AVAILABLE"] = "AVAILABLE";
|
|
178
|
+
DomainNameStatus["PENDING"] = "PENDING";
|
|
179
|
+
DomainNameStatus["PENDING_CERTIFICATE_REIMPORT"] = "PENDING_CERTIFICATE_REIMPORT";
|
|
180
|
+
DomainNameStatus["PENDING_OWNERSHIP_VERIFICATION"] = "PENDING_OWNERSHIP_VERIFICATION";
|
|
181
|
+
DomainNameStatus["UPDATING"] = "UPDATING";
|
|
182
|
+
})(DomainNameStatus || (DomainNameStatus = {}));
|
|
183
|
+
export var MutualTlsAuthentication;
|
|
184
|
+
(function (MutualTlsAuthentication) {
|
|
185
|
+
MutualTlsAuthentication.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
186
|
+
})(MutualTlsAuthentication || (MutualTlsAuthentication = {}));
|
|
187
|
+
export var DomainName;
|
|
188
|
+
(function (DomainName) {
|
|
189
|
+
DomainName.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
190
|
+
})(DomainName || (DomainName = {}));
|
|
191
|
+
export var CreateModelRequest;
|
|
192
|
+
(function (CreateModelRequest) {
|
|
193
|
+
CreateModelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
194
|
+
})(CreateModelRequest || (CreateModelRequest = {}));
|
|
195
|
+
export var Model;
|
|
196
|
+
(function (Model) {
|
|
197
|
+
Model.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
198
|
+
})(Model || (Model = {}));
|
|
199
|
+
export var CreateRequestValidatorRequest;
|
|
200
|
+
(function (CreateRequestValidatorRequest) {
|
|
201
|
+
CreateRequestValidatorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
202
|
+
})(CreateRequestValidatorRequest || (CreateRequestValidatorRequest = {}));
|
|
203
|
+
export var RequestValidator;
|
|
204
|
+
(function (RequestValidator) {
|
|
205
|
+
RequestValidator.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
206
|
+
})(RequestValidator || (RequestValidator = {}));
|
|
207
|
+
export var CreateResourceRequest;
|
|
208
|
+
(function (CreateResourceRequest) {
|
|
209
|
+
CreateResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
210
|
+
})(CreateResourceRequest || (CreateResourceRequest = {}));
|
|
211
|
+
export var ConnectionType;
|
|
212
|
+
(function (ConnectionType) {
|
|
213
|
+
ConnectionType["INTERNET"] = "INTERNET";
|
|
214
|
+
ConnectionType["VPC_LINK"] = "VPC_LINK";
|
|
215
|
+
})(ConnectionType || (ConnectionType = {}));
|
|
216
|
+
export var ContentHandlingStrategy;
|
|
217
|
+
(function (ContentHandlingStrategy) {
|
|
218
|
+
ContentHandlingStrategy["CONVERT_TO_BINARY"] = "CONVERT_TO_BINARY";
|
|
219
|
+
ContentHandlingStrategy["CONVERT_TO_TEXT"] = "CONVERT_TO_TEXT";
|
|
220
|
+
})(ContentHandlingStrategy || (ContentHandlingStrategy = {}));
|
|
221
|
+
export var IntegrationResponse;
|
|
222
|
+
(function (IntegrationResponse) {
|
|
223
|
+
IntegrationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
224
|
+
})(IntegrationResponse || (IntegrationResponse = {}));
|
|
225
|
+
export var TlsConfig;
|
|
226
|
+
(function (TlsConfig) {
|
|
227
|
+
TlsConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
228
|
+
})(TlsConfig || (TlsConfig = {}));
|
|
229
|
+
export var IntegrationType;
|
|
230
|
+
(function (IntegrationType) {
|
|
231
|
+
IntegrationType["AWS"] = "AWS";
|
|
232
|
+
IntegrationType["AWS_PROXY"] = "AWS_PROXY";
|
|
233
|
+
IntegrationType["HTTP"] = "HTTP";
|
|
234
|
+
IntegrationType["HTTP_PROXY"] = "HTTP_PROXY";
|
|
235
|
+
IntegrationType["MOCK"] = "MOCK";
|
|
236
|
+
})(IntegrationType || (IntegrationType = {}));
|
|
237
|
+
export var Integration;
|
|
238
|
+
(function (Integration) {
|
|
239
|
+
Integration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
240
|
+
})(Integration || (Integration = {}));
|
|
241
|
+
export var MethodResponse;
|
|
242
|
+
(function (MethodResponse) {
|
|
243
|
+
MethodResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
244
|
+
})(MethodResponse || (MethodResponse = {}));
|
|
245
|
+
export var Method;
|
|
246
|
+
(function (Method) {
|
|
247
|
+
Method.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
248
|
+
})(Method || (Method = {}));
|
|
249
|
+
export var Resource;
|
|
250
|
+
(function (Resource) {
|
|
251
|
+
Resource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
252
|
+
})(Resource || (Resource = {}));
|
|
253
|
+
export var CreateRestApiRequest;
|
|
254
|
+
(function (CreateRestApiRequest) {
|
|
255
|
+
CreateRestApiRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
256
|
+
})(CreateRestApiRequest || (CreateRestApiRequest = {}));
|
|
257
|
+
export var RestApi;
|
|
258
|
+
(function (RestApi) {
|
|
259
|
+
RestApi.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
260
|
+
})(RestApi || (RestApi = {}));
|
|
261
|
+
export var CanarySettings;
|
|
262
|
+
(function (CanarySettings) {
|
|
263
|
+
CanarySettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
264
|
+
})(CanarySettings || (CanarySettings = {}));
|
|
265
|
+
export var CreateStageRequest;
|
|
266
|
+
(function (CreateStageRequest) {
|
|
267
|
+
CreateStageRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
268
|
+
})(CreateStageRequest || (CreateStageRequest = {}));
|
|
269
|
+
export var CacheClusterStatus;
|
|
270
|
+
(function (CacheClusterStatus) {
|
|
271
|
+
CacheClusterStatus["AVAILABLE"] = "AVAILABLE";
|
|
272
|
+
CacheClusterStatus["CREATE_IN_PROGRESS"] = "CREATE_IN_PROGRESS";
|
|
273
|
+
CacheClusterStatus["DELETE_IN_PROGRESS"] = "DELETE_IN_PROGRESS";
|
|
274
|
+
CacheClusterStatus["FLUSH_IN_PROGRESS"] = "FLUSH_IN_PROGRESS";
|
|
275
|
+
CacheClusterStatus["NOT_AVAILABLE"] = "NOT_AVAILABLE";
|
|
276
|
+
})(CacheClusterStatus || (CacheClusterStatus = {}));
|
|
277
|
+
export var UnauthorizedCacheControlHeaderStrategy;
|
|
278
|
+
(function (UnauthorizedCacheControlHeaderStrategy) {
|
|
279
|
+
UnauthorizedCacheControlHeaderStrategy["FAIL_WITH_403"] = "FAIL_WITH_403";
|
|
280
|
+
UnauthorizedCacheControlHeaderStrategy["SUCCEED_WITHOUT_RESPONSE_HEADER"] = "SUCCEED_WITHOUT_RESPONSE_HEADER";
|
|
281
|
+
UnauthorizedCacheControlHeaderStrategy["SUCCEED_WITH_RESPONSE_HEADER"] = "SUCCEED_WITH_RESPONSE_HEADER";
|
|
282
|
+
})(UnauthorizedCacheControlHeaderStrategy || (UnauthorizedCacheControlHeaderStrategy = {}));
|
|
283
|
+
export var MethodSetting;
|
|
284
|
+
(function (MethodSetting) {
|
|
285
|
+
MethodSetting.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
286
|
+
})(MethodSetting || (MethodSetting = {}));
|
|
287
|
+
export var Stage;
|
|
288
|
+
(function (Stage) {
|
|
289
|
+
Stage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
290
|
+
})(Stage || (Stage = {}));
|
|
291
|
+
export var QuotaPeriodType;
|
|
292
|
+
(function (QuotaPeriodType) {
|
|
293
|
+
QuotaPeriodType["DAY"] = "DAY";
|
|
294
|
+
QuotaPeriodType["MONTH"] = "MONTH";
|
|
295
|
+
QuotaPeriodType["WEEK"] = "WEEK";
|
|
296
|
+
})(QuotaPeriodType || (QuotaPeriodType = {}));
|
|
297
|
+
export var QuotaSettings;
|
|
298
|
+
(function (QuotaSettings) {
|
|
299
|
+
QuotaSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
300
|
+
})(QuotaSettings || (QuotaSettings = {}));
|
|
301
|
+
export var CreateUsagePlanRequest;
|
|
302
|
+
(function (CreateUsagePlanRequest) {
|
|
303
|
+
CreateUsagePlanRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
304
|
+
})(CreateUsagePlanRequest || (CreateUsagePlanRequest = {}));
|
|
305
|
+
export var UsagePlan;
|
|
306
|
+
(function (UsagePlan) {
|
|
307
|
+
UsagePlan.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
308
|
+
})(UsagePlan || (UsagePlan = {}));
|
|
309
|
+
export var CreateUsagePlanKeyRequest;
|
|
310
|
+
(function (CreateUsagePlanKeyRequest) {
|
|
311
|
+
CreateUsagePlanKeyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
312
|
+
})(CreateUsagePlanKeyRequest || (CreateUsagePlanKeyRequest = {}));
|
|
313
|
+
export var UsagePlanKey;
|
|
314
|
+
(function (UsagePlanKey) {
|
|
315
|
+
UsagePlanKey.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
316
|
+
})(UsagePlanKey || (UsagePlanKey = {}));
|
|
317
|
+
export var CreateVpcLinkRequest;
|
|
318
|
+
(function (CreateVpcLinkRequest) {
|
|
319
|
+
CreateVpcLinkRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
320
|
+
})(CreateVpcLinkRequest || (CreateVpcLinkRequest = {}));
|
|
321
|
+
export var VpcLinkStatus;
|
|
322
|
+
(function (VpcLinkStatus) {
|
|
323
|
+
VpcLinkStatus["AVAILABLE"] = "AVAILABLE";
|
|
324
|
+
VpcLinkStatus["DELETING"] = "DELETING";
|
|
325
|
+
VpcLinkStatus["FAILED"] = "FAILED";
|
|
326
|
+
VpcLinkStatus["PENDING"] = "PENDING";
|
|
327
|
+
})(VpcLinkStatus || (VpcLinkStatus = {}));
|
|
328
|
+
export var VpcLink;
|
|
329
|
+
(function (VpcLink) {
|
|
330
|
+
VpcLink.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
331
|
+
})(VpcLink || (VpcLink = {}));
|
|
332
|
+
export var DeleteApiKeyRequest;
|
|
333
|
+
(function (DeleteApiKeyRequest) {
|
|
334
|
+
DeleteApiKeyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
335
|
+
})(DeleteApiKeyRequest || (DeleteApiKeyRequest = {}));
|
|
336
|
+
export var DeleteAuthorizerRequest;
|
|
337
|
+
(function (DeleteAuthorizerRequest) {
|
|
338
|
+
DeleteAuthorizerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
339
|
+
})(DeleteAuthorizerRequest || (DeleteAuthorizerRequest = {}));
|
|
340
|
+
export var DeleteBasePathMappingRequest;
|
|
341
|
+
(function (DeleteBasePathMappingRequest) {
|
|
342
|
+
DeleteBasePathMappingRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
343
|
+
})(DeleteBasePathMappingRequest || (DeleteBasePathMappingRequest = {}));
|
|
344
|
+
export var DeleteClientCertificateRequest;
|
|
345
|
+
(function (DeleteClientCertificateRequest) {
|
|
346
|
+
DeleteClientCertificateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
347
|
+
})(DeleteClientCertificateRequest || (DeleteClientCertificateRequest = {}));
|
|
348
|
+
export var DeleteDeploymentRequest;
|
|
349
|
+
(function (DeleteDeploymentRequest) {
|
|
350
|
+
DeleteDeploymentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
351
|
+
})(DeleteDeploymentRequest || (DeleteDeploymentRequest = {}));
|
|
352
|
+
export var DeleteDocumentationPartRequest;
|
|
353
|
+
(function (DeleteDocumentationPartRequest) {
|
|
354
|
+
DeleteDocumentationPartRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
355
|
+
})(DeleteDocumentationPartRequest || (DeleteDocumentationPartRequest = {}));
|
|
356
|
+
export var DeleteDocumentationVersionRequest;
|
|
357
|
+
(function (DeleteDocumentationVersionRequest) {
|
|
358
|
+
DeleteDocumentationVersionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
359
|
+
})(DeleteDocumentationVersionRequest || (DeleteDocumentationVersionRequest = {}));
|
|
360
|
+
export var DeleteDomainNameRequest;
|
|
361
|
+
(function (DeleteDomainNameRequest) {
|
|
362
|
+
DeleteDomainNameRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
363
|
+
})(DeleteDomainNameRequest || (DeleteDomainNameRequest = {}));
|
|
364
|
+
export var GatewayResponseType;
|
|
365
|
+
(function (GatewayResponseType) {
|
|
366
|
+
GatewayResponseType["ACCESS_DENIED"] = "ACCESS_DENIED";
|
|
367
|
+
GatewayResponseType["API_CONFIGURATION_ERROR"] = "API_CONFIGURATION_ERROR";
|
|
368
|
+
GatewayResponseType["AUTHORIZER_CONFIGURATION_ERROR"] = "AUTHORIZER_CONFIGURATION_ERROR";
|
|
369
|
+
GatewayResponseType["AUTHORIZER_FAILURE"] = "AUTHORIZER_FAILURE";
|
|
370
|
+
GatewayResponseType["BAD_REQUEST_BODY"] = "BAD_REQUEST_BODY";
|
|
371
|
+
GatewayResponseType["BAD_REQUEST_PARAMETERS"] = "BAD_REQUEST_PARAMETERS";
|
|
372
|
+
GatewayResponseType["DEFAULT_4XX"] = "DEFAULT_4XX";
|
|
373
|
+
GatewayResponseType["DEFAULT_5XX"] = "DEFAULT_5XX";
|
|
374
|
+
GatewayResponseType["EXPIRED_TOKEN"] = "EXPIRED_TOKEN";
|
|
375
|
+
GatewayResponseType["INTEGRATION_FAILURE"] = "INTEGRATION_FAILURE";
|
|
376
|
+
GatewayResponseType["INTEGRATION_TIMEOUT"] = "INTEGRATION_TIMEOUT";
|
|
377
|
+
GatewayResponseType["INVALID_API_KEY"] = "INVALID_API_KEY";
|
|
378
|
+
GatewayResponseType["INVALID_SIGNATURE"] = "INVALID_SIGNATURE";
|
|
379
|
+
GatewayResponseType["MISSING_AUTHENTICATION_TOKEN"] = "MISSING_AUTHENTICATION_TOKEN";
|
|
380
|
+
GatewayResponseType["QUOTA_EXCEEDED"] = "QUOTA_EXCEEDED";
|
|
381
|
+
GatewayResponseType["REQUEST_TOO_LARGE"] = "REQUEST_TOO_LARGE";
|
|
382
|
+
GatewayResponseType["RESOURCE_NOT_FOUND"] = "RESOURCE_NOT_FOUND";
|
|
383
|
+
GatewayResponseType["THROTTLED"] = "THROTTLED";
|
|
384
|
+
GatewayResponseType["UNAUTHORIZED"] = "UNAUTHORIZED";
|
|
385
|
+
GatewayResponseType["UNSUPPORTED_MEDIA_TYPE"] = "UNSUPPORTED_MEDIA_TYPE";
|
|
386
|
+
GatewayResponseType["WAF_FILTERED"] = "WAF_FILTERED";
|
|
387
|
+
})(GatewayResponseType || (GatewayResponseType = {}));
|
|
388
|
+
export var DeleteGatewayResponseRequest;
|
|
389
|
+
(function (DeleteGatewayResponseRequest) {
|
|
390
|
+
DeleteGatewayResponseRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
391
|
+
})(DeleteGatewayResponseRequest || (DeleteGatewayResponseRequest = {}));
|
|
392
|
+
export var DeleteIntegrationRequest;
|
|
393
|
+
(function (DeleteIntegrationRequest) {
|
|
394
|
+
DeleteIntegrationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
395
|
+
})(DeleteIntegrationRequest || (DeleteIntegrationRequest = {}));
|
|
396
|
+
export var DeleteIntegrationResponseRequest;
|
|
397
|
+
(function (DeleteIntegrationResponseRequest) {
|
|
398
|
+
DeleteIntegrationResponseRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
399
|
+
})(DeleteIntegrationResponseRequest || (DeleteIntegrationResponseRequest = {}));
|
|
400
|
+
export var DeleteMethodRequest;
|
|
401
|
+
(function (DeleteMethodRequest) {
|
|
402
|
+
DeleteMethodRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
403
|
+
})(DeleteMethodRequest || (DeleteMethodRequest = {}));
|
|
404
|
+
export var DeleteMethodResponseRequest;
|
|
405
|
+
(function (DeleteMethodResponseRequest) {
|
|
406
|
+
DeleteMethodResponseRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
407
|
+
})(DeleteMethodResponseRequest || (DeleteMethodResponseRequest = {}));
|
|
408
|
+
export var DeleteModelRequest;
|
|
409
|
+
(function (DeleteModelRequest) {
|
|
410
|
+
DeleteModelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
411
|
+
})(DeleteModelRequest || (DeleteModelRequest = {}));
|
|
412
|
+
export var DeleteRequestValidatorRequest;
|
|
413
|
+
(function (DeleteRequestValidatorRequest) {
|
|
414
|
+
DeleteRequestValidatorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
415
|
+
})(DeleteRequestValidatorRequest || (DeleteRequestValidatorRequest = {}));
|
|
416
|
+
export var DeleteResourceRequest;
|
|
417
|
+
(function (DeleteResourceRequest) {
|
|
418
|
+
DeleteResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
419
|
+
})(DeleteResourceRequest || (DeleteResourceRequest = {}));
|
|
420
|
+
export var DeleteRestApiRequest;
|
|
421
|
+
(function (DeleteRestApiRequest) {
|
|
422
|
+
DeleteRestApiRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
423
|
+
})(DeleteRestApiRequest || (DeleteRestApiRequest = {}));
|
|
424
|
+
export var DeleteStageRequest;
|
|
425
|
+
(function (DeleteStageRequest) {
|
|
426
|
+
DeleteStageRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
427
|
+
})(DeleteStageRequest || (DeleteStageRequest = {}));
|
|
428
|
+
export var DeleteUsagePlanRequest;
|
|
429
|
+
(function (DeleteUsagePlanRequest) {
|
|
430
|
+
DeleteUsagePlanRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
431
|
+
})(DeleteUsagePlanRequest || (DeleteUsagePlanRequest = {}));
|
|
432
|
+
export var DeleteUsagePlanKeyRequest;
|
|
433
|
+
(function (DeleteUsagePlanKeyRequest) {
|
|
434
|
+
DeleteUsagePlanKeyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
435
|
+
})(DeleteUsagePlanKeyRequest || (DeleteUsagePlanKeyRequest = {}));
|
|
436
|
+
export var DeleteVpcLinkRequest;
|
|
437
|
+
(function (DeleteVpcLinkRequest) {
|
|
438
|
+
DeleteVpcLinkRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
439
|
+
})(DeleteVpcLinkRequest || (DeleteVpcLinkRequest = {}));
|
|
440
|
+
export var FlushStageAuthorizersCacheRequest;
|
|
441
|
+
(function (FlushStageAuthorizersCacheRequest) {
|
|
442
|
+
FlushStageAuthorizersCacheRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
443
|
+
})(FlushStageAuthorizersCacheRequest || (FlushStageAuthorizersCacheRequest = {}));
|
|
444
|
+
export var FlushStageCacheRequest;
|
|
445
|
+
(function (FlushStageCacheRequest) {
|
|
446
|
+
FlushStageCacheRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
447
|
+
})(FlushStageCacheRequest || (FlushStageCacheRequest = {}));
|
|
448
|
+
export var ClientCertificate;
|
|
449
|
+
(function (ClientCertificate) {
|
|
450
|
+
ClientCertificate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
451
|
+
})(ClientCertificate || (ClientCertificate = {}));
|
|
452
|
+
export var GenerateClientCertificateRequest;
|
|
453
|
+
(function (GenerateClientCertificateRequest) {
|
|
454
|
+
GenerateClientCertificateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
455
|
+
})(GenerateClientCertificateRequest || (GenerateClientCertificateRequest = {}));
|
|
456
|
+
export var GetAccountRequest;
|
|
457
|
+
(function (GetAccountRequest) {
|
|
458
|
+
GetAccountRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
459
|
+
})(GetAccountRequest || (GetAccountRequest = {}));
|
|
460
|
+
export var GetApiKeyRequest;
|
|
461
|
+
(function (GetApiKeyRequest) {
|
|
462
|
+
GetApiKeyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
463
|
+
})(GetApiKeyRequest || (GetApiKeyRequest = {}));
|
|
464
|
+
export var GetApiKeysRequest;
|
|
465
|
+
(function (GetApiKeysRequest) {
|
|
466
|
+
GetApiKeysRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
467
|
+
})(GetApiKeysRequest || (GetApiKeysRequest = {}));
|
|
468
|
+
export var GetAuthorizerRequest;
|
|
469
|
+
(function (GetAuthorizerRequest) {
|
|
470
|
+
GetAuthorizerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
471
|
+
})(GetAuthorizerRequest || (GetAuthorizerRequest = {}));
|
|
472
|
+
export var GetAuthorizersRequest;
|
|
473
|
+
(function (GetAuthorizersRequest) {
|
|
474
|
+
GetAuthorizersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
475
|
+
})(GetAuthorizersRequest || (GetAuthorizersRequest = {}));
|
|
476
|
+
export var GetBasePathMappingRequest;
|
|
477
|
+
(function (GetBasePathMappingRequest) {
|
|
478
|
+
GetBasePathMappingRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
479
|
+
})(GetBasePathMappingRequest || (GetBasePathMappingRequest = {}));
|
|
480
|
+
export var BasePathMappings;
|
|
481
|
+
(function (BasePathMappings) {
|
|
482
|
+
BasePathMappings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
483
|
+
})(BasePathMappings || (BasePathMappings = {}));
|
|
484
|
+
export var GetBasePathMappingsRequest;
|
|
485
|
+
(function (GetBasePathMappingsRequest) {
|
|
486
|
+
GetBasePathMappingsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
487
|
+
})(GetBasePathMappingsRequest || (GetBasePathMappingsRequest = {}));
|
|
488
|
+
export var GetClientCertificateRequest;
|
|
489
|
+
(function (GetClientCertificateRequest) {
|
|
490
|
+
GetClientCertificateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
491
|
+
})(GetClientCertificateRequest || (GetClientCertificateRequest = {}));
|
|
492
|
+
export var ClientCertificates;
|
|
493
|
+
(function (ClientCertificates) {
|
|
494
|
+
ClientCertificates.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
495
|
+
})(ClientCertificates || (ClientCertificates = {}));
|
|
496
|
+
export var GetClientCertificatesRequest;
|
|
497
|
+
(function (GetClientCertificatesRequest) {
|
|
498
|
+
GetClientCertificatesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
499
|
+
})(GetClientCertificatesRequest || (GetClientCertificatesRequest = {}));
|
|
500
|
+
export var GetDeploymentRequest;
|
|
501
|
+
(function (GetDeploymentRequest) {
|
|
502
|
+
GetDeploymentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
503
|
+
})(GetDeploymentRequest || (GetDeploymentRequest = {}));
|
|
504
|
+
export var Deployments;
|
|
505
|
+
(function (Deployments) {
|
|
506
|
+
Deployments.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
507
|
+
})(Deployments || (Deployments = {}));
|
|
508
|
+
export var GetDeploymentsRequest;
|
|
509
|
+
(function (GetDeploymentsRequest) {
|
|
510
|
+
GetDeploymentsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
511
|
+
})(GetDeploymentsRequest || (GetDeploymentsRequest = {}));
|
|
512
|
+
export var GetDocumentationPartRequest;
|
|
513
|
+
(function (GetDocumentationPartRequest) {
|
|
514
|
+
GetDocumentationPartRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
515
|
+
})(GetDocumentationPartRequest || (GetDocumentationPartRequest = {}));
|
|
516
|
+
export var DocumentationParts;
|
|
517
|
+
(function (DocumentationParts) {
|
|
518
|
+
DocumentationParts.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
519
|
+
})(DocumentationParts || (DocumentationParts = {}));
|
|
520
|
+
export var LocationStatusType;
|
|
521
|
+
(function (LocationStatusType) {
|
|
522
|
+
LocationStatusType["DOCUMENTED"] = "DOCUMENTED";
|
|
523
|
+
LocationStatusType["UNDOCUMENTED"] = "UNDOCUMENTED";
|
|
524
|
+
})(LocationStatusType || (LocationStatusType = {}));
|
|
525
|
+
export var GetDocumentationPartsRequest;
|
|
526
|
+
(function (GetDocumentationPartsRequest) {
|
|
527
|
+
GetDocumentationPartsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
528
|
+
})(GetDocumentationPartsRequest || (GetDocumentationPartsRequest = {}));
|
|
529
|
+
export var GetDocumentationVersionRequest;
|
|
530
|
+
(function (GetDocumentationVersionRequest) {
|
|
531
|
+
GetDocumentationVersionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
532
|
+
})(GetDocumentationVersionRequest || (GetDocumentationVersionRequest = {}));
|
|
533
|
+
export var DocumentationVersions;
|
|
534
|
+
(function (DocumentationVersions) {
|
|
535
|
+
DocumentationVersions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
536
|
+
})(DocumentationVersions || (DocumentationVersions = {}));
|
|
537
|
+
export var GetDocumentationVersionsRequest;
|
|
538
|
+
(function (GetDocumentationVersionsRequest) {
|
|
539
|
+
GetDocumentationVersionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
540
|
+
})(GetDocumentationVersionsRequest || (GetDocumentationVersionsRequest = {}));
|
|
541
|
+
export var GetDomainNameRequest;
|
|
542
|
+
(function (GetDomainNameRequest) {
|
|
543
|
+
GetDomainNameRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
544
|
+
})(GetDomainNameRequest || (GetDomainNameRequest = {}));
|
|
545
|
+
export var DomainNames;
|
|
546
|
+
(function (DomainNames) {
|
|
547
|
+
DomainNames.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
548
|
+
})(DomainNames || (DomainNames = {}));
|
|
549
|
+
export var GetDomainNamesRequest;
|
|
550
|
+
(function (GetDomainNamesRequest) {
|
|
551
|
+
GetDomainNamesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
552
|
+
})(GetDomainNamesRequest || (GetDomainNamesRequest = {}));
|
|
553
|
+
export var ExportResponse;
|
|
554
|
+
(function (ExportResponse) {
|
|
555
|
+
ExportResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
556
|
+
})(ExportResponse || (ExportResponse = {}));
|
|
557
|
+
export var GetExportRequest;
|
|
558
|
+
(function (GetExportRequest) {
|
|
559
|
+
GetExportRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
560
|
+
})(GetExportRequest || (GetExportRequest = {}));
|
|
561
|
+
export var GatewayResponse;
|
|
562
|
+
(function (GatewayResponse) {
|
|
563
|
+
GatewayResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
564
|
+
})(GatewayResponse || (GatewayResponse = {}));
|
|
565
|
+
export var GetGatewayResponseRequest;
|
|
566
|
+
(function (GetGatewayResponseRequest) {
|
|
567
|
+
GetGatewayResponseRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
568
|
+
})(GetGatewayResponseRequest || (GetGatewayResponseRequest = {}));
|
|
569
|
+
export var GatewayResponses;
|
|
570
|
+
(function (GatewayResponses) {
|
|
571
|
+
GatewayResponses.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
572
|
+
})(GatewayResponses || (GatewayResponses = {}));
|
|
573
|
+
export var GetGatewayResponsesRequest;
|
|
574
|
+
(function (GetGatewayResponsesRequest) {
|
|
575
|
+
GetGatewayResponsesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
576
|
+
})(GetGatewayResponsesRequest || (GetGatewayResponsesRequest = {}));
|
|
577
|
+
export var GetIntegrationRequest;
|
|
578
|
+
(function (GetIntegrationRequest) {
|
|
579
|
+
GetIntegrationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
580
|
+
})(GetIntegrationRequest || (GetIntegrationRequest = {}));
|
|
581
|
+
export var GetIntegrationResponseRequest;
|
|
582
|
+
(function (GetIntegrationResponseRequest) {
|
|
583
|
+
GetIntegrationResponseRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
584
|
+
})(GetIntegrationResponseRequest || (GetIntegrationResponseRequest = {}));
|
|
585
|
+
export var GetMethodRequest;
|
|
586
|
+
(function (GetMethodRequest) {
|
|
587
|
+
GetMethodRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
588
|
+
})(GetMethodRequest || (GetMethodRequest = {}));
|
|
589
|
+
export var GetMethodResponseRequest;
|
|
590
|
+
(function (GetMethodResponseRequest) {
|
|
591
|
+
GetMethodResponseRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
592
|
+
})(GetMethodResponseRequest || (GetMethodResponseRequest = {}));
|
|
593
|
+
export var GetModelRequest;
|
|
594
|
+
(function (GetModelRequest) {
|
|
595
|
+
GetModelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
596
|
+
})(GetModelRequest || (GetModelRequest = {}));
|
|
597
|
+
export var GetModelsRequest;
|
|
598
|
+
(function (GetModelsRequest) {
|
|
599
|
+
GetModelsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
600
|
+
})(GetModelsRequest || (GetModelsRequest = {}));
|
|
601
|
+
export var Models;
|
|
602
|
+
(function (Models) {
|
|
603
|
+
Models.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
604
|
+
})(Models || (Models = {}));
|
|
605
|
+
export var GetModelTemplateRequest;
|
|
606
|
+
(function (GetModelTemplateRequest) {
|
|
607
|
+
GetModelTemplateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
608
|
+
})(GetModelTemplateRequest || (GetModelTemplateRequest = {}));
|
|
609
|
+
export var Template;
|
|
610
|
+
(function (Template) {
|
|
611
|
+
Template.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
612
|
+
})(Template || (Template = {}));
|
|
613
|
+
export var GetRequestValidatorRequest;
|
|
614
|
+
(function (GetRequestValidatorRequest) {
|
|
615
|
+
GetRequestValidatorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
616
|
+
})(GetRequestValidatorRequest || (GetRequestValidatorRequest = {}));
|
|
617
|
+
export var GetRequestValidatorsRequest;
|
|
618
|
+
(function (GetRequestValidatorsRequest) {
|
|
619
|
+
GetRequestValidatorsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
620
|
+
})(GetRequestValidatorsRequest || (GetRequestValidatorsRequest = {}));
|
|
621
|
+
export var RequestValidators;
|
|
622
|
+
(function (RequestValidators) {
|
|
623
|
+
RequestValidators.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
624
|
+
})(RequestValidators || (RequestValidators = {}));
|
|
625
|
+
export var GetResourceRequest;
|
|
626
|
+
(function (GetResourceRequest) {
|
|
627
|
+
GetResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
628
|
+
})(GetResourceRequest || (GetResourceRequest = {}));
|
|
629
|
+
export var GetResourcesRequest;
|
|
630
|
+
(function (GetResourcesRequest) {
|
|
631
|
+
GetResourcesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
632
|
+
})(GetResourcesRequest || (GetResourcesRequest = {}));
|
|
633
|
+
export var Resources;
|
|
634
|
+
(function (Resources) {
|
|
635
|
+
Resources.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
636
|
+
})(Resources || (Resources = {}));
|
|
637
|
+
export var GetRestApiRequest;
|
|
638
|
+
(function (GetRestApiRequest) {
|
|
639
|
+
GetRestApiRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
640
|
+
})(GetRestApiRequest || (GetRestApiRequest = {}));
|
|
641
|
+
export var GetRestApisRequest;
|
|
642
|
+
(function (GetRestApisRequest) {
|
|
643
|
+
GetRestApisRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
644
|
+
})(GetRestApisRequest || (GetRestApisRequest = {}));
|
|
645
|
+
export var RestApis;
|
|
646
|
+
(function (RestApis) {
|
|
647
|
+
RestApis.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
648
|
+
})(RestApis || (RestApis = {}));
|
|
649
|
+
export var GetSdkRequest;
|
|
650
|
+
(function (GetSdkRequest) {
|
|
651
|
+
GetSdkRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
652
|
+
})(GetSdkRequest || (GetSdkRequest = {}));
|
|
653
|
+
export var SdkResponse;
|
|
654
|
+
(function (SdkResponse) {
|
|
655
|
+
SdkResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
656
|
+
})(SdkResponse || (SdkResponse = {}));
|
|
657
|
+
export var GetSdkTypeRequest;
|
|
658
|
+
(function (GetSdkTypeRequest) {
|
|
659
|
+
GetSdkTypeRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
660
|
+
})(GetSdkTypeRequest || (GetSdkTypeRequest = {}));
|
|
661
|
+
export var SdkConfigurationProperty;
|
|
662
|
+
(function (SdkConfigurationProperty) {
|
|
663
|
+
SdkConfigurationProperty.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
664
|
+
})(SdkConfigurationProperty || (SdkConfigurationProperty = {}));
|
|
665
|
+
export var SdkType;
|
|
666
|
+
(function (SdkType) {
|
|
667
|
+
SdkType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
668
|
+
})(SdkType || (SdkType = {}));
|
|
669
|
+
export var GetSdkTypesRequest;
|
|
670
|
+
(function (GetSdkTypesRequest) {
|
|
671
|
+
GetSdkTypesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
672
|
+
})(GetSdkTypesRequest || (GetSdkTypesRequest = {}));
|
|
673
|
+
export var SdkTypes;
|
|
674
|
+
(function (SdkTypes) {
|
|
675
|
+
SdkTypes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
676
|
+
})(SdkTypes || (SdkTypes = {}));
|
|
677
|
+
export var GetStageRequest;
|
|
678
|
+
(function (GetStageRequest) {
|
|
679
|
+
GetStageRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
680
|
+
})(GetStageRequest || (GetStageRequest = {}));
|
|
681
|
+
export var GetStagesRequest;
|
|
682
|
+
(function (GetStagesRequest) {
|
|
683
|
+
GetStagesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
684
|
+
})(GetStagesRequest || (GetStagesRequest = {}));
|
|
685
|
+
export var Stages;
|
|
686
|
+
(function (Stages) {
|
|
687
|
+
Stages.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
688
|
+
})(Stages || (Stages = {}));
|
|
689
|
+
export var GetTagsRequest;
|
|
690
|
+
(function (GetTagsRequest) {
|
|
691
|
+
GetTagsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
692
|
+
})(GetTagsRequest || (GetTagsRequest = {}));
|
|
693
|
+
export var Tags;
|
|
694
|
+
(function (Tags) {
|
|
695
|
+
Tags.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
696
|
+
})(Tags || (Tags = {}));
|
|
697
|
+
export var GetUsageRequest;
|
|
698
|
+
(function (GetUsageRequest) {
|
|
699
|
+
GetUsageRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
700
|
+
})(GetUsageRequest || (GetUsageRequest = {}));
|
|
701
|
+
export var Usage;
|
|
702
|
+
(function (Usage) {
|
|
703
|
+
Usage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
704
|
+
})(Usage || (Usage = {}));
|
|
705
|
+
export var GetUsagePlanRequest;
|
|
706
|
+
(function (GetUsagePlanRequest) {
|
|
707
|
+
GetUsagePlanRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
708
|
+
})(GetUsagePlanRequest || (GetUsagePlanRequest = {}));
|
|
709
|
+
export var GetUsagePlanKeyRequest;
|
|
710
|
+
(function (GetUsagePlanKeyRequest) {
|
|
711
|
+
GetUsagePlanKeyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
712
|
+
})(GetUsagePlanKeyRequest || (GetUsagePlanKeyRequest = {}));
|
|
713
|
+
export var GetUsagePlanKeysRequest;
|
|
714
|
+
(function (GetUsagePlanKeysRequest) {
|
|
715
|
+
GetUsagePlanKeysRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
716
|
+
})(GetUsagePlanKeysRequest || (GetUsagePlanKeysRequest = {}));
|
|
717
|
+
export var UsagePlanKeys;
|
|
718
|
+
(function (UsagePlanKeys) {
|
|
719
|
+
UsagePlanKeys.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
720
|
+
})(UsagePlanKeys || (UsagePlanKeys = {}));
|
|
721
|
+
export var GetUsagePlansRequest;
|
|
722
|
+
(function (GetUsagePlansRequest) {
|
|
723
|
+
GetUsagePlansRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
724
|
+
})(GetUsagePlansRequest || (GetUsagePlansRequest = {}));
|
|
725
|
+
export var UsagePlans;
|
|
726
|
+
(function (UsagePlans) {
|
|
727
|
+
UsagePlans.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
728
|
+
})(UsagePlans || (UsagePlans = {}));
|
|
729
|
+
export var GetVpcLinkRequest;
|
|
730
|
+
(function (GetVpcLinkRequest) {
|
|
731
|
+
GetVpcLinkRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
732
|
+
})(GetVpcLinkRequest || (GetVpcLinkRequest = {}));
|
|
733
|
+
export var GetVpcLinksRequest;
|
|
734
|
+
(function (GetVpcLinksRequest) {
|
|
735
|
+
GetVpcLinksRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
736
|
+
})(GetVpcLinksRequest || (GetVpcLinksRequest = {}));
|
|
737
|
+
export var VpcLinks;
|
|
738
|
+
(function (VpcLinks) {
|
|
739
|
+
VpcLinks.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
740
|
+
})(VpcLinks || (VpcLinks = {}));
|
|
741
|
+
export var ImportApiKeysRequest;
|
|
742
|
+
(function (ImportApiKeysRequest) {
|
|
743
|
+
ImportApiKeysRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
744
|
+
})(ImportApiKeysRequest || (ImportApiKeysRequest = {}));
|
|
745
|
+
export var DocumentationPartIds;
|
|
746
|
+
(function (DocumentationPartIds) {
|
|
747
|
+
DocumentationPartIds.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
748
|
+
})(DocumentationPartIds || (DocumentationPartIds = {}));
|
|
749
|
+
export var PutMode;
|
|
750
|
+
(function (PutMode) {
|
|
751
|
+
PutMode["Merge"] = "merge";
|
|
752
|
+
PutMode["Overwrite"] = "overwrite";
|
|
753
|
+
})(PutMode || (PutMode = {}));
|
|
754
|
+
export var ImportDocumentationPartsRequest;
|
|
755
|
+
(function (ImportDocumentationPartsRequest) {
|
|
756
|
+
ImportDocumentationPartsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
757
|
+
})(ImportDocumentationPartsRequest || (ImportDocumentationPartsRequest = {}));
|
|
758
|
+
export var ImportRestApiRequest;
|
|
759
|
+
(function (ImportRestApiRequest) {
|
|
760
|
+
ImportRestApiRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
761
|
+
})(ImportRestApiRequest || (ImportRestApiRequest = {}));
|
|
762
|
+
export var PutGatewayResponseRequest;
|
|
763
|
+
(function (PutGatewayResponseRequest) {
|
|
764
|
+
PutGatewayResponseRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
765
|
+
})(PutGatewayResponseRequest || (PutGatewayResponseRequest = {}));
|
|
766
|
+
export var PutIntegrationRequest;
|
|
767
|
+
(function (PutIntegrationRequest) {
|
|
768
|
+
PutIntegrationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
769
|
+
})(PutIntegrationRequest || (PutIntegrationRequest = {}));
|
|
770
|
+
export var PutIntegrationResponseRequest;
|
|
771
|
+
(function (PutIntegrationResponseRequest) {
|
|
772
|
+
PutIntegrationResponseRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
773
|
+
})(PutIntegrationResponseRequest || (PutIntegrationResponseRequest = {}));
|
|
774
|
+
export var PutMethodRequest;
|
|
775
|
+
(function (PutMethodRequest) {
|
|
776
|
+
PutMethodRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
777
|
+
})(PutMethodRequest || (PutMethodRequest = {}));
|
|
778
|
+
export var PutMethodResponseRequest;
|
|
779
|
+
(function (PutMethodResponseRequest) {
|
|
780
|
+
PutMethodResponseRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
781
|
+
})(PutMethodResponseRequest || (PutMethodResponseRequest = {}));
|
|
782
|
+
export var PutRestApiRequest;
|
|
783
|
+
(function (PutRestApiRequest) {
|
|
784
|
+
PutRestApiRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
785
|
+
})(PutRestApiRequest || (PutRestApiRequest = {}));
|
|
786
|
+
export var TagResourceRequest;
|
|
787
|
+
(function (TagResourceRequest) {
|
|
788
|
+
TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
789
|
+
})(TagResourceRequest || (TagResourceRequest = {}));
|
|
790
|
+
export var TestInvokeAuthorizerRequest;
|
|
791
|
+
(function (TestInvokeAuthorizerRequest) {
|
|
792
|
+
TestInvokeAuthorizerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
793
|
+
})(TestInvokeAuthorizerRequest || (TestInvokeAuthorizerRequest = {}));
|
|
794
|
+
export var TestInvokeAuthorizerResponse;
|
|
795
|
+
(function (TestInvokeAuthorizerResponse) {
|
|
796
|
+
TestInvokeAuthorizerResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
797
|
+
})(TestInvokeAuthorizerResponse || (TestInvokeAuthorizerResponse = {}));
|
|
798
|
+
export var TestInvokeMethodRequest;
|
|
799
|
+
(function (TestInvokeMethodRequest) {
|
|
800
|
+
TestInvokeMethodRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
801
|
+
})(TestInvokeMethodRequest || (TestInvokeMethodRequest = {}));
|
|
802
|
+
export var TestInvokeMethodResponse;
|
|
803
|
+
(function (TestInvokeMethodResponse) {
|
|
804
|
+
TestInvokeMethodResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
805
|
+
})(TestInvokeMethodResponse || (TestInvokeMethodResponse = {}));
|
|
806
|
+
export var UntagResourceRequest;
|
|
807
|
+
(function (UntagResourceRequest) {
|
|
808
|
+
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
809
|
+
})(UntagResourceRequest || (UntagResourceRequest = {}));
|
|
810
|
+
export var PatchOperation;
|
|
811
|
+
(function (PatchOperation) {
|
|
812
|
+
PatchOperation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
813
|
+
})(PatchOperation || (PatchOperation = {}));
|
|
814
|
+
export var UpdateAccountRequest;
|
|
815
|
+
(function (UpdateAccountRequest) {
|
|
816
|
+
UpdateAccountRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
817
|
+
})(UpdateAccountRequest || (UpdateAccountRequest = {}));
|
|
818
|
+
export var UpdateApiKeyRequest;
|
|
819
|
+
(function (UpdateApiKeyRequest) {
|
|
820
|
+
UpdateApiKeyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
821
|
+
})(UpdateApiKeyRequest || (UpdateApiKeyRequest = {}));
|
|
822
|
+
export var UpdateAuthorizerRequest;
|
|
823
|
+
(function (UpdateAuthorizerRequest) {
|
|
824
|
+
UpdateAuthorizerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
825
|
+
})(UpdateAuthorizerRequest || (UpdateAuthorizerRequest = {}));
|
|
826
|
+
export var UpdateBasePathMappingRequest;
|
|
827
|
+
(function (UpdateBasePathMappingRequest) {
|
|
828
|
+
UpdateBasePathMappingRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
829
|
+
})(UpdateBasePathMappingRequest || (UpdateBasePathMappingRequest = {}));
|
|
830
|
+
export var UpdateClientCertificateRequest;
|
|
831
|
+
(function (UpdateClientCertificateRequest) {
|
|
832
|
+
UpdateClientCertificateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
833
|
+
})(UpdateClientCertificateRequest || (UpdateClientCertificateRequest = {}));
|
|
834
|
+
export var UpdateDeploymentRequest;
|
|
835
|
+
(function (UpdateDeploymentRequest) {
|
|
836
|
+
UpdateDeploymentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
837
|
+
})(UpdateDeploymentRequest || (UpdateDeploymentRequest = {}));
|
|
838
|
+
export var UpdateDocumentationPartRequest;
|
|
839
|
+
(function (UpdateDocumentationPartRequest) {
|
|
840
|
+
UpdateDocumentationPartRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
841
|
+
})(UpdateDocumentationPartRequest || (UpdateDocumentationPartRequest = {}));
|
|
842
|
+
export var UpdateDocumentationVersionRequest;
|
|
843
|
+
(function (UpdateDocumentationVersionRequest) {
|
|
844
|
+
UpdateDocumentationVersionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
845
|
+
})(UpdateDocumentationVersionRequest || (UpdateDocumentationVersionRequest = {}));
|
|
846
|
+
export var UpdateDomainNameRequest;
|
|
847
|
+
(function (UpdateDomainNameRequest) {
|
|
848
|
+
UpdateDomainNameRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
849
|
+
})(UpdateDomainNameRequest || (UpdateDomainNameRequest = {}));
|
|
850
|
+
export var UpdateGatewayResponseRequest;
|
|
851
|
+
(function (UpdateGatewayResponseRequest) {
|
|
852
|
+
UpdateGatewayResponseRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
853
|
+
})(UpdateGatewayResponseRequest || (UpdateGatewayResponseRequest = {}));
|
|
854
|
+
export var UpdateIntegrationRequest;
|
|
855
|
+
(function (UpdateIntegrationRequest) {
|
|
856
|
+
UpdateIntegrationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
857
|
+
})(UpdateIntegrationRequest || (UpdateIntegrationRequest = {}));
|
|
858
|
+
export var UpdateIntegrationResponseRequest;
|
|
859
|
+
(function (UpdateIntegrationResponseRequest) {
|
|
860
|
+
UpdateIntegrationResponseRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
861
|
+
})(UpdateIntegrationResponseRequest || (UpdateIntegrationResponseRequest = {}));
|
|
862
|
+
export var UpdateMethodRequest;
|
|
863
|
+
(function (UpdateMethodRequest) {
|
|
864
|
+
UpdateMethodRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
865
|
+
})(UpdateMethodRequest || (UpdateMethodRequest = {}));
|
|
866
|
+
export var UpdateMethodResponseRequest;
|
|
867
|
+
(function (UpdateMethodResponseRequest) {
|
|
868
|
+
UpdateMethodResponseRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
869
|
+
})(UpdateMethodResponseRequest || (UpdateMethodResponseRequest = {}));
|
|
870
|
+
export var UpdateModelRequest;
|
|
871
|
+
(function (UpdateModelRequest) {
|
|
872
|
+
UpdateModelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
873
|
+
})(UpdateModelRequest || (UpdateModelRequest = {}));
|
|
874
|
+
export var UpdateRequestValidatorRequest;
|
|
875
|
+
(function (UpdateRequestValidatorRequest) {
|
|
876
|
+
UpdateRequestValidatorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
877
|
+
})(UpdateRequestValidatorRequest || (UpdateRequestValidatorRequest = {}));
|
|
878
|
+
export var UpdateResourceRequest;
|
|
879
|
+
(function (UpdateResourceRequest) {
|
|
880
|
+
UpdateResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
881
|
+
})(UpdateResourceRequest || (UpdateResourceRequest = {}));
|
|
882
|
+
export var UpdateRestApiRequest;
|
|
883
|
+
(function (UpdateRestApiRequest) {
|
|
884
|
+
UpdateRestApiRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
885
|
+
})(UpdateRestApiRequest || (UpdateRestApiRequest = {}));
|
|
886
|
+
export var UpdateStageRequest;
|
|
887
|
+
(function (UpdateStageRequest) {
|
|
888
|
+
UpdateStageRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
889
|
+
})(UpdateStageRequest || (UpdateStageRequest = {}));
|
|
890
|
+
export var UpdateUsageRequest;
|
|
891
|
+
(function (UpdateUsageRequest) {
|
|
892
|
+
UpdateUsageRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
893
|
+
})(UpdateUsageRequest || (UpdateUsageRequest = {}));
|
|
894
|
+
export var UpdateUsagePlanRequest;
|
|
895
|
+
(function (UpdateUsagePlanRequest) {
|
|
896
|
+
UpdateUsagePlanRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
897
|
+
})(UpdateUsagePlanRequest || (UpdateUsagePlanRequest = {}));
|
|
898
|
+
export var UpdateVpcLinkRequest;
|
|
899
|
+
(function (UpdateVpcLinkRequest) {
|
|
900
|
+
UpdateVpcLinkRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
901
|
+
})(UpdateVpcLinkRequest || (UpdateVpcLinkRequest = {}));
|