Values.ServiceQuotaSourceInformation about a quota.
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.
*)quotaArn : QuotaArn.t option;The Amazon Resource Name (ARN) of the quota.
*)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.
*)value : QuotaValue.t option;The quota value.
*)unit : QuotaUnit.t option;The unit of measurement.
*)adjustable : QuotaAdjustable.t option;Indicates whether the quota value can be increased.
*)globalQuota : GlobalQuota.t option;Indicates whether the quota is global.
*)usageMetric : MetricInfo.t option;Information about the measurement.
*)period : QuotaPeriod.t option;The period of time.
*)errorReason : ErrorReason.t option;The error code and error reason.
*)quotaAppliedAtLevel : AppliedLevelEnum.t option;Filters the response to return applied quota values for the ACCOUNT, RESOURCE, or ALL levels. ACCOUNT is the default.
*)quotaContext : QuotaContextInfo.t option;The context for this service quota.
*)description : QuotaDescription.t option;The quota description.
*)}val make :
?serviceCode:??? ->
?serviceName:??? ->
?quotaArn:??? ->
?quotaCode:??? ->
?quotaName:??? ->
?value:??? ->
?unit:??? ->
?adjustable:??? ->
?globalQuota:??? ->
?usageMetric:??? ->
?period:??? ->
?errorReason:??? ->
?quotaAppliedAtLevel:??? ->
?quotaContext:??? ->
?description:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of QuotaAdjustable.t
| `Double of QuotaValue.t
| `Enum of string
| `String of ServiceCode.t
| `Structure of
(string
* [> `Enum of string
| `Integer of PeriodValue.t
| `Map of
([> `String of MetricDimensionName.t ]
* [> `String of MetricDimensionValue.t ])
list
| `String of QuotaMetricNamespace.t ])
list ])
list ]