The table where the items will be retrieved from
A map with primary key attribute values, or a list of maps of key attributes
Optional
options: Partial<KeysAndAttributes>The same parameters accepted by the original Document.batchGet
items
Generated using TypeDoc
Create a map to get one or more items using batchGet.
Returns
A map in the format
{ [tableName]: { Keys: [...] } }