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

PipelineDetail

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

Runtime details of a pipeline when a channel is running.

interface PipelineDetail {
ActiveInputAttachmentName?: string | null;
ActiveInputSwitchActionName?: string | null;
ActiveMotionGraphicsActionName?: string | null;
ActiveMotionGraphicsUri?: string | null;
PipelineId?: string | null;
}

§Properties

§
ActiveInputAttachmentName?: string | null
[src]

The name of the active input attachment currently being ingested by this pipeline.

§
ActiveInputSwitchActionName?: string | null
[src]

The name of the input switch schedule action that occurred most recently and that resulted in the switch to the current input attachment for this pipeline.

§
ActiveMotionGraphicsActionName?: string | null
[src]

The name of the motion graphics activate action that occurred most recently and that resulted in the current graphics URI for this pipeline.

§
ActiveMotionGraphicsUri?: string | null
[src]

The current URI being used for HTML5 motion graphics for this pipeline.

§
PipelineId?: string | null
[src]

Pipeline ID