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

Description

 
Synopsis

Documentation

data DateTimeParameterDeclaration Source #

A parameter declaration for the DateTime data type.

See: newDateTimeParameterDeclaration smart constructor.

Constructors

DateTimeParameterDeclaration' 

Fields

Instances

Instances details
FromJSON DateTimeParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeParameterDeclaration

ToJSON DateTimeParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeParameterDeclaration

Generic DateTimeParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeParameterDeclaration

Associated Types

type Rep DateTimeParameterDeclaration :: Type -> Type #

Show DateTimeParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeParameterDeclaration

NFData DateTimeParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeParameterDeclaration

Eq DateTimeParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeParameterDeclaration

Hashable DateTimeParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeParameterDeclaration

type Rep DateTimeParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeParameterDeclaration

type Rep DateTimeParameterDeclaration = D1 ('MetaData "DateTimeParameterDeclaration" "Amazonka.QuickSight.Types.DateTimeParameterDeclaration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DateTimeParameterDeclaration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "defaultValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DateTimeDefaultValues)) :*: S1 ('MetaSel ('Just "timeGranularity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TimeGranularity))) :*: (S1 ('MetaSel ('Just "valueWhenUnset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DateTimeValueWhenUnsetConfiguration)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDateTimeParameterDeclaration Source #

Create a value of DateTimeParameterDeclaration 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:DateTimeParameterDeclaration', dateTimeParameterDeclaration_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:timeGranularity:DateTimeParameterDeclaration', dateTimeParameterDeclaration_timeGranularity - The level of time precision that is used to aggregate DateTime values.

$sel:valueWhenUnset:DateTimeParameterDeclaration', dateTimeParameterDeclaration_valueWhenUnset - The configuration that defines the default value of a DateTime parameter when a value has not been set.

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

dateTimeParameterDeclaration_defaultValues :: Lens' DateTimeParameterDeclaration (Maybe DateTimeDefaultValues) Source #

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

dateTimeParameterDeclaration_timeGranularity :: Lens' DateTimeParameterDeclaration (Maybe TimeGranularity) Source #

The level of time precision that is used to aggregate DateTime values.

dateTimeParameterDeclaration_valueWhenUnset :: Lens' DateTimeParameterDeclaration (Maybe DateTimeValueWhenUnsetConfiguration) Source #

The configuration that defines the default value of a DateTime parameter when a value has not been set.

dateTimeParameterDeclaration_name :: Lens' DateTimeParameterDeclaration Text Source #

The name of the parameter that is being declared.