ExAws v0.4.13
Modules summary ↑
| ExAws | ExAws |
| ExAws.Auth.Utils | |
| ExAws.Dynamo | Consult the documentation in ExAws.Dynamo.Client |
| ExAws.Dynamo.Client | Defines a Dynamo Client |
| ExAws.Dynamo.Decoder | |
| ExAws.Dynamo.Encoder | Takes an elixir value and converts it into a dynamo style map |
| ExAws.InstanceMeta | |
| ExAws.JSON.Codec | Defines the specification for a JSON codec |
| ExAws.Kinesis | Consult the documentation in ExAws.Kinesis.Client |
| ExAws.Kinesis.Client | Defines a Kinesis client |
| ExAws.Lambda | Consult the documentation in ExAws.Lambda.Client |
| ExAws.Lambda.Client | The purpose of this module is to surface the ExAws.Lambda API with a single configuration chosen, such that it does not need passed in with every request |
| ExAws.Request.HTTPoison | Configuration for HTTPoison |
| ExAws.Request.HttpClient | Specifies expected behaviour of an http client |
| ExAws.S3 | Consult the documentation in ExAws.S3.Client |
| ExAws.S3.Client | The purpose of this module is to surface the ExAws.S3 API tied to a single configuration chosen, such that it does not need passed in with every request |
| ExAws.S3.Parsers | |
| ExAws.SQS | Consult the documentation in ExAws.SQS.Client |
| ExAws.SQS.Client | The purpose of this module is to surface the ExAws.SQS API tied to a single configuration chose, such that it does not need passed in with every request |
| ExAws.SQS.Impl | |
| Mix.Tasks.Kinesis.Tail | Tails a Stream |
Protocols summary ↑
| ExAws.Dynamo.Decodable | Allows custom decoding logic for your struct |
| ExAws.Dynamo.Encodable |