Protocols_gen.AwsQuery
module Log : Logs.LOG
type field = string * string list
type 'a mapper = string list -> 'a -> field
val join_path : string list -> string
module Error : sig ... end
module Response : sig ... end
exception MissingElement of string * Xmlm.pos
module type S = sig ... end
module Make (Http : Http.Client_intf) : S