• Create the input parameters for TransactGetCommand.

    Returns

    An object with the input parameters

    Parameters

    • transactItems: (Omit<TransactGetItem, "Get"> & { Get: undefined | Omit<Get, "Key"> & { Key: undefined | Record<string, any> } })[]

      The items to get in the format [{ Get: { TableName: ..., Key: ... } }, ...]

    • Optional options: Partial<TransactGetCommandInput>

      The options accepted by the original TransactGetCommand class

    Returns TransactGetCommandInput

Generated using TypeDoc