| 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.CodePipeline.Types.PipelineMetadata
Description
Documentation
data PipelineMetadata Source #
Information about a pipeline.
See: newPipelineMetadata smart constructor.
Constructors
| PipelineMetadata' | |
Instances
newPipelineMetadata :: PipelineMetadata Source #
Create a value of PipelineMetadata 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:PipelineMetadata', pipelineMetadata_created - The date and time the pipeline was created, in timestamp format.
$sel:pipelineArn:PipelineMetadata', pipelineMetadata_pipelineArn - The Amazon Resource Name (ARN) of the pipeline.
$sel:updated:PipelineMetadata', pipelineMetadata_updated - The date and time the pipeline was last updated, in timestamp format.
pipelineMetadata_created :: Lens' PipelineMetadata (Maybe UTCTime) Source #
The date and time the pipeline was created, in timestamp format.
pipelineMetadata_pipelineArn :: Lens' PipelineMetadata (Maybe Text) Source #
The Amazon Resource Name (ARN) of the pipeline.
pipelineMetadata_updated :: Lens' PipelineMetadata (Maybe UTCTime) Source #
The date and time the pipeline was last updated, in timestamp format.