{ "smithy": "1.0", "metadata": { "suppressions": [ { "id": "HttpMethodSemantics", "namespace": "*" }, { "id": "HttpResponseCodeSemantics", "namespace": "*" }, { "id": "PaginatedTrait", "namespace": "*" }, { "id": "HttpHeaderTrait", "namespace": "*" }, { "id": "HttpUriConflict", "namespace": "*" }, { "id": "Service", "namespace": "*" } ] }, "shapes": { "com.amazonaws.servicequotas#AWSServiceAccessNotEnabledException": { "type": "structure", "members": { "Message": { "target": "com.amazonaws.servicequotas#ExceptionMessage" } }, "traits": { "smithy.api#documentation": "

The action you attempted is not allowed unless Service Access with Service Quotas is\n enabled in your organization.

", "smithy.api#error": "client", "smithy.api#httpError": 403 } }, "com.amazonaws.servicequotas#AccessDeniedException": { "type": "structure", "members": { "Message": { "target": "com.amazonaws.servicequotas#ExceptionMessage" } }, "traits": { "smithy.api#documentation": "

You do not have sufficient permission to perform this action.

", "smithy.api#error": "client", "smithy.api#httpError": 403 } }, "com.amazonaws.servicequotas#AmazonResourceName": { "type": "string", "traits": { "smithy.api#length": { "min": 1, "max": 1011 }, "smithy.api#pattern": "arn:aws(-[\\w]+)*:*:.+:[0-9]{12}:.+" } }, "com.amazonaws.servicequotas#AssociateServiceQuotaTemplate": { "type": "operation", "input": { "target": "com.amazonaws.servicequotas#AssociateServiceQuotaTemplateRequest" }, "output": { "target": "com.amazonaws.servicequotas#AssociateServiceQuotaTemplateResponse" }, "errors": [ { "target": "com.amazonaws.servicequotas#AccessDeniedException" }, { "target": "com.amazonaws.servicequotas#AWSServiceAccessNotEnabledException" }, { "target": "com.amazonaws.servicequotas#DependencyAccessDeniedException" }, { "target": "com.amazonaws.servicequotas#NoAvailableOrganizationException" }, { "target": "com.amazonaws.servicequotas#OrganizationNotInAllFeaturesModeException" }, { "target": "com.amazonaws.servicequotas#ServiceException" }, { "target": "com.amazonaws.servicequotas#TemplatesNotAvailableInRegionException" }, { "target": "com.amazonaws.servicequotas#TooManyRequestsException" } ], "traits": { "smithy.api#documentation": "

Associates your quota request template with your organization. When a new account is\n created in your organization, the quota increase requests in the template are automatically\n applied to the account. You can add a quota increase request for any adjustable quota to your\n template.

" } }, "com.amazonaws.servicequotas#AssociateServiceQuotaTemplateRequest": { "type": "structure", "members": {} }, "com.amazonaws.servicequotas#AssociateServiceQuotaTemplateResponse": { "type": "structure", "members": {} }, "com.amazonaws.servicequotas#AwsRegion": { "type": "string", "traits": { "smithy.api#length": { "min": 1, "max": 64 }, "smithy.api#pattern": "[a-zA-Z][a-zA-Z0-9-]{1,128}" } }, "com.amazonaws.servicequotas#CustomerServiceEngagementId": { "type": "string" }, "com.amazonaws.servicequotas#DateTime": { "type": "timestamp" }, "com.amazonaws.servicequotas#DeleteServiceQuotaIncreaseRequestFromTemplate": { "type": "operation", "input": { "target": "com.amazonaws.servicequotas#DeleteServiceQuotaIncreaseRequestFromTemplateRequest" }, "output": { "target": "com.amazonaws.servicequotas#DeleteServiceQuotaIncreaseRequestFromTemplateResponse" }, "errors": [ { "target": "com.amazonaws.servicequotas#AccessDeniedException" }, { "target": "com.amazonaws.servicequotas#AWSServiceAccessNotEnabledException" }, { "target": "com.amazonaws.servicequotas#DependencyAccessDeniedException" }, { "target": "com.amazonaws.servicequotas#IllegalArgumentException" }, { "target": "com.amazonaws.servicequotas#NoAvailableOrganizationException" }, { "target": "com.amazonaws.servicequotas#NoSuchResourceException" }, { "target": "com.amazonaws.servicequotas#ServiceException" }, { "target": "com.amazonaws.servicequotas#TemplatesNotAvailableInRegionException" }, { "target": "com.amazonaws.servicequotas#TooManyRequestsException" } ], "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.servicequotas#DeleteServiceQuotaIncreaseRequestFromTemplateRequest": { "type": "structure", "members": { "ServiceCode": { "target": "com.amazonaws.servicequotas#ServiceCode", "traits": { "smithy.api#documentation": "

The service identifier.

", "smithy.api#required": {} } }, "QuotaCode": { "target": "com.amazonaws.servicequotas#QuotaCode", "traits": { "smithy.api#documentation": "

The quota identifier.

", "smithy.api#required": {} } }, "AwsRegion": { "target": "com.amazonaws.servicequotas#AwsRegion", "traits": { "smithy.api#documentation": "

The AWS Region.

", "smithy.api#required": {} } } } }, "com.amazonaws.servicequotas#DeleteServiceQuotaIncreaseRequestFromTemplateResponse": { "type": "structure", "members": {} }, "com.amazonaws.servicequotas#DependencyAccessDeniedException": { "type": "structure", "members": { "Message": { "target": "com.amazonaws.servicequotas#ExceptionMessage" } }, "traits": { "smithy.api#documentation": "

You can't perform this action because a dependency does not have access.

", "smithy.api#error": "client", "smithy.api#httpError": 403 } }, "com.amazonaws.servicequotas#DisassociateServiceQuotaTemplate": { "type": "operation", "input": { "target": "com.amazonaws.servicequotas#DisassociateServiceQuotaTemplateRequest" }, "output": { "target": "com.amazonaws.servicequotas#DisassociateServiceQuotaTemplateResponse" }, "errors": [ { "target": "com.amazonaws.servicequotas#AccessDeniedException" }, { "target": "com.amazonaws.servicequotas#AWSServiceAccessNotEnabledException" }, { "target": "com.amazonaws.servicequotas#DependencyAccessDeniedException" }, { "target": "com.amazonaws.servicequotas#NoAvailableOrganizationException" }, { "target": "com.amazonaws.servicequotas#ServiceException" }, { "target": "com.amazonaws.servicequotas#ServiceQuotaTemplateNotInUseException" }, { "target": "com.amazonaws.servicequotas#TemplatesNotAvailableInRegionException" }, { "target": "com.amazonaws.servicequotas#TooManyRequestsException" } ], "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.servicequotas#DisassociateServiceQuotaTemplateRequest": { "type": "structure", "members": {} }, "com.amazonaws.servicequotas#DisassociateServiceQuotaTemplateResponse": { "type": "structure", "members": {} }, "com.amazonaws.servicequotas#ErrorCode": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "DEPENDENCY_ACCESS_DENIED_ERROR", "name": "DEPENDENCY_ACCESS_DENIED_ERROR" }, { "value": "DEPENDENCY_THROTTLING_ERROR", "name": "DEPENDENCY_THROTTLING_ERROR" }, { "value": "DEPENDENCY_SERVICE_ERROR", "name": "DEPENDENCY_SERVICE_ERROR" }, { "value": "SERVICE_QUOTA_NOT_AVAILABLE_ERROR", "name": "SERVICE_QUOTA_NOT_AVAILABLE_ERROR" } ] } }, "com.amazonaws.servicequotas#ErrorMessage": { "type": "string" }, "com.amazonaws.servicequotas#ErrorReason": { "type": "structure", "members": { "ErrorCode": { "target": "com.amazonaws.servicequotas#ErrorCode", "traits": { "smithy.api#documentation": "

Service Quotas returns the following error values:

\n " } }, "ErrorMessage": { "target": "com.amazonaws.servicequotas#ErrorMessage", "traits": { "smithy.api#documentation": "

The error message.

" } } }, "traits": { "smithy.api#documentation": "

An error that explains why an action did not succeed.

" } }, "com.amazonaws.servicequotas#ExceptionMessage": { "type": "string" }, "com.amazonaws.servicequotas#GetAWSDefaultServiceQuota": { "type": "operation", "input": { "target": "com.amazonaws.servicequotas#GetAWSDefaultServiceQuotaRequest" }, "output": { "target": "com.amazonaws.servicequotas#GetAWSDefaultServiceQuotaResponse" }, "errors": [ { "target": "com.amazonaws.servicequotas#AccessDeniedException" }, { "target": "com.amazonaws.servicequotas#IllegalArgumentException" }, { "target": "com.amazonaws.servicequotas#NoSuchResourceException" }, { "target": "com.amazonaws.servicequotas#ServiceException" }, { "target": "com.amazonaws.servicequotas#TooManyRequestsException" } ], "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.servicequotas#GetAWSDefaultServiceQuotaRequest": { "type": "structure", "members": { "ServiceCode": { "target": "com.amazonaws.servicequotas#ServiceCode", "traits": { "smithy.api#documentation": "

The service identifier.

", "smithy.api#required": {} } }, "QuotaCode": { "target": "com.amazonaws.servicequotas#QuotaCode", "traits": { "smithy.api#documentation": "

The quota identifier.

", "smithy.api#required": {} } } } }, "com.amazonaws.servicequotas#GetAWSDefaultServiceQuotaResponse": { "type": "structure", "members": { "Quota": { "target": "com.amazonaws.servicequotas#ServiceQuota", "traits": { "smithy.api#documentation": "

Information about the quota.

" } } } }, "com.amazonaws.servicequotas#GetAssociationForServiceQuotaTemplate": { "type": "operation", "input": { "target": "com.amazonaws.servicequotas#GetAssociationForServiceQuotaTemplateRequest" }, "output": { "target": "com.amazonaws.servicequotas#GetAssociationForServiceQuotaTemplateResponse" }, "errors": [ { "target": "com.amazonaws.servicequotas#AccessDeniedException" }, { "target": "com.amazonaws.servicequotas#AWSServiceAccessNotEnabledException" }, { "target": "com.amazonaws.servicequotas#DependencyAccessDeniedException" }, { "target": "com.amazonaws.servicequotas#NoAvailableOrganizationException" }, { "target": "com.amazonaws.servicequotas#ServiceException" }, { "target": "com.amazonaws.servicequotas#ServiceQuotaTemplateNotInUseException" }, { "target": "com.amazonaws.servicequotas#TemplatesNotAvailableInRegionException" }, { "target": "com.amazonaws.servicequotas#TooManyRequestsException" } ], "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.servicequotas#GetAssociationForServiceQuotaTemplateRequest": { "type": "structure", "members": {} }, "com.amazonaws.servicequotas#GetAssociationForServiceQuotaTemplateResponse": { "type": "structure", "members": { "ServiceQuotaTemplateAssociationStatus": { "target": "com.amazonaws.servicequotas#ServiceQuotaTemplateAssociationStatus", "traits": { "smithy.api#documentation": "

The association status. If the status is ASSOCIATED, the quota increase\n requests in the template are automatically applied to new accounts in your\n organization.

" } } } }, "com.amazonaws.servicequotas#GetRequestedServiceQuotaChange": { "type": "operation", "input": { "target": "com.amazonaws.servicequotas#GetRequestedServiceQuotaChangeRequest" }, "output": { "target": "com.amazonaws.servicequotas#GetRequestedServiceQuotaChangeResponse" }, "errors": [ { "target": "com.amazonaws.servicequotas#AccessDeniedException" }, { "target": "com.amazonaws.servicequotas#IllegalArgumentException" }, { "target": "com.amazonaws.servicequotas#NoSuchResourceException" }, { "target": "com.amazonaws.servicequotas#ServiceException" }, { "target": "com.amazonaws.servicequotas#TooManyRequestsException" } ], "traits": { "smithy.api#documentation": "

Retrieves information about the specified quota increase request.

" } }, "com.amazonaws.servicequotas#GetRequestedServiceQuotaChangeRequest": { "type": "structure", "members": { "RequestId": { "target": "com.amazonaws.servicequotas#RequestId", "traits": { "smithy.api#documentation": "

The ID of the quota increase request.

", "smithy.api#required": {} } } } }, "com.amazonaws.servicequotas#GetRequestedServiceQuotaChangeResponse": { "type": "structure", "members": { "RequestedQuota": { "target": "com.amazonaws.servicequotas#RequestedServiceQuotaChange", "traits": { "smithy.api#documentation": "

Information about the quota increase request.

" } } } }, "com.amazonaws.servicequotas#GetServiceQuota": { "type": "operation", "input": { "target": "com.amazonaws.servicequotas#GetServiceQuotaRequest" }, "output": { "target": "com.amazonaws.servicequotas#GetServiceQuotaResponse" }, "errors": [ { "target": "com.amazonaws.servicequotas#AccessDeniedException" }, { "target": "com.amazonaws.servicequotas#IllegalArgumentException" }, { "target": "com.amazonaws.servicequotas#NoSuchResourceException" }, { "target": "com.amazonaws.servicequotas#ServiceException" }, { "target": "com.amazonaws.servicequotas#TooManyRequestsException" } ], "traits": { "smithy.api#documentation": "

Retrieves the applied quota value for the specified quota. For some quotas, only the\n default values are available. If the applied quota value is not available for a quota, the\n quota is not retrieved.

" } }, "com.amazonaws.servicequotas#GetServiceQuotaIncreaseRequestFromTemplate": { "type": "operation", "input": { "target": "com.amazonaws.servicequotas#GetServiceQuotaIncreaseRequestFromTemplateRequest" }, "output": { "target": "com.amazonaws.servicequotas#GetServiceQuotaIncreaseRequestFromTemplateResponse" }, "errors": [ { "target": "com.amazonaws.servicequotas#AccessDeniedException" }, { "target": "com.amazonaws.servicequotas#AWSServiceAccessNotEnabledException" }, { "target": "com.amazonaws.servicequotas#DependencyAccessDeniedException" }, { "target": "com.amazonaws.servicequotas#IllegalArgumentException" }, { "target": "com.amazonaws.servicequotas#NoAvailableOrganizationException" }, { "target": "com.amazonaws.servicequotas#NoSuchResourceException" }, { "target": "com.amazonaws.servicequotas#ServiceException" }, { "target": "com.amazonaws.servicequotas#TemplatesNotAvailableInRegionException" }, { "target": "com.amazonaws.servicequotas#TooManyRequestsException" } ], "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.servicequotas#GetServiceQuotaIncreaseRequestFromTemplateRequest": { "type": "structure", "members": { "ServiceCode": { "target": "com.amazonaws.servicequotas#ServiceCode", "traits": { "smithy.api#documentation": "

The service identifier.

", "smithy.api#required": {} } }, "QuotaCode": { "target": "com.amazonaws.servicequotas#QuotaCode", "traits": { "smithy.api#documentation": "

The quota identifier.

", "smithy.api#required": {} } }, "AwsRegion": { "target": "com.amazonaws.servicequotas#AwsRegion", "traits": { "smithy.api#documentation": "

The AWS Region.

", "smithy.api#required": {} } } } }, "com.amazonaws.servicequotas#GetServiceQuotaIncreaseRequestFromTemplateResponse": { "type": "structure", "members": { "ServiceQuotaIncreaseRequestInTemplate": { "target": "com.amazonaws.servicequotas#ServiceQuotaIncreaseRequestInTemplate", "traits": { "smithy.api#documentation": "

Information about the quota increase request.

" } } } }, "com.amazonaws.servicequotas#GetServiceQuotaRequest": { "type": "structure", "members": { "ServiceCode": { "target": "com.amazonaws.servicequotas#ServiceCode", "traits": { "smithy.api#documentation": "

The service identifier.

", "smithy.api#required": {} } }, "QuotaCode": { "target": "com.amazonaws.servicequotas#QuotaCode", "traits": { "smithy.api#documentation": "

The quota identifier.

", "smithy.api#required": {} } } } }, "com.amazonaws.servicequotas#GetServiceQuotaResponse": { "type": "structure", "members": { "Quota": { "target": "com.amazonaws.servicequotas#ServiceQuota", "traits": { "smithy.api#documentation": "

Information about the quota.

" } } } }, "com.amazonaws.servicequotas#GlobalQuota": { "type": "boolean" }, "com.amazonaws.servicequotas#IllegalArgumentException": { "type": "structure", "members": { "Message": { "target": "com.amazonaws.servicequotas#ExceptionMessage" } }, "traits": { "smithy.api#documentation": "

Invalid input was provided.

", "smithy.api#error": "client", "smithy.api#httpError": 400 } }, "com.amazonaws.servicequotas#InputTagKeys": { "type": "list", "member": { "target": "com.amazonaws.servicequotas#TagKey" } }, "com.amazonaws.servicequotas#InputTags": { "type": "list", "member": { "target": "com.amazonaws.servicequotas#Tag" }, "traits": { "smithy.api#length": { "min": 1 } } }, "com.amazonaws.servicequotas#InvalidPaginationTokenException": { "type": "structure", "members": { "Message": { "target": "com.amazonaws.servicequotas#ExceptionMessage" } }, "traits": { "smithy.api#documentation": "

Invalid input was provided.

", "smithy.api#error": "client", "smithy.api#httpError": 400 } }, "com.amazonaws.servicequotas#InvalidResourceStateException": { "type": "structure", "members": { "Message": { "target": "com.amazonaws.servicequotas#ExceptionMessage" } }, "traits": { "smithy.api#documentation": "

The resource is in an invalid state.

", "smithy.api#error": "client", "smithy.api#httpError": 405 } }, "com.amazonaws.servicequotas#ListAWSDefaultServiceQuotas": { "type": "operation", "input": { "target": "com.amazonaws.servicequotas#ListAWSDefaultServiceQuotasRequest" }, "output": { "target": "com.amazonaws.servicequotas#ListAWSDefaultServiceQuotasResponse" }, "errors": [ { "target": "com.amazonaws.servicequotas#AccessDeniedException" }, { "target": "com.amazonaws.servicequotas#IllegalArgumentException" }, { "target": "com.amazonaws.servicequotas#InvalidPaginationTokenException" }, { "target": "com.amazonaws.servicequotas#NoSuchResourceException" }, { "target": "com.amazonaws.servicequotas#ServiceException" }, { "target": "com.amazonaws.servicequotas#TooManyRequestsException" } ], "traits": { "smithy.api#documentation": "

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

", "smithy.api#paginated": { "inputToken": "NextToken", "outputToken": "NextToken", "items": "Quotas", "pageSize": "MaxResults" } } }, "com.amazonaws.servicequotas#ListAWSDefaultServiceQuotasRequest": { "type": "structure", "members": { "ServiceCode": { "target": "com.amazonaws.servicequotas#ServiceCode", "traits": { "smithy.api#documentation": "

The service identifier.

", "smithy.api#required": {} } }, "NextToken": { "target": "com.amazonaws.servicequotas#NextToken", "traits": { "smithy.api#documentation": "

The token for the next page of results.

" } }, "MaxResults": { "target": "com.amazonaws.servicequotas#MaxResults", "traits": { "smithy.api#documentation": "

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

" } } } }, "com.amazonaws.servicequotas#ListAWSDefaultServiceQuotasResponse": { "type": "structure", "members": { "NextToken": { "target": "com.amazonaws.servicequotas#NextToken", "traits": { "smithy.api#documentation": "

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

" } }, "Quotas": { "target": "com.amazonaws.servicequotas#ServiceQuotaListDefinition", "traits": { "smithy.api#documentation": "

Information about the quotas.

" } } } }, "com.amazonaws.servicequotas#ListRequestedServiceQuotaChangeHistory": { "type": "operation", "input": { "target": "com.amazonaws.servicequotas#ListRequestedServiceQuotaChangeHistoryRequest" }, "output": { "target": "com.amazonaws.servicequotas#ListRequestedServiceQuotaChangeHistoryResponse" }, "errors": [ { "target": "com.amazonaws.servicequotas#AccessDeniedException" }, { "target": "com.amazonaws.servicequotas#IllegalArgumentException" }, { "target": "com.amazonaws.servicequotas#InvalidPaginationTokenException" }, { "target": "com.amazonaws.servicequotas#NoSuchResourceException" }, { "target": "com.amazonaws.servicequotas#ServiceException" }, { "target": "com.amazonaws.servicequotas#TooManyRequestsException" } ], "traits": { "smithy.api#documentation": "

Retrieves the quota increase requests for the specified service.

", "smithy.api#paginated": { "inputToken": "NextToken", "outputToken": "NextToken", "items": "RequestedQuotas", "pageSize": "MaxResults" } } }, "com.amazonaws.servicequotas#ListRequestedServiceQuotaChangeHistoryByQuota": { "type": "operation", "input": { "target": "com.amazonaws.servicequotas#ListRequestedServiceQuotaChangeHistoryByQuotaRequest" }, "output": { "target": "com.amazonaws.servicequotas#ListRequestedServiceQuotaChangeHistoryByQuotaResponse" }, "errors": [ { "target": "com.amazonaws.servicequotas#AccessDeniedException" }, { "target": "com.amazonaws.servicequotas#IllegalArgumentException" }, { "target": "com.amazonaws.servicequotas#InvalidPaginationTokenException" }, { "target": "com.amazonaws.servicequotas#NoSuchResourceException" }, { "target": "com.amazonaws.servicequotas#ServiceException" }, { "target": "com.amazonaws.servicequotas#TooManyRequestsException" } ], "traits": { "smithy.api#documentation": "

Retrieves the quota increase requests for the specified quota.

", "smithy.api#paginated": { "inputToken": "NextToken", "outputToken": "NextToken", "items": "RequestedQuotas", "pageSize": "MaxResults" } } }, "com.amazonaws.servicequotas#ListRequestedServiceQuotaChangeHistoryByQuotaRequest": { "type": "structure", "members": { "ServiceCode": { "target": "com.amazonaws.servicequotas#ServiceCode", "traits": { "smithy.api#documentation": "

The service identifier.

", "smithy.api#required": {} } }, "QuotaCode": { "target": "com.amazonaws.servicequotas#QuotaCode", "traits": { "smithy.api#documentation": "

The quota identifier.

", "smithy.api#required": {} } }, "Status": { "target": "com.amazonaws.servicequotas#RequestStatus", "traits": { "smithy.api#documentation": "

The status value of the quota increase request.

" } }, "NextToken": { "target": "com.amazonaws.servicequotas#NextToken", "traits": { "smithy.api#documentation": "

The token for the next page of results.

" } }, "MaxResults": { "target": "com.amazonaws.servicequotas#MaxResults", "traits": { "smithy.api#documentation": "

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

" } } } }, "com.amazonaws.servicequotas#ListRequestedServiceQuotaChangeHistoryByQuotaResponse": { "type": "structure", "members": { "NextToken": { "target": "com.amazonaws.servicequotas#NextToken", "traits": { "smithy.api#documentation": "

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

" } }, "RequestedQuotas": { "target": "com.amazonaws.servicequotas#RequestedServiceQuotaChangeHistoryListDefinition", "traits": { "smithy.api#documentation": "

Information about the quota increase requests.

" } } } }, "com.amazonaws.servicequotas#ListRequestedServiceQuotaChangeHistoryRequest": { "type": "structure", "members": { "ServiceCode": { "target": "com.amazonaws.servicequotas#ServiceCode", "traits": { "smithy.api#documentation": "

The service identifier.

" } }, "Status": { "target": "com.amazonaws.servicequotas#RequestStatus", "traits": { "smithy.api#documentation": "

The status of the quota increase request.

" } }, "NextToken": { "target": "com.amazonaws.servicequotas#NextToken", "traits": { "smithy.api#documentation": "

The token for the next page of results.

" } }, "MaxResults": { "target": "com.amazonaws.servicequotas#MaxResults", "traits": { "smithy.api#documentation": "

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

" } } } }, "com.amazonaws.servicequotas#ListRequestedServiceQuotaChangeHistoryResponse": { "type": "structure", "members": { "NextToken": { "target": "com.amazonaws.servicequotas#NextToken", "traits": { "smithy.api#documentation": "

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

" } }, "RequestedQuotas": { "target": "com.amazonaws.servicequotas#RequestedServiceQuotaChangeHistoryListDefinition", "traits": { "smithy.api#documentation": "

Information about the quota increase requests.

" } } } }, "com.amazonaws.servicequotas#ListServiceQuotaIncreaseRequestsInTemplate": { "type": "operation", "input": { "target": "com.amazonaws.servicequotas#ListServiceQuotaIncreaseRequestsInTemplateRequest" }, "output": { "target": "com.amazonaws.servicequotas#ListServiceQuotaIncreaseRequestsInTemplateResponse" }, "errors": [ { "target": "com.amazonaws.servicequotas#AccessDeniedException" }, { "target": "com.amazonaws.servicequotas#AWSServiceAccessNotEnabledException" }, { "target": "com.amazonaws.servicequotas#DependencyAccessDeniedException" }, { "target": "com.amazonaws.servicequotas#IllegalArgumentException" }, { "target": "com.amazonaws.servicequotas#NoAvailableOrganizationException" }, { "target": "com.amazonaws.servicequotas#ServiceException" }, { "target": "com.amazonaws.servicequotas#TemplatesNotAvailableInRegionException" }, { "target": "com.amazonaws.servicequotas#TooManyRequestsException" } ], "traits": { "smithy.api#documentation": "

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

", "smithy.api#paginated": { "inputToken": "NextToken", "outputToken": "NextToken", "items": "ServiceQuotaIncreaseRequestInTemplateList", "pageSize": "MaxResults" } } }, "com.amazonaws.servicequotas#ListServiceQuotaIncreaseRequestsInTemplateRequest": { "type": "structure", "members": { "ServiceCode": { "target": "com.amazonaws.servicequotas#ServiceCode", "traits": { "smithy.api#documentation": "

The service identifier.

" } }, "AwsRegion": { "target": "com.amazonaws.servicequotas#AwsRegion", "traits": { "smithy.api#documentation": "

The AWS Region.

" } }, "NextToken": { "target": "com.amazonaws.servicequotas#NextToken", "traits": { "smithy.api#documentation": "

The token for the next page of results.

" } }, "MaxResults": { "target": "com.amazonaws.servicequotas#MaxResults", "traits": { "smithy.api#documentation": "

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

" } } } }, "com.amazonaws.servicequotas#ListServiceQuotaIncreaseRequestsInTemplateResponse": { "type": "structure", "members": { "ServiceQuotaIncreaseRequestInTemplateList": { "target": "com.amazonaws.servicequotas#ServiceQuotaIncreaseRequestInTemplateList", "traits": { "smithy.api#documentation": "

Information about the quota increase requests.

" } }, "NextToken": { "target": "com.amazonaws.servicequotas#NextToken", "traits": { "smithy.api#documentation": "

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

" } } } }, "com.amazonaws.servicequotas#ListServiceQuotas": { "type": "operation", "input": { "target": "com.amazonaws.servicequotas#ListServiceQuotasRequest" }, "output": { "target": "com.amazonaws.servicequotas#ListServiceQuotasResponse" }, "errors": [ { "target": "com.amazonaws.servicequotas#AccessDeniedException" }, { "target": "com.amazonaws.servicequotas#IllegalArgumentException" }, { "target": "com.amazonaws.servicequotas#InvalidPaginationTokenException" }, { "target": "com.amazonaws.servicequotas#NoSuchResourceException" }, { "target": "com.amazonaws.servicequotas#ServiceException" }, { "target": "com.amazonaws.servicequotas#TooManyRequestsException" } ], "traits": { "smithy.api#documentation": "

Lists the applied quota values for the specified AWS service. For some quotas, only the\n default values are available. If the applied quota value is not available for a quota, the\n quota is not retrieved.

", "smithy.api#paginated": { "inputToken": "NextToken", "outputToken": "NextToken", "items": "Quotas", "pageSize": "MaxResults" } } }, "com.amazonaws.servicequotas#ListServiceQuotasRequest": { "type": "structure", "members": { "ServiceCode": { "target": "com.amazonaws.servicequotas#ServiceCode", "traits": { "smithy.api#documentation": "

The service identifier.

", "smithy.api#required": {} } }, "NextToken": { "target": "com.amazonaws.servicequotas#NextToken", "traits": { "smithy.api#documentation": "

The token for the next page of results.

" } }, "MaxResults": { "target": "com.amazonaws.servicequotas#MaxResults", "traits": { "smithy.api#documentation": "

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

" } } } }, "com.amazonaws.servicequotas#ListServiceQuotasResponse": { "type": "structure", "members": { "NextToken": { "target": "com.amazonaws.servicequotas#NextToken", "traits": { "smithy.api#documentation": "

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

" } }, "Quotas": { "target": "com.amazonaws.servicequotas#ServiceQuotaListDefinition", "traits": { "smithy.api#documentation": "

Information about the quotas.

" } } } }, "com.amazonaws.servicequotas#ListServices": { "type": "operation", "input": { "target": "com.amazonaws.servicequotas#ListServicesRequest" }, "output": { "target": "com.amazonaws.servicequotas#ListServicesResponse" }, "errors": [ { "target": "com.amazonaws.servicequotas#AccessDeniedException" }, { "target": "com.amazonaws.servicequotas#IllegalArgumentException" }, { "target": "com.amazonaws.servicequotas#InvalidPaginationTokenException" }, { "target": "com.amazonaws.servicequotas#ServiceException" }, { "target": "com.amazonaws.servicequotas#TooManyRequestsException" } ], "traits": { "smithy.api#documentation": "

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

", "smithy.api#paginated": { "inputToken": "NextToken", "outputToken": "NextToken", "items": "Services", "pageSize": "MaxResults" } } }, "com.amazonaws.servicequotas#ListServicesRequest": { "type": "structure", "members": { "NextToken": { "target": "com.amazonaws.servicequotas#NextToken", "traits": { "smithy.api#documentation": "

The token for the next page of results.

" } }, "MaxResults": { "target": "com.amazonaws.servicequotas#MaxResults", "traits": { "smithy.api#documentation": "

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

" } } } }, "com.amazonaws.servicequotas#ListServicesResponse": { "type": "structure", "members": { "NextToken": { "target": "com.amazonaws.servicequotas#NextToken", "traits": { "smithy.api#documentation": "

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

" } }, "Services": { "target": "com.amazonaws.servicequotas#ServiceInfoListDefinition", "traits": { "smithy.api#documentation": "

Information about the services.

" } } } }, "com.amazonaws.servicequotas#ListTagsForResource": { "type": "operation", "input": { "target": "com.amazonaws.servicequotas#ListTagsForResourceRequest" }, "output": { "target": "com.amazonaws.servicequotas#ListTagsForResourceResponse" }, "errors": [ { "target": "com.amazonaws.servicequotas#AccessDeniedException" }, { "target": "com.amazonaws.servicequotas#IllegalArgumentException" }, { "target": "com.amazonaws.servicequotas#NoSuchResourceException" }, { "target": "com.amazonaws.servicequotas#ServiceException" }, { "target": "com.amazonaws.servicequotas#TooManyRequestsException" } ], "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.servicequotas#ListTagsForResourceRequest": { "type": "structure", "members": { "ResourceARN": { "target": "com.amazonaws.servicequotas#AmazonResourceName", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) for the applied quota for which you want to list tags. You\n can get this information by using the Service Quotas console, or by listing the quotas using the\n list-service-quotas AWS CLI command or the ListServiceQuotas AWS API operation.

", "smithy.api#required": {} } } } }, "com.amazonaws.servicequotas#ListTagsForResourceResponse": { "type": "structure", "members": { "Tags": { "target": "com.amazonaws.servicequotas#OutputTags", "traits": { "smithy.api#documentation": "

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

" } } } }, "com.amazonaws.servicequotas#MaxResults": { "type": "integer", "traits": { "smithy.api#box": {}, "smithy.api#range": { "min": 1, "max": 100 } } }, "com.amazonaws.servicequotas#MetricDimensionName": { "type": "string" }, "com.amazonaws.servicequotas#MetricDimensionValue": { "type": "string" }, "com.amazonaws.servicequotas#MetricDimensionsMapDefinition": { "type": "map", "key": { "target": "com.amazonaws.servicequotas#MetricDimensionName" }, "value": { "target": "com.amazonaws.servicequotas#MetricDimensionValue" }, "traits": { "smithy.api#length": { "min": 0, "max": 10 } } }, "com.amazonaws.servicequotas#MetricInfo": { "type": "structure", "members": { "MetricNamespace": { "target": "com.amazonaws.servicequotas#QuotaMetricNamespace", "traits": { "smithy.api#documentation": "

The namespace of the metric.

" } }, "MetricName": { "target": "com.amazonaws.servicequotas#QuotaMetricName", "traits": { "smithy.api#documentation": "

The name of the metric.

" } }, "MetricDimensions": { "target": "com.amazonaws.servicequotas#MetricDimensionsMapDefinition", "traits": { "smithy.api#documentation": "

The metric dimension. This is a name/value pair that is part of the identity of a\n metric.

" } }, "MetricStatisticRecommendation": { "target": "com.amazonaws.servicequotas#Statistic", "traits": { "smithy.api#documentation": "

The metric statistic that we recommend you use when determining quota usage.

" } } }, "traits": { "smithy.api#documentation": "

Information about the CloudWatch metric that reflects quota usage.

" } }, "com.amazonaws.servicequotas#NextToken": { "type": "string", "traits": { "smithy.api#length": { "min": 0, "max": 2048 }, "smithy.api#pattern": "^[a-zA-Z0-9/+]*={0,2}$" } }, "com.amazonaws.servicequotas#NoAvailableOrganizationException": { "type": "structure", "members": { "Message": { "target": "com.amazonaws.servicequotas#ExceptionMessage" } }, "traits": { "smithy.api#documentation": "

The account making this call is not a member of an organization.

", "smithy.api#error": "client", "smithy.api#httpError": 403 } }, "com.amazonaws.servicequotas#NoSuchResourceException": { "type": "structure", "members": { "Message": { "target": "com.amazonaws.servicequotas#ExceptionMessage" } }, "traits": { "smithy.api#documentation": "

The specified resource does not exist.

", "smithy.api#error": "client", "smithy.api#httpError": 404 } }, "com.amazonaws.servicequotas#OrganizationNotInAllFeaturesModeException": { "type": "structure", "members": { "Message": { "target": "com.amazonaws.servicequotas#ExceptionMessage" } }, "traits": { "smithy.api#documentation": "

The organization that your account belongs to is not in All Features mode.

", "smithy.api#error": "client", "smithy.api#httpError": 400 } }, "com.amazonaws.servicequotas#OutputTags": { "type": "list", "member": { "target": "com.amazonaws.servicequotas#Tag" }, "traits": { "smithy.api#length": { "min": 0, "max": 200 } } }, "com.amazonaws.servicequotas#PeriodUnit": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "MICROSECOND", "name": "MICROSECOND" }, { "value": "MILLISECOND", "name": "MILLISECOND" }, { "value": "SECOND", "name": "SECOND" }, { "value": "MINUTE", "name": "MINUTE" }, { "value": "HOUR", "name": "HOUR" }, { "value": "DAY", "name": "DAY" }, { "value": "WEEK", "name": "WEEK" } ] } }, "com.amazonaws.servicequotas#PeriodValue": { "type": "integer", "traits": { "smithy.api#box": {} } }, "com.amazonaws.servicequotas#PutServiceQuotaIncreaseRequestIntoTemplate": { "type": "operation", "input": { "target": "com.amazonaws.servicequotas#PutServiceQuotaIncreaseRequestIntoTemplateRequest" }, "output": { "target": "com.amazonaws.servicequotas#PutServiceQuotaIncreaseRequestIntoTemplateResponse" }, "errors": [ { "target": "com.amazonaws.servicequotas#AccessDeniedException" }, { "target": "com.amazonaws.servicequotas#AWSServiceAccessNotEnabledException" }, { "target": "com.amazonaws.servicequotas#DependencyAccessDeniedException" }, { "target": "com.amazonaws.servicequotas#IllegalArgumentException" }, { "target": "com.amazonaws.servicequotas#NoAvailableOrganizationException" }, { "target": "com.amazonaws.servicequotas#NoSuchResourceException" }, { "target": "com.amazonaws.servicequotas#QuotaExceededException" }, { "target": "com.amazonaws.servicequotas#ServiceException" }, { "target": "com.amazonaws.servicequotas#TemplatesNotAvailableInRegionException" }, { "target": "com.amazonaws.servicequotas#TooManyRequestsException" } ], "traits": { "smithy.api#documentation": "

Adds a quota increase request to your quota request template.

" } }, "com.amazonaws.servicequotas#PutServiceQuotaIncreaseRequestIntoTemplateRequest": { "type": "structure", "members": { "QuotaCode": { "target": "com.amazonaws.servicequotas#QuotaCode", "traits": { "smithy.api#documentation": "

The quota identifier.

", "smithy.api#required": {} } }, "ServiceCode": { "target": "com.amazonaws.servicequotas#ServiceCode", "traits": { "smithy.api#documentation": "

The service identifier.

", "smithy.api#required": {} } }, "AwsRegion": { "target": "com.amazonaws.servicequotas#AwsRegion", "traits": { "smithy.api#documentation": "

The AWS Region.

", "smithy.api#required": {} } }, "DesiredValue": { "target": "com.amazonaws.servicequotas#QuotaValue", "traits": { "smithy.api#documentation": "

The new, increased value for the quota.

", "smithy.api#required": {} } } } }, "com.amazonaws.servicequotas#PutServiceQuotaIncreaseRequestIntoTemplateResponse": { "type": "structure", "members": { "ServiceQuotaIncreaseRequestInTemplate": { "target": "com.amazonaws.servicequotas#ServiceQuotaIncreaseRequestInTemplate", "traits": { "smithy.api#documentation": "

Information about the quota increase request.

" } } } }, "com.amazonaws.servicequotas#QuotaAdjustable": { "type": "boolean" }, "com.amazonaws.servicequotas#QuotaArn": { "type": "string" }, "com.amazonaws.servicequotas#QuotaCode": { "type": "string", "traits": { "smithy.api#length": { "min": 1, "max": 128 }, "smithy.api#pattern": "[a-zA-Z][a-zA-Z0-9-]{1,128}" } }, "com.amazonaws.servicequotas#QuotaExceededException": { "type": "structure", "members": { "Message": { "target": "com.amazonaws.servicequotas#ExceptionMessage" } }, "traits": { "smithy.api#documentation": "

You have exceeded your service quota. To perform the requested action, remove some of the\n relevant resources, or use Service Quotas to request a service quota increase.

", "smithy.api#error": "client", "smithy.api#httpError": 409 } }, "com.amazonaws.servicequotas#QuotaMetricName": { "type": "string" }, "com.amazonaws.servicequotas#QuotaMetricNamespace": { "type": "string" }, "com.amazonaws.servicequotas#QuotaName": { "type": "string" }, "com.amazonaws.servicequotas#QuotaPeriod": { "type": "structure", "members": { "PeriodValue": { "target": "com.amazonaws.servicequotas#PeriodValue", "traits": { "smithy.api#documentation": "

The value.

" } }, "PeriodUnit": { "target": "com.amazonaws.servicequotas#PeriodUnit", "traits": { "smithy.api#documentation": "

The time unit.

" } } }, "traits": { "smithy.api#documentation": "

Information about the quota period.

" } }, "com.amazonaws.servicequotas#QuotaUnit": { "type": "string" }, "com.amazonaws.servicequotas#QuotaValue": { "type": "double", "traits": { "smithy.api#box": {}, "smithy.api#range": { "min": 0, "max": 10000000000 } } }, "com.amazonaws.servicequotas#RequestId": { "type": "string", "traits": { "smithy.api#length": { "min": 1, "max": 128 }, "smithy.api#pattern": "[0-9a-zA-Z][a-zA-Z0-9-]{1,128}" } }, "com.amazonaws.servicequotas#RequestServiceQuotaIncrease": { "type": "operation", "input": { "target": "com.amazonaws.servicequotas#RequestServiceQuotaIncreaseRequest" }, "output": { "target": "com.amazonaws.servicequotas#RequestServiceQuotaIncreaseResponse" }, "errors": [ { "target": "com.amazonaws.servicequotas#AccessDeniedException" }, { "target": "com.amazonaws.servicequotas#DependencyAccessDeniedException" }, { "target": "com.amazonaws.servicequotas#IllegalArgumentException" }, { "target": "com.amazonaws.servicequotas#InvalidResourceStateException" }, { "target": "com.amazonaws.servicequotas#NoSuchResourceException" }, { "target": "com.amazonaws.servicequotas#QuotaExceededException" }, { "target": "com.amazonaws.servicequotas#ResourceAlreadyExistsException" }, { "target": "com.amazonaws.servicequotas#ServiceException" }, { "target": "com.amazonaws.servicequotas#TooManyRequestsException" } ], "traits": { "smithy.api#documentation": "

Submits a quota increase request for the specified quota.

" } }, "com.amazonaws.servicequotas#RequestServiceQuotaIncreaseRequest": { "type": "structure", "members": { "ServiceCode": { "target": "com.amazonaws.servicequotas#ServiceCode", "traits": { "smithy.api#documentation": "

The service identifier.

", "smithy.api#required": {} } }, "QuotaCode": { "target": "com.amazonaws.servicequotas#QuotaCode", "traits": { "smithy.api#documentation": "

The quota identifier.

", "smithy.api#required": {} } }, "DesiredValue": { "target": "com.amazonaws.servicequotas#QuotaValue", "traits": { "smithy.api#documentation": "

The new, increased value for the quota.

", "smithy.api#required": {} } } } }, "com.amazonaws.servicequotas#RequestServiceQuotaIncreaseResponse": { "type": "structure", "members": { "RequestedQuota": { "target": "com.amazonaws.servicequotas#RequestedServiceQuotaChange", "traits": { "smithy.api#documentation": "

Information about the quota increase request.

" } } } }, "com.amazonaws.servicequotas#RequestStatus": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "PENDING", "name": "PENDING" }, { "value": "CASE_OPENED", "name": "CASE_OPENED" }, { "value": "APPROVED", "name": "APPROVED" }, { "value": "DENIED", "name": "DENIED" }, { "value": "CASE_CLOSED", "name": "CASE_CLOSED" } ] } }, "com.amazonaws.servicequotas#RequestedServiceQuotaChange": { "type": "structure", "members": { "Id": { "target": "com.amazonaws.servicequotas#RequestId", "traits": { "smithy.api#documentation": "

The unique identifier.

" } }, "CaseId": { "target": "com.amazonaws.servicequotas#CustomerServiceEngagementId", "traits": { "smithy.api#documentation": "

The case ID.

" } }, "ServiceCode": { "target": "com.amazonaws.servicequotas#ServiceCode", "traits": { "smithy.api#documentation": "

The service identifier.

" } }, "ServiceName": { "target": "com.amazonaws.servicequotas#ServiceName", "traits": { "smithy.api#documentation": "

The service name.

" } }, "QuotaCode": { "target": "com.amazonaws.servicequotas#QuotaCode", "traits": { "smithy.api#documentation": "

The quota identifier.

" } }, "QuotaName": { "target": "com.amazonaws.servicequotas#QuotaName", "traits": { "smithy.api#documentation": "

The quota name.

" } }, "DesiredValue": { "target": "com.amazonaws.servicequotas#QuotaValue", "traits": { "smithy.api#documentation": "

The new, increased value for the quota.

" } }, "Status": { "target": "com.amazonaws.servicequotas#RequestStatus", "traits": { "smithy.api#documentation": "

The state of the quota increase request.

" } }, "Created": { "target": "com.amazonaws.servicequotas#DateTime", "traits": { "smithy.api#documentation": "

The date and time when the quota increase request was received and the case ID was\n created.

" } }, "LastUpdated": { "target": "com.amazonaws.servicequotas#DateTime", "traits": { "smithy.api#documentation": "

The date and time of the most recent change.

" } }, "Requester": { "target": "com.amazonaws.servicequotas#Requester", "traits": { "smithy.api#documentation": "

The IAM identity of the requester.

" } }, "QuotaArn": { "target": "com.amazonaws.servicequotas#QuotaArn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the quota.

" } }, "GlobalQuota": { "target": "com.amazonaws.servicequotas#GlobalQuota", "traits": { "smithy.api#documentation": "

Indicates whether the quota is global.

" } }, "Unit": { "target": "com.amazonaws.servicequotas#QuotaUnit", "traits": { "smithy.api#documentation": "

The unit of measurement.

" } } }, "traits": { "smithy.api#documentation": "

Information about a quota increase request.

" } }, "com.amazonaws.servicequotas#RequestedServiceQuotaChangeHistoryListDefinition": { "type": "list", "member": { "target": "com.amazonaws.servicequotas#RequestedServiceQuotaChange" } }, "com.amazonaws.servicequotas#Requester": { "type": "string" }, "com.amazonaws.servicequotas#ResourceAlreadyExistsException": { "type": "structure", "members": { "Message": { "target": "com.amazonaws.servicequotas#ExceptionMessage" } }, "traits": { "smithy.api#documentation": "

The specified resource already exists.

", "smithy.api#error": "client", "smithy.api#httpError": 400 } }, "com.amazonaws.servicequotas#ServiceCode": { "type": "string", "traits": { "smithy.api#length": { "min": 1, "max": 63 }, "smithy.api#pattern": "[a-zA-Z][a-zA-Z0-9-]{1,63}" } }, "com.amazonaws.servicequotas#ServiceException": { "type": "structure", "members": { "Message": { "target": "com.amazonaws.servicequotas#ExceptionMessage" } }, "traits": { "smithy.api#documentation": "

Something went wrong.

", "smithy.api#error": "server", "smithy.api#httpError": 500 } }, "com.amazonaws.servicequotas#ServiceInfo": { "type": "structure", "members": { "ServiceCode": { "target": "com.amazonaws.servicequotas#ServiceCode", "traits": { "smithy.api#documentation": "

The service identifier.

" } }, "ServiceName": { "target": "com.amazonaws.servicequotas#ServiceName", "traits": { "smithy.api#documentation": "

The service name.

" } } }, "traits": { "smithy.api#documentation": "

Information about a service.

" } }, "com.amazonaws.servicequotas#ServiceInfoListDefinition": { "type": "list", "member": { "target": "com.amazonaws.servicequotas#ServiceInfo" } }, "com.amazonaws.servicequotas#ServiceName": { "type": "string" }, "com.amazonaws.servicequotas#ServiceQuota": { "type": "structure", "members": { "ServiceCode": { "target": "com.amazonaws.servicequotas#ServiceCode", "traits": { "smithy.api#documentation": "

The service identifier.

" } }, "ServiceName": { "target": "com.amazonaws.servicequotas#ServiceName", "traits": { "smithy.api#documentation": "

The service name.

" } }, "QuotaArn": { "target": "com.amazonaws.servicequotas#QuotaArn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the quota.

" } }, "QuotaCode": { "target": "com.amazonaws.servicequotas#QuotaCode", "traits": { "smithy.api#documentation": "

The quota identifier.

" } }, "QuotaName": { "target": "com.amazonaws.servicequotas#QuotaName", "traits": { "smithy.api#documentation": "

The quota name.

" } }, "Value": { "target": "com.amazonaws.servicequotas#QuotaValue", "traits": { "smithy.api#documentation": "

The quota value.

" } }, "Unit": { "target": "com.amazonaws.servicequotas#QuotaUnit", "traits": { "smithy.api#documentation": "

The unit of measurement.

" } }, "Adjustable": { "target": "com.amazonaws.servicequotas#QuotaAdjustable", "traits": { "smithy.api#documentation": "

Indicates whether the quota value can be increased.

" } }, "GlobalQuota": { "target": "com.amazonaws.servicequotas#GlobalQuota", "traits": { "smithy.api#documentation": "

Indicates whether the quota is global.

" } }, "UsageMetric": { "target": "com.amazonaws.servicequotas#MetricInfo", "traits": { "smithy.api#documentation": "

Information about the measurement.

" } }, "Period": { "target": "com.amazonaws.servicequotas#QuotaPeriod", "traits": { "smithy.api#documentation": "

The period of time.

" } }, "ErrorReason": { "target": "com.amazonaws.servicequotas#ErrorReason", "traits": { "smithy.api#documentation": "

The error code and error reason.

" } } }, "traits": { "smithy.api#documentation": "

Information about a quota.

" } }, "com.amazonaws.servicequotas#ServiceQuotaIncreaseRequestInTemplate": { "type": "structure", "members": { "ServiceCode": { "target": "com.amazonaws.servicequotas#ServiceCode", "traits": { "smithy.api#documentation": "

The service identifier.

" } }, "ServiceName": { "target": "com.amazonaws.servicequotas#ServiceName", "traits": { "smithy.api#documentation": "

The service name.

" } }, "QuotaCode": { "target": "com.amazonaws.servicequotas#QuotaCode", "traits": { "smithy.api#documentation": "

The quota identifier.

" } }, "QuotaName": { "target": "com.amazonaws.servicequotas#QuotaName", "traits": { "smithy.api#documentation": "

The quota name.

" } }, "DesiredValue": { "target": "com.amazonaws.servicequotas#QuotaValue", "traits": { "smithy.api#documentation": "

The new, increased value of the quota.

" } }, "AwsRegion": { "target": "com.amazonaws.servicequotas#AwsRegion", "traits": { "smithy.api#documentation": "

The AWS Region.

" } }, "Unit": { "target": "com.amazonaws.servicequotas#QuotaUnit", "traits": { "smithy.api#documentation": "

The unit of measurement.

" } }, "GlobalQuota": { "target": "com.amazonaws.servicequotas#GlobalQuota", "traits": { "smithy.api#documentation": "

Indicates whether the quota is global.

" } } }, "traits": { "smithy.api#documentation": "

Information about a quota increase request.

" } }, "com.amazonaws.servicequotas#ServiceQuotaIncreaseRequestInTemplateList": { "type": "list", "member": { "target": "com.amazonaws.servicequotas#ServiceQuotaIncreaseRequestInTemplate" } }, "com.amazonaws.servicequotas#ServiceQuotaListDefinition": { "type": "list", "member": { "target": "com.amazonaws.servicequotas#ServiceQuota" } }, "com.amazonaws.servicequotas#ServiceQuotaTemplateAssociationStatus": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "ASSOCIATED", "name": "ASSOCIATED" }, { "value": "DISASSOCIATED", "name": "DISASSOCIATED" } ] } }, "com.amazonaws.servicequotas#ServiceQuotaTemplateNotInUseException": { "type": "structure", "members": { "Message": { "target": "com.amazonaws.servicequotas#ExceptionMessage" } }, "traits": { "smithy.api#documentation": "

The quota request template is not associated with your organization.

", "smithy.api#error": "client", "smithy.api#httpError": 400 } }, "com.amazonaws.servicequotas#ServiceQuotasV20190624": { "type": "service", "version": "2019-06-24", "operations": [ { "target": "com.amazonaws.servicequotas#AssociateServiceQuotaTemplate" }, { "target": "com.amazonaws.servicequotas#DeleteServiceQuotaIncreaseRequestFromTemplate" }, { "target": "com.amazonaws.servicequotas#DisassociateServiceQuotaTemplate" }, { "target": "com.amazonaws.servicequotas#GetAssociationForServiceQuotaTemplate" }, { "target": "com.amazonaws.servicequotas#GetAWSDefaultServiceQuota" }, { "target": "com.amazonaws.servicequotas#GetRequestedServiceQuotaChange" }, { "target": "com.amazonaws.servicequotas#GetServiceQuota" }, { "target": "com.amazonaws.servicequotas#GetServiceQuotaIncreaseRequestFromTemplate" }, { "target": "com.amazonaws.servicequotas#ListAWSDefaultServiceQuotas" }, { "target": "com.amazonaws.servicequotas#ListRequestedServiceQuotaChangeHistory" }, { "target": "com.amazonaws.servicequotas#ListRequestedServiceQuotaChangeHistoryByQuota" }, { "target": "com.amazonaws.servicequotas#ListServiceQuotaIncreaseRequestsInTemplate" }, { "target": "com.amazonaws.servicequotas#ListServiceQuotas" }, { "target": "com.amazonaws.servicequotas#ListServices" }, { "target": "com.amazonaws.servicequotas#ListTagsForResource" }, { "target": "com.amazonaws.servicequotas#PutServiceQuotaIncreaseRequestIntoTemplate" }, { "target": "com.amazonaws.servicequotas#RequestServiceQuotaIncrease" }, { "target": "com.amazonaws.servicequotas#TagResource" }, { "target": "com.amazonaws.servicequotas#UntagResource" } ], "traits": { "aws.api#service": { "sdkId": "Service Quotas", "arnNamespace": "servicequotas", "cloudFormationName": "ServiceQuotas", "cloudTrailEventSource": "servicequotas.amazonaws.com", "endpointPrefix": "servicequotas" }, "aws.auth#sigv4": { "name": "servicequotas" }, "aws.protocols#awsJson1_1": {}, "smithy.api#documentation": "

With Service Quotas, you can view and manage your quotas easily as your AWS workloads\n grow. Quotas, also referred to as limits, are the maximum number of resources that you can\n create in your AWS account. For more information, see the Service Quotas User Guide.

", "smithy.api#title": "Service Quotas" } }, "com.amazonaws.servicequotas#Statistic": { "type": "string", "traits": { "smithy.api#length": { "min": 1, "max": 256 }, "smithy.api#pattern": "(Sum|Maximum)" } }, "com.amazonaws.servicequotas#Tag": { "type": "structure", "members": { "Key": { "target": "com.amazonaws.servicequotas#TagKey", "traits": { "smithy.api#documentation": "

A string that contains a tag key. The string length should be between 1 and 128\n characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . :\n / = + @.

", "smithy.api#required": {} } }, "Value": { "target": "com.amazonaws.servicequotas#TagValue", "traits": { "smithy.api#documentation": "

A string that contains an optional tag value. The string length should be between 0 and\n 256 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ -\n . : / = + @.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

A complex data type that contains a tag key and tag value.

" } }, "com.amazonaws.servicequotas#TagKey": { "type": "string", "traits": { "smithy.api#length": { "min": 1, "max": 128 }, "smithy.api#pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$" } }, "com.amazonaws.servicequotas#TagPolicyViolationException": { "type": "structure", "members": { "Message": { "target": "com.amazonaws.servicequotas#ExceptionMessage" } }, "traits": { "smithy.api#documentation": "

The specified tag is a reserved word and cannot be used.

", "smithy.api#error": "client", "smithy.api#httpError": 401 } }, "com.amazonaws.servicequotas#TagResource": { "type": "operation", "input": { "target": "com.amazonaws.servicequotas#TagResourceRequest" }, "output": { "target": "com.amazonaws.servicequotas#TagResourceResponse" }, "errors": [ { "target": "com.amazonaws.servicequotas#AccessDeniedException" }, { "target": "com.amazonaws.servicequotas#IllegalArgumentException" }, { "target": "com.amazonaws.servicequotas#NoSuchResourceException" }, { "target": "com.amazonaws.servicequotas#ServiceException" }, { "target": "com.amazonaws.servicequotas#TagPolicyViolationException" }, { "target": "com.amazonaws.servicequotas#TooManyRequestsException" }, { "target": "com.amazonaws.servicequotas#TooManyTagsException" } ], "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.servicequotas#TagResourceRequest": { "type": "structure", "members": { "ResourceARN": { "target": "com.amazonaws.servicequotas#AmazonResourceName", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) for the applied quota. You can get this information by\n using the Service Quotas console, or by listing the quotas using the list-service-quotas AWS CLI command or the ListServiceQuotas AWS API operation.

", "smithy.api#required": {} } }, "Tags": { "target": "com.amazonaws.servicequotas#InputTags", "traits": { "smithy.api#documentation": "

The tags that you want to add to the resource.

", "smithy.api#required": {} } } } }, "com.amazonaws.servicequotas#TagResourceResponse": { "type": "structure", "members": {} }, "com.amazonaws.servicequotas#TagValue": { "type": "string", "traits": { "smithy.api#length": { "min": 0, "max": 256 }, "smithy.api#pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$" } }, "com.amazonaws.servicequotas#TemplatesNotAvailableInRegionException": { "type": "structure", "members": { "Message": { "target": "com.amazonaws.servicequotas#ExceptionMessage" } }, "traits": { "smithy.api#documentation": "

The Service Quotas template is not available in this AWS Region.

", "smithy.api#error": "client", "smithy.api#httpError": 404 } }, "com.amazonaws.servicequotas#TooManyRequestsException": { "type": "structure", "members": { "Message": { "target": "com.amazonaws.servicequotas#ExceptionMessage" } }, "traits": { "smithy.api#documentation": "

Due to throttling, the request was denied. Slow down the rate of request calls, or request\n an increase for this quota.

", "smithy.api#error": "client", "smithy.api#httpError": 429 } }, "com.amazonaws.servicequotas#TooManyTagsException": { "type": "structure", "members": { "Message": { "target": "com.amazonaws.servicequotas#ExceptionMessage" } }, "traits": { "smithy.api#documentation": "

You've exceeded the number of tags allowed for a resource. For more information, see\n Tag\n restrictions in the Service Quotas User Guide.

", "smithy.api#error": "client", "smithy.api#httpError": 400 } }, "com.amazonaws.servicequotas#UntagResource": { "type": "operation", "input": { "target": "com.amazonaws.servicequotas#UntagResourceRequest" }, "output": { "target": "com.amazonaws.servicequotas#UntagResourceResponse" }, "errors": [ { "target": "com.amazonaws.servicequotas#AccessDeniedException" }, { "target": "com.amazonaws.servicequotas#IllegalArgumentException" }, { "target": "com.amazonaws.servicequotas#NoSuchResourceException" }, { "target": "com.amazonaws.servicequotas#ServiceException" }, { "target": "com.amazonaws.servicequotas#TooManyRequestsException" } ], "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.servicequotas#UntagResourceRequest": { "type": "structure", "members": { "ResourceARN": { "target": "com.amazonaws.servicequotas#AmazonResourceName", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) for the applied quota that you want to untag. You can get\n 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.

", "smithy.api#required": {} } }, "TagKeys": { "target": "com.amazonaws.servicequotas#InputTagKeys", "traits": { "smithy.api#documentation": "

The keys of the tags that you want to remove from the resource.

", "smithy.api#required": {} } } } }, "com.amazonaws.servicequotas#UntagResourceResponse": { "type": "structure", "members": {} } } }