Values.PutServiceQuotaIncreaseRequestIntoTemplateRequestSourceAdds a quota increase request to your quota request template.
type nonrec t = {quotaCode : QuotaCode.t;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 : ServiceCode.t;Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.
*)awsRegion : AwsRegion.t;Specifies the Amazon Web Services Region to which the template applies.
*)desiredValue : QuotaValue.t;Specifies the new, increased value for the quota.
*)}val make :
quotaCode:QuotaCode.t ->
serviceCode:ServiceCode.t ->
awsRegion:AwsRegion.t ->
desiredValue:QuotaValue.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Double of QuotaValue.t | `String of QuotaCode.t ]) list ]