Module Values.FormatConfigSource

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