Module Values.DatapointsSource

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