Submits a quota increase request for the specified quota.
servicequotas_request_service_quota_increase(ServiceCode, QuotaCode,
DesiredValue)
A list with the following syntax:
list(
RequestedQuota = list(
Id = "string",
CaseId = "string",
ServiceCode = "string",
ServiceName = "string",
QuotaCode = "string",
QuotaName = "string",
DesiredValue = 123.0,
Status = "PENDING"|"CASE_OPENED"|"APPROVED"|"DENIED"|"CASE_CLOSED",
Created = as.POSIXct(
"2015-01-01"
),
LastUpdated = as.POSIXct(
"2015-01-01"
),
Requester = "string",
QuotaArn = "string",
GlobalQuota = TRUE|FALSE,
Unit = "string"
)
)
[required] The service identifier.
[required] The quota identifier.
[required] The new, increased value for the quota.
svc$request_service_quota_increase(
ServiceCode = "string",
QuotaCode = "string",
DesiredValue = 123.0
)