libZSservicesZSamazonka-medialiveZSamazonka-medialive
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MediaLive.Types.PipelineDetail

Description

 
Synopsis

Documentation

data PipelineDetail Source #

Runtime details of a pipeline when a channel is running.

See: newPipelineDetail smart constructor.

Constructors

PipelineDetail' 

Fields

Instances

Instances details
Eq PipelineDetail Source # 
Instance details

Defined in Amazonka.MediaLive.Types.PipelineDetail

Read PipelineDetail Source # 
Instance details

Defined in Amazonka.MediaLive.Types.PipelineDetail

Show PipelineDetail Source # 
Instance details

Defined in Amazonka.MediaLive.Types.PipelineDetail

Generic PipelineDetail Source # 
Instance details

Defined in Amazonka.MediaLive.Types.PipelineDetail

Associated Types

type Rep PipelineDetail :: Type -> Type #

NFData PipelineDetail Source # 
Instance details

Defined in Amazonka.MediaLive.Types.PipelineDetail

Methods

rnf :: PipelineDetail -> () #

Hashable PipelineDetail Source # 
Instance details

Defined in Amazonka.MediaLive.Types.PipelineDetail

FromJSON PipelineDetail Source # 
Instance details

Defined in Amazonka.MediaLive.Types.PipelineDetail

type Rep PipelineDetail Source # 
Instance details

Defined in Amazonka.MediaLive.Types.PipelineDetail

type Rep PipelineDetail = D1 ('MetaData "PipelineDetail" "Amazonka.MediaLive.Types.PipelineDetail" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "PipelineDetail'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "pipelineId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "activeInputSwitchActionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "activeMotionGraphicsUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "activeInputAttachmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "activeMotionGraphicsActionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newPipelineDetail :: PipelineDetail Source #

Create a value of PipelineDetail with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:pipelineId:PipelineDetail', pipelineDetail_pipelineId - Pipeline ID

$sel:activeInputSwitchActionName:PipelineDetail', pipelineDetail_activeInputSwitchActionName - 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.

$sel:activeMotionGraphicsUri:PipelineDetail', pipelineDetail_activeMotionGraphicsUri - The current URI being used for HTML5 motion graphics for this pipeline.

$sel:activeInputAttachmentName:PipelineDetail', pipelineDetail_activeInputAttachmentName - The name of the active input attachment currently being ingested by this pipeline.

$sel:activeMotionGraphicsActionName:PipelineDetail', pipelineDetail_activeMotionGraphicsActionName - The name of the motion graphics activate action that occurred most recently and that resulted in the current graphics URI for this pipeline.

pipelineDetail_activeInputSwitchActionName :: Lens' PipelineDetail (Maybe Text) Source #

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.

pipelineDetail_activeMotionGraphicsUri :: Lens' PipelineDetail (Maybe Text) Source #

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

pipelineDetail_activeInputAttachmentName :: Lens' PipelineDetail (Maybe Text) Source #

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

pipelineDetail_activeMotionGraphicsActionName :: Lens' PipelineDetail (Maybe Text) Source #

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