Protocols.AwsQueryAwsQuery protocol support (over eio-based httpun client)
type 'a mapper = string list -> 'a -> fieldmodule Error : sig ... endmodule Response : sig ... endmodule Request : sig ... endval 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