• Create the input parameters for DocumentClient.update.

    Returns

    An object with the input parameters

    Parameters

    • tableName: string

      The name of the table containing the item to update

    • key: Key

      The primary key of the item to be updated

    • updatedValues: AttributeMap

      A map of attribute name/value pairs with the attributes that must be modified

    • Optional options: Partial<FacadeUpdateItemInput>

      The options accepted by the original update method, plus an optional condition field that generates ConditionExpression

    Returns DocumentClient.UpdateItemInput

Generated using TypeDoc