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