View Source AWS.ServiceQuotas (aws-elixir v0.14.1)

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.

Summary

Functions

Associates your quota request template with your organization.

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

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

Retrieves the default value for the specified quota.

Retrieves information about the specified quota increase request.

Retrieves the applied quota value for the specified quota.

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

Lists the default values for the quotas for the specified Amazon Web Service.

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

Retrieves the quota increase requests for the specified quota.

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

Lists the applied quota values for the specified Amazon Web Service.

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

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

Adds a quota increase request to your quota request template.

Submits a quota increase request for the specified quota.

Adds tags to the specified applied quota.

Removes tags from the specified applied quota.

Functions

Link to this function

associate_service_quota_template(client, input, options \\ [])

View Source

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 to this function

delete_service_quota_increase_request_from_template(client, input, options \\ [])

View Source

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

Link to this function

disassociate_service_quota_template(client, input, options \\ [])

View Source

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 to this function

get_association_for_service_quota_template(client, input, options \\ [])

View Source

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

Link to this function

get_aws_default_service_quota(client, input, options \\ [])

View Source

Retrieves the default value for the specified quota.

The default value does not reflect any quota increases.

Link to this function

get_requested_service_quota_change(client, input, options \\ [])

View Source

Retrieves information about the specified quota increase request.

Link to this function

get_service_quota(client, input, options \\ [])

View Source

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.

Link to this function

get_service_quota_increase_request_from_template(client, input, options \\ [])

View Source

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

Link to this function

list_aws_default_service_quotas(client, input, options \\ [])

View Source

Lists the default values for the quotas for the specified Amazon Web Service.

A default value does not reflect any quota increases.

Link to this function

list_requested_service_quota_change_history(client, input, options \\ [])

View Source

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

Link to this function

list_requested_service_quota_change_history_by_quota(client, input, options \\ [])

View Source

Retrieves the quota increase requests for the specified quota.

Link to this function

list_service_quota_increase_requests_in_template(client, input, options \\ [])

View Source

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

Link to this function

list_service_quotas(client, input, options \\ [])

View Source

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 to this function

list_services(client, input, options \\ [])

View Source

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

Link to this function

list_tags_for_resource(client, input, options \\ [])

View Source

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

Link to this function

put_service_quota_increase_request_into_template(client, input, options \\ [])

View Source

Adds a quota increase request to your quota request template.

Link to this function

request_service_quota_increase(client, input, options \\ [])

View Source

Submits a quota increase request for the specified quota.

Link to this function

tag_resource(client, input, options \\ [])

View Source

Adds tags to the specified applied quota.

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

Link to this function

untag_resource(client, input, options \\ [])

View Source

Removes tags from the specified applied quota.

You can specify one or more tags to remove.