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_created :: Lens' PipelineSummary (Maybe UTCTime)
- pipelineSummary_name :: Lens' PipelineSummary (Maybe Text)
- pipelineSummary_version :: Lens' PipelineSummary (Maybe Natural)
- pipelineSummary_updated :: Lens' PipelineSummary (Maybe UTCTime)
Documentation
data PipelineSummary Source #
Returns a summary of a pipeline.
See: newPipelineSummary
smart constructor.
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:created:PipelineSummary'
, pipelineSummary_created
- The date and time the pipeline was created, in timestamp format.
$sel:name:PipelineSummary'
, pipelineSummary_name
- The name of the pipeline.
$sel:version:PipelineSummary'
, pipelineSummary_version
- The version number of the pipeline.
$sel:updated:PipelineSummary'
, pipelineSummary_updated
- The date and time of the last update to the pipeline, in timestamp
format.
pipelineSummary_created :: Lens' PipelineSummary (Maybe UTCTime) Source #
The date and time the pipeline was created, in timestamp format.
pipelineSummary_name :: Lens' PipelineSummary (Maybe Text) Source #
The name of the pipeline.
pipelineSummary_version :: Lens' PipelineSummary (Maybe Natural) Source #
The version number of the pipeline.
pipelineSummary_updated :: Lens' PipelineSummary (Maybe UTCTime) Source #
The date and time of the last update to the pipeline, in timestamp format.