Module Values.MetricDataQueriesSource

Sourcetype nonrec t = MetricDataQuery.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : MetricDataQuery.t list -> [> `List of [> `Structure of (string * [> `Boolean of ReturnData.t | `Integer of Period.t | `String of MetricId.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 ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> MetricDataQuery.t list
Sourceval of_json : [> Yojson.Safe.t ] -> MetricDataQuery.t list