Module Aws_async.Runtime
val run_request : region:string -> access_key:string -> secret_key:string -> ('input, 'output, 'error) Aws.call -> 'input -> [ `Ok of 'output | `Error of 'error Aws.Error.t ] Async.Deferred.t
Run an AWS request, in the
region
withaccess_key
andsecret_key
.