- transactGet(transactItems: (Omit<TransactGetItem, "Get"> & { Get: undefined | Omit<Get, "Key"> & { Key: undefined | Record<string, any> } })[], options?: Partial<TransactGetCommandInput>): Promise<TransactGetCommandOutput>
-
Parameters
-
transactItems: (Omit<TransactGetItem, "Get"> & { Get: undefined | Omit<Get, "Key"> & { Key: undefined | Record<string, any> } })[]
-
Optional
options: Partial<TransactGetCommandInput>
Returns Promise<TransactGetCommandOutput>
Atomically retrieves multiple items from one or more tables (but not from indexes) in a single account and region by delegating to
TransactGetCommand
.You can use the transactItem helper to create the request items.
Example
Returns
The same response returned by
send()
ing this command