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-gyr5wj9zj0fg.deno.dev/v0.2/services/medialive.ts";
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]
§
ChannelId: string
[src]
§
Destinations?: OutputDestination[] | null
[src]
§
EncoderSettings?: EncoderSettings | null
[src]
§
InputAttachments?: InputAttachment[] | null
[src]
§
InputSpecification?: InputSpecification | null
[src]
§
LogLevel?: LogLevel | null
[src]
§
Name?: string | null
[src]
§
RoleArn?: string | null
[src]