Module Values.EventTimeRangeSource

The time range during which an Amazon Web Services event occurred. Amazon Web Services resource events and metrics are analyzed by DevOps Guru to find anomalous behavior and provide recommendations to improve your operational solutions.

Sourcetype nonrec t = {
  1. fromTime : Timestamp.t;
    (*

    The time when the event started.

    *)
  2. toTime : Timestamp.t;
    (*

    The time when the event ended.

    *)
}
Sourceval context_ : string
Sourceval make : fromTime:Timestamp.t -> toTime:Timestamp.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Timestamp of Timestamp.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t