Values.PipelineDetailSourceRuntime details of a pipeline when a channel is running.
type nonrec t = {activeInputAttachmentName : string option;The name of the active input attachment currently being ingested by this pipeline.
*)activeInputSwitchActionName : string option;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 option;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 option;The current URI being used for HTML5 motion graphics for this pipeline.
*)pipelineId : string option;Pipeline ID
*)channelEngineVersion : ChannelEngineVersionResponse.t option;Current engine version of the encoder for this pipeline.
*)mediaConnectRouterOutputConnectionMap : MediaConnectRouterOutputConnections.t
option;A map of output names to the MediaConnect Router connection for this pipeline. Only present for channels with MediaConnect Router outputs.
*)}