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

ListStreamsInput

import type { ListStreamsInput } from "https://aws-api.deno.dev/v0.4/services/kinesisvideo.ts?docs=full";
interface ListStreamsInput {
MaxResults?: number | null;
NextToken?: string | null;
StreamNameCondition?: StreamNameCondition | null;
}

§Properties

§
MaxResults?: number | null
[src]

The maximum number of streams to return in the response. The default is 10,000.

§
NextToken?: string | null
[src]

If you specify this parameter, when the result of a ListStreams operation is truncated, the call returns the NextToken in the response. To get another batch of streams, provide this token in your next request.

§
StreamNameCondition?: StreamNameCondition | null
[src]

Optional: Returns only streams that satisfy a specific condition. Currently, you can specify only the prefix of a stream name as a condition.