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]§
Destinations?: OutputDestination[] | null
[src]§
EncoderSettings?: EncoderSettings | null
[src]§
InputAttachments?: InputAttachment[] | null
[src]§
InputSpecification?: InputSpecification | null
[src]