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.PipelineObject

Description

 
Synopsis

Documentation

data PipelineObject Source #

Contains information about a pipeline object. This can be a logical, physical, or physical attempt pipeline object. The complete set of components of a pipeline defines the pipeline.

See: newPipelineObject smart constructor.

Constructors

PipelineObject' 

Fields

  • id :: Text

    The ID of the object.

  • name :: Text

    The name of the object.

  • fields :: [Field]

    Key-value pairs that define the properties of the object.

Instances

Instances details
Eq PipelineObject Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.PipelineObject

Read PipelineObject Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.PipelineObject

Show PipelineObject Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.PipelineObject

Generic PipelineObject Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.PipelineObject

Associated Types

type Rep PipelineObject :: Type -> Type #

NFData PipelineObject Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.PipelineObject

Methods

rnf :: PipelineObject -> () #

Hashable PipelineObject Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.PipelineObject

ToJSON PipelineObject Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.PipelineObject

FromJSON PipelineObject Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.PipelineObject

type Rep PipelineObject Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.PipelineObject

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

newPipelineObject Source #

Create a value of PipelineObject 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:PipelineObject', pipelineObject_id - The ID of the object.

$sel:name:PipelineObject', pipelineObject_name - The name of the object.

$sel:fields:PipelineObject', pipelineObject_fields - Key-value pairs that define the properties of the object.

pipelineObject_fields :: Lens' PipelineObject [Field] Source #

Key-value pairs that define the properties of the object.