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

CreateChannelRequest

import type { CreateChannelRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/medialive.ts";
interface CreateChannelRequest {
CdiInputSpecification?: CdiInputSpecification | null;
ChannelClass?: ChannelClass | null;
Destinations?: OutputDestination[] | null;
EncoderSettings?: EncoderSettings | null;
InputAttachments?: InputAttachment[] | null;
InputSpecification?: InputSpecification | null;
LogLevel?: LogLevel | null;
Name?: string | null;
RequestId?: string | null;
Reserved?: string | null;
RoleArn?: string | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
Vpc?: VpcOutputSettings | null;
}

§Properties

§
CdiInputSpecification?: CdiInputSpecification | null
[src]
§
ChannelClass?: ChannelClass | null
[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]
§
RequestId?: string | null
[src]
§
Reserved?: string | null
[src]
§
RoleArn?: string | null
[src]
§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]