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

ListTagsForResourceInput

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

§Properties

§
NextToken?: string | null
[src]

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

§
ResourceARN: string
[src]

The Amazon Resource Name (ARN) of the signaling channel for which you want to list tags.