amazonka-quicksight-2.0: Amazon QuickSight 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.QuickSight.Types.SetParameterValueConfiguration

Description

 
Synopsis

Documentation

data SetParameterValueConfiguration Source #

The configuration of adding parameters in action.

See: newSetParameterValueConfiguration smart constructor.

Constructors

SetParameterValueConfiguration' 

Fields

Instances

Instances details
FromJSON SetParameterValueConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SetParameterValueConfiguration

ToJSON SetParameterValueConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SetParameterValueConfiguration

Generic SetParameterValueConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SetParameterValueConfiguration

Associated Types

type Rep SetParameterValueConfiguration :: Type -> Type #

Show SetParameterValueConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SetParameterValueConfiguration

NFData SetParameterValueConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SetParameterValueConfiguration

Eq SetParameterValueConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SetParameterValueConfiguration

Hashable SetParameterValueConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SetParameterValueConfiguration

type Rep SetParameterValueConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SetParameterValueConfiguration

type Rep SetParameterValueConfiguration = D1 ('MetaData "SetParameterValueConfiguration" "Amazonka.QuickSight.Types.SetParameterValueConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "SetParameterValueConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "destinationParameterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DestinationParameterValueConfiguration)))

newSetParameterValueConfiguration Source #

Create a value of SetParameterValueConfiguration 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:destinationParameterName:SetParameterValueConfiguration', setParameterValueConfiguration_destinationParameterName - The destination parameter name of the SetParameterValueConfiguration.

$sel:value:SetParameterValueConfiguration', setParameterValueConfiguration_value - Undocumented member.

setParameterValueConfiguration_destinationParameterName :: Lens' SetParameterValueConfiguration Text Source #

The destination parameter name of the SetParameterValueConfiguration.