| 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.DataPipeline.Types.PipelineIdName
Description
Synopsis
Documentation
data PipelineIdName Source #
Contains the name and identifier of a pipeline.
See: newPipelineIdName smart constructor.
Constructors
| PipelineIdName' | |
Instances
newPipelineIdName :: PipelineIdName Source #
Create a value of PipelineIdName 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:id:PipelineIdName', pipelineIdName_id - The ID of the pipeline that was assigned by AWS Data Pipeline. This is a
string of the form df-297EG78HU43EEXAMPLE.
$sel:name:PipelineIdName', pipelineIdName_name - The name of the pipeline.
pipelineIdName_id :: Lens' PipelineIdName (Maybe Text) Source #
The ID of the pipeline that was assigned by AWS Data Pipeline. This is a
string of the form df-297EG78HU43EEXAMPLE.
pipelineIdName_name :: Lens' PipelineIdName (Maybe Text) Source #
The name of the pipeline.