| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.QuickSight.Analysis.DateTimeFormatConfigurationProperty
Documentation
data CurrencyDisplayFormatConfigurationProperty Source #
Constructors
Instances
data ThousandSeparatorOptionsProperty Source #
Constructors
| ThousandSeparatorOptionsProperty | |
Fields
| |
Instances
| ToJSON ThousandSeparatorOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.ThousandSeparatorOptionsProperty | |||||
| Show ThousandSeparatorOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.ThousandSeparatorOptionsProperty Methods showsPrec :: Int -> ThousandSeparatorOptionsProperty -> ShowS # | |||||
| Eq ThousandSeparatorOptionsProperty Source # | |||||
| ToResourceProperties ThousandSeparatorOptionsProperty Source # | |||||
| Property "GroupingStyle" ThousandSeparatorOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.ThousandSeparatorOptionsProperty Associated Types
Methods set :: PropertyType "GroupingStyle" ThousandSeparatorOptionsProperty -> ThousandSeparatorOptionsProperty -> ThousandSeparatorOptionsProperty # | |||||
| Property "Symbol" ThousandSeparatorOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.ThousandSeparatorOptionsProperty Associated Types
Methods set :: PropertyType "Symbol" ThousandSeparatorOptionsProperty -> ThousandSeparatorOptionsProperty -> ThousandSeparatorOptionsProperty # | |||||
| Property "Visibility" ThousandSeparatorOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.ThousandSeparatorOptionsProperty Associated Types
Methods set :: PropertyType "Visibility" ThousandSeparatorOptionsProperty -> ThousandSeparatorOptionsProperty -> ThousandSeparatorOptionsProperty # | |||||
| type PropertyType "GroupingStyle" ThousandSeparatorOptionsProperty Source # | |||||
| type PropertyType "Symbol" ThousandSeparatorOptionsProperty Source # | |||||
| type PropertyType "Visibility" ThousandSeparatorOptionsProperty Source # | |||||
data NumberDisplayFormatConfigurationProperty Source #
Constructors
| NumberDisplayFormatConfigurationProperty | |
Fields
| |
Instances
| ToJSON NumberDisplayFormatConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NumberDisplayFormatConfigurationProperty Methods toJSON :: NumberDisplayFormatConfigurationProperty -> Value # toEncoding :: NumberDisplayFormatConfigurationProperty -> Encoding # toJSONList :: [NumberDisplayFormatConfigurationProperty] -> Value # toEncodingList :: [NumberDisplayFormatConfigurationProperty] -> Encoding # omitField :: NumberDisplayFormatConfigurationProperty -> Bool # | |||||
| Show NumberDisplayFormatConfigurationProperty Source # | |||||
| Eq NumberDisplayFormatConfigurationProperty Source # | |||||
| ToResourceProperties NumberDisplayFormatConfigurationProperty Source # | |||||
| Property "DecimalPlacesConfiguration" NumberDisplayFormatConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NumberDisplayFormatConfigurationProperty Associated Types
Methods set :: PropertyType "DecimalPlacesConfiguration" NumberDisplayFormatConfigurationProperty -> NumberDisplayFormatConfigurationProperty -> NumberDisplayFormatConfigurationProperty # | |||||
| Property "NegativeValueConfiguration" NumberDisplayFormatConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NumberDisplayFormatConfigurationProperty Associated Types
Methods set :: PropertyType "NegativeValueConfiguration" NumberDisplayFormatConfigurationProperty -> NumberDisplayFormatConfigurationProperty -> NumberDisplayFormatConfigurationProperty # | |||||
| Property "NullValueFormatConfiguration" NumberDisplayFormatConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NumberDisplayFormatConfigurationProperty Associated Types
Methods set :: PropertyType "NullValueFormatConfiguration" NumberDisplayFormatConfigurationProperty -> NumberDisplayFormatConfigurationProperty -> NumberDisplayFormatConfigurationProperty # | |||||
| Property "NumberScale" NumberDisplayFormatConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NumberDisplayFormatConfigurationProperty Associated Types
Methods set :: PropertyType "NumberScale" NumberDisplayFormatConfigurationProperty -> NumberDisplayFormatConfigurationProperty -> NumberDisplayFormatConfigurationProperty # | |||||
| Property "Prefix" NumberDisplayFormatConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NumberDisplayFormatConfigurationProperty Associated Types
| |||||
| Property "SeparatorConfiguration" NumberDisplayFormatConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NumberDisplayFormatConfigurationProperty Associated Types
Methods set :: PropertyType "SeparatorConfiguration" NumberDisplayFormatConfigurationProperty -> NumberDisplayFormatConfigurationProperty -> NumberDisplayFormatConfigurationProperty # | |||||
| Property "Suffix" NumberDisplayFormatConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NumberDisplayFormatConfigurationProperty Associated Types
| |||||
| type PropertyType "DecimalPlacesConfiguration" NumberDisplayFormatConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NumberDisplayFormatConfigurationProperty type PropertyType "DecimalPlacesConfiguration" NumberDisplayFormatConfigurationProperty = DecimalPlacesConfigurationProperty | |||||
| type PropertyType "NegativeValueConfiguration" NumberDisplayFormatConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NumberDisplayFormatConfigurationProperty type PropertyType "NegativeValueConfiguration" NumberDisplayFormatConfigurationProperty = NegativeValueConfigurationProperty | |||||
| type PropertyType "NullValueFormatConfiguration" NumberDisplayFormatConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NumberDisplayFormatConfigurationProperty type PropertyType "NullValueFormatConfiguration" NumberDisplayFormatConfigurationProperty = NullValueFormatConfigurationProperty | |||||
| type PropertyType "NumberScale" NumberDisplayFormatConfigurationProperty Source # | |||||
| type PropertyType "Prefix" NumberDisplayFormatConfigurationProperty Source # | |||||
| type PropertyType "SeparatorConfiguration" NumberDisplayFormatConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NumberDisplayFormatConfigurationProperty type PropertyType "SeparatorConfiguration" NumberDisplayFormatConfigurationProperty = NumericSeparatorConfigurationProperty | |||||
| type PropertyType "Suffix" NumberDisplayFormatConfigurationProperty Source # | |||||
data PercentageDisplayFormatConfigurationProperty Source #
Constructors
| PercentageDisplayFormatConfigurationProperty | |
Fields
| |
Instances
| ToJSON PercentageDisplayFormatConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.PercentageDisplayFormatConfigurationProperty Methods toJSON :: PercentageDisplayFormatConfigurationProperty -> Value # toEncoding :: PercentageDisplayFormatConfigurationProperty -> Encoding # toJSONList :: [PercentageDisplayFormatConfigurationProperty] -> Value # toEncodingList :: [PercentageDisplayFormatConfigurationProperty] -> Encoding # omitField :: PercentageDisplayFormatConfigurationProperty -> Bool # | |||||
| Show PercentageDisplayFormatConfigurationProperty Source # | |||||
| Eq PercentageDisplayFormatConfigurationProperty Source # | |||||
| ToResourceProperties PercentageDisplayFormatConfigurationProperty Source # | |||||
| Property "DecimalPlacesConfiguration" PercentageDisplayFormatConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.PercentageDisplayFormatConfigurationProperty Associated Types
Methods set :: PropertyType "DecimalPlacesConfiguration" PercentageDisplayFormatConfigurationProperty -> PercentageDisplayFormatConfigurationProperty -> PercentageDisplayFormatConfigurationProperty # | |||||
| Property "NegativeValueConfiguration" PercentageDisplayFormatConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.PercentageDisplayFormatConfigurationProperty Associated Types
Methods set :: PropertyType "NegativeValueConfiguration" PercentageDisplayFormatConfigurationProperty -> PercentageDisplayFormatConfigurationProperty -> PercentageDisplayFormatConfigurationProperty # | |||||
| Property "NullValueFormatConfiguration" PercentageDisplayFormatConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.PercentageDisplayFormatConfigurationProperty Associated Types
Methods set :: PropertyType "NullValueFormatConfiguration" PercentageDisplayFormatConfigurationProperty -> PercentageDisplayFormatConfigurationProperty -> PercentageDisplayFormatConfigurationProperty # | |||||
| Property "Prefix" PercentageDisplayFormatConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.PercentageDisplayFormatConfigurationProperty Associated Types
| |||||
| Property "SeparatorConfiguration" PercentageDisplayFormatConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.PercentageDisplayFormatConfigurationProperty Associated Types
Methods set :: PropertyType "SeparatorConfiguration" PercentageDisplayFormatConfigurationProperty -> PercentageDisplayFormatConfigurationProperty -> PercentageDisplayFormatConfigurationProperty # | |||||
| Property "Suffix" PercentageDisplayFormatConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.PercentageDisplayFormatConfigurationProperty Associated Types
| |||||
| type PropertyType "DecimalPlacesConfiguration" PercentageDisplayFormatConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.PercentageDisplayFormatConfigurationProperty type PropertyType "DecimalPlacesConfiguration" PercentageDisplayFormatConfigurationProperty = DecimalPlacesConfigurationProperty | |||||
| type PropertyType "NegativeValueConfiguration" PercentageDisplayFormatConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.PercentageDisplayFormatConfigurationProperty type PropertyType "NegativeValueConfiguration" PercentageDisplayFormatConfigurationProperty = NegativeValueConfigurationProperty | |||||
| type PropertyType "NullValueFormatConfiguration" PercentageDisplayFormatConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.PercentageDisplayFormatConfigurationProperty type PropertyType "NullValueFormatConfiguration" PercentageDisplayFormatConfigurationProperty = NullValueFormatConfigurationProperty | |||||
| type PropertyType "Prefix" PercentageDisplayFormatConfigurationProperty Source # | |||||
| type PropertyType "SeparatorConfiguration" PercentageDisplayFormatConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.PercentageDisplayFormatConfigurationProperty type PropertyType "SeparatorConfiguration" PercentageDisplayFormatConfigurationProperty = NumericSeparatorConfigurationProperty | |||||
| type PropertyType "Suffix" PercentageDisplayFormatConfigurationProperty Source # | |||||
data DecimalPlacesConfigurationProperty Source #
Constructors
| DecimalPlacesConfigurationProperty | |
Instances
| ToJSON DecimalPlacesConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DecimalPlacesConfigurationProperty | |||||
| Show DecimalPlacesConfigurationProperty Source # | |||||
| Eq DecimalPlacesConfigurationProperty Source # | |||||
| ToResourceProperties DecimalPlacesConfigurationProperty Source # | |||||
| Property "DecimalPlaces" DecimalPlacesConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DecimalPlacesConfigurationProperty Associated Types
Methods set :: PropertyType "DecimalPlaces" DecimalPlacesConfigurationProperty -> DecimalPlacesConfigurationProperty -> DecimalPlacesConfigurationProperty # | |||||
| type PropertyType "DecimalPlaces" DecimalPlacesConfigurationProperty Source # | |||||
data NegativeValueConfigurationProperty Source #
Constructors
| NegativeValueConfigurationProperty | |
Instances
| ToJSON NegativeValueConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NegativeValueConfigurationProperty | |||||
| Show NegativeValueConfigurationProperty Source # | |||||
| Eq NegativeValueConfigurationProperty Source # | |||||
| ToResourceProperties NegativeValueConfigurationProperty Source # | |||||
| Property "DisplayMode" NegativeValueConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NegativeValueConfigurationProperty Associated Types
Methods set :: PropertyType "DisplayMode" NegativeValueConfigurationProperty -> NegativeValueConfigurationProperty -> NegativeValueConfigurationProperty # | |||||
| type PropertyType "DisplayMode" NegativeValueConfigurationProperty Source # | |||||
data NumericSeparatorConfigurationProperty Source #
Constructors
| NumericSeparatorConfigurationProperty | |
Fields | |
Instances
| ToJSON NumericSeparatorConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NumericSeparatorConfigurationProperty Methods toJSON :: NumericSeparatorConfigurationProperty -> Value # toEncoding :: NumericSeparatorConfigurationProperty -> Encoding # toJSONList :: [NumericSeparatorConfigurationProperty] -> Value # toEncodingList :: [NumericSeparatorConfigurationProperty] -> Encoding # omitField :: NumericSeparatorConfigurationProperty -> Bool # | |||||
| Show NumericSeparatorConfigurationProperty Source # | |||||
| Eq NumericSeparatorConfigurationProperty Source # | |||||
| ToResourceProperties NumericSeparatorConfigurationProperty Source # | |||||
| Property "DecimalSeparator" NumericSeparatorConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NumericSeparatorConfigurationProperty Associated Types
Methods set :: PropertyType "DecimalSeparator" NumericSeparatorConfigurationProperty -> NumericSeparatorConfigurationProperty -> NumericSeparatorConfigurationProperty # | |||||
| Property "ThousandsSeparator" NumericSeparatorConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NumericSeparatorConfigurationProperty Associated Types
Methods set :: PropertyType "ThousandsSeparator" NumericSeparatorConfigurationProperty -> NumericSeparatorConfigurationProperty -> NumericSeparatorConfigurationProperty # | |||||
| type PropertyType "DecimalSeparator" NumericSeparatorConfigurationProperty Source # | |||||
| type PropertyType "ThousandsSeparator" NumericSeparatorConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NumericSeparatorConfigurationProperty type PropertyType "ThousandsSeparator" NumericSeparatorConfigurationProperty = ThousandSeparatorOptionsProperty | |||||
data NumericFormatConfigurationProperty Source #
Constructors
| NumericFormatConfigurationProperty | |
Instances
| ToJSON NumericFormatConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NumericFormatConfigurationProperty | |||||
| Show NumericFormatConfigurationProperty Source # | |||||
| Eq NumericFormatConfigurationProperty Source # | |||||
| ToResourceProperties NumericFormatConfigurationProperty Source # | |||||
| Property "CurrencyDisplayFormatConfiguration" NumericFormatConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NumericFormatConfigurationProperty Associated Types
Methods set :: PropertyType "CurrencyDisplayFormatConfiguration" NumericFormatConfigurationProperty -> NumericFormatConfigurationProperty -> NumericFormatConfigurationProperty # | |||||
| Property "NumberDisplayFormatConfiguration" NumericFormatConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NumericFormatConfigurationProperty Associated Types
Methods set :: PropertyType "NumberDisplayFormatConfiguration" NumericFormatConfigurationProperty -> NumericFormatConfigurationProperty -> NumericFormatConfigurationProperty # | |||||
| Property "PercentageDisplayFormatConfiguration" NumericFormatConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NumericFormatConfigurationProperty Associated Types
Methods set :: PropertyType "PercentageDisplayFormatConfiguration" NumericFormatConfigurationProperty -> NumericFormatConfigurationProperty -> NumericFormatConfigurationProperty # | |||||
| type PropertyType "CurrencyDisplayFormatConfiguration" NumericFormatConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NumericFormatConfigurationProperty type PropertyType "CurrencyDisplayFormatConfiguration" NumericFormatConfigurationProperty = CurrencyDisplayFormatConfigurationProperty | |||||
| type PropertyType "NumberDisplayFormatConfiguration" NumericFormatConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NumericFormatConfigurationProperty type PropertyType "NumberDisplayFormatConfiguration" NumericFormatConfigurationProperty = NumberDisplayFormatConfigurationProperty | |||||
| type PropertyType "PercentageDisplayFormatConfiguration" NumericFormatConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NumericFormatConfigurationProperty type PropertyType "PercentageDisplayFormatConfiguration" NumericFormatConfigurationProperty = PercentageDisplayFormatConfigurationProperty | |||||
mkPercentageDisplayFormatConfigurationProperty :: PercentageDisplayFormatConfigurationProperty Source #
data DateTimeFormatConfigurationProperty Source #
Constructors
| DateTimeFormatConfigurationProperty | |
Fields | |
Instances
| ToJSON DateTimeFormatConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DateTimeFormatConfigurationProperty | |||||
| Show DateTimeFormatConfigurationProperty Source # | |||||
| Eq DateTimeFormatConfigurationProperty Source # | |||||
| ToResourceProperties DateTimeFormatConfigurationProperty Source # | |||||
| Property "DateTimeFormat" DateTimeFormatConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DateTimeFormatConfigurationProperty Associated Types
Methods set :: PropertyType "DateTimeFormat" DateTimeFormatConfigurationProperty -> DateTimeFormatConfigurationProperty -> DateTimeFormatConfigurationProperty # | |||||
| Property "NullValueFormatConfiguration" DateTimeFormatConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DateTimeFormatConfigurationProperty Associated Types
Methods set :: PropertyType "NullValueFormatConfiguration" DateTimeFormatConfigurationProperty -> DateTimeFormatConfigurationProperty -> DateTimeFormatConfigurationProperty # | |||||
| Property "NumericFormatConfiguration" DateTimeFormatConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DateTimeFormatConfigurationProperty Associated Types
Methods set :: PropertyType "NumericFormatConfiguration" DateTimeFormatConfigurationProperty -> DateTimeFormatConfigurationProperty -> DateTimeFormatConfigurationProperty # | |||||
| type PropertyType "DateTimeFormat" DateTimeFormatConfigurationProperty Source # | |||||
| type PropertyType "NullValueFormatConfiguration" DateTimeFormatConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DateTimeFormatConfigurationProperty type PropertyType "NullValueFormatConfiguration" DateTimeFormatConfigurationProperty = NullValueFormatConfigurationProperty | |||||
| type PropertyType "NumericFormatConfiguration" DateTimeFormatConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DateTimeFormatConfigurationProperty type PropertyType "NumericFormatConfiguration" DateTimeFormatConfigurationProperty = NumericFormatConfigurationProperty | |||||