ServiceQuotas ************* Client ====== class ServiceQuotas.Client A low-level client representing Service Quotas With Service Quotas, you can view and manage your quotas easily as your Amazon Web Services workloads grow. Quotas, also referred to as limits, are the maximum number of resources that you can create in your Amazon Web Services account. For more information, see the Service Quotas User Guide. You need Amazon Web Services CLI version 2.13.20 or higher to view and manage resource-level quotas such as "Instances per domain" for Amazon OpenSearch Service. import boto3 client = boto3.client('service-quotas') These are the available methods: * associate_service_quota_template * can_paginate * close * create_support_case * delete_service_quota_increase_request_from_template * disassociate_service_quota_template * get_association_for_service_quota_template * get_aws_default_service_quota * get_paginator * get_requested_service_quota_change * get_service_quota * get_service_quota_increase_request_from_template * get_waiter * list_aws_default_service_quotas * list_requested_service_quota_change_history * list_requested_service_quota_change_history_by_quota * list_service_quota_increase_requests_in_template * list_service_quotas * list_services * list_tags_for_resource * put_service_quota_increase_request_into_template * request_service_quota_increase * tag_resource * untag_resource Paginators ========== Paginators are available on a client instance via the "get_paginator" method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide. The available paginators are: * ListAWSDefaultServiceQuotas * ListRequestedServiceQuotaChangeHistory * ListRequestedServiceQuotaChangeHistoryByQuota * ListServiceQuotaIncreaseRequestsInTemplate * ListServiceQuotas * ListServices ServiceQuotas / Paginator / ListServiceQuotas ListServiceQuotas ***************** class ServiceQuotas.Paginator.ListServiceQuotas paginator = client.get_paginator('list_service_quotas') paginate(**kwargs) Creates an iterator that will paginate through responses from "ServiceQuotas.Client.list_service_quotas()". See also: AWS API Documentation **Request Syntax** response_iterator = paginator.paginate( ServiceCode='string', QuotaCode='string', QuotaAppliedAtLevel='ACCOUNT'|'RESOURCE'|'ALL', PaginationConfig={ 'MaxItems': 123, 'PageSize': 123, 'StartingToken': 'string' } ) Parameters: * **ServiceCode** (*string*) -- **[REQUIRED]** Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation. * **QuotaCode** (*string*) -- Specifies the quota identifier. To find the quota code for a specific quota, use the ListServiceQuotas operation, and look for the "QuotaCode" response in the output for the quota you want. * **QuotaAppliedAtLevel** (*string*) -- Filters the response to return applied quota values for the "ACCOUNT", "RESOURCE", or "ALL" levels. "ACCOUNT" is the default. * **PaginationConfig** (*dict*) -- A dictionary that provides parameters to control pagination. * **MaxItems** *(integer) --* The total number of items to return. If the total number of items available is more than the value specified in max-items then a "NextToken" will be provided in the output that you can use to resume pagination. * **PageSize** *(integer) --* The size of each page. * **StartingToken** *(string) --* A token to specify where to start paginating. This is the "NextToken" from a previous response. Return type: dict Returns: **Response Syntax** { 'Quotas': [ { 'ServiceCode': 'string', 'ServiceName': 'string', 'QuotaArn': 'string', 'QuotaCode': 'string', 'QuotaName': 'string', 'Value': 123.0, 'Unit': 'string', 'Adjustable': True|False, 'GlobalQuota': True|False, 'UsageMetric': { 'MetricNamespace': 'string', 'MetricName': 'string', 'MetricDimensions': { 'string': 'string' }, 'MetricStatisticRecommendation': 'string' }, 'Period': { 'PeriodValue': 123, 'PeriodUnit': 'MICROSECOND'|'MILLISECOND'|'SECOND'|'MINUTE'|'HOUR'|'DAY'|'WEEK' }, 'ErrorReason': { 'ErrorCode': 'DEPENDENCY_ACCESS_DENIED_ERROR'|'DEPENDENCY_THROTTLING_ERROR'|'DEPENDENCY_SERVICE_ERROR'|'SERVICE_QUOTA_NOT_AVAILABLE_ERROR', 'ErrorMessage': 'string' }, 'QuotaAppliedAtLevel': 'ACCOUNT'|'RESOURCE'|'ALL', 'QuotaContext': { 'ContextScope': 'RESOURCE'|'ACCOUNT', 'ContextScopeType': 'string', 'ContextId': 'string' }, 'Description': 'string' }, ] } **Response Structure** * *(dict) --* * **Quotas** *(list) --* Information about the quotas. * *(dict) --* Information about a quota. * **ServiceCode** *(string) --* Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation. * **ServiceName** *(string) --* Specifies the service name. * **QuotaArn** *(string) --* The Amazon Resource Name (ARN) of the quota. * **QuotaCode** *(string) --* Specifies the quota identifier. To find the quota code for a specific quota, use the ListServiceQuotas operation, and look for the "QuotaCode" response in the output for the quota you want. * **QuotaName** *(string) --* Specifies the quota name. * **Value** *(float) --* The quota value. * **Unit** *(string) --* The unit of measurement. * **Adjustable** *(boolean) --* Indicates whether the quota value can be increased. * **GlobalQuota** *(boolean) --* Indicates whether the quota is global. * **UsageMetric** *(dict) --* Information about the measurement. * **MetricNamespace** *(string) --* The namespace of the metric. * **MetricName** *(string) --* The name of the metric. * **MetricDimensions** *(dict) --* The metric dimension. This is a name/value pair that is part of the identity of a metric. * *(string) --* * *(string) --* * **MetricStatisticRecommendation** *(string) --* The metric statistic that we recommend you use when determining quota usage. * **Period** *(dict) --* The period of time. * **PeriodValue** *(integer) --* The value associated with the reported "PeriodUnit". * **PeriodUnit** *(string) --* The time unit. * **ErrorReason** *(dict) --* The error code and error reason. * **ErrorCode** *(string) --* Service Quotas returns the following error values: * "DEPENDENCY_ACCESS_DENIED_ERROR" - The caller does not have the required permissions to complete the action. To resolve the error, you must have permission to access the Amazon Web Services service or quota. * "DEPENDENCY_THROTTLING_ERROR" - The Amazon Web Services service is throttling Service Quotas. * "DEPENDENCY_SERVICE_ERROR" - The Amazon Web Services service is not available. * "SERVICE_QUOTA_NOT_AVAILABLE_ERROR" - There was an error in Service Quotas. * **ErrorMessage** *(string) --* The error message. * **QuotaAppliedAtLevel** *(string) --* Filters the response to return applied quota values for the "ACCOUNT", "RESOURCE", or "ALL" levels. "ACCOUNT" is the default. * **QuotaContext** *(dict) --* The context for this service quota. * **ContextScope** *(string) --* Specifies the scope to which the quota value is applied. If the scope is "RESOURCE", the quota value is applied to each resource in the Amazon Web Services account. If the scope is "ACCOUNT", the quota value is applied to the Amazon Web Services account. * **ContextScopeType** *(string) --* Specifies the resource type to which the quota can be applied. * **ContextId** *(string) --* Specifies the resource, or resources, to which the quota applies. The value for this field is either an Amazon Resource Name (ARN) or >>*<<. If the value is an ARN, the quota value applies to that resource. If the value is >>*<<, then the quota value applies to all resources listed in the "ContextScopeType" field. The quota value applies to all resources for which you haven’t previously applied a quota value, and any new resources you create in your Amazon Web Services account. * **Description** *(string) --* The quota description. ServiceQuotas / Paginator / ListServices ListServices ************ class ServiceQuotas.Paginator.ListServices paginator = client.get_paginator('list_services') paginate(**kwargs) Creates an iterator that will paginate through responses from "ServiceQuotas.Client.list_services()". See also: AWS API Documentation **Request Syntax** response_iterator = paginator.paginate( PaginationConfig={ 'MaxItems': 123, 'PageSize': 123, 'StartingToken': 'string' } ) Parameters: **PaginationConfig** (*dict*) -- A dictionary that provides parameters to control pagination. * **MaxItems** *(integer) --* The total number of items to return. If the total number of items available is more than the value specified in max- items then a "NextToken" will be provided in the output that you can use to resume pagination. * **PageSize** *(integer) --* The size of each page. * **StartingToken** *(string) --* A token to specify where to start paginating. This is the "NextToken" from a previous response. Return type: dict Returns: **Response Syntax** { 'Services': [ { 'ServiceCode': 'string', 'ServiceName': 'string' }, ] } **Response Structure** * *(dict) --* * **Services** *(list) --* The list of the Amazon Web Services service names and service codes. * *(dict) --* Information about an Amazon Web Services service. * **ServiceCode** *(string) --* Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation. * **ServiceName** *(string) --* Specifies the service name. ServiceQuotas / Paginator / ListRequestedServiceQuotaChangeHistory ListRequestedServiceQuotaChangeHistory ************************************** class ServiceQuotas.Paginator.ListRequestedServiceQuotaChangeHistory paginator = client.get_paginator('list_requested_service_quota_change_history') paginate(**kwargs) Creates an iterator that will paginate through responses from " ServiceQuotas.Client.list_requested_service_quota_change_histor y()". See also: AWS API Documentation **Request Syntax** response_iterator = paginator.paginate( ServiceCode='string', Status='PENDING'|'CASE_OPENED'|'APPROVED'|'DENIED'|'CASE_CLOSED'|'NOT_APPROVED'|'INVALID_REQUEST', QuotaRequestedAtLevel='ACCOUNT'|'RESOURCE'|'ALL', PaginationConfig={ 'MaxItems': 123, 'PageSize': 123, 'StartingToken': 'string' } ) Parameters: * **ServiceCode** (*string*) -- Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation. * **Status** (*string*) -- Specifies that you want to filter the results to only the requests with the matching status. * **QuotaRequestedAtLevel** (*string*) -- Filters the response to return quota requests for the "ACCOUNT", "RESOURCE", or "ALL" levels. "ACCOUNT" is the default. * **PaginationConfig** (*dict*) -- A dictionary that provides parameters to control pagination. * **MaxItems** *(integer) --* The total number of items to return. If the total number of items available is more than the value specified in max-items then a "NextToken" will be provided in the output that you can use to resume pagination. * **PageSize** *(integer) --* The size of each page. * **StartingToken** *(string) --* A token to specify where to start paginating. This is the "NextToken" from a previous response. Return type: dict Returns: **Response Syntax** { 'RequestedQuotas': [ { 'Id': 'string', 'CaseId': 'string', 'ServiceCode': 'string', 'ServiceName': 'string', 'QuotaCode': 'string', 'QuotaName': 'string', 'DesiredValue': 123.0, 'Status': 'PENDING'|'CASE_OPENED'|'APPROVED'|'DENIED'|'CASE_CLOSED'|'NOT_APPROVED'|'INVALID_REQUEST', 'Created': datetime(2015, 1, 1), 'LastUpdated': datetime(2015, 1, 1), 'Requester': 'string', 'QuotaArn': 'string', 'GlobalQuota': True|False, 'Unit': 'string', 'QuotaRequestedAtLevel': 'ACCOUNT'|'RESOURCE'|'ALL', 'QuotaContext': { 'ContextScope': 'RESOURCE'|'ACCOUNT', 'ContextScopeType': 'string', 'ContextId': 'string' } }, ] } **Response Structure** * *(dict) --* * **RequestedQuotas** *(list) --* Information about the quota increase requests. * *(dict) --* Information about a quota increase request. * **Id** *(string) --* The unique identifier. * **CaseId** *(string) --* The case ID. * **ServiceCode** *(string) --* Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation. * **ServiceName** *(string) --* Specifies the service name. * **QuotaCode** *(string) --* Specifies the quota identifier. To find the quota code for a specific quota, use the ListServiceQuotas operation, and look for the "QuotaCode" response in the output for the quota you want. * **QuotaName** *(string) --* Specifies the quota name. * **DesiredValue** *(float) --* The new, increased value for the quota. * **Status** *(string) --* The state of the quota increase request. * "PENDING": The quota increase request is under review by Amazon Web Services. * "CASE_OPENED": Service Quotas opened a support case to process the quota increase request. Follow-up on the support case for more information. * "APPROVED": The quota increase request is approved. * "DENIED": The quota increase request can't be approved by Service Quotas. Contact Amazon Web Services Support for more details. * "NOT APPROVED": The quota increase request can't be approved by Service Quotas. Contact Amazon Web Services Support for more details. * "CASE_CLOSED": The support case associated with this quota increase request was closed. Check the support case correspondence for the outcome of your quota request. * "INVALID_REQUEST": Service Quotas couldn't process your resource-level quota increase request because the Amazon Resource Name (ARN) specified as part of the "ContextId" is invalid. * **Created** *(datetime) --* The date and time when the quota increase request was received and the case ID was created. * **LastUpdated** *(datetime) --* The date and time of the most recent change. * **Requester** *(string) --* The IAM identity of the requester. * **QuotaArn** *(string) --* The Amazon Resource Name (ARN) of the quota. * **GlobalQuota** *(boolean) --* Indicates whether the quota is global. * **Unit** *(string) --* The unit of measurement. * **QuotaRequestedAtLevel** *(string) --* Filters the response to return quota requests for the "ACCOUNT", "RESOURCE", or "ALL" levels. "ACCOUNT" is the default. * **QuotaContext** *(dict) --* The context for this service quota. * **ContextScope** *(string) --* Specifies the scope to which the quota value is applied. If the scope is "RESOURCE", the quota value is applied to each resource in the Amazon Web Services account. If the scope is "ACCOUNT", the quota value is applied to the Amazon Web Services account. * **ContextScopeType** *(string) --* Specifies the resource type to which the quota can be applied. * **ContextId** *(string) --* Specifies the resource, or resources, to which the quota applies. The value for this field is either an Amazon Resource Name (ARN) or >>*<<. If the value is an ARN, the quota value applies to that resource. If the value is >>*<<, then the quota value applies to all resources listed in the "ContextScopeType" field. The quota value applies to all resources for which you haven’t previously applied a quota value, and any new resources you create in your Amazon Web Services account. ServiceQuotas / Paginator / ListServiceQuotaIncreaseRequestsInTemplate ListServiceQuotaIncreaseRequestsInTemplate ****************************************** class ServiceQuotas.Paginator.ListServiceQuotaIncreaseRequestsInTemplate paginator = client.get_paginator('list_service_quota_increase_requests_in_template') paginate(**kwargs) Creates an iterator that will paginate through responses from " ServiceQuotas.Client.list_service_quota_increase_requests_in_te mplate()". See also: AWS API Documentation **Request Syntax** response_iterator = paginator.paginate( ServiceCode='string', AwsRegion='string', PaginationConfig={ 'MaxItems': 123, 'PageSize': 123, 'StartingToken': 'string' } ) Parameters: * **ServiceCode** (*string*) -- Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation. * **AwsRegion** (*string*) -- Specifies the Amazon Web Services Region for which you made the request. * **PaginationConfig** (*dict*) -- A dictionary that provides parameters to control pagination. * **MaxItems** *(integer) --* The total number of items to return. If the total number of items available is more than the value specified in max-items then a "NextToken" will be provided in the output that you can use to resume pagination. * **PageSize** *(integer) --* The size of each page. * **StartingToken** *(string) --* A token to specify where to start paginating. This is the "NextToken" from a previous response. Return type: dict Returns: **Response Syntax** { 'ServiceQuotaIncreaseRequestInTemplateList': [ { 'ServiceCode': 'string', 'ServiceName': 'string', 'QuotaCode': 'string', 'QuotaName': 'string', 'DesiredValue': 123.0, 'AwsRegion': 'string', 'Unit': 'string', 'GlobalQuota': True|False }, ], } **Response Structure** * *(dict) --* * **ServiceQuotaIncreaseRequestInTemplateList** *(list) --* Information about the quota increase requests. * *(dict) --* Information about a quota increase request. * **ServiceCode** *(string) --* Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation. * **ServiceName** *(string) --* Specifies the service name. * **QuotaCode** *(string) --* Specifies the quota identifier. To find the quota code for a specific quota, use the ListServiceQuotas operation, and look for the "QuotaCode" response in the output for the quota you want. * **QuotaName** *(string) --* Specifies the quota name. * **DesiredValue** *(float) --* The new, increased value of the quota. * **AwsRegion** *(string) --* The Amazon Web Services Region. * **Unit** *(string) --* The unit of measurement. * **GlobalQuota** *(boolean) --* Indicates whether the quota is global. ServiceQuotas / Paginator / ListAWSDefaultServiceQuotas ListAWSDefaultServiceQuotas *************************** class ServiceQuotas.Paginator.ListAWSDefaultServiceQuotas paginator = client.get_paginator('list_aws_default_service_quotas') paginate(**kwargs) Creates an iterator that will paginate through responses from "ServiceQuotas.Client.list_aws_default_service_quotas()". See also: AWS API Documentation **Request Syntax** response_iterator = paginator.paginate( ServiceCode='string', PaginationConfig={ 'MaxItems': 123, 'PageSize': 123, 'StartingToken': 'string' } ) Parameters: * **ServiceCode** (*string*) -- **[REQUIRED]** Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation. * **PaginationConfig** (*dict*) -- A dictionary that provides parameters to control pagination. * **MaxItems** *(integer) --* The total number of items to return. If the total number of items available is more than the value specified in max-items then a "NextToken" will be provided in the output that you can use to resume pagination. * **PageSize** *(integer) --* The size of each page. * **StartingToken** *(string) --* A token to specify where to start paginating. This is the "NextToken" from a previous response. Return type: dict Returns: **Response Syntax** { 'Quotas': [ { 'ServiceCode': 'string', 'ServiceName': 'string', 'QuotaArn': 'string', 'QuotaCode': 'string', 'QuotaName': 'string', 'Value': 123.0, 'Unit': 'string', 'Adjustable': True|False, 'GlobalQuota': True|False, 'UsageMetric': { 'MetricNamespace': 'string', 'MetricName': 'string', 'MetricDimensions': { 'string': 'string' }, 'MetricStatisticRecommendation': 'string' }, 'Period': { 'PeriodValue': 123, 'PeriodUnit': 'MICROSECOND'|'MILLISECOND'|'SECOND'|'MINUTE'|'HOUR'|'DAY'|'WEEK' }, 'ErrorReason': { 'ErrorCode': 'DEPENDENCY_ACCESS_DENIED_ERROR'|'DEPENDENCY_THROTTLING_ERROR'|'DEPENDENCY_SERVICE_ERROR'|'SERVICE_QUOTA_NOT_AVAILABLE_ERROR', 'ErrorMessage': 'string' }, 'QuotaAppliedAtLevel': 'ACCOUNT'|'RESOURCE'|'ALL', 'QuotaContext': { 'ContextScope': 'RESOURCE'|'ACCOUNT', 'ContextScopeType': 'string', 'ContextId': 'string' }, 'Description': 'string' }, ] } **Response Structure** * *(dict) --* * **Quotas** *(list) --* Information about the quotas. * *(dict) --* Information about a quota. * **ServiceCode** *(string) --* Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation. * **ServiceName** *(string) --* Specifies the service name. * **QuotaArn** *(string) --* The Amazon Resource Name (ARN) of the quota. * **QuotaCode** *(string) --* Specifies the quota identifier. To find the quota code for a specific quota, use the ListServiceQuotas operation, and look for the "QuotaCode" response in the output for the quota you want. * **QuotaName** *(string) --* Specifies the quota name. * **Value** *(float) --* The quota value. * **Unit** *(string) --* The unit of measurement. * **Adjustable** *(boolean) --* Indicates whether the quota value can be increased. * **GlobalQuota** *(boolean) --* Indicates whether the quota is global. * **UsageMetric** *(dict) --* Information about the measurement. * **MetricNamespace** *(string) --* The namespace of the metric. * **MetricName** *(string) --* The name of the metric. * **MetricDimensions** *(dict) --* The metric dimension. This is a name/value pair that is part of the identity of a metric. * *(string) --* * *(string) --* * **MetricStatisticRecommendation** *(string) --* The metric statistic that we recommend you use when determining quota usage. * **Period** *(dict) --* The period of time. * **PeriodValue** *(integer) --* The value associated with the reported "PeriodUnit". * **PeriodUnit** *(string) --* The time unit. * **ErrorReason** *(dict) --* The error code and error reason. * **ErrorCode** *(string) --* Service Quotas returns the following error values: * "DEPENDENCY_ACCESS_DENIED_ERROR" - The caller does not have the required permissions to complete the action. To resolve the error, you must have permission to access the Amazon Web Services service or quota. * "DEPENDENCY_THROTTLING_ERROR" - The Amazon Web Services service is throttling Service Quotas. * "DEPENDENCY_SERVICE_ERROR" - The Amazon Web Services service is not available. * "SERVICE_QUOTA_NOT_AVAILABLE_ERROR" - There was an error in Service Quotas. * **ErrorMessage** *(string) --* The error message. * **QuotaAppliedAtLevel** *(string) --* Filters the response to return applied quota values for the "ACCOUNT", "RESOURCE", or "ALL" levels. "ACCOUNT" is the default. * **QuotaContext** *(dict) --* The context for this service quota. * **ContextScope** *(string) --* Specifies the scope to which the quota value is applied. If the scope is "RESOURCE", the quota value is applied to each resource in the Amazon Web Services account. If the scope is "ACCOUNT", the quota value is applied to the Amazon Web Services account. * **ContextScopeType** *(string) --* Specifies the resource type to which the quota can be applied. * **ContextId** *(string) --* Specifies the resource, or resources, to which the quota applies. The value for this field is either an Amazon Resource Name (ARN) or >>*<<. If the value is an ARN, the quota value applies to that resource. If the value is >>*<<, then the quota value applies to all resources listed in the "ContextScopeType" field. The quota value applies to all resources for which you haven’t previously applied a quota value, and any new resources you create in your Amazon Web Services account. * **Description** *(string) --* The quota description. ServiceQuotas / Paginator / ListRequestedServiceQuotaChangeHistoryByQuota ListRequestedServiceQuotaChangeHistoryByQuota ********************************************* class ServiceQuotas.Paginator.ListRequestedServiceQuotaChangeHistoryByQuota paginator = client.get_paginator('list_requested_service_quota_change_history_by_quota') paginate(**kwargs) Creates an iterator that will paginate through responses from " ServiceQuotas.Client.list_requested_service_quota_change_histor y_by_quota()". See also: AWS API Documentation **Request Syntax** response_iterator = paginator.paginate( ServiceCode='string', QuotaCode='string', Status='PENDING'|'CASE_OPENED'|'APPROVED'|'DENIED'|'CASE_CLOSED'|'NOT_APPROVED'|'INVALID_REQUEST', QuotaRequestedAtLevel='ACCOUNT'|'RESOURCE'|'ALL', PaginationConfig={ 'MaxItems': 123, 'PageSize': 123, 'StartingToken': 'string' } ) Parameters: * **ServiceCode** (*string*) -- **[REQUIRED]** Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation. * **QuotaCode** (*string*) -- **[REQUIRED]** Specifies the quota identifier. To find the quota code for a specific quota, use the ListServiceQuotas operation, and look for the "QuotaCode" response in the output for the quota you want. * **Status** (*string*) -- Specifies that you want to filter the results to only the requests with the matching status. * **QuotaRequestedAtLevel** (*string*) -- Filters the response to return quota requests for the "ACCOUNT", "RESOURCE", or "ALL" levels. "ACCOUNT" is the default. * **PaginationConfig** (*dict*) -- A dictionary that provides parameters to control pagination. * **MaxItems** *(integer) --* The total number of items to return. If the total number of items available is more than the value specified in max-items then a "NextToken" will be provided in the output that you can use to resume pagination. * **PageSize** *(integer) --* The size of each page. * **StartingToken** *(string) --* A token to specify where to start paginating. This is the "NextToken" from a previous response. Return type: dict Returns: **Response Syntax** { 'RequestedQuotas': [ { 'Id': 'string', 'CaseId': 'string', 'ServiceCode': 'string', 'ServiceName': 'string', 'QuotaCode': 'string', 'QuotaName': 'string', 'DesiredValue': 123.0, 'Status': 'PENDING'|'CASE_OPENED'|'APPROVED'|'DENIED'|'CASE_CLOSED'|'NOT_APPROVED'|'INVALID_REQUEST', 'Created': datetime(2015, 1, 1), 'LastUpdated': datetime(2015, 1, 1), 'Requester': 'string', 'QuotaArn': 'string', 'GlobalQuota': True|False, 'Unit': 'string', 'QuotaRequestedAtLevel': 'ACCOUNT'|'RESOURCE'|'ALL', 'QuotaContext': { 'ContextScope': 'RESOURCE'|'ACCOUNT', 'ContextScopeType': 'string', 'ContextId': 'string' } }, ] } **Response Structure** * *(dict) --* * **RequestedQuotas** *(list) --* Information about the quota increase requests. * *(dict) --* Information about a quota increase request. * **Id** *(string) --* The unique identifier. * **CaseId** *(string) --* The case ID. * **ServiceCode** *(string) --* Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation. * **ServiceName** *(string) --* Specifies the service name. * **QuotaCode** *(string) --* Specifies the quota identifier. To find the quota code for a specific quota, use the ListServiceQuotas operation, and look for the "QuotaCode" response in the output for the quota you want. * **QuotaName** *(string) --* Specifies the quota name. * **DesiredValue** *(float) --* The new, increased value for the quota. * **Status** *(string) --* The state of the quota increase request. * "PENDING": The quota increase request is under review by Amazon Web Services. * "CASE_OPENED": Service Quotas opened a support case to process the quota increase request. Follow-up on the support case for more information. * "APPROVED": The quota increase request is approved. * "DENIED": The quota increase request can't be approved by Service Quotas. Contact Amazon Web Services Support for more details. * "NOT APPROVED": The quota increase request can't be approved by Service Quotas. Contact Amazon Web Services Support for more details. * "CASE_CLOSED": The support case associated with this quota increase request was closed. Check the support case correspondence for the outcome of your quota request. * "INVALID_REQUEST": Service Quotas couldn't process your resource-level quota increase request because the Amazon Resource Name (ARN) specified as part of the "ContextId" is invalid. * **Created** *(datetime) --* The date and time when the quota increase request was received and the case ID was created. * **LastUpdated** *(datetime) --* The date and time of the most recent change. * **Requester** *(string) --* The IAM identity of the requester. * **QuotaArn** *(string) --* The Amazon Resource Name (ARN) of the quota. * **GlobalQuota** *(boolean) --* Indicates whether the quota is global. * **Unit** *(string) --* The unit of measurement. * **QuotaRequestedAtLevel** *(string) --* Filters the response to return quota requests for the "ACCOUNT", "RESOURCE", or "ALL" levels. "ACCOUNT" is the default. * **QuotaContext** *(dict) --* The context for this service quota. * **ContextScope** *(string) --* Specifies the scope to which the quota value is applied. If the scope is "RESOURCE", the quota value is applied to each resource in the Amazon Web Services account. If the scope is "ACCOUNT", the quota value is applied to the Amazon Web Services account. * **ContextScopeType** *(string) --* Specifies the resource type to which the quota can be applied. * **ContextId** *(string) --* Specifies the resource, or resources, to which the quota applies. The value for this field is either an Amazon Resource Name (ARN) or >>*<<. If the value is an ARN, the quota value applies to that resource. If the value is >>*<<, then the quota value applies to all resources listed in the "ContextScopeType" field. The quota value applies to all resources for which you haven’t previously applied a quota value, and any new resources you create in your Amazon Web Services account. ServiceQuotas / Client / get_paginator get_paginator ************* ServiceQuotas.Client.get_paginator(operation_name) Create a paginator for an operation. Parameters: **operation_name** (*string*) -- The operation name. This is the same name as the method name on the client. For example, if the method name is "create_foo", and you'd normally invoke the operation as "client.create_foo(**kwargs)", if the "create_foo" operation can be paginated, you can use the call "client.get_paginator("create_foo")". Raises: **OperationNotPageableError** -- Raised if the operation is not pageable. You can use the "client.can_paginate" method to check if an operation is pageable. Return type: "botocore.paginate.Paginator" Returns: A paginator object. ServiceQuotas / Client / put_service_quota_increase_request_into_template put_service_quota_increase_request_into_template ************************************************ ServiceQuotas.Client.put_service_quota_increase_request_into_template(**kwargs) Adds a quota increase request to your quota request template. See also: AWS API Documentation **Request Syntax** response = client.put_service_quota_increase_request_into_template( QuotaCode='string', ServiceCode='string', AwsRegion='string', DesiredValue=123.0 ) Parameters: * **QuotaCode** (*string*) -- **[REQUIRED]** Specifies the quota identifier. To find the quota code for a specific quota, use the ListServiceQuotas operation, and look for the "QuotaCode" response in the output for the quota you want. * **ServiceCode** (*string*) -- **[REQUIRED]** Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation. * **AwsRegion** (*string*) -- **[REQUIRED]** Specifies the Amazon Web Services Region to which the template applies. * **DesiredValue** (*float*) -- **[REQUIRED]** Specifies the new, increased value for the quota. Return type: dict Returns: **Response Syntax** { 'ServiceQuotaIncreaseRequestInTemplate': { 'ServiceCode': 'string', 'ServiceName': 'string', 'QuotaCode': 'string', 'QuotaName': 'string', 'DesiredValue': 123.0, 'AwsRegion': 'string', 'Unit': 'string', 'GlobalQuota': True|False } } **Response Structure** * *(dict) --* * **ServiceQuotaIncreaseRequestInTemplate** *(dict) --* Information about the quota increase request. * **ServiceCode** *(string) --* Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation. * **ServiceName** *(string) --* Specifies the service name. * **QuotaCode** *(string) --* Specifies the quota identifier. To find the quota code for a specific quota, use the ListServiceQuotas operation, and look for the "QuotaCode" response in the output for the quota you want. * **QuotaName** *(string) --* Specifies the quota name. * **DesiredValue** *(float) --* The new, increased value of the quota. * **AwsRegion** *(string) --* The Amazon Web Services Region. * **Unit** *(string) --* The unit of measurement. * **GlobalQuota** *(boolean) --* Indicates whether the quota is global. **Exceptions** * "ServiceQuotas.Client.exceptions.AccessDeniedException" * "ServiceQuotas.Client.exceptions.DependencyAccessDeniedException" * "ServiceQuotas.Client.exceptions.ServiceException" * "ServiceQuotas.Client.exceptions.TooManyRequestsException" * "ServiceQuotas.Client.exceptions.IllegalArgumentException" * "ServiceQuotas.Client.exceptions.QuotaExceededException" * "ServiceQuotas.Client.exceptions.NoSuchResourceException" * "ServiceQuotas.Client.exceptions.AWSServiceAccessNotEnabledExcep tion" * "ServiceQuotas.Client.exceptions.TemplatesNotAvailableInRegionEx ception" * "ServiceQuotas.Client.exceptions.NoAvailableOrganizationExceptio n" ServiceQuotas / Client / get_requested_service_quota_change get_requested_service_quota_change ********************************** ServiceQuotas.Client.get_requested_service_quota_change(**kwargs) Retrieves information about the specified quota increase request. See also: AWS API Documentation **Request Syntax** response = client.get_requested_service_quota_change( RequestId='string' ) Parameters: **RequestId** (*string*) -- **[REQUIRED]** Specifies the ID of the quota increase request. Return type: dict Returns: **Response Syntax** { 'RequestedQuota': { 'Id': 'string', 'CaseId': 'string', 'ServiceCode': 'string', 'ServiceName': 'string', 'QuotaCode': 'string', 'QuotaName': 'string', 'DesiredValue': 123.0, 'Status': 'PENDING'|'CASE_OPENED'|'APPROVED'|'DENIED'|'CASE_CLOSED'|'NOT_APPROVED'|'INVALID_REQUEST', 'Created': datetime(2015, 1, 1), 'LastUpdated': datetime(2015, 1, 1), 'Requester': 'string', 'QuotaArn': 'string', 'GlobalQuota': True|False, 'Unit': 'string', 'QuotaRequestedAtLevel': 'ACCOUNT'|'RESOURCE'|'ALL', 'QuotaContext': { 'ContextScope': 'RESOURCE'|'ACCOUNT', 'ContextScopeType': 'string', 'ContextId': 'string' } } } **Response Structure** * *(dict) --* * **RequestedQuota** *(dict) --* Information about the quota increase request. * **Id** *(string) --* The unique identifier. * **CaseId** *(string) --* The case ID. * **ServiceCode** *(string) --* Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation. * **ServiceName** *(string) --* Specifies the service name. * **QuotaCode** *(string) --* Specifies the quota identifier. To find the quota code for a specific quota, use the ListServiceQuotas operation, and look for the "QuotaCode" response in the output for the quota you want. * **QuotaName** *(string) --* Specifies the quota name. * **DesiredValue** *(float) --* The new, increased value for the quota. * **Status** *(string) --* The state of the quota increase request. * "PENDING": The quota increase request is under review by Amazon Web Services. * "CASE_OPENED": Service Quotas opened a support case to process the quota increase request. Follow-up on the support case for more information. * "APPROVED": The quota increase request is approved. * "DENIED": The quota increase request can't be approved by Service Quotas. Contact Amazon Web Services Support for more details. * "NOT APPROVED": The quota increase request can't be approved by Service Quotas. Contact Amazon Web Services Support for more details. * "CASE_CLOSED": The support case associated with this quota increase request was closed. Check the support case correspondence for the outcome of your quota request. * "INVALID_REQUEST": Service Quotas couldn't process your resource-level quota increase request because the Amazon Resource Name (ARN) specified as part of the "ContextId" is invalid. * **Created** *(datetime) --* The date and time when the quota increase request was received and the case ID was created. * **LastUpdated** *(datetime) --* The date and time of the most recent change. * **Requester** *(string) --* The IAM identity of the requester. * **QuotaArn** *(string) --* The Amazon Resource Name (ARN) of the quota. * **GlobalQuota** *(boolean) --* Indicates whether the quota is global. * **Unit** *(string) --* The unit of measurement. * **QuotaRequestedAtLevel** *(string) --* Filters the response to return quota requests for the "ACCOUNT", "RESOURCE", or "ALL" levels. "ACCOUNT" is the default. * **QuotaContext** *(dict) --* The context for this service quota. * **ContextScope** *(string) --* Specifies the scope to which the quota value is applied. If the scope is "RESOURCE", the quota value is applied to each resource in the Amazon Web Services account. If the scope is "ACCOUNT", the quota value is applied to the Amazon Web Services account. * **ContextScopeType** *(string) --* Specifies the resource type to which the quota can be applied. * **ContextId** *(string) --* Specifies the resource, or resources, to which the quota applies. The value for this field is either an Amazon Resource Name (ARN) or >>*<<. If the value is an ARN, the quota value applies to that resource. If the value is >>*<<, then the quota value applies to all resources listed in the "ContextScopeType" field. The quota value applies to all resources for which you haven’t previously applied a quota value, and any new resources you create in your Amazon Web Services account. **Exceptions** * "ServiceQuotas.Client.exceptions.AccessDeniedException" * "ServiceQuotas.Client.exceptions.NoSuchResourceException" * "ServiceQuotas.Client.exceptions.IllegalArgumentException" * "ServiceQuotas.Client.exceptions.ServiceException" * "ServiceQuotas.Client.exceptions.TooManyRequestsException" ServiceQuotas / Client / can_paginate can_paginate ************ ServiceQuotas.Client.can_paginate(operation_name) Check if an operation can be paginated. Parameters: **operation_name** (*string*) -- The operation name. This is the same name as the method name on the client. For example, if the method name is "create_foo", and you'd normally invoke the operation as "client.create_foo(**kwargs)", if the "create_foo" operation can be paginated, you can use the call "client.get_paginator("create_foo")". Returns: "True" if the operation can be paginated, "False" otherwise. ServiceQuotas / Client / list_service_quotas list_service_quotas ******************* ServiceQuotas.Client.list_service_quotas(**kwargs) Lists the applied quota values for the specified Amazon Web Services 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. See also: AWS API Documentation **Request Syntax** response = client.list_service_quotas( ServiceCode='string', NextToken='string', MaxResults=123, QuotaCode='string', QuotaAppliedAtLevel='ACCOUNT'|'RESOURCE'|'ALL' ) Parameters: * **ServiceCode** (*string*) -- **[REQUIRED]** Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation. * **NextToken** (*string*) -- 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. * **MaxResults** (*integer*) -- 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. Note: 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. * **QuotaCode** (*string*) -- Specifies the quota identifier. To find the quota code for a specific quota, use the ListServiceQuotas operation, and look for the "QuotaCode" response in the output for the quota you want. * **QuotaAppliedAtLevel** (*string*) -- Filters the response to return applied quota values for the "ACCOUNT", "RESOURCE", or "ALL" levels. "ACCOUNT" is the default. Return type: dict Returns: **Response Syntax** { 'NextToken': 'string', 'Quotas': [ { 'ServiceCode': 'string', 'ServiceName': 'string', 'QuotaArn': 'string', 'QuotaCode': 'string', 'QuotaName': 'string', 'Value': 123.0, 'Unit': 'string', 'Adjustable': True|False, 'GlobalQuota': True|False, 'UsageMetric': { 'MetricNamespace': 'string', 'MetricName': 'string', 'MetricDimensions': { 'string': 'string' }, 'MetricStatisticRecommendation': 'string' }, 'Period': { 'PeriodValue': 123, 'PeriodUnit': 'MICROSECOND'|'MILLISECOND'|'SECOND'|'MINUTE'|'HOUR'|'DAY'|'WEEK' }, 'ErrorReason': { 'ErrorCode': 'DEPENDENCY_ACCESS_DENIED_ERROR'|'DEPENDENCY_THROTTLING_ERROR'|'DEPENDENCY_SERVICE_ERROR'|'SERVICE_QUOTA_NOT_AVAILABLE_ERROR', 'ErrorMessage': 'string' }, 'QuotaAppliedAtLevel': 'ACCOUNT'|'RESOURCE'|'ALL', 'QuotaContext': { 'ContextScope': 'RESOURCE'|'ACCOUNT', 'ContextScopeType': 'string', 'ContextId': 'string' }, 'Description': 'string' }, ] } **Response Structure** * *(dict) --* * **NextToken** *(string) --* 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". * **Quotas** *(list) --* Information about the quotas. * *(dict) --* Information about a quota. * **ServiceCode** *(string) --* Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation. * **ServiceName** *(string) --* Specifies the service name. * **QuotaArn** *(string) --* The Amazon Resource Name (ARN) of the quota. * **QuotaCode** *(string) --* Specifies the quota identifier. To find the quota code for a specific quota, use the ListServiceQuotas operation, and look for the "QuotaCode" response in the output for the quota you want. * **QuotaName** *(string) --* Specifies the quota name. * **Value** *(float) --* The quota value. * **Unit** *(string) --* The unit of measurement. * **Adjustable** *(boolean) --* Indicates whether the quota value can be increased. * **GlobalQuota** *(boolean) --* Indicates whether the quota is global. * **UsageMetric** *(dict) --* Information about the measurement. * **MetricNamespace** *(string) --* The namespace of the metric. * **MetricName** *(string) --* The name of the metric. * **MetricDimensions** *(dict) --* The metric dimension. This is a name/value pair that is part of the identity of a metric. * *(string) --* * *(string) --* * **MetricStatisticRecommendation** *(string) --* The metric statistic that we recommend you use when determining quota usage. * **Period** *(dict) --* The period of time. * **PeriodValue** *(integer) --* The value associated with the reported "PeriodUnit". * **PeriodUnit** *(string) --* The time unit. * **ErrorReason** *(dict) --* The error code and error reason. * **ErrorCode** *(string) --* Service Quotas returns the following error values: * "DEPENDENCY_ACCESS_DENIED_ERROR" - The caller does not have the required permissions to complete the action. To resolve the error, you must have permission to access the Amazon Web Services service or quota. * "DEPENDENCY_THROTTLING_ERROR" - The Amazon Web Services service is throttling Service Quotas. * "DEPENDENCY_SERVICE_ERROR" - The Amazon Web Services service is not available. * "SERVICE_QUOTA_NOT_AVAILABLE_ERROR" - There was an error in Service Quotas. * **ErrorMessage** *(string) --* The error message. * **QuotaAppliedAtLevel** *(string) --* Filters the response to return applied quota values for the "ACCOUNT", "RESOURCE", or "ALL" levels. "ACCOUNT" is the default. * **QuotaContext** *(dict) --* The context for this service quota. * **ContextScope** *(string) --* Specifies the scope to which the quota value is applied. If the scope is "RESOURCE", the quota value is applied to each resource in the Amazon Web Services account. If the scope is "ACCOUNT", the quota value is applied to the Amazon Web Services account. * **ContextScopeType** *(string) --* Specifies the resource type to which the quota can be applied. * **ContextId** *(string) --* Specifies the resource, or resources, to which the quota applies. The value for this field is either an Amazon Resource Name (ARN) or >>*<<. If the value is an ARN, the quota value applies to that resource. If the value is >>*<<, then the quota value applies to all resources listed in the "ContextScopeType" field. The quota value applies to all resources for which you haven’t previously applied a quota value, and any new resources you create in your Amazon Web Services account. * **Description** *(string) --* The quota description. **Exceptions** * "ServiceQuotas.Client.exceptions.AccessDeniedException" * "ServiceQuotas.Client.exceptions.NoSuchResourceException" * "ServiceQuotas.Client.exceptions.IllegalArgumentException" * "ServiceQuotas.Client.exceptions.InvalidPaginationTokenException" * "ServiceQuotas.Client.exceptions.ServiceException" * "ServiceQuotas.Client.exceptions.TooManyRequestsException" ServiceQuotas / Client / list_service_quota_increase_requests_in_template list_service_quota_increase_requests_in_template ************************************************ ServiceQuotas.Client.list_service_quota_increase_requests_in_template(**kwargs) Lists the quota increase requests in the specified quota request template. See also: AWS API Documentation **Request Syntax** response = client.list_service_quota_increase_requests_in_template( ServiceCode='string', AwsRegion='string', NextToken='string', MaxResults=123 ) Parameters: * **ServiceCode** (*string*) -- Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation. * **AwsRegion** (*string*) -- Specifies the Amazon Web Services Region for which you made the request. * **NextToken** (*string*) -- 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. * **MaxResults** (*integer*) -- 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. Note: 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. Return type: dict Returns: **Response Syntax** { 'ServiceQuotaIncreaseRequestInTemplateList': [ { 'ServiceCode': 'string', 'ServiceName': 'string', 'QuotaCode': 'string', 'QuotaName': 'string', 'DesiredValue': 123.0, 'AwsRegion': 'string', 'Unit': 'string', 'GlobalQuota': True|False }, ], 'NextToken': 'string' } **Response Structure** * *(dict) --* * **ServiceQuotaIncreaseRequestInTemplateList** *(list) --* Information about the quota increase requests. * *(dict) --* Information about a quota increase request. * **ServiceCode** *(string) --* Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation. * **ServiceName** *(string) --* Specifies the service name. * **QuotaCode** *(string) --* Specifies the quota identifier. To find the quota code for a specific quota, use the ListServiceQuotas operation, and look for the "QuotaCode" response in the output for the quota you want. * **QuotaName** *(string) --* Specifies the quota name. * **DesiredValue** *(float) --* The new, increased value of the quota. * **AwsRegion** *(string) --* The Amazon Web Services Region. * **Unit** *(string) --* The unit of measurement. * **GlobalQuota** *(boolean) --* Indicates whether the quota is global. * **NextToken** *(string) --* 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". **Exceptions** * "ServiceQuotas.Client.exceptions.AccessDeniedException" * "ServiceQuotas.Client.exceptions.DependencyAccessDeniedException" * "ServiceQuotas.Client.exceptions.ServiceException" * "ServiceQuotas.Client.exceptions.TooManyRequestsException" * "ServiceQuotas.Client.exceptions.IllegalArgumentException" * "ServiceQuotas.Client.exceptions.AWSServiceAccessNotEnabledExcep tion" * "ServiceQuotas.Client.exceptions.TemplatesNotAvailableInRegionEx ception" * "ServiceQuotas.Client.exceptions.NoAvailableOrganizationExceptio n" ServiceQuotas / Client / list_requested_service_quota_change_history_by_quota list_requested_service_quota_change_history_by_quota **************************************************** ServiceQuotas.Client.list_requested_service_quota_change_history_by_quota(**kwargs) 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. See also: AWS API Documentation **Request Syntax** response = client.list_requested_service_quota_change_history_by_quota( ServiceCode='string', QuotaCode='string', Status='PENDING'|'CASE_OPENED'|'APPROVED'|'DENIED'|'CASE_CLOSED'|'NOT_APPROVED'|'INVALID_REQUEST', NextToken='string', MaxResults=123, QuotaRequestedAtLevel='ACCOUNT'|'RESOURCE'|'ALL' ) Parameters: * **ServiceCode** (*string*) -- **[REQUIRED]** Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation. * **QuotaCode** (*string*) -- **[REQUIRED]** Specifies the quota identifier. To find the quota code for a specific quota, use the ListServiceQuotas operation, and look for the "QuotaCode" response in the output for the quota you want. * **Status** (*string*) -- Specifies that you want to filter the results to only the requests with the matching status. * **NextToken** (*string*) -- 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. * **MaxResults** (*integer*) -- 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. Note: 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. * **QuotaRequestedAtLevel** (*string*) -- Filters the response to return quota requests for the "ACCOUNT", "RESOURCE", or "ALL" levels. "ACCOUNT" is the default. Return type: dict Returns: **Response Syntax** { 'NextToken': 'string', 'RequestedQuotas': [ { 'Id': 'string', 'CaseId': 'string', 'ServiceCode': 'string', 'ServiceName': 'string', 'QuotaCode': 'string', 'QuotaName': 'string', 'DesiredValue': 123.0, 'Status': 'PENDING'|'CASE_OPENED'|'APPROVED'|'DENIED'|'CASE_CLOSED'|'NOT_APPROVED'|'INVALID_REQUEST', 'Created': datetime(2015, 1, 1), 'LastUpdated': datetime(2015, 1, 1), 'Requester': 'string', 'QuotaArn': 'string', 'GlobalQuota': True|False, 'Unit': 'string', 'QuotaRequestedAtLevel': 'ACCOUNT'|'RESOURCE'|'ALL', 'QuotaContext': { 'ContextScope': 'RESOURCE'|'ACCOUNT', 'ContextScopeType': 'string', 'ContextId': 'string' } }, ] } **Response Structure** * *(dict) --* * **NextToken** *(string) --* 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". * **RequestedQuotas** *(list) --* Information about the quota increase requests. * *(dict) --* Information about a quota increase request. * **Id** *(string) --* The unique identifier. * **CaseId** *(string) --* The case ID. * **ServiceCode** *(string) --* Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation. * **ServiceName** *(string) --* Specifies the service name. * **QuotaCode** *(string) --* Specifies the quota identifier. To find the quota code for a specific quota, use the ListServiceQuotas operation, and look for the "QuotaCode" response in the output for the quota you want. * **QuotaName** *(string) --* Specifies the quota name. * **DesiredValue** *(float) --* The new, increased value for the quota. * **Status** *(string) --* The state of the quota increase request. * "PENDING": The quota increase request is under review by Amazon Web Services. * "CASE_OPENED": Service Quotas opened a support case to process the quota increase request. Follow-up on the support case for more information. * "APPROVED": The quota increase request is approved. * "DENIED": The quota increase request can't be approved by Service Quotas. Contact Amazon Web Services Support for more details. * "NOT APPROVED": The quota increase request can't be approved by Service Quotas. Contact Amazon Web Services Support for more details. * "CASE_CLOSED": The support case associated with this quota increase request was closed. Check the support case correspondence for the outcome of your quota request. * "INVALID_REQUEST": Service Quotas couldn't process your resource-level quota increase request because the Amazon Resource Name (ARN) specified as part of the "ContextId" is invalid. * **Created** *(datetime) --* The date and time when the quota increase request was received and the case ID was created. * **LastUpdated** *(datetime) --* The date and time of the most recent change. * **Requester** *(string) --* The IAM identity of the requester. * **QuotaArn** *(string) --* The Amazon Resource Name (ARN) of the quota. * **GlobalQuota** *(boolean) --* Indicates whether the quota is global. * **Unit** *(string) --* The unit of measurement. * **QuotaRequestedAtLevel** *(string) --* Filters the response to return quota requests for the "ACCOUNT", "RESOURCE", or "ALL" levels. "ACCOUNT" is the default. * **QuotaContext** *(dict) --* The context for this service quota. * **ContextScope** *(string) --* Specifies the scope to which the quota value is applied. If the scope is "RESOURCE", the quota value is applied to each resource in the Amazon Web Services account. If the scope is "ACCOUNT", the quota value is applied to the Amazon Web Services account. * **ContextScopeType** *(string) --* Specifies the resource type to which the quota can be applied. * **ContextId** *(string) --* Specifies the resource, or resources, to which the quota applies. The value for this field is either an Amazon Resource Name (ARN) or >>*<<. If the value is an ARN, the quota value applies to that resource. If the value is >>*<<, then the quota value applies to all resources listed in the "ContextScopeType" field. The quota value applies to all resources for which you haven’t previously applied a quota value, and any new resources you create in your Amazon Web Services account. **Exceptions** * "ServiceQuotas.Client.exceptions.AccessDeniedException" * "ServiceQuotas.Client.exceptions.NoSuchResourceException" * "ServiceQuotas.Client.exceptions.IllegalArgumentException" * "ServiceQuotas.Client.exceptions.InvalidPaginationTokenException" * "ServiceQuotas.Client.exceptions.ServiceException" * "ServiceQuotas.Client.exceptions.TooManyRequestsException" ServiceQuotas / Client / get_service_quota get_service_quota ***************** ServiceQuotas.Client.get_service_quota(**kwargs) 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. See also: AWS API Documentation **Request Syntax** response = client.get_service_quota( ServiceCode='string', QuotaCode='string', ContextId='string' ) Parameters: * **ServiceCode** (*string*) -- **[REQUIRED]** Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation. * **QuotaCode** (*string*) -- **[REQUIRED]** Specifies the quota identifier. To find the quota code for a specific quota, use the ListServiceQuotas operation, and look for the "QuotaCode" response in the output for the quota you want. * **ContextId** (*string*) -- Specifies the resource with an Amazon Resource Name (ARN). Return type: dict Returns: **Response Syntax** { 'Quota': { 'ServiceCode': 'string', 'ServiceName': 'string', 'QuotaArn': 'string', 'QuotaCode': 'string', 'QuotaName': 'string', 'Value': 123.0, 'Unit': 'string', 'Adjustable': True|False, 'GlobalQuota': True|False, 'UsageMetric': { 'MetricNamespace': 'string', 'MetricName': 'string', 'MetricDimensions': { 'string': 'string' }, 'MetricStatisticRecommendation': 'string' }, 'Period': { 'PeriodValue': 123, 'PeriodUnit': 'MICROSECOND'|'MILLISECOND'|'SECOND'|'MINUTE'|'HOUR'|'DAY'|'WEEK' }, 'ErrorReason': { 'ErrorCode': 'DEPENDENCY_ACCESS_DENIED_ERROR'|'DEPENDENCY_THROTTLING_ERROR'|'DEPENDENCY_SERVICE_ERROR'|'SERVICE_QUOTA_NOT_AVAILABLE_ERROR', 'ErrorMessage': 'string' }, 'QuotaAppliedAtLevel': 'ACCOUNT'|'RESOURCE'|'ALL', 'QuotaContext': { 'ContextScope': 'RESOURCE'|'ACCOUNT', 'ContextScopeType': 'string', 'ContextId': 'string' }, 'Description': 'string' } } **Response Structure** * *(dict) --* * **Quota** *(dict) --* Information about the quota. * **ServiceCode** *(string) --* Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation. * **ServiceName** *(string) --* Specifies the service name. * **QuotaArn** *(string) --* The Amazon Resource Name (ARN) of the quota. * **QuotaCode** *(string) --* Specifies the quota identifier. To find the quota code for a specific quota, use the ListServiceQuotas operation, and look for the "QuotaCode" response in the output for the quota you want. * **QuotaName** *(string) --* Specifies the quota name. * **Value** *(float) --* The quota value. * **Unit** *(string) --* The unit of measurement. * **Adjustable** *(boolean) --* Indicates whether the quota value can be increased. * **GlobalQuota** *(boolean) --* Indicates whether the quota is global. * **UsageMetric** *(dict) --* Information about the measurement. * **MetricNamespace** *(string) --* The namespace of the metric. * **MetricName** *(string) --* The name of the metric. * **MetricDimensions** *(dict) --* The metric dimension. This is a name/value pair that is part of the identity of a metric. * *(string) --* * *(string) --* * **MetricStatisticRecommendation** *(string) --* The metric statistic that we recommend you use when determining quota usage. * **Period** *(dict) --* The period of time. * **PeriodValue** *(integer) --* The value associated with the reported "PeriodUnit". * **PeriodUnit** *(string) --* The time unit. * **ErrorReason** *(dict) --* The error code and error reason. * **ErrorCode** *(string) --* Service Quotas returns the following error values: * "DEPENDENCY_ACCESS_DENIED_ERROR" - The caller does not have the required permissions to complete the action. To resolve the error, you must have permission to access the Amazon Web Services service or quota. * "DEPENDENCY_THROTTLING_ERROR" - The Amazon Web Services service is throttling Service Quotas. * "DEPENDENCY_SERVICE_ERROR" - The Amazon Web Services service is not available. * "SERVICE_QUOTA_NOT_AVAILABLE_ERROR" - There was an error in Service Quotas. * **ErrorMessage** *(string) --* The error message. * **QuotaAppliedAtLevel** *(string) --* Filters the response to return applied quota values for the "ACCOUNT", "RESOURCE", or "ALL" levels. "ACCOUNT" is the default. * **QuotaContext** *(dict) --* The context for this service quota. * **ContextScope** *(string) --* Specifies the scope to which the quota value is applied. If the scope is "RESOURCE", the quota value is applied to each resource in the Amazon Web Services account. If the scope is "ACCOUNT", the quota value is applied to the Amazon Web Services account. * **ContextScopeType** *(string) --* Specifies the resource type to which the quota can be applied. * **ContextId** *(string) --* Specifies the resource, or resources, to which the quota applies. The value for this field is either an Amazon Resource Name (ARN) or >>*<<. If the value is an ARN, the quota value applies to that resource. If the value is >>*<<, then the quota value applies to all resources listed in the "ContextScopeType" field. The quota value applies to all resources for which you haven’t previously applied a quota value, and any new resources you create in your Amazon Web Services account. * **Description** *(string) --* The quota description. **Exceptions** * "ServiceQuotas.Client.exceptions.AccessDeniedException" * "ServiceQuotas.Client.exceptions.NoSuchResourceException" * "ServiceQuotas.Client.exceptions.IllegalArgumentException" * "ServiceQuotas.Client.exceptions.ServiceException" * "ServiceQuotas.Client.exceptions.TooManyRequestsException" ServiceQuotas / Client / list_services list_services ************* ServiceQuotas.Client.list_services(**kwargs) Lists the names and codes for the Amazon Web Services services integrated with Service Quotas. See also: AWS API Documentation **Request Syntax** response = client.list_services( NextToken='string', MaxResults=123 ) Parameters: * **NextToken** (*string*) -- 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. * **MaxResults** (*integer*) -- 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. Note: 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. Return type: dict Returns: **Response Syntax** { 'NextToken': 'string', 'Services': [ { 'ServiceCode': 'string', 'ServiceName': 'string' }, ] } **Response Structure** * *(dict) --* * **NextToken** *(string) --* 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". * **Services** *(list) --* The list of the Amazon Web Services service names and service codes. * *(dict) --* Information about an Amazon Web Services service. * **ServiceCode** *(string) --* Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation. * **ServiceName** *(string) --* Specifies the service name. **Exceptions** * "ServiceQuotas.Client.exceptions.AccessDeniedException" * "ServiceQuotas.Client.exceptions.IllegalArgumentException" * "ServiceQuotas.Client.exceptions.InvalidPaginationTokenException" * "ServiceQuotas.Client.exceptions.ServiceException" * "ServiceQuotas.Client.exceptions.TooManyRequestsException" ServiceQuotas / Client / list_tags_for_resource list_tags_for_resource ********************** ServiceQuotas.Client.list_tags_for_resource(**kwargs) Returns a list of the tags assigned to the specified applied quota. See also: AWS API Documentation **Request Syntax** response = client.list_tags_for_resource( ResourceARN='string' ) Parameters: **ResourceARN** (*string*) -- **[REQUIRED]** The Amazon Resource Name (ARN) for the applied quota for which you want to list tags. You can get this information by using the Service Quotas console, or by listing the quotas using the list- service-quotas CLI command or the ListServiceQuotas Amazon Web Services API operation. Return type: dict Returns: **Response Syntax** { 'Tags': [ { 'Key': 'string', 'Value': 'string' }, ] } **Response Structure** * *(dict) --* * **Tags** *(list) --* A complex data type that contains zero or more tag elements. * *(dict) --* A complex data type that contains a tag key and tag value. * **Key** *(string) --* A string that contains a tag key. The string length should be between 1 and 128 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @. * **Value** *(string) --* A string that contains an optional tag value. The string length should be between 0 and 256 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @. **Exceptions** * "ServiceQuotas.Client.exceptions.TooManyRequestsException" * "ServiceQuotas.Client.exceptions.NoSuchResourceException" * "ServiceQuotas.Client.exceptions.IllegalArgumentException" * "ServiceQuotas.Client.exceptions.AccessDeniedException" * "ServiceQuotas.Client.exceptions.ServiceException" ServiceQuotas / Client / request_service_quota_increase request_service_quota_increase ****************************** ServiceQuotas.Client.request_service_quota_increase(**kwargs) Submits a quota increase request for the specified quota at the account or resource level. See also: AWS API Documentation **Request Syntax** response = client.request_service_quota_increase( ServiceCode='string', QuotaCode='string', DesiredValue=123.0, ContextId='string', SupportCaseAllowed=True|False ) Parameters: * **ServiceCode** (*string*) -- **[REQUIRED]** Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation. * **QuotaCode** (*string*) -- **[REQUIRED]** Specifies the quota identifier. To find the quota code for a specific quota, use the ListServiceQuotas operation, and look for the "QuotaCode" response in the output for the quota you want. * **DesiredValue** (*float*) -- **[REQUIRED]** Specifies the new, increased value for the quota. * **ContextId** (*string*) -- Specifies the resource with an Amazon Resource Name (ARN). * **SupportCaseAllowed** (*boolean*) -- Specifies if an Amazon Web Services Support case can be opened for the quota increase request. This parameter is optional. By default, this flag is set to "True" and Amazon Web Services 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", Amazon Web Services does not open a support case and updates the request status to "Not approved". Return type: dict Returns: **Response Syntax** { 'RequestedQuota': { 'Id': 'string', 'CaseId': 'string', 'ServiceCode': 'string', 'ServiceName': 'string', 'QuotaCode': 'string', 'QuotaName': 'string', 'DesiredValue': 123.0, 'Status': 'PENDING'|'CASE_OPENED'|'APPROVED'|'DENIED'|'CASE_CLOSED'|'NOT_APPROVED'|'INVALID_REQUEST', 'Created': datetime(2015, 1, 1), 'LastUpdated': datetime(2015, 1, 1), 'Requester': 'string', 'QuotaArn': 'string', 'GlobalQuota': True|False, 'Unit': 'string', 'QuotaRequestedAtLevel': 'ACCOUNT'|'RESOURCE'|'ALL', 'QuotaContext': { 'ContextScope': 'RESOURCE'|'ACCOUNT', 'ContextScopeType': 'string', 'ContextId': 'string' } } } **Response Structure** * *(dict) --* * **RequestedQuota** *(dict) --* Information about the quota increase request. * **Id** *(string) --* The unique identifier. * **CaseId** *(string) --* The case ID. * **ServiceCode** *(string) --* Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation. * **ServiceName** *(string) --* Specifies the service name. * **QuotaCode** *(string) --* Specifies the quota identifier. To find the quota code for a specific quota, use the ListServiceQuotas operation, and look for the "QuotaCode" response in the output for the quota you want. * **QuotaName** *(string) --* Specifies the quota name. * **DesiredValue** *(float) --* The new, increased value for the quota. * **Status** *(string) --* The state of the quota increase request. * "PENDING": The quota increase request is under review by Amazon Web Services. * "CASE_OPENED": Service Quotas opened a support case to process the quota increase request. Follow-up on the support case for more information. * "APPROVED": The quota increase request is approved. * "DENIED": The quota increase request can't be approved by Service Quotas. Contact Amazon Web Services Support for more details. * "NOT APPROVED": The quota increase request can't be approved by Service Quotas. Contact Amazon Web Services Support for more details. * "CASE_CLOSED": The support case associated with this quota increase request was closed. Check the support case correspondence for the outcome of your quota request. * "INVALID_REQUEST": Service Quotas couldn't process your resource-level quota increase request because the Amazon Resource Name (ARN) specified as part of the "ContextId" is invalid. * **Created** *(datetime) --* The date and time when the quota increase request was received and the case ID was created. * **LastUpdated** *(datetime) --* The date and time of the most recent change. * **Requester** *(string) --* The IAM identity of the requester. * **QuotaArn** *(string) --* The Amazon Resource Name (ARN) of the quota. * **GlobalQuota** *(boolean) --* Indicates whether the quota is global. * **Unit** *(string) --* The unit of measurement. * **QuotaRequestedAtLevel** *(string) --* Filters the response to return quota requests for the "ACCOUNT", "RESOURCE", or "ALL" levels. "ACCOUNT" is the default. * **QuotaContext** *(dict) --* The context for this service quota. * **ContextScope** *(string) --* Specifies the scope to which the quota value is applied. If the scope is "RESOURCE", the quota value is applied to each resource in the Amazon Web Services account. If the scope is "ACCOUNT", the quota value is applied to the Amazon Web Services account. * **ContextScopeType** *(string) --* Specifies the resource type to which the quota can be applied. * **ContextId** *(string) --* Specifies the resource, or resources, to which the quota applies. The value for this field is either an Amazon Resource Name (ARN) or >>*<<. If the value is an ARN, the quota value applies to that resource. If the value is >>*<<, then the quota value applies to all resources listed in the "ContextScopeType" field. The quota value applies to all resources for which you haven’t previously applied a quota value, and any new resources you create in your Amazon Web Services account. **Exceptions** * "ServiceQuotas.Client.exceptions.DependencyAccessDeniedException" * "ServiceQuotas.Client.exceptions.QuotaExceededException" * "ServiceQuotas.Client.exceptions.ResourceAlreadyExistsException" * "ServiceQuotas.Client.exceptions.AccessDeniedException" * "ServiceQuotas.Client.exceptions.NoSuchResourceException" * "ServiceQuotas.Client.exceptions.IllegalArgumentException" * "ServiceQuotas.Client.exceptions.InvalidResourceStateException" * "ServiceQuotas.Client.exceptions.ServiceException" * "ServiceQuotas.Client.exceptions.TooManyRequestsException" ServiceQuotas / Client / untag_resource untag_resource ************** ServiceQuotas.Client.untag_resource(**kwargs) Removes tags from the specified applied quota. You can specify one or more tags to remove. See also: AWS API Documentation **Request Syntax** response = client.untag_resource( ResourceARN='string', TagKeys=[ 'string', ] ) Parameters: * **ResourceARN** (*string*) -- **[REQUIRED]** The Amazon Resource Name (ARN) for the applied quota that you want to untag. You can get this information by using the Service Quotas console, or by listing the quotas using the list-service-quotas CLI command or the ListServiceQuotas Amazon Web Services API operation. * **TagKeys** (*list*) -- **[REQUIRED]** The keys of the tags that you want to remove from the resource. * *(string) --* Return type: dict Returns: **Response Syntax** {} **Response Structure** * *(dict) --* **Exceptions** * "ServiceQuotas.Client.exceptions.TooManyRequestsException" * "ServiceQuotas.Client.exceptions.NoSuchResourceException" * "ServiceQuotas.Client.exceptions.IllegalArgumentException" * "ServiceQuotas.Client.exceptions.AccessDeniedException" * "ServiceQuotas.Client.exceptions.ServiceException" ServiceQuotas / Client / list_aws_default_service_quotas list_aws_default_service_quotas ******************************* ServiceQuotas.Client.list_aws_default_service_quotas(**kwargs) Lists the default values for the quotas for the specified Amazon Web Services service. A default value does not reflect any quota increases. See also: AWS API Documentation **Request Syntax** response = client.list_aws_default_service_quotas( ServiceCode='string', NextToken='string', MaxResults=123 ) Parameters: * **ServiceCode** (*string*) -- **[REQUIRED]** Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation. * **NextToken** (*string*) -- 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. * **MaxResults** (*integer*) -- 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. Note: 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. Return type: dict Returns: **Response Syntax** { 'NextToken': 'string', 'Quotas': [ { 'ServiceCode': 'string', 'ServiceName': 'string', 'QuotaArn': 'string', 'QuotaCode': 'string', 'QuotaName': 'string', 'Value': 123.0, 'Unit': 'string', 'Adjustable': True|False, 'GlobalQuota': True|False, 'UsageMetric': { 'MetricNamespace': 'string', 'MetricName': 'string', 'MetricDimensions': { 'string': 'string' }, 'MetricStatisticRecommendation': 'string' }, 'Period': { 'PeriodValue': 123, 'PeriodUnit': 'MICROSECOND'|'MILLISECOND'|'SECOND'|'MINUTE'|'HOUR'|'DAY'|'WEEK' }, 'ErrorReason': { 'ErrorCode': 'DEPENDENCY_ACCESS_DENIED_ERROR'|'DEPENDENCY_THROTTLING_ERROR'|'DEPENDENCY_SERVICE_ERROR'|'SERVICE_QUOTA_NOT_AVAILABLE_ERROR', 'ErrorMessage': 'string' }, 'QuotaAppliedAtLevel': 'ACCOUNT'|'RESOURCE'|'ALL', 'QuotaContext': { 'ContextScope': 'RESOURCE'|'ACCOUNT', 'ContextScopeType': 'string', 'ContextId': 'string' }, 'Description': 'string' }, ] } **Response Structure** * *(dict) --* * **NextToken** *(string) --* 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". * **Quotas** *(list) --* Information about the quotas. * *(dict) --* Information about a quota. * **ServiceCode** *(string) --* Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation. * **ServiceName** *(string) --* Specifies the service name. * **QuotaArn** *(string) --* The Amazon Resource Name (ARN) of the quota. * **QuotaCode** *(string) --* Specifies the quota identifier. To find the quota code for a specific quota, use the ListServiceQuotas operation, and look for the "QuotaCode" response in the output for the quota you want. * **QuotaName** *(string) --* Specifies the quota name. * **Value** *(float) --* The quota value. * **Unit** *(string) --* The unit of measurement. * **Adjustable** *(boolean) --* Indicates whether the quota value can be increased. * **GlobalQuota** *(boolean) --* Indicates whether the quota is global. * **UsageMetric** *(dict) --* Information about the measurement. * **MetricNamespace** *(string) --* The namespace of the metric. * **MetricName** *(string) --* The name of the metric. * **MetricDimensions** *(dict) --* The metric dimension. This is a name/value pair that is part of the identity of a metric. * *(string) --* * *(string) --* * **MetricStatisticRecommendation** *(string) --* The metric statistic that we recommend you use when determining quota usage. * **Period** *(dict) --* The period of time. * **PeriodValue** *(integer) --* The value associated with the reported "PeriodUnit". * **PeriodUnit** *(string) --* The time unit. * **ErrorReason** *(dict) --* The error code and error reason. * **ErrorCode** *(string) --* Service Quotas returns the following error values: * "DEPENDENCY_ACCESS_DENIED_ERROR" - The caller does not have the required permissions to complete the action. To resolve the error, you must have permission to access the Amazon Web Services service or quota. * "DEPENDENCY_THROTTLING_ERROR" - The Amazon Web Services service is throttling Service Quotas. * "DEPENDENCY_SERVICE_ERROR" - The Amazon Web Services service is not available. * "SERVICE_QUOTA_NOT_AVAILABLE_ERROR" - There was an error in Service Quotas. * **ErrorMessage** *(string) --* The error message. * **QuotaAppliedAtLevel** *(string) --* Filters the response to return applied quota values for the "ACCOUNT", "RESOURCE", or "ALL" levels. "ACCOUNT" is the default. * **QuotaContext** *(dict) --* The context for this service quota. * **ContextScope** *(string) --* Specifies the scope to which the quota value is applied. If the scope is "RESOURCE", the quota value is applied to each resource in the Amazon Web Services account. If the scope is "ACCOUNT", the quota value is applied to the Amazon Web Services account. * **ContextScopeType** *(string) --* Specifies the resource type to which the quota can be applied. * **ContextId** *(string) --* Specifies the resource, or resources, to which the quota applies. The value for this field is either an Amazon Resource Name (ARN) or >>*<<. If the value is an ARN, the quota value applies to that resource. If the value is >>*<<, then the quota value applies to all resources listed in the "ContextScopeType" field. The quota value applies to all resources for which you haven’t previously applied a quota value, and any new resources you create in your Amazon Web Services account. * **Description** *(string) --* The quota description. **Exceptions** * "ServiceQuotas.Client.exceptions.AccessDeniedException" * "ServiceQuotas.Client.exceptions.NoSuchResourceException" * "ServiceQuotas.Client.exceptions.IllegalArgumentException" * "ServiceQuotas.Client.exceptions.InvalidPaginationTokenException" * "ServiceQuotas.Client.exceptions.ServiceException" * "ServiceQuotas.Client.exceptions.TooManyRequestsException" ServiceQuotas / Client / get_waiter get_waiter ********** ServiceQuotas.Client.get_waiter(waiter_name) Returns an object that can wait for some condition. Parameters: **waiter_name** (*str*) -- The name of the waiter to get. See the waiters section of the service docs for a list of available waiters. Returns: The specified waiter object. Return type: "botocore.waiter.Waiter" ServiceQuotas / Client / get_association_for_service_quota_template get_association_for_service_quota_template ****************************************** ServiceQuotas.Client.get_association_for_service_quota_template() Retrieves the status of the association for the quota request template. See also: AWS API Documentation **Request Syntax** response = client.get_association_for_service_quota_template() Return type: dict Returns: **Response Syntax** { 'ServiceQuotaTemplateAssociationStatus': 'ASSOCIATED'|'DISASSOCIATED' } **Response Structure** * *(dict) --* * **ServiceQuotaTemplateAssociationStatus** *(string) --* The association status. If the status is "ASSOCIATED", the quota increase requests in the template are automatically applied to new Amazon Web Services accounts in your organization. **Exceptions** * "ServiceQuotas.Client.exceptions.DependencyAccessDeniedException" * "ServiceQuotas.Client.exceptions.ServiceQuotaTemplateNotInUseExc eption" * "ServiceQuotas.Client.exceptions.AccessDeniedException" * "ServiceQuotas.Client.exceptions.ServiceException" * "ServiceQuotas.Client.exceptions.TooManyRequestsException" * "ServiceQuotas.Client.exceptions.AWSServiceAccessNotEnabledExcep tion" * "ServiceQuotas.Client.exceptions.TemplatesNotAvailableInRegionEx ception" * "ServiceQuotas.Client.exceptions.NoAvailableOrganizationExceptio n" ServiceQuotas / Client / list_requested_service_quota_change_history list_requested_service_quota_change_history ******************************************* ServiceQuotas.Client.list_requested_service_quota_change_history(**kwargs) Retrieves the quota increase requests for the specified Amazon Web Services 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. See also: AWS API Documentation **Request Syntax** response = client.list_requested_service_quota_change_history( ServiceCode='string', Status='PENDING'|'CASE_OPENED'|'APPROVED'|'DENIED'|'CASE_CLOSED'|'NOT_APPROVED'|'INVALID_REQUEST', NextToken='string', MaxResults=123, QuotaRequestedAtLevel='ACCOUNT'|'RESOURCE'|'ALL' ) Parameters: * **ServiceCode** (*string*) -- Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation. * **Status** (*string*) -- Specifies that you want to filter the results to only the requests with the matching status. * **NextToken** (*string*) -- 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. * **MaxResults** (*integer*) -- 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. Note: 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. * **QuotaRequestedAtLevel** (*string*) -- Filters the response to return quota requests for the "ACCOUNT", "RESOURCE", or "ALL" levels. "ACCOUNT" is the default. Return type: dict Returns: **Response Syntax** { 'NextToken': 'string', 'RequestedQuotas': [ { 'Id': 'string', 'CaseId': 'string', 'ServiceCode': 'string', 'ServiceName': 'string', 'QuotaCode': 'string', 'QuotaName': 'string', 'DesiredValue': 123.0, 'Status': 'PENDING'|'CASE_OPENED'|'APPROVED'|'DENIED'|'CASE_CLOSED'|'NOT_APPROVED'|'INVALID_REQUEST', 'Created': datetime(2015, 1, 1), 'LastUpdated': datetime(2015, 1, 1), 'Requester': 'string', 'QuotaArn': 'string', 'GlobalQuota': True|False, 'Unit': 'string', 'QuotaRequestedAtLevel': 'ACCOUNT'|'RESOURCE'|'ALL', 'QuotaContext': { 'ContextScope': 'RESOURCE'|'ACCOUNT', 'ContextScopeType': 'string', 'ContextId': 'string' } }, ] } **Response Structure** * *(dict) --* * **NextToken** *(string) --* 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". * **RequestedQuotas** *(list) --* Information about the quota increase requests. * *(dict) --* Information about a quota increase request. * **Id** *(string) --* The unique identifier. * **CaseId** *(string) --* The case ID. * **ServiceCode** *(string) --* Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation. * **ServiceName** *(string) --* Specifies the service name. * **QuotaCode** *(string) --* Specifies the quota identifier. To find the quota code for a specific quota, use the ListServiceQuotas operation, and look for the "QuotaCode" response in the output for the quota you want. * **QuotaName** *(string) --* Specifies the quota name. * **DesiredValue** *(float) --* The new, increased value for the quota. * **Status** *(string) --* The state of the quota increase request. * "PENDING": The quota increase request is under review by Amazon Web Services. * "CASE_OPENED": Service Quotas opened a support case to process the quota increase request. Follow-up on the support case for more information. * "APPROVED": The quota increase request is approved. * "DENIED": The quota increase request can't be approved by Service Quotas. Contact Amazon Web Services Support for more details. * "NOT APPROVED": The quota increase request can't be approved by Service Quotas. Contact Amazon Web Services Support for more details. * "CASE_CLOSED": The support case associated with this quota increase request was closed. Check the support case correspondence for the outcome of your quota request. * "INVALID_REQUEST": Service Quotas couldn't process your resource-level quota increase request because the Amazon Resource Name (ARN) specified as part of the "ContextId" is invalid. * **Created** *(datetime) --* The date and time when the quota increase request was received and the case ID was created. * **LastUpdated** *(datetime) --* The date and time of the most recent change. * **Requester** *(string) --* The IAM identity of the requester. * **QuotaArn** *(string) --* The Amazon Resource Name (ARN) of the quota. * **GlobalQuota** *(boolean) --* Indicates whether the quota is global. * **Unit** *(string) --* The unit of measurement. * **QuotaRequestedAtLevel** *(string) --* Filters the response to return quota requests for the "ACCOUNT", "RESOURCE", or "ALL" levels. "ACCOUNT" is the default. * **QuotaContext** *(dict) --* The context for this service quota. * **ContextScope** *(string) --* Specifies the scope to which the quota value is applied. If the scope is "RESOURCE", the quota value is applied to each resource in the Amazon Web Services account. If the scope is "ACCOUNT", the quota value is applied to the Amazon Web Services account. * **ContextScopeType** *(string) --* Specifies the resource type to which the quota can be applied. * **ContextId** *(string) --* Specifies the resource, or resources, to which the quota applies. The value for this field is either an Amazon Resource Name (ARN) or >>*<<. If the value is an ARN, the quota value applies to that resource. If the value is >>*<<, then the quota value applies to all resources listed in the "ContextScopeType" field. The quota value applies to all resources for which you haven’t previously applied a quota value, and any new resources you create in your Amazon Web Services account. **Exceptions** * "ServiceQuotas.Client.exceptions.AccessDeniedException" * "ServiceQuotas.Client.exceptions.NoSuchResourceException" * "ServiceQuotas.Client.exceptions.IllegalArgumentException" * "ServiceQuotas.Client.exceptions.InvalidPaginationTokenException" * "ServiceQuotas.Client.exceptions.ServiceException" * "ServiceQuotas.Client.exceptions.TooManyRequestsException" ServiceQuotas / Client / associate_service_quota_template associate_service_quota_template ******************************** ServiceQuotas.Client.associate_service_quota_template() Associates your quota request template with your organization. When a new Amazon Web Services account is created in your organization, the quota increase requests in the template are automatically applied to the account. You can add a quota increase request for any adjustable quota to your template. See also: AWS API Documentation **Request Syntax** response = client.associate_service_quota_template() Return type: dict Returns: **Response Syntax** {} **Response Structure** * *(dict) --* **Exceptions** * "ServiceQuotas.Client.exceptions.DependencyAccessDeniedException" * "ServiceQuotas.Client.exceptions.AccessDeniedException" * "ServiceQuotas.Client.exceptions.ServiceException" * "ServiceQuotas.Client.exceptions.TooManyRequestsException" * "ServiceQuotas.Client.exceptions.AWSServiceAccessNotEnabledExcep tion" * "ServiceQuotas.Client.exceptions.OrganizationNotInAllFeaturesMod eException" * "ServiceQuotas.Client.exceptions.TemplatesNotAvailableInRegionEx ception" * "ServiceQuotas.Client.exceptions.NoAvailableOrganizationExceptio n" ServiceQuotas / Client / close close ***** ServiceQuotas.Client.close() Closes underlying endpoint connections. ServiceQuotas / Client / create_support_case create_support_case ******************* ServiceQuotas.Client.create_support_case(**kwargs) Creates a Support case for an existing quota increase request. This call only creates a Support case if the request has a "Pending" status. See also: AWS API Documentation **Request Syntax** response = client.create_support_case( RequestId='string' ) Parameters: **RequestId** (*string*) -- **[REQUIRED]** The ID of the pending quota increase request for which you want to open a Support case. Return type: dict Returns: **Response Syntax** {} **Response Structure** * *(dict) --* **Exceptions** * "ServiceQuotas.Client.exceptions.DependencyAccessDeniedException" * "ServiceQuotas.Client.exceptions.ResourceAlreadyExistsException" * "ServiceQuotas.Client.exceptions.AccessDeniedException" * "ServiceQuotas.Client.exceptions.NoSuchResourceException" * "ServiceQuotas.Client.exceptions.IllegalArgumentException" * "ServiceQuotas.Client.exceptions.InvalidResourceStateException" * "ServiceQuotas.Client.exceptions.ServiceException" * "ServiceQuotas.Client.exceptions.TooManyRequestsException" ServiceQuotas / Client / get_aws_default_service_quota get_aws_default_service_quota ***************************** ServiceQuotas.Client.get_aws_default_service_quota(**kwargs) Retrieves the default value for the specified quota. The default value does not reflect any quota increases. See also: AWS API Documentation **Request Syntax** response = client.get_aws_default_service_quota( ServiceCode='string', QuotaCode='string' ) Parameters: * **ServiceCode** (*string*) -- **[REQUIRED]** Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation. * **QuotaCode** (*string*) -- **[REQUIRED]** Specifies the quota identifier. To find the quota code for a specific quota, use the ListServiceQuotas operation, and look for the "QuotaCode" response in the output for the quota you want. Return type: dict Returns: **Response Syntax** { 'Quota': { 'ServiceCode': 'string', 'ServiceName': 'string', 'QuotaArn': 'string', 'QuotaCode': 'string', 'QuotaName': 'string', 'Value': 123.0, 'Unit': 'string', 'Adjustable': True|False, 'GlobalQuota': True|False, 'UsageMetric': { 'MetricNamespace': 'string', 'MetricName': 'string', 'MetricDimensions': { 'string': 'string' }, 'MetricStatisticRecommendation': 'string' }, 'Period': { 'PeriodValue': 123, 'PeriodUnit': 'MICROSECOND'|'MILLISECOND'|'SECOND'|'MINUTE'|'HOUR'|'DAY'|'WEEK' }, 'ErrorReason': { 'ErrorCode': 'DEPENDENCY_ACCESS_DENIED_ERROR'|'DEPENDENCY_THROTTLING_ERROR'|'DEPENDENCY_SERVICE_ERROR'|'SERVICE_QUOTA_NOT_AVAILABLE_ERROR', 'ErrorMessage': 'string' }, 'QuotaAppliedAtLevel': 'ACCOUNT'|'RESOURCE'|'ALL', 'QuotaContext': { 'ContextScope': 'RESOURCE'|'ACCOUNT', 'ContextScopeType': 'string', 'ContextId': 'string' }, 'Description': 'string' } } **Response Structure** * *(dict) --* * **Quota** *(dict) --* Information about the quota. * **ServiceCode** *(string) --* Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation. * **ServiceName** *(string) --* Specifies the service name. * **QuotaArn** *(string) --* The Amazon Resource Name (ARN) of the quota. * **QuotaCode** *(string) --* Specifies the quota identifier. To find the quota code for a specific quota, use the ListServiceQuotas operation, and look for the "QuotaCode" response in the output for the quota you want. * **QuotaName** *(string) --* Specifies the quota name. * **Value** *(float) --* The quota value. * **Unit** *(string) --* The unit of measurement. * **Adjustable** *(boolean) --* Indicates whether the quota value can be increased. * **GlobalQuota** *(boolean) --* Indicates whether the quota is global. * **UsageMetric** *(dict) --* Information about the measurement. * **MetricNamespace** *(string) --* The namespace of the metric. * **MetricName** *(string) --* The name of the metric. * **MetricDimensions** *(dict) --* The metric dimension. This is a name/value pair that is part of the identity of a metric. * *(string) --* * *(string) --* * **MetricStatisticRecommendation** *(string) --* The metric statistic that we recommend you use when determining quota usage. * **Period** *(dict) --* The period of time. * **PeriodValue** *(integer) --* The value associated with the reported "PeriodUnit". * **PeriodUnit** *(string) --* The time unit. * **ErrorReason** *(dict) --* The error code and error reason. * **ErrorCode** *(string) --* Service Quotas returns the following error values: * "DEPENDENCY_ACCESS_DENIED_ERROR" - The caller does not have the required permissions to complete the action. To resolve the error, you must have permission to access the Amazon Web Services service or quota. * "DEPENDENCY_THROTTLING_ERROR" - The Amazon Web Services service is throttling Service Quotas. * "DEPENDENCY_SERVICE_ERROR" - The Amazon Web Services service is not available. * "SERVICE_QUOTA_NOT_AVAILABLE_ERROR" - There was an error in Service Quotas. * **ErrorMessage** *(string) --* The error message. * **QuotaAppliedAtLevel** *(string) --* Filters the response to return applied quota values for the "ACCOUNT", "RESOURCE", or "ALL" levels. "ACCOUNT" is the default. * **QuotaContext** *(dict) --* The context for this service quota. * **ContextScope** *(string) --* Specifies the scope to which the quota value is applied. If the scope is "RESOURCE", the quota value is applied to each resource in the Amazon Web Services account. If the scope is "ACCOUNT", the quota value is applied to the Amazon Web Services account. * **ContextScopeType** *(string) --* Specifies the resource type to which the quota can be applied. * **ContextId** *(string) --* Specifies the resource, or resources, to which the quota applies. The value for this field is either an Amazon Resource Name (ARN) or >>*<<. If the value is an ARN, the quota value applies to that resource. If the value is >>*<<, then the quota value applies to all resources listed in the "ContextScopeType" field. The quota value applies to all resources for which you haven’t previously applied a quota value, and any new resources you create in your Amazon Web Services account. * **Description** *(string) --* The quota description. **Exceptions** * "ServiceQuotas.Client.exceptions.AccessDeniedException" * "ServiceQuotas.Client.exceptions.NoSuchResourceException" * "ServiceQuotas.Client.exceptions.IllegalArgumentException" * "ServiceQuotas.Client.exceptions.ServiceException" * "ServiceQuotas.Client.exceptions.TooManyRequestsException" ServiceQuotas / Client / get_service_quota_increase_request_from_template get_service_quota_increase_request_from_template ************************************************ ServiceQuotas.Client.get_service_quota_increase_request_from_template(**kwargs) Retrieves information about the specified quota increase request in your quota request template. See also: AWS API Documentation **Request Syntax** response = client.get_service_quota_increase_request_from_template( ServiceCode='string', QuotaCode='string', AwsRegion='string' ) Parameters: * **ServiceCode** (*string*) -- **[REQUIRED]** Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation. * **QuotaCode** (*string*) -- **[REQUIRED]** Specifies the quota identifier. To find the quota code for a specific quota, use the ListServiceQuotas operation, and look for the "QuotaCode" response in the output for the quota you want. * **AwsRegion** (*string*) -- **[REQUIRED]** Specifies the Amazon Web Services Region for which you made the request. Return type: dict Returns: **Response Syntax** { 'ServiceQuotaIncreaseRequestInTemplate': { 'ServiceCode': 'string', 'ServiceName': 'string', 'QuotaCode': 'string', 'QuotaName': 'string', 'DesiredValue': 123.0, 'AwsRegion': 'string', 'Unit': 'string', 'GlobalQuota': True|False } } **Response Structure** * *(dict) --* * **ServiceQuotaIncreaseRequestInTemplate** *(dict) --* Information about the quota increase request. * **ServiceCode** *(string) --* Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation. * **ServiceName** *(string) --* Specifies the service name. * **QuotaCode** *(string) --* Specifies the quota identifier. To find the quota code for a specific quota, use the ListServiceQuotas operation, and look for the "QuotaCode" response in the output for the quota you want. * **QuotaName** *(string) --* Specifies the quota name. * **DesiredValue** *(float) --* The new, increased value of the quota. * **AwsRegion** *(string) --* The Amazon Web Services Region. * **Unit** *(string) --* The unit of measurement. * **GlobalQuota** *(boolean) --* Indicates whether the quota is global. **Exceptions** * "ServiceQuotas.Client.exceptions.AccessDeniedException" * "ServiceQuotas.Client.exceptions.DependencyAccessDeniedException" * "ServiceQuotas.Client.exceptions.ServiceException" * "ServiceQuotas.Client.exceptions.TooManyRequestsException" * "ServiceQuotas.Client.exceptions.NoSuchResourceException" * "ServiceQuotas.Client.exceptions.IllegalArgumentException" * "ServiceQuotas.Client.exceptions.AWSServiceAccessNotEnabledExcep tion" * "ServiceQuotas.Client.exceptions.TemplatesNotAvailableInRegionEx ception" * "ServiceQuotas.Client.exceptions.NoAvailableOrganizationExceptio n" ServiceQuotas / Client / tag_resource tag_resource ************ ServiceQuotas.Client.tag_resource(**kwargs) Adds tags to the specified applied quota. You can include one or more tags to add to the quota. See also: AWS API Documentation **Request Syntax** response = client.tag_resource( ResourceARN='string', Tags=[ { 'Key': 'string', 'Value': 'string' }, ] ) Parameters: * **ResourceARN** (*string*) -- **[REQUIRED]** The Amazon Resource Name (ARN) for the applied quota. You can get this information by using the Service Quotas console, or by listing the quotas using the list-service-quotas CLI command or the ListServiceQuotas Amazon Web Services API operation. * **Tags** (*list*) -- **[REQUIRED]** The tags that you want to add to the resource. * *(dict) --* A complex data type that contains a tag key and tag value. * **Key** *(string) --* **[REQUIRED]** A string that contains a tag key. The string length should be between 1 and 128 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @. * **Value** *(string) --* **[REQUIRED]** A string that contains an optional tag value. The string length should be between 0 and 256 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @. Return type: dict Returns: **Response Syntax** {} **Response Structure** * *(dict) --* **Exceptions** * "ServiceQuotas.Client.exceptions.TooManyRequestsException" * "ServiceQuotas.Client.exceptions.NoSuchResourceException" * "ServiceQuotas.Client.exceptions.TooManyTagsException" * "ServiceQuotas.Client.exceptions.TagPolicyViolationException" * "ServiceQuotas.Client.exceptions.IllegalArgumentException" * "ServiceQuotas.Client.exceptions.AccessDeniedException" * "ServiceQuotas.Client.exceptions.ServiceException" ServiceQuotas / Client / delete_service_quota_increase_request_from_template delete_service_quota_increase_request_from_template *************************************************** ServiceQuotas.Client.delete_service_quota_increase_request_from_template(**kwargs) Deletes the quota increase request for the specified quota from your quota request template. See also: AWS API Documentation **Request Syntax** response = client.delete_service_quota_increase_request_from_template( ServiceCode='string', QuotaCode='string', AwsRegion='string' ) Parameters: * **ServiceCode** (*string*) -- **[REQUIRED]** Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation. * **QuotaCode** (*string*) -- **[REQUIRED]** Specifies the quota identifier. To find the quota code for a specific quota, use the ListServiceQuotas operation, and look for the "QuotaCode" response in the output for the quota you want. * **AwsRegion** (*string*) -- **[REQUIRED]** Specifies the Amazon Web Services Region for which the request was made. Return type: dict Returns: **Response Syntax** {} **Response Structure** * *(dict) --* **Exceptions** * "ServiceQuotas.Client.exceptions.AccessDeniedException" * "ServiceQuotas.Client.exceptions.ServiceException" * "ServiceQuotas.Client.exceptions.DependencyAccessDeniedException" * "ServiceQuotas.Client.exceptions.TooManyRequestsException" * "ServiceQuotas.Client.exceptions.NoSuchResourceException" * "ServiceQuotas.Client.exceptions.IllegalArgumentException" * "ServiceQuotas.Client.exceptions.AWSServiceAccessNotEnabledExcep tion" * "ServiceQuotas.Client.exceptions.TemplatesNotAvailableInRegionEx ception" * "ServiceQuotas.Client.exceptions.NoAvailableOrganizationExceptio n" ServiceQuotas / Client / disassociate_service_quota_template disassociate_service_quota_template *********************************** ServiceQuotas.Client.disassociate_service_quota_template() Disables your quota request template. After a template is disabled, the quota increase requests in the template are not applied to new Amazon Web Services accounts in your organization. Disabling a quota request template does not apply its quota increase requests. See also: AWS API Documentation **Request Syntax** response = client.disassociate_service_quota_template() Return type: dict Returns: **Response Syntax** {} **Response Structure** * *(dict) --* **Exceptions** * "ServiceQuotas.Client.exceptions.DependencyAccessDeniedException" * "ServiceQuotas.Client.exceptions.ServiceQuotaTemplateNotInUseExc eption" * "ServiceQuotas.Client.exceptions.AccessDeniedException" * "ServiceQuotas.Client.exceptions.ServiceException" * "ServiceQuotas.Client.exceptions.TooManyRequestsException" * "ServiceQuotas.Client.exceptions.AWSServiceAccessNotEnabledExcep tion" * "ServiceQuotas.Client.exceptions.TemplatesNotAvailableInRegionEx ception" * "ServiceQuotas.Client.exceptions.NoAvailableOrganizationExceptio n"