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

Description

 
Synopsis

Documentation

data ParameterObject Source #

Contains information about a parameter object.

See: newParameterObject smart constructor.

Constructors

ParameterObject' 

Fields

Instances

Instances details
Eq ParameterObject Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterObject

Read ParameterObject Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterObject

Show ParameterObject Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterObject

Generic ParameterObject Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterObject

Associated Types

type Rep ParameterObject :: Type -> Type #

NFData ParameterObject Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterObject

Methods

rnf :: ParameterObject -> () #

Hashable ParameterObject Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterObject

ToJSON ParameterObject Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterObject

FromJSON ParameterObject Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterObject

type Rep ParameterObject Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterObject

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

newParameterObject Source #

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

$sel:attributes:ParameterObject', parameterObject_attributes - The attributes of the parameter object.

parameterObject_id :: Lens' ParameterObject Text Source #

The ID of the parameter object.

parameterObject_attributes :: Lens' ParameterObject [ParameterAttribute] Source #

The attributes of the parameter object.