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_pipelineDisplayName :: Lens' PipelineSummary (Maybe Text)
- pipelineSummary_lastExecutionTime :: Lens' PipelineSummary (Maybe UTCTime)
- pipelineSummary_pipelineName :: Lens' PipelineSummary (Maybe Text)
- pipelineSummary_lastModifiedTime :: Lens' PipelineSummary (Maybe UTCTime)
- pipelineSummary_pipelineDescription :: Lens' PipelineSummary (Maybe Text)
- pipelineSummary_pipelineArn :: Lens' PipelineSummary (Maybe Text)
- pipelineSummary_roleArn :: Lens' PipelineSummary (Maybe Text)
Documentation
data PipelineSummary Source #
A summary of 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
- The creation time of the pipeline.
$sel:pipelineDisplayName:PipelineSummary'
, pipelineSummary_pipelineDisplayName
- The display name of the pipeline.
$sel:lastExecutionTime:PipelineSummary'
, pipelineSummary_lastExecutionTime
- The last time that a pipeline execution began.
$sel:pipelineName:PipelineSummary'
, pipelineSummary_pipelineName
- The name of the pipeline.
$sel:lastModifiedTime:PipelineSummary'
, pipelineSummary_lastModifiedTime
- The time that the pipeline was last modified.
$sel:pipelineDescription:PipelineSummary'
, pipelineSummary_pipelineDescription
- The description of the pipeline.
$sel:pipelineArn:PipelineSummary'
, pipelineSummary_pipelineArn
- The Amazon Resource Name (ARN) of the pipeline.
$sel:roleArn:PipelineSummary'
, pipelineSummary_roleArn
- The Amazon Resource Name (ARN) that the pipeline used to execute.
pipelineSummary_creationTime :: Lens' PipelineSummary (Maybe UTCTime) Source #
The creation time of the pipeline.
pipelineSummary_pipelineDisplayName :: Lens' PipelineSummary (Maybe Text) Source #
The display name of the pipeline.
pipelineSummary_lastExecutionTime :: Lens' PipelineSummary (Maybe UTCTime) Source #
The last time that a pipeline execution began.
pipelineSummary_pipelineName :: Lens' PipelineSummary (Maybe Text) Source #
The name of the pipeline.
pipelineSummary_lastModifiedTime :: Lens' PipelineSummary (Maybe UTCTime) Source #
The time that the pipeline was last modified.
pipelineSummary_pipelineDescription :: Lens' PipelineSummary (Maybe Text) Source #
The description of the pipeline.
pipelineSummary_pipelineArn :: Lens' PipelineSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the pipeline.
pipelineSummary_roleArn :: Lens' PipelineSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) that the pipeline used to execute.