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

DeleteChannelResponse

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

Placeholder documentation for DeleteChannelResponse

interface DeleteChannelResponse {
Arn?: string | null;
CdiInputSpecification?: CdiInputSpecification | null;
ChannelClass?: ChannelClass | null;
Destinations?: OutputDestination[] | null;
EgressEndpoints?: ChannelEgressEndpoint[] | null;
EncoderSettings?: EncoderSettings | null;
Id?: string | null;
InputAttachments?: InputAttachment[] | null;
InputSpecification?: InputSpecification | null;
LogLevel?: LogLevel | null;
Name?: string | null;
PipelineDetails?: PipelineDetail[] | null;
PipelinesRunningCount?: number | null;
RoleArn?: string | null;
State?: ChannelState | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Arn?: string | null
[src]

The unique arn of the channel.

§
CdiInputSpecification?: CdiInputSpecification | null
[src]

Specification of CDI inputs for this channel

§
ChannelClass?: ChannelClass | null
[src]

The class for this channel. STANDARD for a channel with two pipelines or SINGLE_PIPELINE for a channel with one pipeline.

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

A list of destinations of the channel. For UDP outputs, there is one destination per output. For other types (HLS, for example), there is one destination per packager.

§
EgressEndpoints?: ChannelEgressEndpoint[] | null
[src]

The endpoints where outgoing connections initiate from

§
EncoderSettings?: EncoderSettings | null
[src]
§
Id?: string | null
[src]

The unique id of the channel.

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

List of input attachments for channel.

§
InputSpecification?: InputSpecification | null
[src]

Specification of network and file inputs for this channel

§
LogLevel?: LogLevel | null
[src]

The log level being written to CloudWatch Logs.

§
Name?: string | null
[src]

The name of the channel. (user-mutable)

§
PipelineDetails?: PipelineDetail[] | null
[src]

Runtime details for the pipelines of a running channel.

§
PipelinesRunningCount?: number | null
[src]

The number of currently healthy pipelines.

§
RoleArn?: string | null
[src]

The Amazon Resource Name (ARN) of the role assumed when running the Channel.

§
State?: ChannelState | null
[src]
§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

A collection of key-value pairs.

§

Settings for VPC output