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

TagStreamInput

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

§Properties

§
StreamARN?: string | null
[src]

The Amazon Resource Name (ARN) of the resource that you want to add the tag or tags to.

§
StreamName?: string | null
[src]

The name of the stream that you want to add the tag or tags to.

§
Tags: {
[key: string]: string | null | undefined;
}
[src]

A list of tags to associate with the specified stream. Each tag is a key-value pair (the value is optional).