Module Values.AlarmCapabilitiesSource

Contains the configuration information of alarm state changes.

Sourcetype nonrec t = {
  1. initializationConfiguration : InitializationConfiguration.t option;
    (*

    Specifies the default alarm state. The configuration applies to all alarms that were created based on this alarm model.

    *)
  2. acknowledgeFlow : AcknowledgeFlow.t option;
    (*

    Specifies whether to get notified for alarm state changes.

    *)
}
Sourceval make : ?initializationConfiguration:??? -> ?acknowledgeFlow:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Boolean of DisabledOnInitialization.t ]) 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