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

Description

 
Synopsis

Documentation

data DateTimeFormatConfiguration Source #

Formatting configuration for DateTime fields.

See: newDateTimeFormatConfiguration smart constructor.

Constructors

DateTimeFormatConfiguration' 

Fields

Instances

Instances details
FromJSON DateTimeFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeFormatConfiguration

ToJSON DateTimeFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeFormatConfiguration

Generic DateTimeFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeFormatConfiguration

Associated Types

type Rep DateTimeFormatConfiguration :: Type -> Type #

Show DateTimeFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeFormatConfiguration

NFData DateTimeFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeFormatConfiguration

Eq DateTimeFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeFormatConfiguration

Hashable DateTimeFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeFormatConfiguration

type Rep DateTimeFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeFormatConfiguration

type Rep DateTimeFormatConfiguration = D1 ('MetaData "DateTimeFormatConfiguration" "Amazonka.QuickSight.Types.DateTimeFormatConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DateTimeFormatConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dateTimeFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "nullValueFormatConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NullValueFormatConfiguration)) :*: S1 ('MetaSel ('Just "numericFormatConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NumericFormatConfiguration)))))

newDateTimeFormatConfiguration :: DateTimeFormatConfiguration Source #

Create a value of DateTimeFormatConfiguration 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:dateTimeFormat:DateTimeFormatConfiguration', dateTimeFormatConfiguration_dateTimeFormat - Determines the DateTime format.

$sel:nullValueFormatConfiguration:DateTimeFormatConfiguration', dateTimeFormatConfiguration_nullValueFormatConfiguration - The options that determine the null value format configuration.

$sel:numericFormatConfiguration:DateTimeFormatConfiguration', dateTimeFormatConfiguration_numericFormatConfiguration - The formatting configuration for numeric DateTime fields.