Values.ServiceQuotaIncreaseRequestInTemplateSourceInformation about a quota increase request.
type nonrec t = {serviceCode : ServiceCode.t option;Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.
*)serviceName : ServiceName.t option;Specifies the service name.
*)quotaCode : QuotaCode.t option;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 : QuotaName.t option;Specifies the quota name.
*)desiredValue : QuotaValue.t option;The new, increased value of the quota.
*)awsRegion : AwsRegion.t option;The Amazon Web Services Region.
*)unit : QuotaUnit.t option;The unit of measurement.
*)globalQuota : GlobalQuota.t option;Indicates whether the quota is global.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of GlobalQuota.t
| `Double of QuotaValue.t
| `String of ServiceCode.t ])
list ]