Module Values.AlarmsSource

Sourcetype nonrec t = Alarm.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : Alarm.t list -> [> `List of [> `Structure of (string * [> `String of ResourceId.t ]) list ] list ]
Sourceval to_query : Alarm.t list -> Awso.Client.Query.t
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> Alarm.t list
Sourceval of_json : [> Yojson.Safe.t ] -> Alarm.t list
Sourceval to_json : Alarm.t list -> Yojson.Safe.t