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

Description

 
Synopsis

Documentation

data CustomActionSetParametersOperation Source #

The set parameter operation that sets parameters in custom action.

See: newCustomActionSetParametersOperation smart constructor.

Constructors

CustomActionSetParametersOperation' 

Fields

Instances

Instances details
FromJSON CustomActionSetParametersOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionSetParametersOperation

ToJSON CustomActionSetParametersOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionSetParametersOperation

Generic CustomActionSetParametersOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionSetParametersOperation

Associated Types

type Rep CustomActionSetParametersOperation :: Type -> Type #

Show CustomActionSetParametersOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionSetParametersOperation

NFData CustomActionSetParametersOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionSetParametersOperation

Eq CustomActionSetParametersOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionSetParametersOperation

Hashable CustomActionSetParametersOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionSetParametersOperation

type Rep CustomActionSetParametersOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionSetParametersOperation

type Rep CustomActionSetParametersOperation = D1 ('MetaData "CustomActionSetParametersOperation" "Amazonka.QuickSight.Types.CustomActionSetParametersOperation" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "CustomActionSetParametersOperation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "parameterValueConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty SetParameterValueConfiguration))))

newCustomActionSetParametersOperation Source #

Create a value of CustomActionSetParametersOperation 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:parameterValueConfigurations:CustomActionSetParametersOperation', customActionSetParametersOperation_parameterValueConfigurations - The parameter that determines the value configuration.