Values.MetricInfoSourceInformation about the CloudWatch metric that reflects quota usage.
type nonrec t = {metricNamespace : QuotaMetricNamespace.t option;The namespace of the metric.
*)metricName : QuotaMetricName.t option;The name of the metric.
*)metricDimensions : MetricDimensionsMapDefinition.t option;The metric dimension. This is a name/value pair that is part of the identity of a metric.
*)metricStatisticRecommendation : Statistic.t option;The metric statistic that we recommend you use when determining quota usage.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of MetricDimensionName.t ]
* [> `String of MetricDimensionValue.t ])
list
| `String of QuotaMetricNamespace.t ])
list ]