Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Aws.Call
SourceAll AWS api operations should have type Call. Runtime implementation should take as input modules of type Call.
The native OCaml datatype input to the Call.
The native OCaml datatype that is produced as output to a successful Call.
The native OCaml error type. This is shared between all calls for a single API.
The signing method to use for the Call.
The AWS service, for example, 'ec2'. This is used for request signing, and to determine the endpoint to send the request.
This function converts the native input into the HTTP request type. In particular, it is responsible for properly encoding the request type into query format. It also sets the Action and Version query parameters.
This function converts from a HTTP response body to an output or an error if the response could not be decoded.
This function parses an AWS error (which has been successfully deserialized from XML) into an API specific native error that could have been triggered by this call. It should fail to parse if the error it is given is not one of those listen in the specification, or if the passed HTTP status code does not match the specified one.