Module Protocols.AwsQuery

AwsQuery protocol support (over eio-based httpun client)

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 Request : sig ... end
val request : (module Http.Client_intf with type t = 'http_t) -> service:Service.descriptor -> config:Config.t -> http:'http_t -> action:string -> xmlNamespace:string -> fields:field option list -> output_deserializer:(Xmlm.input -> 'a) -> error_deserializer: (Error.t -> [> `HttpError of Smaws_Lib__Http.http_failure ] as 'b) -> ('a, 'b) Stdlib.result