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

UpdateChannelRequest

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

A request to update a channel.

interface UpdateChannelRequest {
CdiInputSpecification?: CdiInputSpecification | null;
ChannelId: string;
Destinations?: OutputDestination[] | null;
EncoderSettings?: EncoderSettings | null;
InputAttachments?: InputAttachment[] | null;
InputSpecification?: InputSpecification | null;
LogLevel?: LogLevel | null;
Name?: string | null;
RoleArn?: string | null;
}

§Properties

§
CdiInputSpecification?: CdiInputSpecification | null
[src]

Specification of CDI inputs for this channel

§
ChannelId: string
[src]

channel ID

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

A list of output destinations for this channel.

§
EncoderSettings?: EncoderSettings | null
[src]

The encoder settings for this channel.

§
InputAttachments?: InputAttachment[] | null
[src]
§
InputSpecification?: InputSpecification | null
[src]

Specification of network and file inputs for this channel

§
LogLevel?: LogLevel | null
[src]

The log level to write to CloudWatch Logs.

§
Name?: string | null
[src]

The name of the channel.

§
RoleArn?: string | null
[src]

An optional Amazon Resource Name (ARN) of the role to assume when running the Channel. If you do not specify this on an update call but the role was previously set that role will be removed.