Module Values.MetricAlarmsSource

Sourcetype nonrec t = MetricAlarm.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : MetricAlarm.t list -> [> `List of [> `Structure of (string * [> `Boolean of ActionsEnabled.t | `Double of Threshold.t | `Enum of string | `Integer of Period.t | `List of [> `String of ResourceName.t | `Structure of (string * [> `Boolean of ReturnData.t | `Integer of Period.t | `String of DimensionName.t | `Structure of (string * [> `Enum of string | `Integer of Period.t | `String of Stat.t | `Structure of (string * [> `List of [> `Structure of (string * [> `String of DimensionName.t ]) list ] list | `String of Namespace.t ]) list ]) list ]) list ] list | `String of AlarmName.t | `Structure of (string * [> `Structure of (string * [> `Integer of PendingPeriod.t | `String of Query.t ]) list ]) list | `Timestamp of Timestamp.t ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> MetricAlarm.t list
Sourceval of_json : [> Yojson.Safe.t ] -> MetricAlarm.t list
Sourceval to_json : MetricAlarm.t list -> Yojson.Safe.t