• Create the input parameters for QueryCommand.

    Returns

    An object with the input parameters

    Parameters

    • tableName: string

      The name of the table containing the requested items

    • keyCondition: Filter

      An object describing the comparisons used to generate KeyConditionExpression, ExpressionAttributeNames, and ExpressionAttributeValues

    • Optional options: Partial<FacadeQueryInput>

      The options accepted by the original QueryCommand class, plus an optional filter field that generates FilterExpression

    Returns QueryCommandInput

Generated using TypeDoc