[][src]Type Definition serde_dynamo::Item

type Item = HashMap<String, AttributeValue>;

An "Item" used in rusoto_dynamodb's get_item, write_item, put_item, etc.

Nowhere in rusoto_dynamodb is this type named explicitely, so we name it here to be clear about exactly what is being taken in and being returned.