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 PipelineSummary = PipelineSummary' {}
- newPipelineSummary :: PipelineSummary
- pipelineSummary_creationTime :: Lens' PipelineSummary (Maybe UTCTime)
- pipelineSummary_pipelineName :: Lens' PipelineSummary (Maybe Text)
- pipelineSummary_reprocessingSummaries :: Lens' PipelineSummary (Maybe [ReprocessingSummary])
- pipelineSummary_lastUpdateTime :: Lens' PipelineSummary (Maybe UTCTime)
Documentation
data PipelineSummary Source #
A summary of information about a pipeline.
See: newPipelineSummary
smart constructor.
PipelineSummary' | |
|
Instances
newPipelineSummary :: PipelineSummary Source #
Create a value of PipelineSummary
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:creationTime:PipelineSummary'
, pipelineSummary_creationTime
- When the pipeline was created.
$sel:pipelineName:PipelineSummary'
, pipelineSummary_pipelineName
- The name of the pipeline.
$sel:reprocessingSummaries:PipelineSummary'
, pipelineSummary_reprocessingSummaries
- A summary of information about the pipeline reprocessing.
$sel:lastUpdateTime:PipelineSummary'
, pipelineSummary_lastUpdateTime
- When the pipeline was last updated.
pipelineSummary_creationTime :: Lens' PipelineSummary (Maybe UTCTime) Source #
When the pipeline was created.
pipelineSummary_pipelineName :: Lens' PipelineSummary (Maybe Text) Source #
The name of the pipeline.
pipelineSummary_reprocessingSummaries :: Lens' PipelineSummary (Maybe [ReprocessingSummary]) Source #
A summary of information about the pipeline reprocessing.
pipelineSummary_lastUpdateTime :: Lens' PipelineSummary (Maybe UTCTime) Source #
When the pipeline was last updated.