Types for DynamoDB module
String
The name of a DynamoDB table.
A key for a database item.
Dict String AttributeValue
An item in a database.
A value in a database key or item.
See: https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_AttributeValue.html
Errors returned from S3 operations
HttpError
is from the standard Elm Http
module.
AWSError
is from the AWS.Http module.
DecodeError
denotes a Decoder error in parsing DynamoDB account info.
{ name : String
, region : Maybe String
, accessKey : String
, secretKey : String
, tableName : TableName
}
Information about a DynamoDB account