Values.BatchGetMetricDataRequestSourceRepresents a request to retrieve a batch of metric data.
type nonrec t = {queries : BatchGetMetricDataQueries.t;A list of queries for metrics to be retrieved.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `Enum of string ]
* [> `String of MetricDimensionValue.t ])
list
| `String of QueryIdentifier.t
| `Timestamp of Timestamp.t ])
list ]
list ])
list ]