libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.DataPipeline.Types.PipelineIdName

Description

 
Synopsis

Documentation

data PipelineIdName Source #

Contains the name and identifier of a pipeline.

See: newPipelineIdName smart constructor.

Constructors

PipelineIdName' 

Fields

  • name :: Maybe Text

    The name of the pipeline.

  • id :: Maybe Text

    The ID of the pipeline that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.

Instances

Instances details
Eq PipelineIdName Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.PipelineIdName

Read PipelineIdName Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.PipelineIdName

Show PipelineIdName Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.PipelineIdName

Generic PipelineIdName Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.PipelineIdName

Associated Types

type Rep PipelineIdName :: Type -> Type #

NFData PipelineIdName Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.PipelineIdName

Methods

rnf :: PipelineIdName -> () #

Hashable PipelineIdName Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.PipelineIdName

FromJSON PipelineIdName Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.PipelineIdName

type Rep PipelineIdName Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.PipelineIdName

type Rep PipelineIdName = D1 ('MetaData "PipelineIdName" "Amazonka.DataPipeline.Types.PipelineIdName" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "PipelineIdName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.