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

Description

 
Synopsis

Documentation

data IntegerParameterDeclaration Source #

A parameter declaration for the Integer data type.

See: newIntegerParameterDeclaration smart constructor.

Constructors

IntegerParameterDeclaration' 

Fields

Instances

Instances details
FromJSON IntegerParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerParameterDeclaration

ToJSON IntegerParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerParameterDeclaration

Generic IntegerParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerParameterDeclaration

Associated Types

type Rep IntegerParameterDeclaration :: Type -> Type #

Show IntegerParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerParameterDeclaration

NFData IntegerParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerParameterDeclaration

Eq IntegerParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerParameterDeclaration

Hashable IntegerParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerParameterDeclaration

type Rep IntegerParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerParameterDeclaration

type Rep IntegerParameterDeclaration = D1 ('MetaData "IntegerParameterDeclaration" "Amazonka.QuickSight.Types.IntegerParameterDeclaration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "IntegerParameterDeclaration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "defaultValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IntegerDefaultValues)) :*: S1 ('MetaSel ('Just "valueWhenUnset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IntegerValueWhenUnsetConfiguration))) :*: (S1 ('MetaSel ('Just "parameterValueType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ParameterValueType) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newIntegerParameterDeclaration Source #

Create a value of IntegerParameterDeclaration 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:defaultValues:IntegerParameterDeclaration', integerParameterDeclaration_defaultValues - The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.

$sel:valueWhenUnset:IntegerParameterDeclaration', integerParameterDeclaration_valueWhenUnset - A parameter declaration for the Integer data type.

$sel:parameterValueType:IntegerParameterDeclaration', integerParameterDeclaration_parameterValueType - The value type determines whether the parameter is a single-value or multi-value parameter.

$sel:name:IntegerParameterDeclaration', integerParameterDeclaration_name - The name of the parameter that is being declared.

integerParameterDeclaration_defaultValues :: Lens' IntegerParameterDeclaration (Maybe IntegerDefaultValues) Source #

The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.

integerParameterDeclaration_parameterValueType :: Lens' IntegerParameterDeclaration ParameterValueType Source #

The value type determines whether the parameter is a single-value or multi-value parameter.

integerParameterDeclaration_name :: Lens' IntegerParameterDeclaration Text Source #

The name of the parameter that is being declared.