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

MultiplexProgramPipelineDetail

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

The current source for one of the pipelines in the multiplex.

interface MultiplexProgramPipelineDetail {
ActiveChannelPipeline?: string | null;
PipelineId?: string | null;
}

§Properties

§
ActiveChannelPipeline?: string | null
[src]

Identifies the channel pipeline that is currently active for the pipeline (identified by PipelineId) in the multiplex.

§
PipelineId?: string | null
[src]

Identifies a specific pipeline in the multiplex.