/** *

With Service Quotas, you can view and manage your quotas easily as your Amazon Web Services workloads grow. * Quotas, also referred to as limits, are the maximum number of resources that you can * create in your Amazon Web Services account. For more information, see the Service Quotas User Guide.

*

You need Amazon Web Services CLI version 2.13.20 or higher to view and manage resource-level quotas such as Instances * per domain for Amazon OpenSearch Service.

* * @packageDocumentation */ export * from "./ServiceQuotasClient"; export * from "./ServiceQuotas"; export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters"; export type { RuntimeExtension } from "./runtimeExtensions"; export type { ServiceQuotasExtensionConfiguration } from "./extensionConfiguration"; export * from "./commands"; export * from "./schemas/schemas_0"; export * from "./pagination"; export * from "./models/enums"; export * from "./models/errors"; export * from "./models/models_0"; export { ServiceQuotasServiceException } from "./models/ServiceQuotasServiceException";