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

  • ServiceQuotas.Client.exceptions.TemplatesNotAvailableInRegionException

  • ServiceQuotas.Client.exceptions.NoAvailableOrganizationException