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

UntagStreamInput

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

§Properties

§
StreamARN?: string | null
[src]

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

§
StreamName?: string | null
[src]

The name of the stream that you want to remove tags from.

§
TagKeyList: string[]
[src]

A list of the keys of the tags that you want to remove.