| 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.MigrationHubStrategy.Types.PipelineInfo
Description
Documentation
data PipelineInfo Source #
Detailed information of the pipeline.
See: newPipelineInfo smart constructor.
Constructors
| PipelineInfo' | |
Fields
| |
Instances
newPipelineInfo :: PipelineInfo Source #
Create a value of PipelineInfo 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:pipelineConfigurationTimeStamp:PipelineInfo', pipelineInfo_pipelineConfigurationTimeStamp - The time when the pipeline info was configured.
$sel:pipelineType:PipelineInfo', pipelineInfo_pipelineType - The type of pipeline.
pipelineInfo_pipelineConfigurationTimeStamp :: Lens' PipelineInfo (Maybe Text) Source #
The time when the pipeline info was configured.
pipelineInfo_pipelineType :: Lens' PipelineInfo (Maybe PipelineType) Source #
The type of pipeline.