• Create the input parameters for GetCommand.

    Returns

    An object with the input parameters

    Parameters

    • tableName: string

      The name of the table containing the requested item

    • key: Record<string, any>

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

    • Optional options: Partial<GetCommandInput>

      The options accepted by the original GetCommand class

    Returns GetCommandInput

Generated using TypeDoc