Create a map to delete or more items in a call to batchWrite.
A map in the format { tableName: [ { DeleteRequest: { ... } }, ...] }
{ tableName: [ { DeleteRequest: { ... } }, ...] }
The table where the items will deleted from
A map representing the key of the item to be deleted, or a list of maps of keys to be deleted
Generated using TypeDoc
Create a map to delete or more items in a call to batchWrite.
Returns
A map in the format
{ tableName: [ { DeleteRequest: { ... } }, ...] }