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

UpdateChannelClassRequest

import type { UpdateChannelClassRequest } from "https://aws-api.deno.dev/v0.3/services/medialive.ts?docs=full";

Channel class that the channel should be updated to.

interface UpdateChannelClassRequest {
ChannelClass: ChannelClass;
ChannelId: string;
Destinations?: OutputDestination[] | null;
}

§Properties

§
ChannelClass: ChannelClass
[src]

The channel class that you wish to update this channel to use.

§
ChannelId: string
[src]

Channel Id of the channel whose class should be updated.

§
Destinations?: OutputDestination[] | null
[src]

A list of output destinations for this channel.