Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
This module contains an Lwt
based runtime for executing AWS requests.
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.t
Run an AWS request, in the region
with access_key
and secret_key
.