Operator alias for add
Operator alias for remove
Operator alias for concat
Add an entry to the map or overwrites the existing value if there
Gets the value mapped to key if it exists
Concatenates two maps
Checks if the map contains a certain key
Checks if the map is empty
Gets the list of keys in the map
Transforms the map by assigning values to new keys
Chekcs if the map is not empty
Traverse the object in parallel fashion and build up monoidal structure
Traverse the object in parallel foshiono and build up a result out of each value
Traverse the object in parallel fashion and build up a result out of each value and its label
Remove an entry from the map if there
Gets the size of the map
Make an AWS SDK value out of this map
Make a value out of this map
Builds a map where the keys are transformed to match the convention for expression attribute values in DynamoDB operations See https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.ExpressionAttributeValues.html
Builds a scala.collection.Map if this map is made entirely of values of type V
Traverse the object into a monoidal structure
Traverse the object and build up a result out of each value
Traverse the object and build up a result out of each value and its label
Gets the list of values in the map
A
DynamoObjectis a map of strings to values that can be embedded into anAttributeValue.