Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data PipelineExecutionSummary = PipelineExecutionSummary' {}
- newPipelineExecutionSummary :: PipelineExecutionSummary
- pipelineExecutionSummary_pipelineExecutionStatus :: Lens' PipelineExecutionSummary (Maybe PipelineExecutionStatus)
- pipelineExecutionSummary_startTime :: Lens' PipelineExecutionSummary (Maybe UTCTime)
- pipelineExecutionSummary_pipelineExecutionArn :: Lens' PipelineExecutionSummary (Maybe Text)
- pipelineExecutionSummary_pipelineExecutionDisplayName :: Lens' PipelineExecutionSummary (Maybe Text)
- pipelineExecutionSummary_pipelineExecutionDescription :: Lens' PipelineExecutionSummary (Maybe Text)
Documentation
data PipelineExecutionSummary Source #
A pipeline execution summary.
See: newPipelineExecutionSummary
smart constructor.
PipelineExecutionSummary' | |
|
Instances
newPipelineExecutionSummary :: PipelineExecutionSummary Source #
Create a value of PipelineExecutionSummary
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:pipelineExecutionStatus:PipelineExecutionSummary'
, pipelineExecutionSummary_pipelineExecutionStatus
- The status of the pipeline execution.
$sel:startTime:PipelineExecutionSummary'
, pipelineExecutionSummary_startTime
- The start time of the pipeline execution.
$sel:pipelineExecutionArn:PipelineExecutionSummary'
, pipelineExecutionSummary_pipelineExecutionArn
- The Amazon Resource Name (ARN) of the pipeline execution.
$sel:pipelineExecutionDisplayName:PipelineExecutionSummary'
, pipelineExecutionSummary_pipelineExecutionDisplayName
- The display name of the pipeline execution.
$sel:pipelineExecutionDescription:PipelineExecutionSummary'
, pipelineExecutionSummary_pipelineExecutionDescription
- The description of the pipeline execution.
pipelineExecutionSummary_pipelineExecutionStatus :: Lens' PipelineExecutionSummary (Maybe PipelineExecutionStatus) Source #
The status of the pipeline execution.
pipelineExecutionSummary_startTime :: Lens' PipelineExecutionSummary (Maybe UTCTime) Source #
The start time of the pipeline execution.
pipelineExecutionSummary_pipelineExecutionArn :: Lens' PipelineExecutionSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the pipeline execution.
pipelineExecutionSummary_pipelineExecutionDisplayName :: Lens' PipelineExecutionSummary (Maybe Text) Source #
The display name of the pipeline execution.
pipelineExecutionSummary_pipelineExecutionDescription :: Lens' PipelineExecutionSummary (Maybe Text) Source #
The description of the pipeline execution.