Encoders and decoders
encodeKey : DynamoDB.Types.Key -> Json.Encode.Value
Encode a Key
keyDecoder : Json.Decode.Decoder DynamoDB.Types.Key
Decoder for a Key
encodeItem : DynamoDB.Types.Item -> Json.Encode.Value
Encode an Item
.
itemDecoder : Json.Decode.Decoder DynamoDB.Types.Item
Decoder for an Item
encodeAttributeValue : DynamoDB.Types.AttributeValue -> Json.Encode.Value
Encode an AttributeValue
attributeValueDecoder : Json.Decode.Decoder DynamoDB.Types.AttributeValue
Decoder for an AttributeValue