Adds a quota increase request to your quota request template.
servicequotas_put_service_quota_increase_request_into_template(
QuotaCode, ServiceCode, AwsRegion, DesiredValue)
[required] The quota identifier.
[required] The service identifier.
[required] The AWS Region.
[required] The new, increased value for the quota.
A list with the following syntax:
list( ServiceQuotaIncreaseRequestInTemplate = list( ServiceCode = "string", ServiceName = "string", QuotaCode = "string", QuotaName = "string", DesiredValue = 123.0, AwsRegion = "string", Unit = "string", GlobalQuota = TRUE|FALSE ) )
svc$put_service_quota_increase_request_into_template( QuotaCode = "string", ServiceCode = "string", AwsRegion = "string", DesiredValue = 123.0 )