• Create the input parameters for BatchGetCommand.

    Returns

    An object with the input parameters

    Parameters

    • requestItems: Record<string, Omit<KeysAndAttributes, "Keys"> & { Keys: undefined | Record<string, any>[] }>[]

      The items to get in the format { [tableName]: { Keys: [...] } }

    • Optional options: Partial<BatchGetCommandInput>

      The options accepted by the original BatchGetCommand class

    Returns BatchGetCommandInput

Generated using TypeDoc