package aws
Install
dune-project
Dependency
Authors
Maintainers
Sources
md5=38c7319a8abb38a5ecac43b66c8798a9
sha512=298e2c01dfb284df67dea55314ce2913be06709780e01a54695fdf4023447d43f4b61c2b3515309ed0fb606e98fe25ea1ff0e9d973b57bff43ad888588796d3c
doc/aws/Aws/index.html
Module AwsSource
This module contains code that is common across generated AWS libraries as well as pure code that is useful in writing runtime implementations for the AWS libraries.
This contains the http-library agnostic representation of requests to be used by runtime implementations.
All AWS api operations should have type Call. Runtime implementation should take as input modules of type Call.
This module provides parsing / formatting for AWS style timestamps. For example: 2013-05-24T21:15:31.000Z It does not parse the milliseconds (it just truncates them).
This module is used to produce the nested url query structure used in AWS api requests.
This module contains helpers used for XML parsing. It wraps Ezxmlm and adds helpers.
This module contains a Json type (compatible with Yojson.Basic.t) and helpers.
This module contains the V2 and V4 Authorization header AWS signature algorithm.
This module contains base case types for the various datatypes used as input or output by AWS api calls.