Module Aws_lwt.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 ] Lwt.tRun an AWS request, in the
regionwithaccess_keyandsecret_key.