Module Values.SystemEventSource

Contains information about alarm state changes.

Sourcetype nonrec t = {
  1. eventType : EventType.t option;
    (*

    The event type. If the value is STATE_CHANGE, the event contains information about alarm state changes.

    *)
  2. stateChangeConfiguration : StateChangeConfiguration.t option;
    (*

    Contains the configuration information of alarm state changes.

    *)
}
Sourceval make : ?eventType:??? -> ?stateChangeConfiguration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string ]) list ]) 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