Module Values.ExportDimensionsSource

Sourceval make : 'a list -> 'a list
Sourceval of_header : (Base.String.t * string) list -> 'a list
Sourceval to_value : (MetricDimensionName.t * 'a list) list -> [> `Map of ([> `Enum of string ] * [> `List of [> `String of 'a ] list ]) list ]
Sourceval to_query : (MetricDimensionName.t * string list) list -> Awso.Client.Query.t
Sourceval to_header : 'a -> 'b
Sourceval of_xml : 'a -> 'b
Sourceval of_json : Yojson.Safe.t -> (MetricDimensionName.t * string list) list
Sourceval to_json : (MetricDimensionName.t * string list) list -> Yojson.Safe.t