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
Documentation
data PipelineIdName Source #
Contains the name and identifier of a pipeline.
See: newPipelineIdName
smart constructor.
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:name:PipelineIdName'
, pipelineIdName_name
- The name of the pipeline.
$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
.
pipelineIdName_name :: Lens' PipelineIdName (Maybe Text) Source #
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
.