

# Actions
<a name="API_Operations"></a>

The following actions are supported:
+  [AssociateServiceQuotaTemplate](API_AssociateServiceQuotaTemplate.md) 
+  [CreateSupportCase](API_CreateSupportCase.md) 
+  [DeleteServiceQuotaIncreaseRequestFromTemplate](API_DeleteServiceQuotaIncreaseRequestFromTemplate.md) 
+  [DisassociateServiceQuotaTemplate](API_DisassociateServiceQuotaTemplate.md) 
+  [GetAssociationForServiceQuotaTemplate](API_GetAssociationForServiceQuotaTemplate.md) 
+  [GetAutoManagementConfiguration](API_GetAutoManagementConfiguration.md) 
+  [GetAWSDefaultServiceQuota](API_GetAWSDefaultServiceQuota.md) 
+  [GetQuotaUtilizationReport](API_GetQuotaUtilizationReport.md) 
+  [GetRequestedServiceQuotaChange](API_GetRequestedServiceQuotaChange.md) 
+  [GetServiceQuota](API_GetServiceQuota.md) 
+  [GetServiceQuotaIncreaseRequestFromTemplate](API_GetServiceQuotaIncreaseRequestFromTemplate.md) 
+  [ListAWSDefaultServiceQuotas](API_ListAWSDefaultServiceQuotas.md) 
+  [ListRequestedServiceQuotaChangeHistory](API_ListRequestedServiceQuotaChangeHistory.md) 
+  [ListRequestedServiceQuotaChangeHistoryByQuota](API_ListRequestedServiceQuotaChangeHistoryByQuota.md) 
+  [ListServiceQuotaIncreaseRequestsInTemplate](API_ListServiceQuotaIncreaseRequestsInTemplate.md) 
+  [ListServiceQuotas](API_ListServiceQuotas.md) 
+  [ListServices](API_ListServices.md) 
+  [ListTagsForResource](API_ListTagsForResource.md) 
+  [PutServiceQuotaIncreaseRequestIntoTemplate](API_PutServiceQuotaIncreaseRequestIntoTemplate.md) 
+  [RequestServiceQuotaIncrease](API_RequestServiceQuotaIncrease.md) 
+  [StartAutoManagement](API_StartAutoManagement.md) 
+  [StartQuotaUtilizationReport](API_StartQuotaUtilizationReport.md) 
+  [StopAutoManagement](API_StopAutoManagement.md) 
+  [TagResource](API_TagResource.md) 
+  [UntagResource](API_UntagResource.md) 
+  [UpdateAutoManagement](API_UpdateAutoManagement.md) 

# AssociateServiceQuotaTemplate
<a name="API_AssociateServiceQuotaTemplate"></a>

Associates your quota request template with your organization. When a new AWS 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.

**Related Actions**
+  [DisassociateServiceQuotaTemplate](API_DisassociateServiceQuotaTemplate.md) 
+  [GetAssociationForServiceQuotaTemplate](API_GetAssociationForServiceQuotaTemplate.md) 
+  [PutServiceQuotaIncreaseRequestIntoTemplate](API_PutServiceQuotaIncreaseRequestIntoTemplate.md) 

## Response Elements
<a name="API_AssociateServiceQuotaTemplate_ResponseElements"></a>

If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.

## Errors
<a name="API_AssociateServiceQuotaTemplate_Errors"></a>

For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** AccessDeniedException **   
You do not have sufficient permission to perform this action.  
HTTP Status Code: 400

 ** AWSServiceAccessNotEnabledException **   
The action you attempted is not allowed unless Service Access with Service Quotas is enabled in your organization.  
HTTP Status Code: 400

 ** DependencyAccessDeniedException **   
You can't perform this action because a dependency does not have access.  
HTTP Status Code: 400

 ** NoAvailableOrganizationException **   
The AWS account making this call is not a member of an organization.  
HTTP Status Code: 400

 ** OrganizationNotInAllFeaturesModeException **   
The organization that your AWS account belongs to is not in All Features mode.  
HTTP Status Code: 400

 ** ServiceException **   
Something went wrong.  
HTTP Status Code: 500

 ** TemplatesNotAvailableInRegionException **   
The Service Quotas template is not available in this AWS Region.  
HTTP Status Code: 400

 ** TooManyRequestsException **   
Due to throttling, the request was denied. Slow down the rate of request calls, or request an increase for this quota.  
HTTP Status Code: 400

## See Also
<a name="API_AssociateServiceQuotaTemplate_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/service-quotas-2019-06-24/AssociateServiceQuotaTemplate) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/service-quotas-2019-06-24/AssociateServiceQuotaTemplate) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/service-quotas-2019-06-24/AssociateServiceQuotaTemplate) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/service-quotas-2019-06-24/AssociateServiceQuotaTemplate) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/service-quotas-2019-06-24/AssociateServiceQuotaTemplate) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/service-quotas-2019-06-24/AssociateServiceQuotaTemplate) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/service-quotas-2019-06-24/AssociateServiceQuotaTemplate) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/service-quotas-2019-06-24/AssociateServiceQuotaTemplate) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/service-quotas-2019-06-24/AssociateServiceQuotaTemplate) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/service-quotas-2019-06-24/AssociateServiceQuotaTemplate) 

# CreateSupportCase
<a name="API_CreateSupportCase"></a>

Creates a Support case for an existing quota increase request. This call only creates a Support case if the request has a `Pending` status. 

## Request Syntax
<a name="API_CreateSupportCase_RequestSyntax"></a>

```
{
   "RequestId": "string"
}
```

## Request Parameters
<a name="API_CreateSupportCase_RequestParameters"></a>

For information about the parameters that are common to all actions, see [Common Parameters](CommonParameters.md).

The request accepts the following data in JSON format.

 ** [RequestId](#API_CreateSupportCase_RequestSyntax) **   <a name="servicequotas-CreateSupportCase-request-RequestId"></a>
The ID of the pending quota increase request for which you want to open a Support case.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 128.  
Pattern: `[0-9a-zA-Z][a-zA-Z0-9-]{1,128}`   
Required: Yes

## Response Elements
<a name="API_CreateSupportCase_ResponseElements"></a>

If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.

## Errors
<a name="API_CreateSupportCase_Errors"></a>

For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** AccessDeniedException **   
You do not have sufficient permission to perform this action.  
HTTP Status Code: 400

 ** DependencyAccessDeniedException **   
You can't perform this action because a dependency does not have access.  
HTTP Status Code: 400

 ** IllegalArgumentException **   
Invalid input was provided.  
HTTP Status Code: 400

 ** InvalidResourceStateException **   
The resource is in an invalid state.  
HTTP Status Code: 400

 ** NoSuchResourceException **   
The specified resource does not exist.  
HTTP Status Code: 400

 ** ResourceAlreadyExistsException **   
The specified resource already exists.  
HTTP Status Code: 400

 ** ServiceException **   
Something went wrong.  
HTTP Status Code: 500

 ** TooManyRequestsException **   
Due to throttling, the request was denied. Slow down the rate of request calls, or request an increase for this quota.  
HTTP Status Code: 400

## See Also
<a name="API_CreateSupportCase_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/service-quotas-2019-06-24/CreateSupportCase) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/service-quotas-2019-06-24/CreateSupportCase) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/service-quotas-2019-06-24/CreateSupportCase) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/service-quotas-2019-06-24/CreateSupportCase) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/service-quotas-2019-06-24/CreateSupportCase) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/service-quotas-2019-06-24/CreateSupportCase) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/service-quotas-2019-06-24/CreateSupportCase) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/service-quotas-2019-06-24/CreateSupportCase) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/service-quotas-2019-06-24/CreateSupportCase) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/service-quotas-2019-06-24/CreateSupportCase) 

# DeleteServiceQuotaIncreaseRequestFromTemplate
<a name="API_DeleteServiceQuotaIncreaseRequestFromTemplate"></a>

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

## Request Syntax
<a name="API_DeleteServiceQuotaIncreaseRequestFromTemplate_RequestSyntax"></a>

```
{
   "AwsRegion": "string",
   "QuotaCode": "string",
   "ServiceCode": "string"
}
```

## Request Parameters
<a name="API_DeleteServiceQuotaIncreaseRequestFromTemplate_RequestParameters"></a>

For information about the parameters that are common to all actions, see [Common Parameters](CommonParameters.md).

The request accepts the following data in JSON format.

 ** [AwsRegion](#API_DeleteServiceQuotaIncreaseRequestFromTemplate_RequestSyntax) **   <a name="servicequotas-DeleteServiceQuotaIncreaseRequestFromTemplate-request-AwsRegion"></a>
Specifies the AWS Region for which the request was made.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 64.  
Pattern: `[a-zA-Z][a-zA-Z0-9-]{1,128}`   
Required: Yes

 ** [QuotaCode](#API_DeleteServiceQuotaIncreaseRequestFromTemplate_RequestSyntax) **   <a name="servicequotas-DeleteServiceQuotaIncreaseRequestFromTemplate-request-QuotaCode"></a>
Specifies the quota identifier. To find the quota code for a specific quota, use the [ListServiceQuotas](API_ListServiceQuotas.md) operation, and look for the `QuotaCode` response in the output for the quota you want.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 128.  
Pattern: `[a-zA-Z][a-zA-Z0-9-]{1,128}`   
Required: Yes

 ** [ServiceCode](#API_DeleteServiceQuotaIncreaseRequestFromTemplate_RequestSyntax) **   <a name="servicequotas-DeleteServiceQuotaIncreaseRequestFromTemplate-request-ServiceCode"></a>
Specifies the service identifier. To find the service code value for an AWS service, use the [ListServices](API_ListServices.md) operation.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 63.  
Pattern: `[a-zA-Z][a-zA-Z0-9-]{1,63}`   
Required: Yes

## Response Elements
<a name="API_DeleteServiceQuotaIncreaseRequestFromTemplate_ResponseElements"></a>

If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.

## Errors
<a name="API_DeleteServiceQuotaIncreaseRequestFromTemplate_Errors"></a>

For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** AccessDeniedException **   
You do not have sufficient permission to perform this action.  
HTTP Status Code: 400

 ** AWSServiceAccessNotEnabledException **   
The action you attempted is not allowed unless Service Access with Service Quotas is enabled in your organization.  
HTTP Status Code: 400

 ** DependencyAccessDeniedException **   
You can't perform this action because a dependency does not have access.  
HTTP Status Code: 400

 ** IllegalArgumentException **   
Invalid input was provided.  
HTTP Status Code: 400

 ** NoAvailableOrganizationException **   
The AWS account making this call is not a member of an organization.  
HTTP Status Code: 400

 ** NoSuchResourceException **   
The specified resource does not exist.  
HTTP Status Code: 400

 ** ServiceException **   
Something went wrong.  
HTTP Status Code: 500

 ** TemplatesNotAvailableInRegionException **   
The Service Quotas template is not available in this AWS Region.  
HTTP Status Code: 400

 ** TooManyRequestsException **   
Due to throttling, the request was denied. Slow down the rate of request calls, or request an increase for this quota.  
HTTP Status Code: 400

## See Also
<a name="API_DeleteServiceQuotaIncreaseRequestFromTemplate_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/service-quotas-2019-06-24/DeleteServiceQuotaIncreaseRequestFromTemplate) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/service-quotas-2019-06-24/DeleteServiceQuotaIncreaseRequestFromTemplate) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/service-quotas-2019-06-24/DeleteServiceQuotaIncreaseRequestFromTemplate) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/service-quotas-2019-06-24/DeleteServiceQuotaIncreaseRequestFromTemplate) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/service-quotas-2019-06-24/DeleteServiceQuotaIncreaseRequestFromTemplate) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/service-quotas-2019-06-24/DeleteServiceQuotaIncreaseRequestFromTemplate) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/service-quotas-2019-06-24/DeleteServiceQuotaIncreaseRequestFromTemplate) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/service-quotas-2019-06-24/DeleteServiceQuotaIncreaseRequestFromTemplate) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/service-quotas-2019-06-24/DeleteServiceQuotaIncreaseRequestFromTemplate) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/service-quotas-2019-06-24/DeleteServiceQuotaIncreaseRequestFromTemplate) 

# DisassociateServiceQuotaTemplate
<a name="API_DisassociateServiceQuotaTemplate"></a>

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

## Response Elements
<a name="API_DisassociateServiceQuotaTemplate_ResponseElements"></a>

If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.

## Errors
<a name="API_DisassociateServiceQuotaTemplate_Errors"></a>

For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** AccessDeniedException **   
You do not have sufficient permission to perform this action.  
HTTP Status Code: 400

 ** AWSServiceAccessNotEnabledException **   
The action you attempted is not allowed unless Service Access with Service Quotas is enabled in your organization.  
HTTP Status Code: 400

 ** DependencyAccessDeniedException **   
You can't perform this action because a dependency does not have access.  
HTTP Status Code: 400

 ** NoAvailableOrganizationException **   
The AWS account making this call is not a member of an organization.  
HTTP Status Code: 400

 ** ServiceException **   
Something went wrong.  
HTTP Status Code: 500

 ** ServiceQuotaTemplateNotInUseException **   
The quota request template is not associated with your organization.  
HTTP Status Code: 400

 ** TemplatesNotAvailableInRegionException **   
The Service Quotas template is not available in this AWS Region.  
HTTP Status Code: 400

 ** TooManyRequestsException **   
Due to throttling, the request was denied. Slow down the rate of request calls, or request an increase for this quota.  
HTTP Status Code: 400

## See Also
<a name="API_DisassociateServiceQuotaTemplate_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/service-quotas-2019-06-24/DisassociateServiceQuotaTemplate) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/service-quotas-2019-06-24/DisassociateServiceQuotaTemplate) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/service-quotas-2019-06-24/DisassociateServiceQuotaTemplate) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/service-quotas-2019-06-24/DisassociateServiceQuotaTemplate) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/service-quotas-2019-06-24/DisassociateServiceQuotaTemplate) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/service-quotas-2019-06-24/DisassociateServiceQuotaTemplate) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/service-quotas-2019-06-24/DisassociateServiceQuotaTemplate) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/service-quotas-2019-06-24/DisassociateServiceQuotaTemplate) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/service-quotas-2019-06-24/DisassociateServiceQuotaTemplate) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/service-quotas-2019-06-24/DisassociateServiceQuotaTemplate) 

# GetAssociationForServiceQuotaTemplate
<a name="API_GetAssociationForServiceQuotaTemplate"></a>

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

## Response Syntax
<a name="API_GetAssociationForServiceQuotaTemplate_ResponseSyntax"></a>

```
{
   "ServiceQuotaTemplateAssociationStatus": "string"
}
```

## Response Elements
<a name="API_GetAssociationForServiceQuotaTemplate_ResponseElements"></a>

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

 ** [ServiceQuotaTemplateAssociationStatus](#API_GetAssociationForServiceQuotaTemplate_ResponseSyntax) **   <a name="servicequotas-GetAssociationForServiceQuotaTemplate-response-ServiceQuotaTemplateAssociationStatus"></a>
The association status. If the status is `ASSOCIATED`, the quota increase requests in the template are automatically applied to new AWS accounts in your organization.  
Type: String  
Valid Values: `ASSOCIATED | DISASSOCIATED` 

## Errors
<a name="API_GetAssociationForServiceQuotaTemplate_Errors"></a>

For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** AccessDeniedException **   
You do not have sufficient permission to perform this action.  
HTTP Status Code: 400

 ** AWSServiceAccessNotEnabledException **   
The action you attempted is not allowed unless Service Access with Service Quotas is enabled in your organization.  
HTTP Status Code: 400

 ** DependencyAccessDeniedException **   
You can't perform this action because a dependency does not have access.  
HTTP Status Code: 400

 ** NoAvailableOrganizationException **   
The AWS account making this call is not a member of an organization.  
HTTP Status Code: 400

 ** ServiceException **   
Something went wrong.  
HTTP Status Code: 500

 ** ServiceQuotaTemplateNotInUseException **   
The quota request template is not associated with your organization.  
HTTP Status Code: 400

 ** TemplatesNotAvailableInRegionException **   
The Service Quotas template is not available in this AWS Region.  
HTTP Status Code: 400

 ** TooManyRequestsException **   
Due to throttling, the request was denied. Slow down the rate of request calls, or request an increase for this quota.  
HTTP Status Code: 400

## See Also
<a name="API_GetAssociationForServiceQuotaTemplate_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/service-quotas-2019-06-24/GetAssociationForServiceQuotaTemplate) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/service-quotas-2019-06-24/GetAssociationForServiceQuotaTemplate) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/service-quotas-2019-06-24/GetAssociationForServiceQuotaTemplate) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/service-quotas-2019-06-24/GetAssociationForServiceQuotaTemplate) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/service-quotas-2019-06-24/GetAssociationForServiceQuotaTemplate) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/service-quotas-2019-06-24/GetAssociationForServiceQuotaTemplate) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/service-quotas-2019-06-24/GetAssociationForServiceQuotaTemplate) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/service-quotas-2019-06-24/GetAssociationForServiceQuotaTemplate) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/service-quotas-2019-06-24/GetAssociationForServiceQuotaTemplate) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/service-quotas-2019-06-24/GetAssociationForServiceQuotaTemplate) 

# GetAutoManagementConfiguration
<a name="API_GetAutoManagementConfiguration"></a>

Retrieves information about your [Service Quotas Automatic Management](https://docs.aws.amazon.com/servicequotas/latest/userguide/automatic-management.html) configuration. Automatic Management monitors your Service Quotas utilization and notifies you before you run out of your allocated quotas.

## Response Syntax
<a name="API_GetAutoManagementConfiguration_ResponseSyntax"></a>

```
{
   "ExclusionList": { 
      "string" : [ 
         { 
            "QuotaCode": "string",
            "QuotaName": "string"
         }
      ]
   },
   "NotificationArn": "string",
   "OptInLevel": "string",
   "OptInStatus": "string",
   "OptInType": "string"
}
```

## Response Elements
<a name="API_GetAutoManagementConfiguration_ResponseElements"></a>

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

 ** [ExclusionList](#API_GetAutoManagementConfiguration_ResponseSyntax) **   <a name="servicequotas-GetAutoManagementConfiguration-response-ExclusionList"></a>
List of AWS services excluded from Automatic Management. You won't be notified of Service Quotas utilization for AWS services added to the Automatic Management exclusion list.   
Type: String to array of [QuotaInfo](API_QuotaInfo.md) objects map  
Key Length Constraints: Minimum length of 1. Maximum length of 128.  
Key Pattern: `[A-Za-z0-9-_ /]{1,128}` 

 ** [NotificationArn](#API_GetAutoManagementConfiguration_ResponseSyntax) **   <a name="servicequotas-GetAutoManagementConfiguration-response-NotificationArn"></a>
The [AWS User Notifications](https://docs.aws.amazon.com/notifications/latest/userguide/resource-level-permissions.html#rlp-table) Amazon Resource Name (ARN) for Automatic Management notifications.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 1011.  
Pattern: `arn:aws(-[\w]+)*:*:.+:[0-9]{12}:.+` 

 ** [OptInLevel](#API_GetAutoManagementConfiguration_ResponseSyntax) **   <a name="servicequotas-GetAutoManagementConfiguration-response-OptInLevel"></a>
Information on the opt-in level for Automatic Management. Only AWS account level is supported.  
Type: String  
Valid Values: `ACCOUNT` 

 ** [OptInStatus](#API_GetAutoManagementConfiguration_ResponseSyntax) **   <a name="servicequotas-GetAutoManagementConfiguration-response-OptInStatus"></a>
Status on whether Automatic Management is started or stopped.  
Type: String  
Valid Values: `ENABLED | DISABLED` 

 ** [OptInType](#API_GetAutoManagementConfiguration_ResponseSyntax) **   <a name="servicequotas-GetAutoManagementConfiguration-response-OptInType"></a>
Information on the opt-in type for Automatic Management. There are two modes: Notify only and Notify and Auto-Adjust. Currently, only NotifyOnly is available.  
Type: String  
Valid Values: `NotifyOnly | NotifyAndAdjust` 

## Errors
<a name="API_GetAutoManagementConfiguration_Errors"></a>

For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** AccessDeniedException **   
You do not have sufficient permission to perform this action.  
HTTP Status Code: 400

 ** IllegalArgumentException **   
Invalid input was provided.  
HTTP Status Code: 400

 ** NoSuchResourceException **   
The specified resource does not exist.  
HTTP Status Code: 400

 ** ServiceException **   
Something went wrong.  
HTTP Status Code: 500

 ** TooManyRequestsException **   
Due to throttling, the request was denied. Slow down the rate of request calls, or request an increase for this quota.  
HTTP Status Code: 400

## See Also
<a name="API_GetAutoManagementConfiguration_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/service-quotas-2019-06-24/GetAutoManagementConfiguration) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/service-quotas-2019-06-24/GetAutoManagementConfiguration) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/service-quotas-2019-06-24/GetAutoManagementConfiguration) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/service-quotas-2019-06-24/GetAutoManagementConfiguration) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/service-quotas-2019-06-24/GetAutoManagementConfiguration) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/service-quotas-2019-06-24/GetAutoManagementConfiguration) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/service-quotas-2019-06-24/GetAutoManagementConfiguration) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/service-quotas-2019-06-24/GetAutoManagementConfiguration) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/service-quotas-2019-06-24/GetAutoManagementConfiguration) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/service-quotas-2019-06-24/GetAutoManagementConfiguration) 

# GetAWSDefaultServiceQuota
<a name="API_GetAWSDefaultServiceQuota"></a>

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

**Related Actions**
+  [ListAWSDefaultServiceQuotas](API_ListAWSDefaultServiceQuotas.md) 
+  [ListServices](API_ListServices.md) 
+  [ListServiceQuotas](API_ListServiceQuotas.md) 

## Request Syntax
<a name="API_GetAWSDefaultServiceQuota_RequestSyntax"></a>

```
{
   "QuotaCode": "string",
   "ServiceCode": "string"
}
```

## Request Parameters
<a name="API_GetAWSDefaultServiceQuota_RequestParameters"></a>

For information about the parameters that are common to all actions, see [Common Parameters](CommonParameters.md).

The request accepts the following data in JSON format.

 ** [QuotaCode](#API_GetAWSDefaultServiceQuota_RequestSyntax) **   <a name="servicequotas-GetAWSDefaultServiceQuota-request-QuotaCode"></a>
Specifies the quota identifier. To find the quota code for a specific quota, use the [ListServiceQuotas](API_ListServiceQuotas.md) operation, and look for the `QuotaCode` response in the output for the quota you want.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 128.  
Pattern: `[a-zA-Z][a-zA-Z0-9-]{1,128}`   
Required: Yes

 ** [ServiceCode](#API_GetAWSDefaultServiceQuota_RequestSyntax) **   <a name="servicequotas-GetAWSDefaultServiceQuota-request-ServiceCode"></a>
Specifies the service identifier. To find the service code value for an AWS service, use the [ListServices](API_ListServices.md) operation.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 63.  
Pattern: `[a-zA-Z][a-zA-Z0-9-]{1,63}`   
Required: Yes

## Response Syntax
<a name="API_GetAWSDefaultServiceQuota_ResponseSyntax"></a>

```
{
   "Quota": { 
      "Adjustable": boolean,
      "Description": "string",
      "ErrorReason": { 
         "ErrorCode": "string",
         "ErrorMessage": "string"
      },
      "GlobalQuota": boolean,
      "Period": { 
         "PeriodUnit": "string",
         "PeriodValue": number
      },
      "QuotaAppliedAtLevel": "string",
      "QuotaArn": "string",
      "QuotaCode": "string",
      "QuotaContext": { 
         "ContextId": "string",
         "ContextScope": "string",
         "ContextScopeType": "string"
      },
      "QuotaName": "string",
      "ServiceCode": "string",
      "ServiceName": "string",
      "Unit": "string",
      "UsageMetric": { 
         "MetricDimensions": { 
            "string" : "string" 
         },
         "MetricName": "string",
         "MetricNamespace": "string",
         "MetricStatisticRecommendation": "string"
      },
      "Value": number
   }
}
```

## Response Elements
<a name="API_GetAWSDefaultServiceQuota_ResponseElements"></a>

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

 ** [Quota](#API_GetAWSDefaultServiceQuota_ResponseSyntax) **   <a name="servicequotas-GetAWSDefaultServiceQuota-response-Quota"></a>
Information about the quota.  
Type: [ServiceQuota](API_ServiceQuota.md) object

## Errors
<a name="API_GetAWSDefaultServiceQuota_Errors"></a>

For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** AccessDeniedException **   
You do not have sufficient permission to perform this action.  
HTTP Status Code: 400

 ** IllegalArgumentException **   
Invalid input was provided.  
HTTP Status Code: 400

 ** NoSuchResourceException **   
The specified resource does not exist.  
HTTP Status Code: 400

 ** ServiceException **   
Something went wrong.  
HTTP Status Code: 500

 ** TooManyRequestsException **   
Due to throttling, the request was denied. Slow down the rate of request calls, or request an increase for this quota.  
HTTP Status Code: 400

## See Also
<a name="API_GetAWSDefaultServiceQuota_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/service-quotas-2019-06-24/GetAWSDefaultServiceQuota) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/service-quotas-2019-06-24/GetAWSDefaultServiceQuota) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/service-quotas-2019-06-24/GetAWSDefaultServiceQuota) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/service-quotas-2019-06-24/GetAWSDefaultServiceQuota) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/service-quotas-2019-06-24/GetAWSDefaultServiceQuota) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/service-quotas-2019-06-24/GetAWSDefaultServiceQuota) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/service-quotas-2019-06-24/GetAWSDefaultServiceQuota) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/service-quotas-2019-06-24/GetAWSDefaultServiceQuota) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/service-quotas-2019-06-24/GetAWSDefaultServiceQuota) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/service-quotas-2019-06-24/GetAWSDefaultServiceQuota) 

# GetQuotaUtilizationReport
<a name="API_GetQuotaUtilizationReport"></a>

Retrieves the quota utilization report for your AWS account. This operation returns paginated results showing your quota usage across all AWS services, sorted by utilization percentage in descending order (highest utilization first).

You must first initiate a report using the `StartQuotaUtilizationReport` operation. The report generation process is asynchronous and may take several seconds to complete. Poll this operation periodically to check the status and retrieve results when the report is ready.

Each report contains up to 1,000 quota records per page. Use the `NextToken` parameter to retrieve additional pages of results. Reports are automatically deleted after 15 minutes.

**Related Actions**
+  [StartQuotaUtilizationReport](API_StartQuotaUtilizationReport.md) 

## Request Syntax
<a name="API_GetQuotaUtilizationReport_RequestSyntax"></a>

```
{
   "MaxResults": number,
   "NextToken": "string",
   "ReportId": "string"
}
```

## Request Parameters
<a name="API_GetQuotaUtilizationReport_RequestParameters"></a>

For information about the parameters that are common to all actions, see [Common Parameters](CommonParameters.md).

The request accepts the following data in JSON format.

 ** [MaxResults](#API_GetQuotaUtilizationReport_RequestSyntax) **   <a name="servicequotas-GetQuotaUtilizationReport-request-MaxResults"></a>
The maximum number of results to return per page. The default value is 1,000 and the maximum allowed value is 1,000.  
Type: Integer  
Valid Range: Minimum value of 1. Maximum value of 1000.  
Required: No

 ** [NextToken](#API_GetQuotaUtilizationReport_RequestSyntax) **   <a name="servicequotas-GetQuotaUtilizationReport-request-NextToken"></a>
A token that indicates the next page of results to retrieve. This token is returned in the response when there are more results available. Omit this parameter for the first request.  
Type: String  
Length Constraints: Maximum length of 2048.  
Pattern: `^[a-zA-Z0-9/+]*={0,2}$`   
Required: No

 ** [ReportId](#API_GetQuotaUtilizationReport_RequestSyntax) **   <a name="servicequotas-GetQuotaUtilizationReport-request-ReportId"></a>
The unique identifier for the quota utilization report. This identifier is returned by the `StartQuotaUtilizationReport` operation.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 128.  
Pattern: `[0-9a-zA-Z][a-zA-Z0-9-]{1,128}`   
Required: Yes

## Response Syntax
<a name="API_GetQuotaUtilizationReport_ResponseSyntax"></a>

```
{
   "ErrorCode": "string",
   "ErrorMessage": "string",
   "GeneratedAt": number,
   "NextToken": "string",
   "Quotas": [ 
      { 
         "Adjustable": boolean,
         "AppliedValue": number,
         "DefaultValue": number,
         "Namespace": "string",
         "QuotaCode": "string",
         "QuotaName": "string",
         "ServiceCode": "string",
         "ServiceName": "string",
         "Utilization": number
      }
   ],
   "ReportId": "string",
   "Status": "string",
   "TotalCount": number
}
```

## Response Elements
<a name="API_GetQuotaUtilizationReport_ResponseElements"></a>

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

 ** [ErrorCode](#API_GetQuotaUtilizationReport_ResponseSyntax) **   <a name="servicequotas-GetQuotaUtilizationReport-response-ErrorCode"></a>
An error code indicating the reason for failure when the report status is `FAILED`. This field is only present when the status is `FAILED`.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 128.  
Pattern: `[a-zA-Z][a-zA-Z0-9]*` 

 ** [ErrorMessage](#API_GetQuotaUtilizationReport_ResponseSyntax) **   <a name="servicequotas-GetQuotaUtilizationReport-response-ErrorMessage"></a>
A detailed error message describing the failure when the report status is `FAILED`. This field is only present when the status is `FAILED`.  
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 1024.  
Pattern: `^.*$` 

 ** [GeneratedAt](#API_GetQuotaUtilizationReport_ResponseSyntax) **   <a name="servicequotas-GetQuotaUtilizationReport-response-GeneratedAt"></a>
The timestamp when the report was generated, in ISO 8601 format.  
Type: Timestamp

 ** [NextToken](#API_GetQuotaUtilizationReport_ResponseSyntax) **   <a name="servicequotas-GetQuotaUtilizationReport-response-NextToken"></a>
A token that indicates more results are available. Include this token in the next request to retrieve the next page of results. If this field is not present, you have retrieved all available results.  
Type: String  
Length Constraints: Maximum length of 2048.  
Pattern: `^[a-zA-Z0-9/+]*={0,2}$` 

 ** [Quotas](#API_GetQuotaUtilizationReport_ResponseSyntax) **   <a name="servicequotas-GetQuotaUtilizationReport-response-Quotas"></a>
A list of quota utilization records, sorted by utilization percentage in descending order. Each record includes the quota code, service code, service name, quota name, namespace, utilization percentage, default value, applied value, and whether the quota is adjustable. Up to 1,000 records are returned per page.  
Type: Array of [QuotaUtilizationInfo](API_QuotaUtilizationInfo.md) objects  
Array Members: Maximum number of 1000 items.

 ** [ReportId](#API_GetQuotaUtilizationReport_ResponseSyntax) **   <a name="servicequotas-GetQuotaUtilizationReport-response-ReportId"></a>
The unique identifier for the quota utilization report.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 128.  
Pattern: `[0-9a-zA-Z][a-zA-Z0-9-]{1,128}` 

 ** [Status](#API_GetQuotaUtilizationReport_ResponseSyntax) **   <a name="servicequotas-GetQuotaUtilizationReport-response-Status"></a>
The current status of the report generation. Possible values are:  
+  `PENDING` - The report generation is in progress. Retry this operation after a few seconds.
+  `IN_PROGRESS` - The report is being processed. Continue polling until the status changes to `COMPLETED`.
+  `COMPLETED` - The report is ready and quota utilization data is available in the response.
+  `FAILED` - The report generation failed. Check the `ErrorCode` and `ErrorMessage` fields for details.
Type: String  
Valid Values: `PENDING | IN_PROGRESS | COMPLETED | FAILED` 

 ** [TotalCount](#API_GetQuotaUtilizationReport_ResponseSyntax) **   <a name="servicequotas-GetQuotaUtilizationReport-response-TotalCount"></a>
The total number of quotas included in the report across all pages.  
Type: Integer  
Valid Range: Minimum value of 0. Maximum value of 2147483647.

## Errors
<a name="API_GetQuotaUtilizationReport_Errors"></a>

For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** AccessDeniedException **   
You do not have sufficient permission to perform this action.  
HTTP Status Code: 400

 ** IllegalArgumentException **   
Invalid input was provided.  
HTTP Status Code: 400

 ** InvalidPaginationTokenException **   
Invalid input was provided.  
HTTP Status Code: 400

 ** NoSuchResourceException **   
The specified resource does not exist.  
HTTP Status Code: 400

 ** ServiceException **   
Something went wrong.  
HTTP Status Code: 500

 ** TooManyRequestsException **   
Due to throttling, the request was denied. Slow down the rate of request calls, or request an increase for this quota.  
HTTP Status Code: 400

## See Also
<a name="API_GetQuotaUtilizationReport_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/service-quotas-2019-06-24/GetQuotaUtilizationReport) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/service-quotas-2019-06-24/GetQuotaUtilizationReport) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/service-quotas-2019-06-24/GetQuotaUtilizationReport) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/service-quotas-2019-06-24/GetQuotaUtilizationReport) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/service-quotas-2019-06-24/GetQuotaUtilizationReport) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/service-quotas-2019-06-24/GetQuotaUtilizationReport) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/service-quotas-2019-06-24/GetQuotaUtilizationReport) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/service-quotas-2019-06-24/GetQuotaUtilizationReport) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/service-quotas-2019-06-24/GetQuotaUtilizationReport) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/service-quotas-2019-06-24/GetQuotaUtilizationReport) 

# GetRequestedServiceQuotaChange
<a name="API_GetRequestedServiceQuotaChange"></a>

Retrieves information about the specified quota increase request.

## Request Syntax
<a name="API_GetRequestedServiceQuotaChange_RequestSyntax"></a>

```
{
   "RequestId": "string"
}
```

## Request Parameters
<a name="API_GetRequestedServiceQuotaChange_RequestParameters"></a>

For information about the parameters that are common to all actions, see [Common Parameters](CommonParameters.md).

The request accepts the following data in JSON format.

 ** [RequestId](#API_GetRequestedServiceQuotaChange_RequestSyntax) **   <a name="servicequotas-GetRequestedServiceQuotaChange-request-RequestId"></a>
Specifies the ID of the quota increase request.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 128.  
Pattern: `[0-9a-zA-Z][a-zA-Z0-9-]{1,128}`   
Required: Yes

## Response Syntax
<a name="API_GetRequestedServiceQuotaChange_ResponseSyntax"></a>

```
{
   "RequestedQuota": { 
      "CaseId": "string",
      "Created": number,
      "DesiredValue": number,
      "GlobalQuota": boolean,
      "Id": "string",
      "LastUpdated": number,
      "QuotaArn": "string",
      "QuotaCode": "string",
      "QuotaContext": { 
         "ContextId": "string",
         "ContextScope": "string",
         "ContextScopeType": "string"
      },
      "QuotaName": "string",
      "QuotaRequestedAtLevel": "string",
      "Requester": "string",
      "RequestType": "string",
      "ServiceCode": "string",
      "ServiceName": "string",
      "Status": "string",
      "Unit": "string"
   }
}
```

## Response Elements
<a name="API_GetRequestedServiceQuotaChange_ResponseElements"></a>

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

 ** [RequestedQuota](#API_GetRequestedServiceQuotaChange_ResponseSyntax) **   <a name="servicequotas-GetRequestedServiceQuotaChange-response-RequestedQuota"></a>
Information about the quota increase request.  
Type: [RequestedServiceQuotaChange](API_RequestedServiceQuotaChange.md) object

## Errors
<a name="API_GetRequestedServiceQuotaChange_Errors"></a>

For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** AccessDeniedException **   
You do not have sufficient permission to perform this action.  
HTTP Status Code: 400

 ** IllegalArgumentException **   
Invalid input was provided.  
HTTP Status Code: 400

 ** NoSuchResourceException **   
The specified resource does not exist.  
HTTP Status Code: 400

 ** ServiceException **   
Something went wrong.  
HTTP Status Code: 500

 ** TooManyRequestsException **   
Due to throttling, the request was denied. Slow down the rate of request calls, or request an increase for this quota.  
HTTP Status Code: 400

## See Also
<a name="API_GetRequestedServiceQuotaChange_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/service-quotas-2019-06-24/GetRequestedServiceQuotaChange) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/service-quotas-2019-06-24/GetRequestedServiceQuotaChange) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/service-quotas-2019-06-24/GetRequestedServiceQuotaChange) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/service-quotas-2019-06-24/GetRequestedServiceQuotaChange) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/service-quotas-2019-06-24/GetRequestedServiceQuotaChange) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/service-quotas-2019-06-24/GetRequestedServiceQuotaChange) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/service-quotas-2019-06-24/GetRequestedServiceQuotaChange) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/service-quotas-2019-06-24/GetRequestedServiceQuotaChange) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/service-quotas-2019-06-24/GetRequestedServiceQuotaChange) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/service-quotas-2019-06-24/GetRequestedServiceQuotaChange) 

# GetServiceQuota
<a name="API_GetServiceQuota"></a>

Retrieves the applied quota value for the specified account-level or resource-level 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.

**Related Actions**
+  [ListAWSDefaultServiceQuotas](API_ListAWSDefaultServiceQuotas.md) 
+  [ListServices](API_ListServices.md) 
+  [ListServiceQuotas](API_ListServiceQuotas.md) 

## Request Syntax
<a name="API_GetServiceQuota_RequestSyntax"></a>

```
{
   "ContextId": "string",
   "QuotaCode": "string",
   "ServiceCode": "string"
}
```

## Request Parameters
<a name="API_GetServiceQuota_RequestParameters"></a>

For information about the parameters that are common to all actions, see [Common Parameters](CommonParameters.md).

The request accepts the following data in JSON format.

 ** [ContextId](#API_GetServiceQuota_RequestSyntax) **   <a name="servicequotas-GetServiceQuota-request-ContextId"></a>
Specifies the resource with an Amazon Resource Name (ARN).  
Type: String  
Required: No

 ** [QuotaCode](#API_GetServiceQuota_RequestSyntax) **   <a name="servicequotas-GetServiceQuota-request-QuotaCode"></a>
Specifies the quota identifier. To find the quota code for a specific quota, use the [ListServiceQuotas](API_ListServiceQuotas.md) operation, and look for the `QuotaCode` response in the output for the quota you want.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 128.  
Pattern: `[a-zA-Z][a-zA-Z0-9-]{1,128}`   
Required: Yes

 ** [ServiceCode](#API_GetServiceQuota_RequestSyntax) **   <a name="servicequotas-GetServiceQuota-request-ServiceCode"></a>
Specifies the service identifier. To find the service code value for an AWS service, use the [ListServices](API_ListServices.md) operation.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 63.  
Pattern: `[a-zA-Z][a-zA-Z0-9-]{1,63}`   
Required: Yes

## Response Syntax
<a name="API_GetServiceQuota_ResponseSyntax"></a>

```
{
   "Quota": { 
      "Adjustable": boolean,
      "Description": "string",
      "ErrorReason": { 
         "ErrorCode": "string",
         "ErrorMessage": "string"
      },
      "GlobalQuota": boolean,
      "Period": { 
         "PeriodUnit": "string",
         "PeriodValue": number
      },
      "QuotaAppliedAtLevel": "string",
      "QuotaArn": "string",
      "QuotaCode": "string",
      "QuotaContext": { 
         "ContextId": "string",
         "ContextScope": "string",
         "ContextScopeType": "string"
      },
      "QuotaName": "string",
      "ServiceCode": "string",
      "ServiceName": "string",
      "Unit": "string",
      "UsageMetric": { 
         "MetricDimensions": { 
            "string" : "string" 
         },
         "MetricName": "string",
         "MetricNamespace": "string",
         "MetricStatisticRecommendation": "string"
      },
      "Value": number
   }
}
```

## Response Elements
<a name="API_GetServiceQuota_ResponseElements"></a>

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

 ** [Quota](#API_GetServiceQuota_ResponseSyntax) **   <a name="servicequotas-GetServiceQuota-response-Quota"></a>
Information about the quota.  
Type: [ServiceQuota](API_ServiceQuota.md) object

## Errors
<a name="API_GetServiceQuota_Errors"></a>

For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** AccessDeniedException **   
You do not have sufficient permission to perform this action.  
HTTP Status Code: 400

 ** IllegalArgumentException **   
Invalid input was provided.  
HTTP Status Code: 400

 ** NoSuchResourceException **   
The specified resource does not exist.  
HTTP Status Code: 400

 ** ServiceException **   
Something went wrong.  
HTTP Status Code: 500

 ** TooManyRequestsException **   
Due to throttling, the request was denied. Slow down the rate of request calls, or request an increase for this quota.  
HTTP Status Code: 400

## See Also
<a name="API_GetServiceQuota_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/service-quotas-2019-06-24/GetServiceQuota) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/service-quotas-2019-06-24/GetServiceQuota) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/service-quotas-2019-06-24/GetServiceQuota) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/service-quotas-2019-06-24/GetServiceQuota) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/service-quotas-2019-06-24/GetServiceQuota) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/service-quotas-2019-06-24/GetServiceQuota) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/service-quotas-2019-06-24/GetServiceQuota) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/service-quotas-2019-06-24/GetServiceQuota) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/service-quotas-2019-06-24/GetServiceQuota) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/service-quotas-2019-06-24/GetServiceQuota) 

# GetServiceQuotaIncreaseRequestFromTemplate
<a name="API_GetServiceQuotaIncreaseRequestFromTemplate"></a>

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

**Related Actions**
+  [DeleteServiceQuotaIncreaseRequestFromTemplate](API_DeleteServiceQuotaIncreaseRequestFromTemplate.md) 
+  [ListServiceQuotaIncreaseRequestsInTemplate](API_ListServiceQuotaIncreaseRequestsInTemplate.md) 
+  [PutServiceQuotaIncreaseRequestIntoTemplate](API_PutServiceQuotaIncreaseRequestIntoTemplate.md) 

## Request Syntax
<a name="API_GetServiceQuotaIncreaseRequestFromTemplate_RequestSyntax"></a>

```
{
   "AwsRegion": "string",
   "QuotaCode": "string",
   "ServiceCode": "string"
}
```

## Request Parameters
<a name="API_GetServiceQuotaIncreaseRequestFromTemplate_RequestParameters"></a>

For information about the parameters that are common to all actions, see [Common Parameters](CommonParameters.md).

The request accepts the following data in JSON format.

 ** [AwsRegion](#API_GetServiceQuotaIncreaseRequestFromTemplate_RequestSyntax) **   <a name="servicequotas-GetServiceQuotaIncreaseRequestFromTemplate-request-AwsRegion"></a>
Specifies the AWS Region for which you made the request.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 64.  
Pattern: `[a-zA-Z][a-zA-Z0-9-]{1,128}`   
Required: Yes

 ** [QuotaCode](#API_GetServiceQuotaIncreaseRequestFromTemplate_RequestSyntax) **   <a name="servicequotas-GetServiceQuotaIncreaseRequestFromTemplate-request-QuotaCode"></a>
Specifies the quota identifier. To find the quota code for a specific quota, use the [ListServiceQuotas](API_ListServiceQuotas.md) operation, and look for the `QuotaCode` response in the output for the quota you want.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 128.  
Pattern: `[a-zA-Z][a-zA-Z0-9-]{1,128}`   
Required: Yes

 ** [ServiceCode](#API_GetServiceQuotaIncreaseRequestFromTemplate_RequestSyntax) **   <a name="servicequotas-GetServiceQuotaIncreaseRequestFromTemplate-request-ServiceCode"></a>
Specifies the service identifier. To find the service code value for an AWS service, use the [ListServices](API_ListServices.md) operation.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 63.  
Pattern: `[a-zA-Z][a-zA-Z0-9-]{1,63}`   
Required: Yes

## Response Syntax
<a name="API_GetServiceQuotaIncreaseRequestFromTemplate_ResponseSyntax"></a>

```
{
   "ServiceQuotaIncreaseRequestInTemplate": { 
      "AwsRegion": "string",
      "DesiredValue": number,
      "GlobalQuota": boolean,
      "QuotaCode": "string",
      "QuotaName": "string",
      "ServiceCode": "string",
      "ServiceName": "string",
      "Unit": "string"
   }
}
```

## Response Elements
<a name="API_GetServiceQuotaIncreaseRequestFromTemplate_ResponseElements"></a>

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

 ** [ServiceQuotaIncreaseRequestInTemplate](#API_GetServiceQuotaIncreaseRequestFromTemplate_ResponseSyntax) **   <a name="servicequotas-GetServiceQuotaIncreaseRequestFromTemplate-response-ServiceQuotaIncreaseRequestInTemplate"></a>
Information about the quota increase request.  
Type: [ServiceQuotaIncreaseRequestInTemplate](API_ServiceQuotaIncreaseRequestInTemplate.md) object

## Errors
<a name="API_GetServiceQuotaIncreaseRequestFromTemplate_Errors"></a>

For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** AccessDeniedException **   
You do not have sufficient permission to perform this action.  
HTTP Status Code: 400

 ** AWSServiceAccessNotEnabledException **   
The action you attempted is not allowed unless Service Access with Service Quotas is enabled in your organization.  
HTTP Status Code: 400

 ** DependencyAccessDeniedException **   
You can't perform this action because a dependency does not have access.  
HTTP Status Code: 400

 ** IllegalArgumentException **   
Invalid input was provided.  
HTTP Status Code: 400

 ** NoAvailableOrganizationException **   
The AWS account making this call is not a member of an organization.  
HTTP Status Code: 400

 ** NoSuchResourceException **   
The specified resource does not exist.  
HTTP Status Code: 400

 ** ServiceException **   
Something went wrong.  
HTTP Status Code: 500

 ** TemplatesNotAvailableInRegionException **   
The Service Quotas template is not available in this AWS Region.  
HTTP Status Code: 400

 ** TooManyRequestsException **   
Due to throttling, the request was denied. Slow down the rate of request calls, or request an increase for this quota.  
HTTP Status Code: 400

## See Also
<a name="API_GetServiceQuotaIncreaseRequestFromTemplate_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/service-quotas-2019-06-24/GetServiceQuotaIncreaseRequestFromTemplate) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/service-quotas-2019-06-24/GetServiceQuotaIncreaseRequestFromTemplate) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/service-quotas-2019-06-24/GetServiceQuotaIncreaseRequestFromTemplate) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/service-quotas-2019-06-24/GetServiceQuotaIncreaseRequestFromTemplate) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/service-quotas-2019-06-24/GetServiceQuotaIncreaseRequestFromTemplate) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/service-quotas-2019-06-24/GetServiceQuotaIncreaseRequestFromTemplate) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/service-quotas-2019-06-24/GetServiceQuotaIncreaseRequestFromTemplate) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/service-quotas-2019-06-24/GetServiceQuotaIncreaseRequestFromTemplate) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/service-quotas-2019-06-24/GetServiceQuotaIncreaseRequestFromTemplate) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/service-quotas-2019-06-24/GetServiceQuotaIncreaseRequestFromTemplate) 

# ListAWSDefaultServiceQuotas
<a name="API_ListAWSDefaultServiceQuotas"></a>

Lists the default values for the quotas for the specified AWS service. A default value does not reflect any quota increases.

**Related Actions**
+  [GetAWSDefaultServiceQuota](API_GetAWSDefaultServiceQuota.md) 
+  [ListServices](API_ListServices.md) 
+  [ListServiceQuotas](API_ListServiceQuotas.md) 

## Request Syntax
<a name="API_ListAWSDefaultServiceQuotas_RequestSyntax"></a>

```
{
   "MaxResults": number,
   "NextToken": "string",
   "ServiceCode": "string"
}
```

## Request Parameters
<a name="API_ListAWSDefaultServiceQuotas_RequestParameters"></a>

For information about the parameters that are common to all actions, see [Common Parameters](CommonParameters.md).

The request accepts the following data in JSON format.

 ** [MaxResults](#API_ListAWSDefaultServiceQuotas_RequestSyntax) **   <a name="servicequotas-ListAWSDefaultServiceQuotas-request-MaxResults"></a>
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.
Type: Integer  
Valid Range: Minimum value of 1. Maximum value of 100.  
Required: No

 ** [NextToken](#API_ListAWSDefaultServiceQuotas_RequestSyntax) **   <a name="servicequotas-ListAWSDefaultServiceQuotas-request-NextToken"></a>
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.  
Type: String  
Length Constraints: Maximum length of 2048.  
Pattern: `^[a-zA-Z0-9/+]*={0,2}$`   
Required: No

 ** [ServiceCode](#API_ListAWSDefaultServiceQuotas_RequestSyntax) **   <a name="servicequotas-ListAWSDefaultServiceQuotas-request-ServiceCode"></a>
Specifies the service identifier. To find the service code value for an AWS service, use the [ListServices](API_ListServices.md) operation.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 63.  
Pattern: `[a-zA-Z][a-zA-Z0-9-]{1,63}`   
Required: Yes

## Response Syntax
<a name="API_ListAWSDefaultServiceQuotas_ResponseSyntax"></a>

```
{
   "NextToken": "string",
   "Quotas": [ 
      { 
         "Adjustable": boolean,
         "Description": "string",
         "ErrorReason": { 
            "ErrorCode": "string",
            "ErrorMessage": "string"
         },
         "GlobalQuota": boolean,
         "Period": { 
            "PeriodUnit": "string",
            "PeriodValue": number
         },
         "QuotaAppliedAtLevel": "string",
         "QuotaArn": "string",
         "QuotaCode": "string",
         "QuotaContext": { 
            "ContextId": "string",
            "ContextScope": "string",
            "ContextScopeType": "string"
         },
         "QuotaName": "string",
         "ServiceCode": "string",
         "ServiceName": "string",
         "Unit": "string",
         "UsageMetric": { 
            "MetricDimensions": { 
               "string" : "string" 
            },
            "MetricName": "string",
            "MetricNamespace": "string",
            "MetricStatisticRecommendation": "string"
         },
         "Value": number
      }
   ]
}
```

## Response Elements
<a name="API_ListAWSDefaultServiceQuotas_ResponseElements"></a>

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

 ** [NextToken](#API_ListAWSDefaultServiceQuotas_ResponseSyntax) **   <a name="servicequotas-ListAWSDefaultServiceQuotas-response-NextToken"></a>
If present, indicates that more output is available than is included in the current response. Use this value in the `NextToken` request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the `NextToken` response element comes back as `null`.  
Type: String  
Length Constraints: Maximum length of 2048.  
Pattern: `^[a-zA-Z0-9/+]*={0,2}$` 

 ** [Quotas](#API_ListAWSDefaultServiceQuotas_ResponseSyntax) **   <a name="servicequotas-ListAWSDefaultServiceQuotas-response-Quotas"></a>
Information about the quotas.  
Type: Array of [ServiceQuota](API_ServiceQuota.md) objects

## Errors
<a name="API_ListAWSDefaultServiceQuotas_Errors"></a>

For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** AccessDeniedException **   
You do not have sufficient permission to perform this action.  
HTTP Status Code: 400

 ** IllegalArgumentException **   
Invalid input was provided.  
HTTP Status Code: 400

 ** InvalidPaginationTokenException **   
Invalid input was provided.  
HTTP Status Code: 400

 ** NoSuchResourceException **   
The specified resource does not exist.  
HTTP Status Code: 400

 ** ServiceException **   
Something went wrong.  
HTTP Status Code: 500

 ** TooManyRequestsException **   
Due to throttling, the request was denied. Slow down the rate of request calls, or request an increase for this quota.  
HTTP Status Code: 400

## See Also
<a name="API_ListAWSDefaultServiceQuotas_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/service-quotas-2019-06-24/ListAWSDefaultServiceQuotas) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/service-quotas-2019-06-24/ListAWSDefaultServiceQuotas) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/service-quotas-2019-06-24/ListAWSDefaultServiceQuotas) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/service-quotas-2019-06-24/ListAWSDefaultServiceQuotas) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/service-quotas-2019-06-24/ListAWSDefaultServiceQuotas) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/service-quotas-2019-06-24/ListAWSDefaultServiceQuotas) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/service-quotas-2019-06-24/ListAWSDefaultServiceQuotas) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/service-quotas-2019-06-24/ListAWSDefaultServiceQuotas) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/service-quotas-2019-06-24/ListAWSDefaultServiceQuotas) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/service-quotas-2019-06-24/ListAWSDefaultServiceQuotas) 

# ListRequestedServiceQuotaChangeHistory
<a name="API_ListRequestedServiceQuotaChangeHistory"></a>

Retrieves the quota increase requests for the specified AWS service. Filter responses to return quota requests at either the account level, resource level, or all levels. Responses include any open or closed requests within 90 days.

## Request Syntax
<a name="API_ListRequestedServiceQuotaChangeHistory_RequestSyntax"></a>

```
{
   "MaxResults": number,
   "NextToken": "string",
   "QuotaRequestedAtLevel": "string",
   "ServiceCode": "string",
   "Status": "string"
}
```

## Request Parameters
<a name="API_ListRequestedServiceQuotaChangeHistory_RequestParameters"></a>

For information about the parameters that are common to all actions, see [Common Parameters](CommonParameters.md).

The request accepts the following data in JSON format.

 ** [MaxResults](#API_ListRequestedServiceQuotaChangeHistory_RequestSyntax) **   <a name="servicequotas-ListRequestedServiceQuotaChangeHistory-request-MaxResults"></a>
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.
Type: Integer  
Valid Range: Minimum value of 1. Maximum value of 100.  
Required: No

 ** [NextToken](#API_ListRequestedServiceQuotaChangeHistory_RequestSyntax) **   <a name="servicequotas-ListRequestedServiceQuotaChangeHistory-request-NextToken"></a>
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.  
Type: String  
Length Constraints: Maximum length of 2048.  
Pattern: `^[a-zA-Z0-9/+]*={0,2}$`   
Required: No

 ** [QuotaRequestedAtLevel](#API_ListRequestedServiceQuotaChangeHistory_RequestSyntax) **   <a name="servicequotas-ListRequestedServiceQuotaChangeHistory-request-QuotaRequestedAtLevel"></a>
Filters the response to return quota requests for the `ACCOUNT`, `RESOURCE`, or `ALL` levels. `ACCOUNT` is the default.  
Type: String  
Valid Values: `ACCOUNT | RESOURCE | ALL`   
Required: No

 ** [ServiceCode](#API_ListRequestedServiceQuotaChangeHistory_RequestSyntax) **   <a name="servicequotas-ListRequestedServiceQuotaChangeHistory-request-ServiceCode"></a>
Specifies the service identifier. To find the service code value for an AWS service, use the [ListServices](API_ListServices.md) operation.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 63.  
Pattern: `[a-zA-Z][a-zA-Z0-9-]{1,63}`   
Required: No

 ** [Status](#API_ListRequestedServiceQuotaChangeHistory_RequestSyntax) **   <a name="servicequotas-ListRequestedServiceQuotaChangeHistory-request-Status"></a>
Specifies that you want to filter the results to only the requests with the matching status.  
Type: String  
Valid Values: `PENDING | CASE_OPENED | APPROVED | DENIED | CASE_CLOSED | NOT_APPROVED | INVALID_REQUEST`   
Required: No

## Response Syntax
<a name="API_ListRequestedServiceQuotaChangeHistory_ResponseSyntax"></a>

```
{
   "NextToken": "string",
   "RequestedQuotas": [ 
      { 
         "CaseId": "string",
         "Created": number,
         "DesiredValue": number,
         "GlobalQuota": boolean,
         "Id": "string",
         "LastUpdated": number,
         "QuotaArn": "string",
         "QuotaCode": "string",
         "QuotaContext": { 
            "ContextId": "string",
            "ContextScope": "string",
            "ContextScopeType": "string"
         },
         "QuotaName": "string",
         "QuotaRequestedAtLevel": "string",
         "Requester": "string",
         "RequestType": "string",
         "ServiceCode": "string",
         "ServiceName": "string",
         "Status": "string",
         "Unit": "string"
      }
   ]
}
```

## Response Elements
<a name="API_ListRequestedServiceQuotaChangeHistory_ResponseElements"></a>

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

 ** [NextToken](#API_ListRequestedServiceQuotaChangeHistory_ResponseSyntax) **   <a name="servicequotas-ListRequestedServiceQuotaChangeHistory-response-NextToken"></a>
If present, indicates that more output is available than is included in the current response. Use this value in the `NextToken` request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the `NextToken` response element comes back as `null`.  
Type: String  
Length Constraints: Maximum length of 2048.  
Pattern: `^[a-zA-Z0-9/+]*={0,2}$` 

 ** [RequestedQuotas](#API_ListRequestedServiceQuotaChangeHistory_ResponseSyntax) **   <a name="servicequotas-ListRequestedServiceQuotaChangeHistory-response-RequestedQuotas"></a>
Information about the quota increase requests.  
Type: Array of [RequestedServiceQuotaChange](API_RequestedServiceQuotaChange.md) objects

## Errors
<a name="API_ListRequestedServiceQuotaChangeHistory_Errors"></a>

For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** AccessDeniedException **   
You do not have sufficient permission to perform this action.  
HTTP Status Code: 400

 ** IllegalArgumentException **   
Invalid input was provided.  
HTTP Status Code: 400

 ** InvalidPaginationTokenException **   
Invalid input was provided.  
HTTP Status Code: 400

 ** NoSuchResourceException **   
The specified resource does not exist.  
HTTP Status Code: 400

 ** ServiceException **   
Something went wrong.  
HTTP Status Code: 500

 ** TooManyRequestsException **   
Due to throttling, the request was denied. Slow down the rate of request calls, or request an increase for this quota.  
HTTP Status Code: 400

## See Also
<a name="API_ListRequestedServiceQuotaChangeHistory_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/service-quotas-2019-06-24/ListRequestedServiceQuotaChangeHistory) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/service-quotas-2019-06-24/ListRequestedServiceQuotaChangeHistory) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/service-quotas-2019-06-24/ListRequestedServiceQuotaChangeHistory) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/service-quotas-2019-06-24/ListRequestedServiceQuotaChangeHistory) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/service-quotas-2019-06-24/ListRequestedServiceQuotaChangeHistory) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/service-quotas-2019-06-24/ListRequestedServiceQuotaChangeHistory) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/service-quotas-2019-06-24/ListRequestedServiceQuotaChangeHistory) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/service-quotas-2019-06-24/ListRequestedServiceQuotaChangeHistory) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/service-quotas-2019-06-24/ListRequestedServiceQuotaChangeHistory) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/service-quotas-2019-06-24/ListRequestedServiceQuotaChangeHistory) 

# ListRequestedServiceQuotaChangeHistoryByQuota
<a name="API_ListRequestedServiceQuotaChangeHistoryByQuota"></a>

Retrieves the quota increase requests for the specified quota. Filter responses to return quota requests at either the account level, resource level, or all levels.

## Request Syntax
<a name="API_ListRequestedServiceQuotaChangeHistoryByQuota_RequestSyntax"></a>

```
{
   "MaxResults": number,
   "NextToken": "string",
   "QuotaCode": "string",
   "QuotaRequestedAtLevel": "string",
   "ServiceCode": "string",
   "Status": "string"
}
```

## Request Parameters
<a name="API_ListRequestedServiceQuotaChangeHistoryByQuota_RequestParameters"></a>

For information about the parameters that are common to all actions, see [Common Parameters](CommonParameters.md).

The request accepts the following data in JSON format.

 ** [MaxResults](#API_ListRequestedServiceQuotaChangeHistoryByQuota_RequestSyntax) **   <a name="servicequotas-ListRequestedServiceQuotaChangeHistoryByQuota-request-MaxResults"></a>
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.
Type: Integer  
Valid Range: Minimum value of 1. Maximum value of 100.  
Required: No

 ** [NextToken](#API_ListRequestedServiceQuotaChangeHistoryByQuota_RequestSyntax) **   <a name="servicequotas-ListRequestedServiceQuotaChangeHistoryByQuota-request-NextToken"></a>
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.  
Type: String  
Length Constraints: Maximum length of 2048.  
Pattern: `^[a-zA-Z0-9/+]*={0,2}$`   
Required: No

 ** [QuotaCode](#API_ListRequestedServiceQuotaChangeHistoryByQuota_RequestSyntax) **   <a name="servicequotas-ListRequestedServiceQuotaChangeHistoryByQuota-request-QuotaCode"></a>
Specifies the quota identifier. To find the quota code for a specific quota, use the [ListServiceQuotas](API_ListServiceQuotas.md) operation, and look for the `QuotaCode` response in the output for the quota you want.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 128.  
Pattern: `[a-zA-Z][a-zA-Z0-9-]{1,128}`   
Required: Yes

 ** [QuotaRequestedAtLevel](#API_ListRequestedServiceQuotaChangeHistoryByQuota_RequestSyntax) **   <a name="servicequotas-ListRequestedServiceQuotaChangeHistoryByQuota-request-QuotaRequestedAtLevel"></a>
Filters the response to return quota requests for the `ACCOUNT`, `RESOURCE`, or `ALL` levels. `ACCOUNT` is the default.  
Type: String  
Valid Values: `ACCOUNT | RESOURCE | ALL`   
Required: No

 ** [ServiceCode](#API_ListRequestedServiceQuotaChangeHistoryByQuota_RequestSyntax) **   <a name="servicequotas-ListRequestedServiceQuotaChangeHistoryByQuota-request-ServiceCode"></a>
Specifies the service identifier. To find the service code value for an AWS service, use the [ListServices](API_ListServices.md) operation.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 63.  
Pattern: `[a-zA-Z][a-zA-Z0-9-]{1,63}`   
Required: Yes

 ** [Status](#API_ListRequestedServiceQuotaChangeHistoryByQuota_RequestSyntax) **   <a name="servicequotas-ListRequestedServiceQuotaChangeHistoryByQuota-request-Status"></a>
Specifies that you want to filter the results to only the requests with the matching status.  
Type: String  
Valid Values: `PENDING | CASE_OPENED | APPROVED | DENIED | CASE_CLOSED | NOT_APPROVED | INVALID_REQUEST`   
Required: No

## Response Syntax
<a name="API_ListRequestedServiceQuotaChangeHistoryByQuota_ResponseSyntax"></a>

```
{
   "NextToken": "string",
   "RequestedQuotas": [ 
      { 
         "CaseId": "string",
         "Created": number,
         "DesiredValue": number,
         "GlobalQuota": boolean,
         "Id": "string",
         "LastUpdated": number,
         "QuotaArn": "string",
         "QuotaCode": "string",
         "QuotaContext": { 
            "ContextId": "string",
            "ContextScope": "string",
            "ContextScopeType": "string"
         },
         "QuotaName": "string",
         "QuotaRequestedAtLevel": "string",
         "Requester": "string",
         "RequestType": "string",
         "ServiceCode": "string",
         "ServiceName": "string",
         "Status": "string",
         "Unit": "string"
      }
   ]
}
```

## Response Elements
<a name="API_ListRequestedServiceQuotaChangeHistoryByQuota_ResponseElements"></a>

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

 ** [NextToken](#API_ListRequestedServiceQuotaChangeHistoryByQuota_ResponseSyntax) **   <a name="servicequotas-ListRequestedServiceQuotaChangeHistoryByQuota-response-NextToken"></a>
If present, indicates that more output is available than is included in the current response. Use this value in the `NextToken` request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the `NextToken` response element comes back as `null`.  
Type: String  
Length Constraints: Maximum length of 2048.  
Pattern: `^[a-zA-Z0-9/+]*={0,2}$` 

 ** [RequestedQuotas](#API_ListRequestedServiceQuotaChangeHistoryByQuota_ResponseSyntax) **   <a name="servicequotas-ListRequestedServiceQuotaChangeHistoryByQuota-response-RequestedQuotas"></a>
Information about the quota increase requests.  
Type: Array of [RequestedServiceQuotaChange](API_RequestedServiceQuotaChange.md) objects

## Errors
<a name="API_ListRequestedServiceQuotaChangeHistoryByQuota_Errors"></a>

For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** AccessDeniedException **   
You do not have sufficient permission to perform this action.  
HTTP Status Code: 400

 ** IllegalArgumentException **   
Invalid input was provided.  
HTTP Status Code: 400

 ** InvalidPaginationTokenException **   
Invalid input was provided.  
HTTP Status Code: 400

 ** NoSuchResourceException **   
The specified resource does not exist.  
HTTP Status Code: 400

 ** ServiceException **   
Something went wrong.  
HTTP Status Code: 500

 ** TooManyRequestsException **   
Due to throttling, the request was denied. Slow down the rate of request calls, or request an increase for this quota.  
HTTP Status Code: 400

## See Also
<a name="API_ListRequestedServiceQuotaChangeHistoryByQuota_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/service-quotas-2019-06-24/ListRequestedServiceQuotaChangeHistoryByQuota) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/service-quotas-2019-06-24/ListRequestedServiceQuotaChangeHistoryByQuota) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/service-quotas-2019-06-24/ListRequestedServiceQuotaChangeHistoryByQuota) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/service-quotas-2019-06-24/ListRequestedServiceQuotaChangeHistoryByQuota) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/service-quotas-2019-06-24/ListRequestedServiceQuotaChangeHistoryByQuota) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/service-quotas-2019-06-24/ListRequestedServiceQuotaChangeHistoryByQuota) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/service-quotas-2019-06-24/ListRequestedServiceQuotaChangeHistoryByQuota) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/service-quotas-2019-06-24/ListRequestedServiceQuotaChangeHistoryByQuota) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/service-quotas-2019-06-24/ListRequestedServiceQuotaChangeHistoryByQuota) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/service-quotas-2019-06-24/ListRequestedServiceQuotaChangeHistoryByQuota) 

# ListServiceQuotaIncreaseRequestsInTemplate
<a name="API_ListServiceQuotaIncreaseRequestsInTemplate"></a>

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

## Request Syntax
<a name="API_ListServiceQuotaIncreaseRequestsInTemplate_RequestSyntax"></a>

```
{
   "AwsRegion": "string",
   "MaxResults": number,
   "NextToken": "string",
   "ServiceCode": "string"
}
```

## Request Parameters
<a name="API_ListServiceQuotaIncreaseRequestsInTemplate_RequestParameters"></a>

For information about the parameters that are common to all actions, see [Common Parameters](CommonParameters.md).

The request accepts the following data in JSON format.

 ** [AwsRegion](#API_ListServiceQuotaIncreaseRequestsInTemplate_RequestSyntax) **   <a name="servicequotas-ListServiceQuotaIncreaseRequestsInTemplate-request-AwsRegion"></a>
Specifies the AWS Region for which you made the request.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 64.  
Pattern: `[a-zA-Z][a-zA-Z0-9-]{1,128}`   
Required: No

 ** [MaxResults](#API_ListServiceQuotaIncreaseRequestsInTemplate_RequestSyntax) **   <a name="servicequotas-ListServiceQuotaIncreaseRequestsInTemplate-request-MaxResults"></a>
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.
Type: Integer  
Valid Range: Minimum value of 1. Maximum value of 100.  
Required: No

 ** [NextToken](#API_ListServiceQuotaIncreaseRequestsInTemplate_RequestSyntax) **   <a name="servicequotas-ListServiceQuotaIncreaseRequestsInTemplate-request-NextToken"></a>
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.  
Type: String  
Length Constraints: Maximum length of 2048.  
Pattern: `^[a-zA-Z0-9/+]*={0,2}$`   
Required: No

 ** [ServiceCode](#API_ListServiceQuotaIncreaseRequestsInTemplate_RequestSyntax) **   <a name="servicequotas-ListServiceQuotaIncreaseRequestsInTemplate-request-ServiceCode"></a>
Specifies the service identifier. To find the service code value for an AWS service, use the [ListServices](API_ListServices.md) operation.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 63.  
Pattern: `[a-zA-Z][a-zA-Z0-9-]{1,63}`   
Required: No

## Response Syntax
<a name="API_ListServiceQuotaIncreaseRequestsInTemplate_ResponseSyntax"></a>

```
{
   "NextToken": "string",
   "ServiceQuotaIncreaseRequestInTemplateList": [ 
      { 
         "AwsRegion": "string",
         "DesiredValue": number,
         "GlobalQuota": boolean,
         "QuotaCode": "string",
         "QuotaName": "string",
         "ServiceCode": "string",
         "ServiceName": "string",
         "Unit": "string"
      }
   ]
}
```

## Response Elements
<a name="API_ListServiceQuotaIncreaseRequestsInTemplate_ResponseElements"></a>

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

 ** [NextToken](#API_ListServiceQuotaIncreaseRequestsInTemplate_ResponseSyntax) **   <a name="servicequotas-ListServiceQuotaIncreaseRequestsInTemplate-response-NextToken"></a>
If present, indicates that more output is available than is included in the current response. Use this value in the `NextToken` request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the `NextToken` response element comes back as `null`.  
Type: String  
Length Constraints: Maximum length of 2048.  
Pattern: `^[a-zA-Z0-9/+]*={0,2}$` 

 ** [ServiceQuotaIncreaseRequestInTemplateList](#API_ListServiceQuotaIncreaseRequestsInTemplate_ResponseSyntax) **   <a name="servicequotas-ListServiceQuotaIncreaseRequestsInTemplate-response-ServiceQuotaIncreaseRequestInTemplateList"></a>
Information about the quota increase requests.  
Type: Array of [ServiceQuotaIncreaseRequestInTemplate](API_ServiceQuotaIncreaseRequestInTemplate.md) objects

## Errors
<a name="API_ListServiceQuotaIncreaseRequestsInTemplate_Errors"></a>

For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** AccessDeniedException **   
You do not have sufficient permission to perform this action.  
HTTP Status Code: 400

 ** AWSServiceAccessNotEnabledException **   
The action you attempted is not allowed unless Service Access with Service Quotas is enabled in your organization.  
HTTP Status Code: 400

 ** DependencyAccessDeniedException **   
You can't perform this action because a dependency does not have access.  
HTTP Status Code: 400

 ** IllegalArgumentException **   
Invalid input was provided.  
HTTP Status Code: 400

 ** NoAvailableOrganizationException **   
The AWS account making this call is not a member of an organization.  
HTTP Status Code: 400

 ** ServiceException **   
Something went wrong.  
HTTP Status Code: 500

 ** TemplatesNotAvailableInRegionException **   
The Service Quotas template is not available in this AWS Region.  
HTTP Status Code: 400

 ** TooManyRequestsException **   
Due to throttling, the request was denied. Slow down the rate of request calls, or request an increase for this quota.  
HTTP Status Code: 400

## See Also
<a name="API_ListServiceQuotaIncreaseRequestsInTemplate_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/service-quotas-2019-06-24/ListServiceQuotaIncreaseRequestsInTemplate) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/service-quotas-2019-06-24/ListServiceQuotaIncreaseRequestsInTemplate) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/service-quotas-2019-06-24/ListServiceQuotaIncreaseRequestsInTemplate) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/service-quotas-2019-06-24/ListServiceQuotaIncreaseRequestsInTemplate) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/service-quotas-2019-06-24/ListServiceQuotaIncreaseRequestsInTemplate) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/service-quotas-2019-06-24/ListServiceQuotaIncreaseRequestsInTemplate) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/service-quotas-2019-06-24/ListServiceQuotaIncreaseRequestsInTemplate) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/service-quotas-2019-06-24/ListServiceQuotaIncreaseRequestsInTemplate) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/service-quotas-2019-06-24/ListServiceQuotaIncreaseRequestsInTemplate) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/service-quotas-2019-06-24/ListServiceQuotaIncreaseRequestsInTemplate) 

# ListServiceQuotas
<a name="API_ListServiceQuotas"></a>

Lists the applied quota values for the specified AWS 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. Filter responses to return applied quota values at either the account level, resource level, or all levels.

**Related Actions**
+  [GetServiceQuota](API_GetServiceQuota.md) 
+  [ListAWSDefaultServiceQuotas](API_ListAWSDefaultServiceQuotas.md) 
+  [ListServices](API_ListServices.md) 
+  [RequestServiceQuotaIncrease](API_RequestServiceQuotaIncrease.md) 

## Request Syntax
<a name="API_ListServiceQuotas_RequestSyntax"></a>

```
{
   "MaxResults": number,
   "NextToken": "string",
   "QuotaAppliedAtLevel": "string",
   "QuotaCode": "string",
   "ServiceCode": "string"
}
```

## Request Parameters
<a name="API_ListServiceQuotas_RequestParameters"></a>

For information about the parameters that are common to all actions, see [Common Parameters](CommonParameters.md).

The request accepts the following data in JSON format.

 ** [MaxResults](#API_ListServiceQuotas_RequestSyntax) **   <a name="servicequotas-ListServiceQuotas-request-MaxResults"></a>
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.
Type: Integer  
Valid Range: Minimum value of 1. Maximum value of 100.  
Required: No

 ** [NextToken](#API_ListServiceQuotas_RequestSyntax) **   <a name="servicequotas-ListServiceQuotas-request-NextToken"></a>
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.  
Type: String  
Length Constraints: Maximum length of 2048.  
Pattern: `^[a-zA-Z0-9/+]*={0,2}$`   
Required: No

 ** [QuotaAppliedAtLevel](#API_ListServiceQuotas_RequestSyntax) **   <a name="servicequotas-ListServiceQuotas-request-QuotaAppliedAtLevel"></a>
Filters the response to return applied quota values for the `ACCOUNT`, `RESOURCE`, or `ALL` levels. `ACCOUNT` is the default.  
Type: String  
Valid Values: `ACCOUNT | RESOURCE | ALL`   
Required: No

 ** [QuotaCode](#API_ListServiceQuotas_RequestSyntax) **   <a name="servicequotas-ListServiceQuotas-request-QuotaCode"></a>
Specifies the quota identifier. To find the quota code for a specific quota, use the [ListServiceQuotas](#API_ListServiceQuotas) operation, and look for the `QuotaCode` response in the output for the quota you want.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 128.  
Pattern: `[a-zA-Z][a-zA-Z0-9-]{1,128}`   
Required: No

 ** [ServiceCode](#API_ListServiceQuotas_RequestSyntax) **   <a name="servicequotas-ListServiceQuotas-request-ServiceCode"></a>
Specifies the service identifier. To find the service code value for an AWS service, use the [ListServices](API_ListServices.md) operation.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 63.  
Pattern: `[a-zA-Z][a-zA-Z0-9-]{1,63}`   
Required: Yes

## Response Syntax
<a name="API_ListServiceQuotas_ResponseSyntax"></a>

```
{
   "NextToken": "string",
   "Quotas": [ 
      { 
         "Adjustable": boolean,
         "Description": "string",
         "ErrorReason": { 
            "ErrorCode": "string",
            "ErrorMessage": "string"
         },
         "GlobalQuota": boolean,
         "Period": { 
            "PeriodUnit": "string",
            "PeriodValue": number
         },
         "QuotaAppliedAtLevel": "string",
         "QuotaArn": "string",
         "QuotaCode": "string",
         "QuotaContext": { 
            "ContextId": "string",
            "ContextScope": "string",
            "ContextScopeType": "string"
         },
         "QuotaName": "string",
         "ServiceCode": "string",
         "ServiceName": "string",
         "Unit": "string",
         "UsageMetric": { 
            "MetricDimensions": { 
               "string" : "string" 
            },
            "MetricName": "string",
            "MetricNamespace": "string",
            "MetricStatisticRecommendation": "string"
         },
         "Value": number
      }
   ]
}
```

## Response Elements
<a name="API_ListServiceQuotas_ResponseElements"></a>

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

 ** [NextToken](#API_ListServiceQuotas_ResponseSyntax) **   <a name="servicequotas-ListServiceQuotas-response-NextToken"></a>
If present, indicates that more output is available than is included in the current response. Use this value in the `NextToken` request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the `NextToken` response element comes back as `null`.  
Type: String  
Length Constraints: Maximum length of 2048.  
Pattern: `^[a-zA-Z0-9/+]*={0,2}$` 

 ** [Quotas](#API_ListServiceQuotas_ResponseSyntax) **   <a name="servicequotas-ListServiceQuotas-response-Quotas"></a>
Information about the quotas.  
Type: Array of [ServiceQuota](API_ServiceQuota.md) objects

## Errors
<a name="API_ListServiceQuotas_Errors"></a>

For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** AccessDeniedException **   
You do not have sufficient permission to perform this action.  
HTTP Status Code: 400

 ** IllegalArgumentException **   
Invalid input was provided.  
HTTP Status Code: 400

 ** InvalidPaginationTokenException **   
Invalid input was provided.  
HTTP Status Code: 400

 ** NoSuchResourceException **   
The specified resource does not exist.  
HTTP Status Code: 400

 ** ServiceException **   
Something went wrong.  
HTTP Status Code: 500

 ** TooManyRequestsException **   
Due to throttling, the request was denied. Slow down the rate of request calls, or request an increase for this quota.  
HTTP Status Code: 400

## See Also
<a name="API_ListServiceQuotas_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/service-quotas-2019-06-24/ListServiceQuotas) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/service-quotas-2019-06-24/ListServiceQuotas) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/service-quotas-2019-06-24/ListServiceQuotas) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/service-quotas-2019-06-24/ListServiceQuotas) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/service-quotas-2019-06-24/ListServiceQuotas) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/service-quotas-2019-06-24/ListServiceQuotas) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/service-quotas-2019-06-24/ListServiceQuotas) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/service-quotas-2019-06-24/ListServiceQuotas) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/service-quotas-2019-06-24/ListServiceQuotas) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/service-quotas-2019-06-24/ListServiceQuotas) 

# ListServices
<a name="API_ListServices"></a>

Lists the names and codes for the AWS services integrated with Service Quotas.

**Related Actions**
+  [ListAWSDefaultServiceQuotas](API_ListAWSDefaultServiceQuotas.md) 
+  [ListServiceQuotas](API_ListServiceQuotas.md) 
+  [RequestServiceQuotaIncrease](API_RequestServiceQuotaIncrease.md) 

## Request Syntax
<a name="API_ListServices_RequestSyntax"></a>

```
{
   "MaxResults": number,
   "NextToken": "string"
}
```

## Request Parameters
<a name="API_ListServices_RequestParameters"></a>

For information about the parameters that are common to all actions, see [Common Parameters](CommonParameters.md).

The request accepts the following data in JSON format.

 ** [MaxResults](#API_ListServices_RequestSyntax) **   <a name="servicequotas-ListServices-request-MaxResults"></a>
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.
Type: Integer  
Valid Range: Minimum value of 1. Maximum value of 100.  
Required: No

 ** [NextToken](#API_ListServices_RequestSyntax) **   <a name="servicequotas-ListServices-request-NextToken"></a>
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.  
Type: String  
Length Constraints: Maximum length of 2048.  
Pattern: `^[a-zA-Z0-9/+]*={0,2}$`   
Required: No

## Response Syntax
<a name="API_ListServices_ResponseSyntax"></a>

```
{
   "NextToken": "string",
   "Services": [ 
      { 
         "ServiceCode": "string",
         "ServiceName": "string"
      }
   ]
}
```

## Response Elements
<a name="API_ListServices_ResponseElements"></a>

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

 ** [NextToken](#API_ListServices_ResponseSyntax) **   <a name="servicequotas-ListServices-response-NextToken"></a>
If present, indicates that more output is available than is included in the current response. Use this value in the `NextToken` request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the `NextToken` response element comes back as `null`.  
Type: String  
Length Constraints: Maximum length of 2048.  
Pattern: `^[a-zA-Z0-9/+]*={0,2}$` 

 ** [Services](#API_ListServices_ResponseSyntax) **   <a name="servicequotas-ListServices-response-Services"></a>
The list of the AWS service names and service codes.  
Type: Array of [ServiceInfo](API_ServiceInfo.md) objects

## Errors
<a name="API_ListServices_Errors"></a>

For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** AccessDeniedException **   
You do not have sufficient permission to perform this action.  
HTTP Status Code: 400

 ** IllegalArgumentException **   
Invalid input was provided.  
HTTP Status Code: 400

 ** InvalidPaginationTokenException **   
Invalid input was provided.  
HTTP Status Code: 400

 ** ServiceException **   
Something went wrong.  
HTTP Status Code: 500

 ** TooManyRequestsException **   
Due to throttling, the request was denied. Slow down the rate of request calls, or request an increase for this quota.  
HTTP Status Code: 400

## See Also
<a name="API_ListServices_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/service-quotas-2019-06-24/ListServices) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/service-quotas-2019-06-24/ListServices) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/service-quotas-2019-06-24/ListServices) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/service-quotas-2019-06-24/ListServices) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/service-quotas-2019-06-24/ListServices) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/service-quotas-2019-06-24/ListServices) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/service-quotas-2019-06-24/ListServices) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/service-quotas-2019-06-24/ListServices) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/service-quotas-2019-06-24/ListServices) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/service-quotas-2019-06-24/ListServices) 

# ListTagsForResource
<a name="API_ListTagsForResource"></a>

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

## Request Syntax
<a name="API_ListTagsForResource_RequestSyntax"></a>

```
{
   "ResourceARN": "string"
}
```

## Request Parameters
<a name="API_ListTagsForResource_RequestParameters"></a>

For information about the parameters that are common to all actions, see [Common Parameters](CommonParameters.md).

The request accepts the following data in JSON format.

 ** [ResourceARN](#API_ListTagsForResource_RequestSyntax) **   <a name="servicequotas-ListTagsForResource-request-ResourceARN"></a>
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](https://docs.aws.amazon.com/cli/latest/reference/service-quotas/list-service-quotas.html) AWS CLI command or the [ListServiceQuotas](https://docs.aws.amazon.com/servicequotas/2019-06-24/apireference/API_ListServiceQuotas.html) AWS API operation.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 1011.  
Pattern: `arn:aws(-[\w]+)*:*:.+:[0-9]{12}:.+`   
Required: Yes

## Response Syntax
<a name="API_ListTagsForResource_ResponseSyntax"></a>

```
{
   "Tags": [ 
      { 
         "Key": "string",
         "Value": "string"
      }
   ]
}
```

## Response Elements
<a name="API_ListTagsForResource_ResponseElements"></a>

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

 ** [Tags](#API_ListTagsForResource_ResponseSyntax) **   <a name="servicequotas-ListTagsForResource-response-Tags"></a>
A complex data type that contains zero or more tag elements.  
Type: Array of [Tag](API_Tag.md) objects  
Array Members: Maximum number of 200 items.

## Errors
<a name="API_ListTagsForResource_Errors"></a>

For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** AccessDeniedException **   
You do not have sufficient permission to perform this action.  
HTTP Status Code: 400

 ** IllegalArgumentException **   
Invalid input was provided.  
HTTP Status Code: 400

 ** NoSuchResourceException **   
The specified resource does not exist.  
HTTP Status Code: 400

 ** ServiceException **   
Something went wrong.  
HTTP Status Code: 500

 ** TooManyRequestsException **   
Due to throttling, the request was denied. Slow down the rate of request calls, or request an increase for this quota.  
HTTP Status Code: 400

## See Also
<a name="API_ListTagsForResource_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/service-quotas-2019-06-24/ListTagsForResource) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/service-quotas-2019-06-24/ListTagsForResource) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/service-quotas-2019-06-24/ListTagsForResource) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/service-quotas-2019-06-24/ListTagsForResource) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/service-quotas-2019-06-24/ListTagsForResource) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/service-quotas-2019-06-24/ListTagsForResource) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/service-quotas-2019-06-24/ListTagsForResource) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/service-quotas-2019-06-24/ListTagsForResource) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/service-quotas-2019-06-24/ListTagsForResource) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/service-quotas-2019-06-24/ListTagsForResource) 

# PutServiceQuotaIncreaseRequestIntoTemplate
<a name="API_PutServiceQuotaIncreaseRequestIntoTemplate"></a>

Adds a quota increase request to your quota request template.

**Related Actions**
+  [DeleteServiceQuotaIncreaseRequestFromTemplate](API_DeleteServiceQuotaIncreaseRequestFromTemplate.md) 
+  [GetServiceQuotaIncreaseRequestFromTemplate](API_GetServiceQuotaIncreaseRequestFromTemplate.md) 
+  [ListServiceQuotaIncreaseRequestsInTemplate](API_ListServiceQuotaIncreaseRequestsInTemplate.md) 

## Request Syntax
<a name="API_PutServiceQuotaIncreaseRequestIntoTemplate_RequestSyntax"></a>

```
{
   "AwsRegion": "string",
   "DesiredValue": number,
   "QuotaCode": "string",
   "ServiceCode": "string"
}
```

## Request Parameters
<a name="API_PutServiceQuotaIncreaseRequestIntoTemplate_RequestParameters"></a>

For information about the parameters that are common to all actions, see [Common Parameters](CommonParameters.md).

The request accepts the following data in JSON format.

 ** [AwsRegion](#API_PutServiceQuotaIncreaseRequestIntoTemplate_RequestSyntax) **   <a name="servicequotas-PutServiceQuotaIncreaseRequestIntoTemplate-request-AwsRegion"></a>
Specifies the AWS Region to which the template applies.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 64.  
Pattern: `[a-zA-Z][a-zA-Z0-9-]{1,128}`   
Required: Yes

 ** [DesiredValue](#API_PutServiceQuotaIncreaseRequestIntoTemplate_RequestSyntax) **   <a name="servicequotas-PutServiceQuotaIncreaseRequestIntoTemplate-request-DesiredValue"></a>
Specifies the new, increased value for the quota.  
Type: Double  
Valid Range: Minimum value of 0. Maximum value of 10000000000.  
Required: Yes

 ** [QuotaCode](#API_PutServiceQuotaIncreaseRequestIntoTemplate_RequestSyntax) **   <a name="servicequotas-PutServiceQuotaIncreaseRequestIntoTemplate-request-QuotaCode"></a>
Specifies the quota identifier. To find the quota code for a specific quota, use the [ListServiceQuotas](API_ListServiceQuotas.md) operation, and look for the `QuotaCode` response in the output for the quota you want.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 128.  
Pattern: `[a-zA-Z][a-zA-Z0-9-]{1,128}`   
Required: Yes

 ** [ServiceCode](#API_PutServiceQuotaIncreaseRequestIntoTemplate_RequestSyntax) **   <a name="servicequotas-PutServiceQuotaIncreaseRequestIntoTemplate-request-ServiceCode"></a>
Specifies the service identifier. To find the service code value for an AWS service, use the [ListServices](API_ListServices.md) operation.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 63.  
Pattern: `[a-zA-Z][a-zA-Z0-9-]{1,63}`   
Required: Yes

## Response Syntax
<a name="API_PutServiceQuotaIncreaseRequestIntoTemplate_ResponseSyntax"></a>

```
{
   "ServiceQuotaIncreaseRequestInTemplate": { 
      "AwsRegion": "string",
      "DesiredValue": number,
      "GlobalQuota": boolean,
      "QuotaCode": "string",
      "QuotaName": "string",
      "ServiceCode": "string",
      "ServiceName": "string",
      "Unit": "string"
   }
}
```

## Response Elements
<a name="API_PutServiceQuotaIncreaseRequestIntoTemplate_ResponseElements"></a>

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

 ** [ServiceQuotaIncreaseRequestInTemplate](#API_PutServiceQuotaIncreaseRequestIntoTemplate_ResponseSyntax) **   <a name="servicequotas-PutServiceQuotaIncreaseRequestIntoTemplate-response-ServiceQuotaIncreaseRequestInTemplate"></a>
Information about the quota increase request.  
Type: [ServiceQuotaIncreaseRequestInTemplate](API_ServiceQuotaIncreaseRequestInTemplate.md) object

## Errors
<a name="API_PutServiceQuotaIncreaseRequestIntoTemplate_Errors"></a>

For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** AccessDeniedException **   
You do not have sufficient permission to perform this action.  
HTTP Status Code: 400

 ** AWSServiceAccessNotEnabledException **   
The action you attempted is not allowed unless Service Access with Service Quotas is enabled in your organization.  
HTTP Status Code: 400

 ** DependencyAccessDeniedException **   
You can't perform this action because a dependency does not have access.  
HTTP Status Code: 400

 ** IllegalArgumentException **   
Invalid input was provided.  
HTTP Status Code: 400

 ** NoAvailableOrganizationException **   
The AWS account making this call is not a member of an organization.  
HTTP Status Code: 400

 ** NoSuchResourceException **   
The specified resource does not exist.  
HTTP Status Code: 400

 ** QuotaExceededException **   
You have exceeded your service quota. To perform the requested action, remove some of the relevant resources, or use Service Quotas to request a service quota increase.  
HTTP Status Code: 400

 ** ServiceException **   
Something went wrong.  
HTTP Status Code: 500

 ** TemplatesNotAvailableInRegionException **   
The Service Quotas template is not available in this AWS Region.  
HTTP Status Code: 400

 ** TooManyRequestsException **   
Due to throttling, the request was denied. Slow down the rate of request calls, or request an increase for this quota.  
HTTP Status Code: 400

## See Also
<a name="API_PutServiceQuotaIncreaseRequestIntoTemplate_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/service-quotas-2019-06-24/PutServiceQuotaIncreaseRequestIntoTemplate) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/service-quotas-2019-06-24/PutServiceQuotaIncreaseRequestIntoTemplate) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/service-quotas-2019-06-24/PutServiceQuotaIncreaseRequestIntoTemplate) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/service-quotas-2019-06-24/PutServiceQuotaIncreaseRequestIntoTemplate) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/service-quotas-2019-06-24/PutServiceQuotaIncreaseRequestIntoTemplate) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/service-quotas-2019-06-24/PutServiceQuotaIncreaseRequestIntoTemplate) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/service-quotas-2019-06-24/PutServiceQuotaIncreaseRequestIntoTemplate) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/service-quotas-2019-06-24/PutServiceQuotaIncreaseRequestIntoTemplate) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/service-quotas-2019-06-24/PutServiceQuotaIncreaseRequestIntoTemplate) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/service-quotas-2019-06-24/PutServiceQuotaIncreaseRequestIntoTemplate) 

# RequestServiceQuotaIncrease
<a name="API_RequestServiceQuotaIncrease"></a>

Submits a quota increase request for the specified quota at the account or resource level.

**Related Actions**
+  [GetRequestedServiceQuotaChange](API_GetRequestedServiceQuotaChange.md) 
+  [ListRequestedServiceQuotaChangeHistory](API_ListRequestedServiceQuotaChangeHistory.md) 
+  [ListRequestedServiceQuotaChangeHistoryByQuota](API_ListRequestedServiceQuotaChangeHistoryByQuota.md) 

## Request Syntax
<a name="API_RequestServiceQuotaIncrease_RequestSyntax"></a>

```
{
   "ContextId": "string",
   "DesiredValue": number,
   "QuotaCode": "string",
   "ServiceCode": "string",
   "SupportCaseAllowed": boolean
}
```

## Request Parameters
<a name="API_RequestServiceQuotaIncrease_RequestParameters"></a>

For information about the parameters that are common to all actions, see [Common Parameters](CommonParameters.md).

The request accepts the following data in JSON format.

 ** [ContextId](#API_RequestServiceQuotaIncrease_RequestSyntax) **   <a name="servicequotas-RequestServiceQuotaIncrease-request-ContextId"></a>
Specifies the resource with an Amazon Resource Name (ARN).  
Type: String  
Required: No

 ** [DesiredValue](#API_RequestServiceQuotaIncrease_RequestSyntax) **   <a name="servicequotas-RequestServiceQuotaIncrease-request-DesiredValue"></a>
Specifies the new, increased value for the quota.  
Type: Double  
Valid Range: Minimum value of 0. Maximum value of 10000000000.  
Required: Yes

 ** [QuotaCode](#API_RequestServiceQuotaIncrease_RequestSyntax) **   <a name="servicequotas-RequestServiceQuotaIncrease-request-QuotaCode"></a>
Specifies the quota identifier. To find the quota code for a specific quota, use the [ListServiceQuotas](API_ListServiceQuotas.md) operation, and look for the `QuotaCode` response in the output for the quota you want.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 128.  
Pattern: `[a-zA-Z][a-zA-Z0-9-]{1,128}`   
Required: Yes

 ** [ServiceCode](#API_RequestServiceQuotaIncrease_RequestSyntax) **   <a name="servicequotas-RequestServiceQuotaIncrease-request-ServiceCode"></a>
Specifies the service identifier. To find the service code value for an AWS service, use the [ListServices](API_ListServices.md) operation.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 63.  
Pattern: `[a-zA-Z][a-zA-Z0-9-]{1,63}`   
Required: Yes

 ** [SupportCaseAllowed](#API_RequestServiceQuotaIncrease_RequestSyntax) **   <a name="servicequotas-RequestServiceQuotaIncrease-request-SupportCaseAllowed"></a>
Specifies if an AWS Support case can be opened for the quota increase request. This parameter is optional.   
By default, this flag is set to `True` and AWS may create a support case for some quota increase requests. You can set this flag to `False` if you do not want a support case created when you request a quota increase. If you set the flag to `False`, AWS does not open a support case and updates the request status to `Not approved`.   
Type: Boolean  
Required: No

## Response Syntax
<a name="API_RequestServiceQuotaIncrease_ResponseSyntax"></a>

```
{
   "RequestedQuota": { 
      "CaseId": "string",
      "Created": number,
      "DesiredValue": number,
      "GlobalQuota": boolean,
      "Id": "string",
      "LastUpdated": number,
      "QuotaArn": "string",
      "QuotaCode": "string",
      "QuotaContext": { 
         "ContextId": "string",
         "ContextScope": "string",
         "ContextScopeType": "string"
      },
      "QuotaName": "string",
      "QuotaRequestedAtLevel": "string",
      "Requester": "string",
      "RequestType": "string",
      "ServiceCode": "string",
      "ServiceName": "string",
      "Status": "string",
      "Unit": "string"
   }
}
```

## Response Elements
<a name="API_RequestServiceQuotaIncrease_ResponseElements"></a>

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

 ** [RequestedQuota](#API_RequestServiceQuotaIncrease_ResponseSyntax) **   <a name="servicequotas-RequestServiceQuotaIncrease-response-RequestedQuota"></a>
Information about the quota increase request.  
Type: [RequestedServiceQuotaChange](API_RequestedServiceQuotaChange.md) object

## Errors
<a name="API_RequestServiceQuotaIncrease_Errors"></a>

For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** AccessDeniedException **   
You do not have sufficient permission to perform this action.  
HTTP Status Code: 400

 ** DependencyAccessDeniedException **   
You can't perform this action because a dependency does not have access.  
HTTP Status Code: 400

 ** IllegalArgumentException **   
Invalid input was provided.  
HTTP Status Code: 400

 ** InvalidResourceStateException **   
The resource is in an invalid state.  
HTTP Status Code: 400

 ** NoSuchResourceException **   
The specified resource does not exist.  
HTTP Status Code: 400

 ** QuotaExceededException **   
You have exceeded your service quota. To perform the requested action, remove some of the relevant resources, or use Service Quotas to request a service quota increase.  
HTTP Status Code: 400

 ** ResourceAlreadyExistsException **   
The specified resource already exists.  
HTTP Status Code: 400

 ** ServiceException **   
Something went wrong.  
HTTP Status Code: 500

 ** TooManyRequestsException **   
Due to throttling, the request was denied. Slow down the rate of request calls, or request an increase for this quota.  
HTTP Status Code: 400

## See Also
<a name="API_RequestServiceQuotaIncrease_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/service-quotas-2019-06-24/RequestServiceQuotaIncrease) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/service-quotas-2019-06-24/RequestServiceQuotaIncrease) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/service-quotas-2019-06-24/RequestServiceQuotaIncrease) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/service-quotas-2019-06-24/RequestServiceQuotaIncrease) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/service-quotas-2019-06-24/RequestServiceQuotaIncrease) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/service-quotas-2019-06-24/RequestServiceQuotaIncrease) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/service-quotas-2019-06-24/RequestServiceQuotaIncrease) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/service-quotas-2019-06-24/RequestServiceQuotaIncrease) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/service-quotas-2019-06-24/RequestServiceQuotaIncrease) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/service-quotas-2019-06-24/RequestServiceQuotaIncrease) 

# StartAutoManagement
<a name="API_StartAutoManagement"></a>

Starts [Service Quotas Automatic Management](https://docs.aws.amazon.com/servicequotas/latest/userguide/automatic-management.html) for an AWS account, including notification preferences and excluded quotas configurations. Automatic Management monitors your Service Quotas utilization and notifies you before you run out of your allocated quotas.

## Request Syntax
<a name="API_StartAutoManagement_RequestSyntax"></a>

```
{
   "ExclusionList": { 
      "string" : [ "string" ]
   },
   "NotificationArn": "string",
   "OptInLevel": "string",
   "OptInType": "string"
}
```

## Request Parameters
<a name="API_StartAutoManagement_RequestParameters"></a>

For information about the parameters that are common to all actions, see [Common Parameters](CommonParameters.md).

The request accepts the following data in JSON format.

 ** [ExclusionList](#API_StartAutoManagement_RequestSyntax) **   <a name="servicequotas-StartAutoManagement-request-ExclusionList"></a>
List of AWS services excluded from Automatic Management. You won't be notified of Service Quotas utilization for AWS services added to the Automatic Management exclusion list.   
Type: String to array of strings map  
Key Length Constraints: Minimum length of 1. Maximum length of 128.  
Key Pattern: `[A-Za-z0-9-_ /]{1,128}`   
Length Constraints: Minimum length of 1. Maximum length of 128.  
Pattern: `[A-Za-z0-9-_ /]{1,128}`   
Required: No

 ** [NotificationArn](#API_StartAutoManagement_RequestSyntax) **   <a name="servicequotas-StartAutoManagement-request-NotificationArn"></a>
The [AWS User Notifications](https://docs.aws.amazon.com/notifications/latest/userguide/resource-level-permissions.html#rlp-table) Amazon Resource Name (ARN) for Automatic Management notifications.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 1011.  
Pattern: `arn:aws(-[\w]+)*:*:.+:[0-9]{12}:.+`   
Required: No

 ** [OptInLevel](#API_StartAutoManagement_RequestSyntax) **   <a name="servicequotas-StartAutoManagement-request-OptInLevel"></a>
Sets the opt-in level for Automatic Management. Only AWS account level is supported.  
Type: String  
Valid Values: `ACCOUNT`   
Required: Yes

 ** [OptInType](#API_StartAutoManagement_RequestSyntax) **   <a name="servicequotas-StartAutoManagement-request-OptInType"></a>
Sets the opt-in type for Automatic Management. There are two modes: Notify only and Notify and Auto-Adjust. Currently, only NotifyOnly is available.  
Type: String  
Valid Values: `NotifyOnly | NotifyAndAdjust`   
Required: Yes

## Response Elements
<a name="API_StartAutoManagement_ResponseElements"></a>

If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.

## Errors
<a name="API_StartAutoManagement_Errors"></a>

For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** AccessDeniedException **   
You do not have sufficient permission to perform this action.  
HTTP Status Code: 400

 ** IllegalArgumentException **   
Invalid input was provided.  
HTTP Status Code: 400

 ** NoSuchResourceException **   
The specified resource does not exist.  
HTTP Status Code: 400

 ** ServiceException **   
Something went wrong.  
HTTP Status Code: 500

 ** TooManyRequestsException **   
Due to throttling, the request was denied. Slow down the rate of request calls, or request an increase for this quota.  
HTTP Status Code: 400

## See Also
<a name="API_StartAutoManagement_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/service-quotas-2019-06-24/StartAutoManagement) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/service-quotas-2019-06-24/StartAutoManagement) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/service-quotas-2019-06-24/StartAutoManagement) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/service-quotas-2019-06-24/StartAutoManagement) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/service-quotas-2019-06-24/StartAutoManagement) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/service-quotas-2019-06-24/StartAutoManagement) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/service-quotas-2019-06-24/StartAutoManagement) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/service-quotas-2019-06-24/StartAutoManagement) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/service-quotas-2019-06-24/StartAutoManagement) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/service-quotas-2019-06-24/StartAutoManagement) 

# StartQuotaUtilizationReport
<a name="API_StartQuotaUtilizationReport"></a>

Initiates the generation of a quota utilization report for your AWS account. This asynchronous operation analyzes your quota usage across all AWS services and returns a unique report identifier that you can use to retrieve the results.

The report generation process may take several seconds to complete, depending on the number of quotas in your account. Use the `GetQuotaUtilizationReport` operation to check the status and retrieve the results when the report is ready.

**Related Actions**
+  [GetQuotaUtilizationReport](API_GetQuotaUtilizationReport.md) 

## Response Syntax
<a name="API_StartQuotaUtilizationReport_ResponseSyntax"></a>

```
{
   "Message": "string",
   "ReportId": "string",
   "Status": "string"
}
```

## Response Elements
<a name="API_StartQuotaUtilizationReport_ResponseElements"></a>

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

 ** [Message](#API_StartQuotaUtilizationReport_ResponseSyntax) **   <a name="servicequotas-StartQuotaUtilizationReport-response-Message"></a>
An optional message providing additional information about the report generation status. This field may contain details about the report initiation or indicate if an existing recent report is being reused.  
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 350.  
Pattern: `^.{0,350}$` 

 ** [ReportId](#API_StartQuotaUtilizationReport_ResponseSyntax) **   <a name="servicequotas-StartQuotaUtilizationReport-response-ReportId"></a>
A unique identifier for the quota utilization report. Use this identifier with the `GetQuotaUtilizationReport` operation to retrieve the report results.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 128.  
Pattern: `[0-9a-zA-Z][a-zA-Z0-9-]{1,128}` 

 ** [Status](#API_StartQuotaUtilizationReport_ResponseSyntax) **   <a name="servicequotas-StartQuotaUtilizationReport-response-Status"></a>
The current status of the report generation. The status will be `PENDING` when the report is first initiated.  
Type: String  
Valid Values: `PENDING | IN_PROGRESS | COMPLETED | FAILED` 

## Errors
<a name="API_StartQuotaUtilizationReport_Errors"></a>

For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** AccessDeniedException **   
You do not have sufficient permission to perform this action.  
HTTP Status Code: 400

 ** IllegalArgumentException **   
Invalid input was provided.  
HTTP Status Code: 400

 ** InvalidPaginationTokenException **   
Invalid input was provided.  
HTTP Status Code: 400

 ** NoSuchResourceException **   
The specified resource does not exist.  
HTTP Status Code: 400

 ** ServiceException **   
Something went wrong.  
HTTP Status Code: 500

 ** TooManyRequestsException **   
Due to throttling, the request was denied. Slow down the rate of request calls, or request an increase for this quota.  
HTTP Status Code: 400

## See Also
<a name="API_StartQuotaUtilizationReport_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/service-quotas-2019-06-24/StartQuotaUtilizationReport) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/service-quotas-2019-06-24/StartQuotaUtilizationReport) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/service-quotas-2019-06-24/StartQuotaUtilizationReport) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/service-quotas-2019-06-24/StartQuotaUtilizationReport) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/service-quotas-2019-06-24/StartQuotaUtilizationReport) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/service-quotas-2019-06-24/StartQuotaUtilizationReport) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/service-quotas-2019-06-24/StartQuotaUtilizationReport) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/service-quotas-2019-06-24/StartQuotaUtilizationReport) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/service-quotas-2019-06-24/StartQuotaUtilizationReport) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/service-quotas-2019-06-24/StartQuotaUtilizationReport) 

# StopAutoManagement
<a name="API_StopAutoManagement"></a>

Stops [Service Quotas Automatic Management](https://docs.aws.amazon.com/servicequotas/latest/userguide/automatic-management.html) for an AWS account and removes all associated configurations. Automatic Management monitors your Service Quotas utilization and notifies you before you run out of your allocated quotas.

## Response Elements
<a name="API_StopAutoManagement_ResponseElements"></a>

If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.

## Errors
<a name="API_StopAutoManagement_Errors"></a>

For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** AccessDeniedException **   
You do not have sufficient permission to perform this action.  
HTTP Status Code: 400

 ** IllegalArgumentException **   
Invalid input was provided.  
HTTP Status Code: 400

 ** NoSuchResourceException **   
The specified resource does not exist.  
HTTP Status Code: 400

 ** ServiceException **   
Something went wrong.  
HTTP Status Code: 500

 ** TooManyRequestsException **   
Due to throttling, the request was denied. Slow down the rate of request calls, or request an increase for this quota.  
HTTP Status Code: 400

## See Also
<a name="API_StopAutoManagement_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/service-quotas-2019-06-24/StopAutoManagement) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/service-quotas-2019-06-24/StopAutoManagement) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/service-quotas-2019-06-24/StopAutoManagement) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/service-quotas-2019-06-24/StopAutoManagement) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/service-quotas-2019-06-24/StopAutoManagement) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/service-quotas-2019-06-24/StopAutoManagement) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/service-quotas-2019-06-24/StopAutoManagement) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/service-quotas-2019-06-24/StopAutoManagement) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/service-quotas-2019-06-24/StopAutoManagement) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/service-quotas-2019-06-24/StopAutoManagement) 

# TagResource
<a name="API_TagResource"></a>

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

## Request Syntax
<a name="API_TagResource_RequestSyntax"></a>

```
{
   "ResourceARN": "string",
   "Tags": [ 
      { 
         "Key": "string",
         "Value": "string"
      }
   ]
}
```

## Request Parameters
<a name="API_TagResource_RequestParameters"></a>

For information about the parameters that are common to all actions, see [Common Parameters](CommonParameters.md).

The request accepts the following data in JSON format.

 ** [ResourceARN](#API_TagResource_RequestSyntax) **   <a name="servicequotas-TagResource-request-ResourceARN"></a>
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](https://docs.aws.amazon.com/cli/latest/reference/service-quotas/list-service-quotas.html) AWS CLI command or the [ListServiceQuotas](https://docs.aws.amazon.com/servicequotas/2019-06-24/apireference/API_ListServiceQuotas.html) AWS API operation.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 1011.  
Pattern: `arn:aws(-[\w]+)*:*:.+:[0-9]{12}:.+`   
Required: Yes

 ** [Tags](#API_TagResource_RequestSyntax) **   <a name="servicequotas-TagResource-request-Tags"></a>
The tags that you want to add to the resource.  
Type: Array of [Tag](API_Tag.md) objects  
Array Members: Minimum number of 1 item.  
Required: Yes

## Response Elements
<a name="API_TagResource_ResponseElements"></a>

If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.

## Errors
<a name="API_TagResource_Errors"></a>

For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** AccessDeniedException **   
You do not have sufficient permission to perform this action.  
HTTP Status Code: 400

 ** IllegalArgumentException **   
Invalid input was provided.  
HTTP Status Code: 400

 ** NoSuchResourceException **   
The specified resource does not exist.  
HTTP Status Code: 400

 ** ServiceException **   
Something went wrong.  
HTTP Status Code: 500

 ** TagPolicyViolationException **   
The specified tag is a reserved word and cannot be used.  
HTTP Status Code: 400

 ** TooManyRequestsException **   
Due to throttling, the request was denied. Slow down the rate of request calls, or request an increase for this quota.  
HTTP Status Code: 400

 ** TooManyTagsException **   
You've exceeded the number of tags allowed for a resource. For more information, see [Tag restrictions](https://docs.aws.amazon.com/servicequotas/latest/userguide/sq-tagging.html#sq-tagging-restrictions) in the *Service Quotas User Guide*.  
HTTP Status Code: 400

## See Also
<a name="API_TagResource_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/service-quotas-2019-06-24/TagResource) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/service-quotas-2019-06-24/TagResource) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/service-quotas-2019-06-24/TagResource) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/service-quotas-2019-06-24/TagResource) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/service-quotas-2019-06-24/TagResource) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/service-quotas-2019-06-24/TagResource) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/service-quotas-2019-06-24/TagResource) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/service-quotas-2019-06-24/TagResource) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/service-quotas-2019-06-24/TagResource) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/service-quotas-2019-06-24/TagResource) 

# UntagResource
<a name="API_UntagResource"></a>

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

## Request Syntax
<a name="API_UntagResource_RequestSyntax"></a>

```
{
   "ResourceARN": "string",
   "TagKeys": [ "string" ]
}
```

## Request Parameters
<a name="API_UntagResource_RequestParameters"></a>

For information about the parameters that are common to all actions, see [Common Parameters](CommonParameters.md).

The request accepts the following data in JSON format.

 ** [ResourceARN](#API_UntagResource_RequestSyntax) **   <a name="servicequotas-UntagResource-request-ResourceARN"></a>
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](https://docs.aws.amazon.com/cli/latest/reference/service-quotas/list-service-quotas.html) AWS CLI command or the [ListServiceQuotas](https://docs.aws.amazon.com/servicequotas/2019-06-24/apireference/API_ListServiceQuotas.html) AWS API operation.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 1011.  
Pattern: `arn:aws(-[\w]+)*:*:.+:[0-9]{12}:.+`   
Required: Yes

 ** [TagKeys](#API_UntagResource_RequestSyntax) **   <a name="servicequotas-UntagResource-request-TagKeys"></a>
The keys of the tags that you want to remove from the resource.  
Type: Array of strings  
Length Constraints: Minimum length of 1. Maximum length of 128.  
Pattern: `^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$`   
Required: Yes

## Response Elements
<a name="API_UntagResource_ResponseElements"></a>

If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.

## Errors
<a name="API_UntagResource_Errors"></a>

For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** AccessDeniedException **   
You do not have sufficient permission to perform this action.  
HTTP Status Code: 400

 ** IllegalArgumentException **   
Invalid input was provided.  
HTTP Status Code: 400

 ** NoSuchResourceException **   
The specified resource does not exist.  
HTTP Status Code: 400

 ** ServiceException **   
Something went wrong.  
HTTP Status Code: 500

 ** TooManyRequestsException **   
Due to throttling, the request was denied. Slow down the rate of request calls, or request an increase for this quota.  
HTTP Status Code: 400

## See Also
<a name="API_UntagResource_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/service-quotas-2019-06-24/UntagResource) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/service-quotas-2019-06-24/UntagResource) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/service-quotas-2019-06-24/UntagResource) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/service-quotas-2019-06-24/UntagResource) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/service-quotas-2019-06-24/UntagResource) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/service-quotas-2019-06-24/UntagResource) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/service-quotas-2019-06-24/UntagResource) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/service-quotas-2019-06-24/UntagResource) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/service-quotas-2019-06-24/UntagResource) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/service-quotas-2019-06-24/UntagResource) 

# UpdateAutoManagement
<a name="API_UpdateAutoManagement"></a>

Updates your [Service Quotas Automatic Management](https://docs.aws.amazon.com/servicequotas/latest/userguide/automatic-management.html) configuration, including notification preferences and excluded quotas. Automatic Management monitors your Service Quotas utilization and notifies you before you run out of your allocated quotas.

## Request Syntax
<a name="API_UpdateAutoManagement_RequestSyntax"></a>

```
{
   "ExclusionList": { 
      "string" : [ "string" ]
   },
   "NotificationArn": "string",
   "OptInType": "string"
}
```

## Request Parameters
<a name="API_UpdateAutoManagement_RequestParameters"></a>

For information about the parameters that are common to all actions, see [Common Parameters](CommonParameters.md).

The request accepts the following data in JSON format.

 ** [ExclusionList](#API_UpdateAutoManagement_RequestSyntax) **   <a name="servicequotas-UpdateAutoManagement-request-ExclusionList"></a>
List of AWS services you want to exclude from Automatic Management. You won't be notified of Service Quotas utilization for AWS services added to the Automatic Management exclusion list.   
Type: String to array of strings map  
Key Length Constraints: Minimum length of 1. Maximum length of 128.  
Key Pattern: `[A-Za-z0-9-_ /]{1,128}`   
Length Constraints: Minimum length of 1. Maximum length of 128.  
Pattern: `[A-Za-z0-9-_ /]{1,128}`   
Required: No

 ** [NotificationArn](#API_UpdateAutoManagement_RequestSyntax) **   <a name="servicequotas-UpdateAutoManagement-request-NotificationArn"></a>
The [AWS User Notifications](https://docs.aws.amazon.com/notifications/latest/userguide/resource-level-permissions.html#rlp-table) Amazon Resource Name (ARN) for Automatic Management notifications you want to update.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 1011.  
Pattern: `arn:aws(-[\w]+)*:*:.+:[0-9]{12}:.+`   
Required: No

 ** [OptInType](#API_UpdateAutoManagement_RequestSyntax) **   <a name="servicequotas-UpdateAutoManagement-request-OptInType"></a>
Information on the opt-in type for your Automatic Management configuration. There are two modes: Notify only and Notify and Auto-Adjust. Currently, only NotifyOnly is available.  
Type: String  
Valid Values: `NotifyOnly | NotifyAndAdjust`   
Required: No

## Response Elements
<a name="API_UpdateAutoManagement_ResponseElements"></a>

If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.

## Errors
<a name="API_UpdateAutoManagement_Errors"></a>

For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** AccessDeniedException **   
You do not have sufficient permission to perform this action.  
HTTP Status Code: 400

 ** IllegalArgumentException **   
Invalid input was provided.  
HTTP Status Code: 400

 ** NoSuchResourceException **   
The specified resource does not exist.  
HTTP Status Code: 400

 ** ServiceException **   
Something went wrong.  
HTTP Status Code: 500

 ** TooManyRequestsException **   
Due to throttling, the request was denied. Slow down the rate of request calls, or request an increase for this quota.  
HTTP Status Code: 400

## See Also
<a name="API_UpdateAutoManagement_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/service-quotas-2019-06-24/UpdateAutoManagement) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/service-quotas-2019-06-24/UpdateAutoManagement) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/service-quotas-2019-06-24/UpdateAutoManagement) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/service-quotas-2019-06-24/UpdateAutoManagement) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/service-quotas-2019-06-24/UpdateAutoManagement) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/service-quotas-2019-06-24/UpdateAutoManagement) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/service-quotas-2019-06-24/UpdateAutoManagement) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/service-quotas-2019-06-24/UpdateAutoManagement) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/service-quotas-2019-06-24/UpdateAutoManagement) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/service-quotas-2019-06-24/UpdateAutoManagement) 