• 沒有找到結果。

Response Elements

在文檔中 Service Quotas (頁 23-58)

"ServiceCode": "string", "ServiceName": "string", "Unit": "string",

"MetricStatisticRecommendation": "string"

},

"Value": number }

}

Response Elements

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 (p. 17)

Information about the quota.

Type: ServiceQuota (p. 61) object

Errors

For information about the errors that are common to all actions, see Common Errors (p. 68).

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.

See Also

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

For more information about using this API in one of the language-specific AWS SDKs, see the following:

• AWS Command Line Interface

• AWS SDK for .NET

• AWS SDK for C++

• AWS SDK for Go

• AWS SDK for Java V2

• AWS SDK for JavaScript

• AWS SDK for PHP V3

• AWS SDK for Python

• AWS SDK for Ruby V3

GetServiceQuotaIncreaseRequestFromTemplate

GetServiceQuotaIncreaseRequestFromTemplate

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

Related Actions

• DeleteServiceQuotaIncreaseRequestFromTemplate (p. 5)

• ListServiceQuotaIncreaseRequestsInTemplate (p. 32)

• PutServiceQuotaIncreaseRequestIntoTemplate (p. 43)

Request Syntax

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

}

Request Parameters

For information about the parameters that are common to all actions, see Common Parameters (p. 66).

The request accepts the following data in JSON format.

AwsRegion (p. 20) The AWS Region.

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 (p. 20)

The quota identifier.

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 (p. 20)

The service identifier.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 63.

Response Syntax

Pattern: [a-zA-Z][a-zA-Z0-9-]{1,63}

Required: Yes

Response Syntax

{ "ServiceQuotaIncreaseRequestInTemplate": { "AwsRegion": "string",

"DesiredValue": number, "GlobalQuota": boolean, "QuotaCode": "string", "QuotaName": "string", "ServiceCode": "string", "ServiceName": "string", "Unit": "string"

}}

Response Elements

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 (p. 21) Information about the quota increase request.

Type: ServiceQuotaIncreaseRequestInTemplate (p. 63) object

Errors

For information about the errors that are common to all actions, see Common Errors (p. 68).

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

See Also

NoAvailableOrganizationException

The 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

For more information about using this API in one of the language-specific AWS SDKs, see the following:

• AWS Command Line Interface

• AWS SDK for .NET

• AWS SDK for C++

• AWS SDK for Go

• AWS SDK for Java V2

• AWS SDK for JavaScript

• AWS SDK for PHP V3

• AWS SDK for Python

• AWS SDK for Ruby V3

ListAWSDefaultServiceQuotas

ListAWSDefaultServiceQuotas

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

Related Actions

• GetAWSDefaultServiceQuota (p. 12)

• ListServices (p. 38)

• ListServiceQuotas (p. 35)

Request Syntax

{

"MaxResults": number, "NextToken": "string", "ServiceCode": "string"

}

Request Parameters

For information about the parameters that are common to all actions, see Common Parameters (p. 66).

The request accepts the following data in JSON format.

MaxResults (p. 23)

The maximum number of results to return with a single call. To retrieve the remaining results, if any, make another call with the token returned from this call.

Type: Integer

Valid Range: Minimum value of 1. Maximum value of 100.

Required: No NextToken (p. 23)

The token for the next page of results.

Type: String

Length Constraints: Maximum length of 2048.

Pattern: ^[a-zA-Z0-9/+]*={0,2}$

Required: No ServiceCode (p. 23)

The service identifier.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 63.

Response Syntax

Pattern: [a-zA-Z][a-zA-Z0-9-]{1,63}

Required: Yes

Response Syntax

{ "NextToken": "string", "Quotas": [

"MetricStatisticRecommendation": "string"

},

"Value": number }

]}

Response Elements

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 (p. 24)

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

Type: String

Length Constraints: Maximum length of 2048.

Pattern: ^[a-zA-Z0-9/+]*={0,2}$

Quotas (p. 24)

Information about the quotas.

Type: Array of ServiceQuota (p. 61) objects

Errors

Errors

For information about the errors that are common to all actions, see Common Errors (p. 68).

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

For more information about using this API in one of the language-specific AWS SDKs, see the following:

• AWS Command Line Interface

• AWS SDK for .NET

• AWS SDK for C++

• AWS SDK for Go

• AWS SDK for Java V2

• AWS SDK for JavaScript

• AWS SDK for PHP V3

• AWS SDK for Python

• AWS SDK for Ruby V3

ListRequestedServiceQuotaChangeHistory

ListRequestedServiceQuotaChangeHistory

Retrieves the quota increase requests for the specified service.

Request Syntax

{

"MaxResults": number, "NextToken": "string", "ServiceCode": "string", "Status": "string"

}

Request Parameters

For information about the parameters that are common to all actions, see Common Parameters (p. 66).

The request accepts the following data in JSON format.

MaxResults (p. 26)

The maximum number of results to return with a single call. To retrieve the remaining results, if any, make another call with the token returned from this call.

Type: Integer

Valid Range: Minimum value of 1. Maximum value of 100.

Required: No NextToken (p. 26)

The token for the next page of results.

Type: String

Length Constraints: Maximum length of 2048.

Pattern: ^[a-zA-Z0-9/+]*={0,2}$

Required: No ServiceCode (p. 26)

The service identifier.

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 (p. 26)

The status of the quota increase request.

Type: String

Response Syntax

Valid Values: PENDING | CASE_OPENED | APPROVED | DENIED | CASE_CLOSED Required: No

Response Syntax

{ "NextToken": "string", "RequestedQuotas": [ {

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 (p. 27)

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

Type: String

Length Constraints: Maximum length of 2048.

Pattern: ^[a-zA-Z0-9/+]*={0,2}$

RequestedQuotas (p. 27)

Information about the quota increase requests.

Type: Array of RequestedServiceQuotaChange (p. 57) objects

Errors

For information about the errors that are common to all actions, see Common Errors (p. 68).

AccessDeniedException

You do not have sufficient permission to perform this action.

See Also

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

For more information about using this API in one of the language-specific AWS SDKs, see the following:

• AWS Command Line Interface

• AWS SDK for .NET

• AWS SDK for C++

• AWS SDK for Go

• AWS SDK for Java V2

• AWS SDK for JavaScript

• AWS SDK for PHP V3

• AWS SDK for Python

• AWS SDK for Ruby V3

ListRequestedServiceQuotaChangeHistoryByQuota

ListRequestedServiceQuotaChangeHistoryByQuota

Retrieves the quota increase requests for the specified quota.

Request Syntax

{

"MaxResults": number, "NextToken": "string", "QuotaCode": "string", "ServiceCode": "string", "Status": "string"

}

Request Parameters

For information about the parameters that are common to all actions, see Common Parameters (p. 66).

The request accepts the following data in JSON format.

MaxResults (p. 29)

The maximum number of results to return with a single call. To retrieve the remaining results, if any, make another call with the token returned from this call.

Type: Integer

Valid Range: Minimum value of 1. Maximum value of 100.

Required: No NextToken (p. 29)

The token for the next page of results.

Type: String

Length Constraints: Maximum length of 2048.

Pattern: ^[a-zA-Z0-9/+]*={0,2}$

Required: No QuotaCode (p. 29)

The quota identifier.

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 (p. 29)

The service identifier.

Type: String

Response Syntax

Length Constraints: Minimum length of 1. Maximum length of 63.

Pattern: [a-zA-Z][a-zA-Z0-9-]{1,63}

Required: Yes Status (p. 29)

The status value of the quota increase request.

Type: String

Valid Values: PENDING | CASE_OPENED | APPROVED | DENIED | CASE_CLOSED Required: No

Response Syntax

{

"NextToken": "string", "RequestedQuotas": [ {

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 (p. 30)

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

Type: String

Length Constraints: Maximum length of 2048.

Pattern: ^[a-zA-Z0-9/+]*={0,2}$

RequestedQuotas (p. 30)

Information about the quota increase requests.

Errors

Type: Array of RequestedServiceQuotaChange (p. 57) objects

Errors

For information about the errors that are common to all actions, see Common Errors (p. 68).

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

For more information about using this API in one of the language-specific AWS SDKs, see the following:

• AWS Command Line Interface

• AWS SDK for .NET

• AWS SDK for C++

• AWS SDK for Go

• AWS SDK for Java V2

• AWS SDK for JavaScript

• AWS SDK for PHP V3

• AWS SDK for Python

• AWS SDK for Ruby V3

ListServiceQuotaIncreaseRequestsInTemplate

ListServiceQuotaIncreaseRequestsInTemplate

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

Request Syntax

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

}

Request Parameters

For information about the parameters that are common to all actions, see Common Parameters (p. 66).

The request accepts the following data in JSON format.

AwsRegion (p. 32) The AWS Region.

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 (p. 32)

The maximum number of results to return with a single call. To retrieve the remaining results, if any, make another call with the token returned from this call.

Type: Integer

Valid Range: Minimum value of 1. Maximum value of 100.

Required: No NextToken (p. 32)

The token for the next page of results.

Type: String

Length Constraints: Maximum length of 2048.

Pattern: ^[a-zA-Z0-9/+]*={0,2}$

Required: No ServiceCode (p. 32)

The service identifier.

Response Syntax

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

{ "NextToken": "string",

"ServiceQuotaIncreaseRequestInTemplateList": [ {

"AwsRegion": "string", "DesiredValue": number, "GlobalQuota": boolean, "QuotaCode": "string", "QuotaName": "string", "ServiceCode": "string", "ServiceName": "string", "Unit": "string"

} ]}

Response Elements

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 (p. 33)

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

Type: String

Length Constraints: Maximum length of 2048.

Pattern: ^[a-zA-Z0-9/+]*={0,2}$

ServiceQuotaIncreaseRequestInTemplateList (p. 33) Information about the quota increase requests.

Type: Array of ServiceQuotaIncreaseRequestInTemplate (p. 63) objects

Errors

For information about the errors that are common to all actions, see Common Errors (p. 68).

AccessDeniedException

You do not have sufficient permission to perform this action.

HTTP Status Code: 400

See Also

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 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

For more information about using this API in one of the language-specific AWS SDKs, see the following:

• AWS Command Line Interface

• AWS SDK for .NET

• AWS SDK for C++

• AWS SDK for Go

• AWS SDK for Java V2

• AWS SDK for JavaScript

• AWS SDK for PHP V3

• AWS SDK for Python

• AWS SDK for Ruby V3

ListServiceQuotas

ListServiceQuotas

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.

Related Actions

• GetServiceQuota (p. 17)

• ListAWSDefaultServiceQuotas (p. 23)

• ListServices (p. 38)

• RequestServiceQuotaIncrease (p. 46)

Request Syntax

{

"MaxResults": number, "NextToken": "string", "ServiceCode": "string"

}

Request Parameters

For information about the parameters that are common to all actions, see Common Parameters (p. 66).

The request accepts the following data in JSON format.

MaxResults (p. 35)

The maximum number of results to return with a single call. To retrieve the remaining results, if any, make another call with the token returned from this call.

Type: Integer

Valid Range: Minimum value of 1. Maximum value of 100.

Required: No NextToken (p. 35)

The token for the next page of results.

Type: String

Length Constraints: Maximum length of 2048.

Pattern: ^[a-zA-Z0-9/+]*={0,2}$

Required: No ServiceCode (p. 35)

The service identifier.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 63.

Response Syntax

Pattern: [a-zA-Z][a-zA-Z0-9-]{1,63}

Required: Yes

Response Syntax

{ "NextToken": "string", "Quotas": [

"MetricStatisticRecommendation": "string"

},

"Value": number }

]}

Response Elements

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 (p. 36)

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

Type: String

Length Constraints: Maximum length of 2048.

Pattern: ^[a-zA-Z0-9/+]*={0,2}$

Quotas (p. 36)

Information about the quotas.

Type: Array of ServiceQuota (p. 61) objects

Errors

Errors

For information about the errors that are common to all actions, see Common Errors (p. 68).

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

For more information about using this API in one of the language-specific AWS SDKs, see the following:

• AWS Command Line Interface

• AWS SDK for .NET

• AWS SDK for C++

• AWS SDK for Go

• AWS SDK for Java V2

• AWS SDK for JavaScript

• AWS SDK for PHP V3

• AWS SDK for Python

• AWS SDK for Ruby V3

ListServices

ListServices

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

Related Actions

• ListAWSDefaultServiceQuotas (p. 23)

• ListServiceQuotas (p. 35)

• RequestServiceQuotaIncrease (p. 46)

Request Syntax

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

}

Request Parameters

For information about the parameters that are common to all actions, see Common Parameters (p. 66).

The request accepts the following data in JSON format.

MaxResults (p. 38)

The maximum number of results to return with a single call. To retrieve the remaining results, if any, make another call with the token returned from this call.

Type: Integer

Valid Range: Minimum value of 1. Maximum value of 100.

Required: No NextToken (p. 38)

The token for the next page of results.

Type: String

Length Constraints: Maximum length of 2048.

Pattern: ^[a-zA-Z0-9/+]*={0,2}$

Required: No

Response Syntax

{ "NextToken": "string", "Services": [

{

"ServiceCode": "string",

Response Elements

"ServiceName": "string"

} ]}

Response Elements

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 (p. 38)

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

Type: String

Length Constraints: Maximum length of 2048.

Pattern: ^[a-zA-Z0-9/+]*={0,2}$

Services (p. 38)

Information about the services.

Type: Array of ServiceInfo (p. 60) objects

Errors

For information about the errors that are common to all actions, see Common Errors (p. 68).

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

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following:

• AWS Command Line Interface

• AWS SDK for .NET

• AWS SDK for C++

• AWS SDK for Go

• AWS SDK for Java V2

• AWS SDK for JavaScript

• AWS SDK for PHP V3

• AWS SDK for Python

• AWS SDK for Ruby V3

ListTagsForResource

ListTagsForResource

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

Request Syntax

{

"ResourceARN": "string"

}

Request Parameters

For information about the parameters that are common to all actions, see Common Parameters (p. 66).

The request accepts the following data in JSON format.

ResourceARN (p. 41)

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 AWS CLI command or the ListServiceQuotas 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

{

"Tags": [ {

"Key": "string", "Value": "string"

} ]}

Response Elements

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 (p. 41)

A complex data type that contains zero or more tag elements.

Type: Array of Tag (p. 65) objects

Array Members: Maximum number of 200 items.

Errors

Errors

For information about the errors that are common to all actions, see Common Errors (p. 68).

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

For more information about using this API in one of the language-specific AWS SDKs, see the following:

• AWS Command Line Interface

• AWS SDK for .NET

• AWS SDK for C++

• AWS SDK for Go

• AWS SDK for Java V2

• AWS SDK for JavaScript

• AWS SDK for PHP V3

• AWS SDK for Python

• AWS SDK for Ruby V3

PutServiceQuotaIncreaseRequestIntoTemplate

PutServiceQuotaIncreaseRequestIntoTemplate

Adds a quota increase request to your quota request template.

Related Actions

• DeleteServiceQuotaIncreaseRequestFromTemplate (p. 5)

• GetServiceQuotaIncreaseRequestFromTemplate (p. 20)

• GetServiceQuotaIncreaseRequestFromTemplate (p. 20)

在文檔中 Service Quotas (頁 23-58)

相關文件