amazonka-datapipeline-2.0: Amazon Data Pipeline SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
FromJSON ParameterObject Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterObject

ToJSON 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 #

Read ParameterObject Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterObject

Show ParameterObject Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterObject

NFData ParameterObject Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterObject

Methods

rnf :: ParameterObject -> () #

Eq ParameterObject Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterObject

Hashable 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" "amazonka-datapipeline-2.0-1cySuAk2jmdDRpZSxMUuos" '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.