• Create the input parameters for Document.transactWrite.

    Returns

    An object with the input parameters

    Parameters

    • transactItems: TransactWriteItemList

      The items to write in the format [ { Put: { ... } }, ...]

    • Optional options: Partial<TransactWriteItemsInput>

      The options accepted by the original transactWrite method

    Returns DocumentClient.TransactWriteItemsInput

Generated using TypeDoc