Module Values.EndpointsSource

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