Values.SummaryMetricQuerySourceThe summary metric query object.
type nonrec t = {queryId : MetricQueryId.t option;The id of the summary metric query.
*)metricName : MetricName.t option;The name of the metric.
*)dimensions : Dimensions.t option;The dimensions of the summary metric.
*)aggregationPeriod : AggregationPeriod.t option;The aggregation period of the summary metric.
*)startTimestamp : MetricQueryStartTimestamp.t option;The start timestamp for the summary metric query.
*)endTimestamp : MetricQueryEndTimestamp.t option;The end timestamp for the summary metric query.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `Enum of string | `String of DimensionValue.t ])
list ]
list
| `String of MetricQueryId.t
| `Timestamp of MetricQueryStartTimestamp.t ])
list ]