• This utility create a special iterator that yields a single value and terminates. It is useful in paginated SDK functions that have early return paths when things go wrong.

    Type Parameters

    • V extends object

    Parameters

    Returns PageIterator<V, undefined>