Module Values.KeyMapSource

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