Service Quotas

This page documents function available when using the Service_Quotas module, created with @service Service_Quotas.

Index

Documentation

Main.Service_Quotas.associate_service_quota_templateMethod
associate_service_quota_template()
associate_service_quota_template(params::Dict{String,<:Any})

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.

Main.Service_Quotas.delete_service_quota_increase_request_from_templateMethod
delete_service_quota_increase_request_from_template(aws_region, quota_code, service_code)
delete_service_quota_increase_request_from_template(aws_region, quota_code, service_code, params::Dict{String,<:Any})

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

Arguments

  • aws_region: Specifies the Amazon Web Services Region for which the request was made.
  • quota_code: Specifies the quota identifier. To find the quota code for a specific quota, use the ListServiceQuotas operation, and look for the QuotaCode response in the output for the quota you want.
  • service_code: Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.
Main.Service_Quotas.disassociate_service_quota_templateMethod
disassociate_service_quota_template()
disassociate_service_quota_template(params::Dict{String,<:Any})

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.

Main.Service_Quotas.get_awsdefault_service_quotaMethod
get_awsdefault_service_quota(quota_code, service_code)
get_awsdefault_service_quota(quota_code, service_code, params::Dict{String,<:Any})

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

Arguments

  • quota_code: Specifies the quota identifier. To find the quota code for a specific quota, use the ListServiceQuotas operation, and look for the QuotaCode response in the output for the quota you want.
  • service_code: Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.
Main.Service_Quotas.get_requested_service_quota_changeMethod
get_requested_service_quota_change(request_id)
get_requested_service_quota_change(request_id, params::Dict{String,<:Any})

Retrieves information about the specified quota increase request.

Arguments

  • request_id: Specifies the ID of the quota increase request.
Main.Service_Quotas.get_service_quotaMethod
get_service_quota(quota_code, service_code)
get_service_quota(quota_code, service_code, params::Dict{String,<:Any})

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.

Arguments

  • quota_code: Specifies the quota identifier. To find the quota code for a specific quota, use the ListServiceQuotas operation, and look for the QuotaCode response in the output for the quota you want.
  • service_code: Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "ContextId": Specifies the Amazon Web Services account or resource to which the quota applies. The value in this field depends on the context scope associated with the specified service quota.
Main.Service_Quotas.get_service_quota_increase_request_from_templateMethod
get_service_quota_increase_request_from_template(aws_region, quota_code, service_code)
get_service_quota_increase_request_from_template(aws_region, quota_code, service_code, params::Dict{String,<:Any})

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

Arguments

  • aws_region: Specifies the Amazon Web Services Region for which you made the request.
  • quota_code: Specifies the quota identifier. To find the quota code for a specific quota, use the ListServiceQuotas operation, and look for the QuotaCode response in the output for the quota you want.
  • service_code: Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.
Main.Service_Quotas.list_awsdefault_service_quotasMethod
list_awsdefault_service_quotas(service_code)
list_awsdefault_service_quotas(service_code, params::Dict{String,<:Any})

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

Arguments

  • service_code: Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "MaxResults": Specifies the maximum number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value appropriate to the operation. If additional items exist beyond those included in the current response, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. An API operation can return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.
  • "NextToken": Specifies a value for receiving additional results after you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.
Main.Service_Quotas.list_requested_service_quota_change_historyMethod
list_requested_service_quota_change_history()
list_requested_service_quota_change_history(params::Dict{String,<:Any})

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

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "MaxResults": Specifies the maximum number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value appropriate to the operation. If additional items exist beyond those included in the current response, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. An API operation can return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.
  • "NextToken": Specifies a value for receiving additional results after you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.
  • "QuotaRequestedAtLevel": Specifies at which level within the Amazon Web Services account the quota request applies to.
  • "ServiceCode": Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.
  • "Status": Specifies that you want to filter the results to only the requests with the matching status.
Main.Service_Quotas.list_requested_service_quota_change_history_by_quotaMethod
list_requested_service_quota_change_history_by_quota(quota_code, service_code)
list_requested_service_quota_change_history_by_quota(quota_code, service_code, params::Dict{String,<:Any})

Retrieves the quota increase requests for the specified quota.

Arguments

  • quota_code: Specifies the quota identifier. To find the quota code for a specific quota, use the ListServiceQuotas operation, and look for the QuotaCode response in the output for the quota you want.
  • service_code: Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "MaxResults": Specifies the maximum number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value appropriate to the operation. If additional items exist beyond those included in the current response, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. An API operation can return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.
  • "NextToken": Specifies a value for receiving additional results after you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.
  • "QuotaRequestedAtLevel": Specifies at which level within the Amazon Web Services account the quota request applies to.
  • "Status": Specifies that you want to filter the results to only the requests with the matching status.
Main.Service_Quotas.list_service_quota_increase_requests_in_templateMethod
list_service_quota_increase_requests_in_template()
list_service_quota_increase_requests_in_template(params::Dict{String,<:Any})

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

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "AwsRegion": Specifies the Amazon Web Services Region for which you made the request.
  • "MaxResults": Specifies the maximum number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value appropriate to the operation. If additional items exist beyond those included in the current response, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. An API operation can return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.
  • "NextToken": Specifies a value for receiving additional results after you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.
  • "ServiceCode": Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.
Main.Service_Quotas.list_service_quotasMethod
list_service_quotas(service_code)
list_service_quotas(service_code, params::Dict{String,<:Any})

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.

Arguments

  • service_code: Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "MaxResults": Specifies the maximum number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value appropriate to the operation. If additional items exist beyond those included in the current response, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. An API operation can return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.
  • "NextToken": Specifies a value for receiving additional results after you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.
  • "QuotaAppliedAtLevel": Specifies at which level of granularity that the quota value is applied.
  • "QuotaCode": Specifies the quota identifier. To find the quota code for a specific quota, use the ListServiceQuotas operation, and look for the QuotaCode response in the output for the quota you want.
Main.Service_Quotas.list_servicesMethod
list_services()
list_services(params::Dict{String,<:Any})

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

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "MaxResults": Specifies the maximum number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value appropriate to the operation. If additional items exist beyond those included in the current response, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. An API operation can return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.
  • "NextToken": Specifies a value for receiving additional results after you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.
Main.Service_Quotas.list_tags_for_resourceMethod
list_tags_for_resource(resource_arn)
list_tags_for_resource(resource_arn, params::Dict{String,<:Any})

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

Arguments

  • resource_arn: The Amazon Resource Name (ARN) for the applied quota for which you want to list tags. You can get this information by using the Service Quotas console, or by listing the quotas using the list-service-quotas CLI command or the ListServiceQuotas Amazon Web Services API operation.
Main.Service_Quotas.put_service_quota_increase_request_into_templateMethod
put_service_quota_increase_request_into_template(aws_region, desired_value, quota_code, service_code)
put_service_quota_increase_request_into_template(aws_region, desired_value, quota_code, service_code, params::Dict{String,<:Any})

Adds a quota increase request to your quota request template.

Arguments

  • aws_region: Specifies the Amazon Web Services Region to which the template applies.
  • desired_value: Specifies the new, increased value for the quota.
  • quota_code: Specifies the quota identifier. To find the quota code for a specific quota, use the ListServiceQuotas operation, and look for the QuotaCode response in the output for the quota you want.
  • service_code: Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.
Main.Service_Quotas.request_service_quota_increaseMethod
request_service_quota_increase(desired_value, quota_code, service_code)
request_service_quota_increase(desired_value, quota_code, service_code, params::Dict{String,<:Any})

Submits a quota increase request for the specified quota.

Arguments

  • desired_value: Specifies the new, increased value for the quota.
  • quota_code: Specifies the quota identifier. To find the quota code for a specific quota, use the ListServiceQuotas operation, and look for the QuotaCode response in the output for the quota you want.
  • service_code: Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "ContextId": Specifies the Amazon Web Services account or resource to which the quota applies. The value in this field depends on the context scope associated with the specified service quota.
Main.Service_Quotas.tag_resourceMethod
tag_resource(resource_arn, tags)
tag_resource(resource_arn, tags, params::Dict{String,<:Any})

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

Arguments

  • resource_arn: The Amazon Resource Name (ARN) for the applied quota. You can get this information by using the Service Quotas console, or by listing the quotas using the list-service-quotas CLI command or the ListServiceQuotas Amazon Web Services API operation.
  • tags: The tags that you want to add to the resource.
Main.Service_Quotas.untag_resourceMethod
untag_resource(resource_arn, tag_keys)
untag_resource(resource_arn, tag_keys, params::Dict{String,<:Any})

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

Arguments

  • resource_arn: The Amazon Resource Name (ARN) for the applied quota that you want to untag. You can get this information by using the Service Quotas console, or by listing the quotas using the list-service-quotas CLI command or the ListServiceQuotas Amazon Web Services API operation.
  • tag_keys: The keys of the tags that you want to remove from the resource.