Protocols.AwsQuery
AwsQuery protocol support (over eio-based httpun client)
type 'a mapper = string list -> 'a -> field
module Error : sig ... end
module Response : sig ... end
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