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) -- The service identifier.
  • AwsRegion (string) -- The AWS Region.
  • NextToken (string) -- The token for the next page of results.
  • MaxResults (integer) -- The maximum number of results to return with a single call. To retrieve the remaining results, if any, make another call with the token returned from this call.
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) --

          The service identifier.

        • ServiceName (string) --

          The service name.

        • QuotaCode (string) --

          The quota identifier.

        • QuotaName (string) --

          The quota name.

        • DesiredValue (float) --

          The new, increased value of the quota.

        • AwsRegion (string) --

          The AWS Region.

        • Unit (string) --

          The unit of measurement.

        • GlobalQuota (boolean) --

          Indicates whether the quota is global.

    • NextToken (string) --

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

Exceptions

  • ServiceQuotas.Client.exceptions.AccessDeniedException
  • ServiceQuotas.Client.exceptions.DependencyAccessDeniedException
  • ServiceQuotas.Client.exceptions.ServiceException
  • ServiceQuotas.Client.exceptions.TooManyRequestsException
  • ServiceQuotas.Client.exceptions.IllegalArgumentException
  • ServiceQuotas.Client.exceptions.AWSServiceAccessNotEnabledException
  • ServiceQuotas.Client.exceptions.TemplatesNotAvailableInRegionException
  • ServiceQuotas.Client.exceptions.NoAvailableOrganizationException