Values_1.MetricDataSourceThe name, value, and date and time of a metric that was emitted to Amazon CloudWatch.
type nonrec t = {metricName : Values_0.MetricName.t option;The name of the metric.
*)value : Values_0.Float_.t option;The value of the metric.
*)timestamp : Values_0.Timestamp.t option;The date and time that the algorithm emitted the metric.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Float of Values_0.Float_.t
| `String of Values_0.MetricName.t
| `Timestamp of Values_0.Timestamp.t ])
list ]