import { HostHeaderInputConfig, HostHeaderResolvedConfig, UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/core/client"; import { DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client, } from "@smithy/core/client"; import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config"; import { EndpointInputConfig, EndpointResolvedConfig, } from "@smithy/core/endpoints"; import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols"; import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry"; import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, } from "@smithy/types"; import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig, } from "./auth/httpAuthSchemeProvider"; import { AssociateServiceQuotaTemplateCommandInput, AssociateServiceQuotaTemplateCommandOutput, } from "./commands/AssociateServiceQuotaTemplateCommand"; import { CreateSupportCaseCommandInput, CreateSupportCaseCommandOutput, } from "./commands/CreateSupportCaseCommand"; import { DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput, DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput, } from "./commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand"; import { DisassociateServiceQuotaTemplateCommandInput, DisassociateServiceQuotaTemplateCommandOutput, } from "./commands/DisassociateServiceQuotaTemplateCommand"; import { GetAssociationForServiceQuotaTemplateCommandInput, GetAssociationForServiceQuotaTemplateCommandOutput, } from "./commands/GetAssociationForServiceQuotaTemplateCommand"; import { GetAutoManagementConfigurationCommandInput, GetAutoManagementConfigurationCommandOutput, } from "./commands/GetAutoManagementConfigurationCommand"; import { GetAWSDefaultServiceQuotaCommandInput, GetAWSDefaultServiceQuotaCommandOutput, } from "./commands/GetAWSDefaultServiceQuotaCommand"; import { GetQuotaUtilizationReportCommandInput, GetQuotaUtilizationReportCommandOutput, } from "./commands/GetQuotaUtilizationReportCommand"; import { GetRequestedServiceQuotaChangeCommandInput, GetRequestedServiceQuotaChangeCommandOutput, } from "./commands/GetRequestedServiceQuotaChangeCommand"; import { GetServiceQuotaCommandInput, GetServiceQuotaCommandOutput, } from "./commands/GetServiceQuotaCommand"; import { GetServiceQuotaIncreaseRequestFromTemplateCommandInput, GetServiceQuotaIncreaseRequestFromTemplateCommandOutput, } from "./commands/GetServiceQuotaIncreaseRequestFromTemplateCommand"; import { ListAWSDefaultServiceQuotasCommandInput, ListAWSDefaultServiceQuotasCommandOutput, } from "./commands/ListAWSDefaultServiceQuotasCommand"; import { ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput, ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput, } from "./commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand"; import { ListRequestedServiceQuotaChangeHistoryCommandInput, ListRequestedServiceQuotaChangeHistoryCommandOutput, } from "./commands/ListRequestedServiceQuotaChangeHistoryCommand"; import { ListServiceQuotaIncreaseRequestsInTemplateCommandInput, ListServiceQuotaIncreaseRequestsInTemplateCommandOutput, } from "./commands/ListServiceQuotaIncreaseRequestsInTemplateCommand"; import { ListServiceQuotasCommandInput, ListServiceQuotasCommandOutput, } from "./commands/ListServiceQuotasCommand"; import { ListServicesCommandInput, ListServicesCommandOutput, } from "./commands/ListServicesCommand"; import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, } from "./commands/ListTagsForResourceCommand"; import { PutServiceQuotaIncreaseRequestIntoTemplateCommandInput, PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput, } from "./commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand"; import { RequestServiceQuotaIncreaseCommandInput, RequestServiceQuotaIncreaseCommandOutput, } from "./commands/RequestServiceQuotaIncreaseCommand"; import { StartAutoManagementCommandInput, StartAutoManagementCommandOutput, } from "./commands/StartAutoManagementCommand"; import { StartQuotaUtilizationReportCommandInput, StartQuotaUtilizationReportCommandOutput, } from "./commands/StartQuotaUtilizationReportCommand"; import { StopAutoManagementCommandInput, StopAutoManagementCommandOutput, } from "./commands/StopAutoManagementCommand"; import { TagResourceCommandInput, TagResourceCommandOutput, } from "./commands/TagResourceCommand"; import { UntagResourceCommandInput, UntagResourceCommandOutput, } from "./commands/UntagResourceCommand"; import { UpdateAutoManagementCommandInput, UpdateAutoManagementCommandOutput, } from "./commands/UpdateAutoManagementCommand"; import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters, } from "./endpoint/EndpointParameters"; import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions"; export { __Client }; export type ServiceInputTypes = | AssociateServiceQuotaTemplateCommandInput | CreateSupportCaseCommandInput | DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput | DisassociateServiceQuotaTemplateCommandInput | GetAWSDefaultServiceQuotaCommandInput | GetAssociationForServiceQuotaTemplateCommandInput | GetAutoManagementConfigurationCommandInput | GetQuotaUtilizationReportCommandInput | GetRequestedServiceQuotaChangeCommandInput | GetServiceQuotaCommandInput | GetServiceQuotaIncreaseRequestFromTemplateCommandInput | ListAWSDefaultServiceQuotasCommandInput | ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput | ListRequestedServiceQuotaChangeHistoryCommandInput | ListServiceQuotaIncreaseRequestsInTemplateCommandInput | ListServiceQuotasCommandInput | ListServicesCommandInput | ListTagsForResourceCommandInput | PutServiceQuotaIncreaseRequestIntoTemplateCommandInput | RequestServiceQuotaIncreaseCommandInput | StartAutoManagementCommandInput | StartQuotaUtilizationReportCommandInput | StopAutoManagementCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAutoManagementCommandInput; export type ServiceOutputTypes = | AssociateServiceQuotaTemplateCommandOutput | CreateSupportCaseCommandOutput | DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput | DisassociateServiceQuotaTemplateCommandOutput | GetAWSDefaultServiceQuotaCommandOutput | GetAssociationForServiceQuotaTemplateCommandOutput | GetAutoManagementConfigurationCommandOutput | GetQuotaUtilizationReportCommandOutput | GetRequestedServiceQuotaChangeCommandOutput | GetServiceQuotaCommandOutput | GetServiceQuotaIncreaseRequestFromTemplateCommandOutput | ListAWSDefaultServiceQuotasCommandOutput | ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput | ListRequestedServiceQuotaChangeHistoryCommandOutput | ListServiceQuotaIncreaseRequestsInTemplateCommandOutput | ListServiceQuotasCommandOutput | ListServicesCommandOutput | ListTagsForResourceCommandOutput | PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput | RequestServiceQuotaIncreaseCommandOutput | StartAutoManagementCommandOutput | StartQuotaUtilizationReportCommandOutput | StopAutoManagementCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAutoManagementCommandOutput; export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> { requestHandler?: __HttpHandlerUserInput; sha256?: __ChecksumConstructor | __HashConstructor; urlParser?: __UrlParser; bodyLengthChecker?: __BodyLengthCalculator; streamCollector?: __StreamCollector; base64Decoder?: __Decoder; base64Encoder?: __Encoder; utf8Decoder?: __Decoder; utf8Encoder?: __Encoder; runtime?: string; disableHostPrefix?: boolean; serviceId?: string; useDualstackEndpoint?: boolean | __Provider; useFipsEndpoint?: boolean | __Provider; region?: string | __Provider; profile?: string; defaultUserAgentProvider?: __Provider<__UserAgent>; credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider; maxAttempts?: number | __Provider; retryMode?: string | __Provider; logger?: __Logger; extensions?: RuntimeExtension[]; defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } export type ServiceQuotasClientConfigType = Partial< __SmithyConfiguration<__HttpHandlerOptions> > & ClientDefaults & UserAgentInputConfig & RetryInputConfig & RegionInputConfig & HostHeaderInputConfig & EndpointInputConfig & HttpAuthSchemeInputConfig & ClientInputEndpointParameters; export interface ServiceQuotasClientConfig extends ServiceQuotasClientConfigType {} export type ServiceQuotasClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RuntimeExtensionsConfig & UserAgentResolvedConfig & RetryResolvedConfig & RegionResolvedConfig & HostHeaderResolvedConfig & EndpointResolvedConfig & HttpAuthSchemeResolvedConfig & ClientResolvedEndpointParameters; export interface ServiceQuotasClientResolvedConfig extends ServiceQuotasClientResolvedConfigType {} export declare class ServiceQuotasClient extends __Client< __HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig > { readonly config: ServiceQuotasClientResolvedConfig; constructor( ...[configuration]: __CheckOptionalClientConfig ); destroy(): void; }