• Create the input parameters for DeleteCommand.

    Returns

    An object with the input parameters

    Parameters

    • tableName: string

      The name of the table from which to delete the item

    • key: Record<string, any>

      A map of attribute names to values, representing the primary key of the item to delete

    • Optional options: Partial<FacadeDeleteItemInput>

      The options accepted by the original DeleteCommand class, plus an optional condition field that generates ConditionExpression

    Returns DeleteCommandInput

Generated using TypeDoc