• Create the input parameters for DocumentClient.scan.

    Returns

    An object with the input parameters

    Parameters

    • tableName: string

      The name of the table containing the requested items; or, if you provide IndexName in the options, the name of the table to which that index belongs

    • Optional filter: AttributeMap

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

    • Optional options: Partial<ScanInput>

      The options accepted by the original scan method

    Returns DocumentClient.ScanInput

Generated using TypeDoc