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

ListTagsForStreamInput

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

§Properties

§
NextToken?: string | null
[src]

If you specify this parameter and the result of a ListTagsForStream call is truncated, the response includes a token that you can use in the next request to fetch the next batch of tags.

§
StreamARN?: string | null
[src]

The Amazon Resource Name (ARN) of the stream that you want to list tags for.

§
StreamName?: string | null
[src]

The name of the stream that you want to list tags for.