Values.AnomalyDetectorSummarySourceSummary information about an anomaly detector for list operations.
type nonrec t = {arn : AnomalyDetectorArn.t option;The Amazon Resource Name (ARN) of the anomaly detector.
*)anomalyDetectorId : AnomalyDetectorId.t option;The unique identifier of the anomaly detector.
*)alias : AnomalyDetectorAlias.t option;The user-friendly name of the anomaly detector.
*)status : AnomalyDetectorStatus.t option;The current status of the anomaly detector.
*)createdAt : Timestamp.t option;The timestamp when the anomaly detector was created.
*)modifiedAt : Timestamp.t option;The timestamp when the anomaly detector was last modified.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of AnomalyDetectorArn.t
| `Structure of
(string * [> `Enum of string | `String of String_.t ]) list
| `Timestamp of Timestamp.t ])
list ]