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

Description

 
Synopsis

Documentation

data ParameterValue Source #

A value or list of parameter values.

See: newParameterValue smart constructor.

Constructors

ParameterValue' 

Fields

Instances

Instances details
Eq ParameterValue Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterValue

Read ParameterValue Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterValue

Show ParameterValue Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterValue

Generic ParameterValue Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterValue

Associated Types

type Rep ParameterValue :: Type -> Type #

NFData ParameterValue Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterValue

Methods

rnf :: ParameterValue -> () #

Hashable ParameterValue Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterValue

ToJSON ParameterValue Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterValue

FromJSON ParameterValue Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterValue

type Rep ParameterValue Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterValue

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

newParameterValue Source #

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

$sel:stringValue:ParameterValue', parameterValue_stringValue - The field value, expressed as a String.

parameterValue_id :: Lens' ParameterValue Text Source #

The ID of the parameter value.

parameterValue_stringValue :: Lens' ParameterValue Text Source #

The field value, expressed as a String.