Values.AnomalySourceAn unusual cost pattern. This consists of the detailed metadata and the current status of the anomaly object.
type nonrec t = {anomalyId : GenericString.t option;The unique identifier for the anomaly.
*)anomalyStartDate : YearMonthDay.t option;The first day the anomaly is detected.
*)anomalyEndDate : YearMonthDay.t option;The last day the anomaly is detected.
*)dimensionValue : GenericString.t option;The dimension for the anomaly (for example, an Amazon Web Services service in a service monitor).
*)rootCauses : RootCauses.t option;The list of identified root causes for the anomaly.
*)anomalyScore : AnomalyScore.t option;The latest and maximum score for the anomaly.
*)impact : Impact.t option;The dollar impact for the anomaly.
*)monitorArn : GenericString.t option;The Amazon Resource Name (ARN) for the cost monitor that generated this anomaly.
*)feedback : AnomalyFeedbackType.t option;The feedback value.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `String of GenericString.t
| `Structure of
(string * [> `Double of GenericDouble.t ]) list ])
list ]
list
| `String of GenericString.t
| `Structure of (string * [> `Double of GenericDouble.t ]) list ])
list ]