• Create the input parameters for BatchWriteCommand.

    Returns

    An object with the input parameters

    Parameters

    • requestItems: Record<string, (Omit<WriteRequest, "PutRequest" | "DeleteRequest"> & { DeleteRequest?: Omit<DeleteRequest, "Key"> & { Key: undefined | Record<string, any> }; PutRequest?: Omit<PutRequest, "Item"> & { Item: undefined | Record<string, any> } })[]>[]

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

    • Optional options: Partial<BatchWriteCommandInput>

      The options accepted by the original BatchWriteCommand command

    Returns BatchWriteCommandInput

Generated using TypeDoc