Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data PipelineDetail = PipelineDetail' {}
- newPipelineDetail :: PipelineDetail
- pipelineDetail_activeInputAttachmentName :: Lens' PipelineDetail (Maybe Text)
- pipelineDetail_activeInputSwitchActionName :: Lens' PipelineDetail (Maybe Text)
- pipelineDetail_activeMotionGraphicsActionName :: Lens' PipelineDetail (Maybe Text)
- pipelineDetail_activeMotionGraphicsUri :: Lens' PipelineDetail (Maybe Text)
- pipelineDetail_pipelineId :: Lens' PipelineDetail (Maybe Text)
Documentation
data PipelineDetail Source #
Runtime details of a pipeline when a channel is running.
See: newPipelineDetail
smart constructor.
PipelineDetail' | |
|
Instances
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:activeInputAttachmentName:PipelineDetail'
, pipelineDetail_activeInputAttachmentName
- The name of the active input attachment currently being ingested by this
pipeline.
$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: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.
$sel:activeMotionGraphicsUri:PipelineDetail'
, pipelineDetail_activeMotionGraphicsUri
- The current URI being used for HTML5 motion graphics for this pipeline.
$sel:pipelineId:PipelineDetail'
, pipelineDetail_pipelineId
- Pipeline ID
pipelineDetail_activeInputAttachmentName :: Lens' PipelineDetail (Maybe Text) Source #
The name of the active input attachment currently being ingested by 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_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.
pipelineDetail_activeMotionGraphicsUri :: Lens' PipelineDetail (Maybe Text) Source #
The current URI being used for HTML5 motion graphics for this pipeline.
pipelineDetail_pipelineId :: Lens' PipelineDetail (Maybe Text) Source #
Pipeline ID