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

UpdateStreamInput

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

§Properties

§
CurrentVersion: string
[src]

The version of the stream whose metadata you want to update.

§
DeviceName?: string | null
[src]

The name of the device that is writing to the stream.

Note: In the current implementation, Kinesis Video Streams does not use this name.

§
MediaType?: string | null
[src]

The stream's media type. Use MediaType to specify the type of content that the stream contains to the consumers of the stream. For more information about media types, see Media Types. If you choose to specify the MediaType, see Naming Requirements.

To play video on the console, you must specify the correct video type. For example, if the video in the stream is H.264, specify video/h264 as the MediaType.

§
StreamARN?: string | null
[src]

The ARN of the stream whose metadata you want to update.

§
StreamName?: string | null
[src]

The name of the stream whose metadata you want to update.

The stream name is an identifier for the stream, and must be unique for each account and region.