| 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.Pipeline
Description
Synopsis
- data Pipeline = Pipeline' {}
- newPipeline :: Pipeline
- pipeline_activities :: Lens' Pipeline (Maybe (NonEmpty PipelineActivity))
- pipeline_arn :: Lens' Pipeline (Maybe Text)
- pipeline_creationTime :: Lens' Pipeline (Maybe UTCTime)
- pipeline_lastUpdateTime :: Lens' Pipeline (Maybe UTCTime)
- pipeline_name :: Lens' Pipeline (Maybe Text)
- pipeline_reprocessingSummaries :: Lens' Pipeline (Maybe [ReprocessingSummary])
Documentation
Contains information about a pipeline.
See: newPipeline smart constructor.
Constructors
| Pipeline' | |
Fields
| |
Instances
newPipeline :: Pipeline Source #
Create a value of Pipeline 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:activities:Pipeline', pipeline_activities - The activities that perform transformations on the messages.
$sel:arn:Pipeline', pipeline_arn - The ARN of the pipeline.
Pipeline, pipeline_creationTime - When the pipeline was created.
$sel:lastUpdateTime:Pipeline', pipeline_lastUpdateTime - The last time the pipeline was updated.
$sel:name:Pipeline', pipeline_name - The name of the pipeline.
$sel:reprocessingSummaries:Pipeline', pipeline_reprocessingSummaries - A summary of information about the pipeline reprocessing.
pipeline_activities :: Lens' Pipeline (Maybe (NonEmpty PipelineActivity)) Source #
The activities that perform transformations on the messages.
pipeline_lastUpdateTime :: Lens' Pipeline (Maybe UTCTime) Source #
The last time the pipeline was updated.
pipeline_reprocessingSummaries :: Lens' Pipeline (Maybe [ReprocessingSummary]) Source #
A summary of information about the pipeline reprocessing.