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