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 PipelineDescription = PipelineDescription' {}
- newPipelineDescription :: Text -> Text -> PipelineDescription
- pipelineDescription_description :: Lens' PipelineDescription (Maybe Text)
- pipelineDescription_tags :: Lens' PipelineDescription (Maybe [Tag])
- pipelineDescription_pipelineId :: Lens' PipelineDescription Text
- pipelineDescription_name :: Lens' PipelineDescription Text
- pipelineDescription_fields :: Lens' PipelineDescription [Field]
Documentation
data PipelineDescription Source #
Contains pipeline metadata.
See: newPipelineDescription
smart constructor.
PipelineDescription' | |
|
Instances
newPipelineDescription Source #
:: Text | |
-> Text | |
-> PipelineDescription |
Create a value of PipelineDescription
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:description:PipelineDescription'
, pipelineDescription_description
- Description of the pipeline.
$sel:tags:PipelineDescription'
, pipelineDescription_tags
- A list of tags to associated with a pipeline. Tags let you control
access to pipelines. For more information, see
Controlling User Access to Pipelines
in the AWS Data Pipeline Developer Guide.
$sel:pipelineId:PipelineDescription'
, pipelineDescription_pipelineId
- The pipeline identifier that was assigned by AWS Data Pipeline. This is
a string of the form df-297EG78HU43EEXAMPLE
.
$sel:name:PipelineDescription'
, pipelineDescription_name
- The name of the pipeline.
$sel:fields:PipelineDescription'
, pipelineDescription_fields
- A list of read-only fields that contain metadata about the pipeline:
@userId, @accountId, and @pipelineState.
pipelineDescription_description :: Lens' PipelineDescription (Maybe Text) Source #
Description of the pipeline.
pipelineDescription_tags :: Lens' PipelineDescription (Maybe [Tag]) Source #
A list of tags to associated with a pipeline. Tags let you control access to pipelines. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.
pipelineDescription_pipelineId :: Lens' PipelineDescription Text Source #
The pipeline identifier that was assigned by AWS Data Pipeline. This is
a string of the form df-297EG78HU43EEXAMPLE
.
pipelineDescription_name :: Lens' PipelineDescription Text Source #
The name of the pipeline.
pipelineDescription_fields :: Lens' PipelineDescription [Field] Source #
A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, and @pipelineState.