• Create the input parameters for DocumentClient.get.

    Returns

    An object with the input parameters

    Parameters

    • tableName: string

      The name of the table containing the requested item

    • key: Key

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

    • Optional options: Partial<GetItemInput>

      The options accepted by the original get method

    Returns DocumentClient.GetItemInput

Generated using TypeDoc