• Create the input parameters for Document.transactGet.

    Returns

    An object with the input parameters

    Parameters

    • transactItems: TransactGetItemList

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

    • Optional options: Partial<TransactGetItemsInput>

      The options accepted by the original transactGet method

    Returns { ReturnConsumedCapacity?: string; TransactItems: TransactGetItemList }

    • Optional ReturnConsumedCapacity?: string

      A value of TOTAL causes consumed capacity information to be returned, and a value of NONE prevents that information from being returned. No other value is valid.

    • TransactItems: TransactGetItemList

      An ordered array of up to 100 TransactGetItem objects, each of which contains a Get structure.

Generated using TypeDoc