Module Values.GroupsSource

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