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.

Properties

Link copied to clipboard
abstract override val config: ServiceQuotasClient.Config

ServiceQuotasClient's configuration

Functions

Link copied to clipboard
abstract suspend fun associateServiceQuotaTemplate(input: AssociateServiceQuotaTemplateRequest = AssociateServiceQuotaTemplateRequest { }): AssociateServiceQuotaTemplateResponse

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.

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

Link copied to clipboard
abstract suspend fun disassociateServiceQuotaTemplate(input: DisassociateServiceQuotaTemplateRequest = DisassociateServiceQuotaTemplateRequest { }): DisassociateServiceQuotaTemplateResponse

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.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Retrieves information about the specified quota increase request.

Link copied to clipboard

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.

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

Link copied to clipboard

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

Link copied to clipboard

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

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

Link copied to clipboard

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.

Link copied to clipboard
abstract suspend fun listServices(input: ListServicesRequest = ListServicesRequest { }): ListServicesResponse

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

Link copied to clipboard

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

Link copied to clipboard

Submits a quota increase request for the specified quota.

Link copied to clipboard
abstract suspend fun tagResource(input: TagResourceRequest): TagResourceResponse

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

Link copied to clipboard

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

Inherited functions

Link copied to clipboard

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.

Link copied to clipboard
expect abstract fun close()

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

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Retrieves information about the specified quota increase request.

Link copied to clipboard

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.

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

Link copied to clipboard

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

Link copied to clipboard

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

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

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Submits a quota increase request for the specified quota.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.