• Create the input parameters for DocumentClient.put.

    Returns

    An object with the input parameters

    Parameters

    • tableName: string

      The name of the table to contain the item

    • item: PutItemInputAttributeMap

      A map of attribute name/value pairs, one for each attribute

    • Optional options: Partial<FacadePutItemInput>

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

    Returns DocumentClient.PutItemInput

Generated using TypeDoc