ServiceQuotasClient

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 .

Installation

NPM
npm install @aws-sdk/client-service-quotas
Yarn
yarn add @aws-sdk/client-service-quotas
pnpm
pnpm add @aws-sdk/client-service-quotas

ServiceQuotasClient Operations

Command
Summary
AssociateServiceQuotaTemplateCommand

Associates your quota request template with your organization. When a new Amazon Web Services account is created in your organization, the quota increase requests in the template are automatically applied to the account. You can add a quota increase request for any adjustable quota to your template.

DeleteServiceQuotaIncreaseRequestFromTemplateCommand

Deletes the quota increase request for the specified quota from your quota request template.

DisassociateServiceQuotaTemplateCommand

Disables your quota request template. After a template is disabled, the quota increase requests in the template are not applied to new Amazon Web Services accounts in your organization. Disabling a quota request template does not apply its quota increase requests.

GetAWSDefaultServiceQuotaCommand

Retrieves the default value for the specified quota. The default value does not reflect any quota increases.

GetAssociationForServiceQuotaTemplateCommand

Retrieves the status of the association for the quota request template.

GetRequestedServiceQuotaChangeCommand

Retrieves information about the specified quota increase request.

GetServiceQuotaCommand

Retrieves the applied quota value for the specified quota. For some quotas, only the default values are available. If the applied quota value is not available for a quota, the quota is not retrieved.

GetServiceQuotaIncreaseRequestFromTemplateCommand

Retrieves information about the specified quota increase request in your quota request template.

ListAWSDefaultServiceQuotasCommand

Lists the default values for the quotas for the specified Amazon Web Service. A default value does not reflect any quota increases.

ListRequestedServiceQuotaChangeHistoryByQuotaCommand

Retrieves the quota increase requests for the specified quota.

ListRequestedServiceQuotaChangeHistoryCommand

Retrieves the quota increase requests for the specified Amazon Web Service.

ListServiceQuotaIncreaseRequestsInTemplateCommand

Lists the quota increase requests in the specified quota request template.

ListServiceQuotasCommand

Lists the applied quota values for the specified Amazon Web Service. For some quotas, only the default values are available. If the applied quota value is not available for a quota, the quota is not retrieved.

ListServicesCommand

Lists the names and codes for the Amazon Web Services integrated with Service Quotas.

ListTagsForResourceCommand

Returns a list of the tags assigned to the specified applied quota.

PutServiceQuotaIncreaseRequestIntoTemplateCommand

Adds a quota increase request to your quota request template.

RequestServiceQuotaIncreaseCommand

Submits a quota increase request for the specified quota.

TagResourceCommand

Adds tags to the specified applied quota. You can include one or more tags to add to the quota.

UntagResourceCommand

Removes tags from the specified applied quota. You can specify one or more tags to remove.

ServiceQuotasClient Configuration

Parameter
Type
Description
defaultsMode
Optional
DefaultsMode | Provider<DefaultsMode>
The @smithy/smithy-client#DefaultsMode that will be used to determine how certain default configuration options are resolved in the SDK.
disableHostPrefix
Optional
boolean
Disable dynamically changing the endpoint of the client based on the hostPrefix trait of an operation.
extensions
Optional
RuntimeExtension[]
Optional extensions
logger
Optional
Logger
Optional logger for logging debug/info/warn/error.
maxAttempts
Optional
number | Provider<number>
Value for how many times a request will be made at most in case of retry.
profile
Optional
string
Setting a client profile is similar to setting a value for the AWS_PROFILE environment variable. Setting a profile on a client in code only affects the single client instance, unlike AWS_PROFILE.When set, and only for environments where an AWS configuration file exists, fields configurable by this file will be retrieved from the specified profile within that file. Conflicting code configuration and environment variables will still have higher priority.For client credential resolution that involves checking the AWS configuration file, the client's profile (this value) will be used unless a different profile is set in the credential provider options.
region
Optional
string | Provider<string>
The AWS region to which this client will send requests
requestHandler
Optional
__HttpHandlerUserInput
The HTTP handler to use or its constructor options. Fetch in browser and Https in Nodejs.
retryMode
Optional
string | Provider<string>
Specifies which retry algorithm to use.
useDualstackEndpoint
Optional
boolean | Provider<boolean>
Enables IPv6/IPv4 dualstack endpoint.
useFipsEndpoint
Optional
boolean | Provider<boolean>
Enables FIPS compatible endpoints.
Additional config fields are described in the full configuration type: ServiceQuotasClientConfig