Values.CloudWatchMetricsDataSummarySourceContains information about the analyzed metrics that displayed anomalous behavior.
type nonrec t = {timestampMetricValuePairList : TimestampMetricValuePairList.t option;This is a list of Amazon CloudWatch metric values at given timestamp.
*)statusCode : CloudWatchMetricDataStatusCode.t option;This is an enum of the status showing whether the metric value pair list has partial or complete data, or if there was an error.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Double of MetricValue.t | `Timestamp of Timestamp.t ])
list ]
list ])
list ]