Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListStreamsOutput

import type { ListStreamsOutput } from "https://aws-api.deno.dev/v0.4/services/kinesisvideo.ts?docs=full";
interface ListStreamsOutput {
NextToken?: string | null;
StreamInfoList?: StreamInfo[] | null;
}

§Properties

§
NextToken?: string | null
[src]

If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.

§
StreamInfoList?: StreamInfo[] | null
[src]

An array of StreamInfo objects.