| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.QuickSight.Template.LineSeriesAxisDisplayOptionsProperty
Documentation
data AxisLogarithmicScaleProperty Source #
Constructors
| AxisLogarithmicScaleProperty | |
Instances
data NumericAxisOptionsProperty Source #
Constructors
| NumericAxisOptionsProperty | |
Fields | |
Instances
| ToJSON NumericAxisOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.NumericAxisOptionsProperty Methods toJSON :: NumericAxisOptionsProperty -> Value # toEncoding :: NumericAxisOptionsProperty -> Encoding # toJSONList :: [NumericAxisOptionsProperty] -> Value # toEncodingList :: [NumericAxisOptionsProperty] -> Encoding # | |||||
| Show NumericAxisOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.NumericAxisOptionsProperty Methods showsPrec :: Int -> NumericAxisOptionsProperty -> ShowS # show :: NumericAxisOptionsProperty -> String # showList :: [NumericAxisOptionsProperty] -> ShowS # | |||||
| Eq NumericAxisOptionsProperty Source # | |||||
| ToResourceProperties NumericAxisOptionsProperty Source # | |||||
| Property "Range" NumericAxisOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.NumericAxisOptionsProperty Associated Types
Methods set :: PropertyType "Range" NumericAxisOptionsProperty -> NumericAxisOptionsProperty -> NumericAxisOptionsProperty # | |||||
| Property "Scale" NumericAxisOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.NumericAxisOptionsProperty Associated Types
Methods set :: PropertyType "Scale" NumericAxisOptionsProperty -> NumericAxisOptionsProperty -> NumericAxisOptionsProperty # | |||||
| type PropertyType "Range" NumericAxisOptionsProperty Source # | |||||
| type PropertyType "Scale" NumericAxisOptionsProperty Source # | |||||
data AxisDisplayMinMaxRangeProperty Source #
Constructors
| AxisDisplayMinMaxRangeProperty | |
Fields | |
Instances
| ToJSON AxisDisplayMinMaxRangeProperty Source # | |||||
| Show AxisDisplayMinMaxRangeProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AxisDisplayMinMaxRangeProperty Methods showsPrec :: Int -> AxisDisplayMinMaxRangeProperty -> ShowS # show :: AxisDisplayMinMaxRangeProperty -> String # showList :: [AxisDisplayMinMaxRangeProperty] -> ShowS # | |||||
| Eq AxisDisplayMinMaxRangeProperty Source # | |||||
| ToResourceProperties AxisDisplayMinMaxRangeProperty Source # | |||||
| Property "Maximum" AxisDisplayMinMaxRangeProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AxisDisplayMinMaxRangeProperty Associated Types
Methods set :: PropertyType "Maximum" AxisDisplayMinMaxRangeProperty -> AxisDisplayMinMaxRangeProperty -> AxisDisplayMinMaxRangeProperty # | |||||
| Property "Minimum" AxisDisplayMinMaxRangeProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AxisDisplayMinMaxRangeProperty Associated Types
Methods set :: PropertyType "Minimum" AxisDisplayMinMaxRangeProperty -> AxisDisplayMinMaxRangeProperty -> AxisDisplayMinMaxRangeProperty # | |||||
| type PropertyType "Maximum" AxisDisplayMinMaxRangeProperty Source # | |||||
| type PropertyType "Minimum" AxisDisplayMinMaxRangeProperty Source # | |||||
data PercentVisibleRangeProperty Source #
Constructors
| PercentVisibleRangeProperty | |
Instances
| ToJSON PercentVisibleRangeProperty Source # | |||||
| Show PercentVisibleRangeProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.PercentVisibleRangeProperty Methods showsPrec :: Int -> PercentVisibleRangeProperty -> ShowS # show :: PercentVisibleRangeProperty -> String # showList :: [PercentVisibleRangeProperty] -> ShowS # | |||||
| Eq PercentVisibleRangeProperty Source # | |||||
| ToResourceProperties PercentVisibleRangeProperty Source # | |||||
| Property "From" PercentVisibleRangeProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.PercentVisibleRangeProperty Associated Types
Methods set :: PropertyType "From" PercentVisibleRangeProperty -> PercentVisibleRangeProperty -> PercentVisibleRangeProperty # | |||||
| Property "To" PercentVisibleRangeProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.PercentVisibleRangeProperty Associated Types
Methods set :: PropertyType "To" PercentVisibleRangeProperty -> PercentVisibleRangeProperty -> PercentVisibleRangeProperty # | |||||
| type PropertyType "From" PercentVisibleRangeProperty Source # | |||||
| type PropertyType "To" PercentVisibleRangeProperty Source # | |||||
data AxisDataOptionsProperty Source #
Constructors
| AxisDataOptionsProperty | |
Instances
| ToJSON AxisDataOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AxisDataOptionsProperty Methods toJSON :: AxisDataOptionsProperty -> Value # toEncoding :: AxisDataOptionsProperty -> Encoding # toJSONList :: [AxisDataOptionsProperty] -> Value # | |||||
| Show AxisDataOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AxisDataOptionsProperty Methods showsPrec :: Int -> AxisDataOptionsProperty -> ShowS # show :: AxisDataOptionsProperty -> String # showList :: [AxisDataOptionsProperty] -> ShowS # | |||||
| Eq AxisDataOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AxisDataOptionsProperty Methods (==) :: AxisDataOptionsProperty -> AxisDataOptionsProperty -> Bool # (/=) :: AxisDataOptionsProperty -> AxisDataOptionsProperty -> Bool # | |||||
| ToResourceProperties AxisDataOptionsProperty Source # | |||||
| Property "DateAxisOptions" AxisDataOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AxisDataOptionsProperty Associated Types
Methods set :: PropertyType "DateAxisOptions" AxisDataOptionsProperty -> AxisDataOptionsProperty -> AxisDataOptionsProperty # | |||||
| Property "NumericAxisOptions" AxisDataOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AxisDataOptionsProperty Associated Types
Methods set :: PropertyType "NumericAxisOptions" AxisDataOptionsProperty -> AxisDataOptionsProperty -> AxisDataOptionsProperty # | |||||
| type PropertyType "DateAxisOptions" AxisDataOptionsProperty Source # | |||||
| type PropertyType "NumericAxisOptions" AxisDataOptionsProperty Source # | |||||
data DateAxisOptionsProperty Source #
Constructors
| DateAxisOptionsProperty | |
Instances
| ToJSON DateAxisOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.DateAxisOptionsProperty Methods toJSON :: DateAxisOptionsProperty -> Value # toEncoding :: DateAxisOptionsProperty -> Encoding # toJSONList :: [DateAxisOptionsProperty] -> Value # | |||||
| Show DateAxisOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.DateAxisOptionsProperty Methods showsPrec :: Int -> DateAxisOptionsProperty -> ShowS # show :: DateAxisOptionsProperty -> String # showList :: [DateAxisOptionsProperty] -> ShowS # | |||||
| Eq DateAxisOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.DateAxisOptionsProperty Methods (==) :: DateAxisOptionsProperty -> DateAxisOptionsProperty -> Bool # (/=) :: DateAxisOptionsProperty -> DateAxisOptionsProperty -> Bool # | |||||
| ToResourceProperties DateAxisOptionsProperty Source # | |||||
| Property "MissingDateVisibility" DateAxisOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.DateAxisOptionsProperty Associated Types
Methods set :: PropertyType "MissingDateVisibility" DateAxisOptionsProperty -> DateAxisOptionsProperty -> DateAxisOptionsProperty # | |||||
| type PropertyType "MissingDateVisibility" DateAxisOptionsProperty Source # | |||||
data AxisDisplayOptionsProperty Source #
Constructors
| AxisDisplayOptionsProperty | |
Instances
| ToJSON AxisDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AxisDisplayOptionsProperty Methods toJSON :: AxisDisplayOptionsProperty -> Value # toEncoding :: AxisDisplayOptionsProperty -> Encoding # toJSONList :: [AxisDisplayOptionsProperty] -> Value # toEncodingList :: [AxisDisplayOptionsProperty] -> Encoding # | |||||
| Show AxisDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AxisDisplayOptionsProperty Methods showsPrec :: Int -> AxisDisplayOptionsProperty -> ShowS # show :: AxisDisplayOptionsProperty -> String # showList :: [AxisDisplayOptionsProperty] -> ShowS # | |||||
| Eq AxisDisplayOptionsProperty Source # | |||||
| ToResourceProperties AxisDisplayOptionsProperty Source # | |||||
| Property "AxisLineVisibility" AxisDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AxisDisplayOptionsProperty Associated Types
Methods set :: PropertyType "AxisLineVisibility" AxisDisplayOptionsProperty -> AxisDisplayOptionsProperty -> AxisDisplayOptionsProperty # | |||||
| Property "AxisOffset" AxisDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AxisDisplayOptionsProperty Associated Types
Methods set :: PropertyType "AxisOffset" AxisDisplayOptionsProperty -> AxisDisplayOptionsProperty -> AxisDisplayOptionsProperty # | |||||
| Property "DataOptions" AxisDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AxisDisplayOptionsProperty Associated Types
Methods set :: PropertyType "DataOptions" AxisDisplayOptionsProperty -> AxisDisplayOptionsProperty -> AxisDisplayOptionsProperty # | |||||
| Property "GridLineVisibility" AxisDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AxisDisplayOptionsProperty Associated Types
Methods set :: PropertyType "GridLineVisibility" AxisDisplayOptionsProperty -> AxisDisplayOptionsProperty -> AxisDisplayOptionsProperty # | |||||
| Property "ScrollbarOptions" AxisDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AxisDisplayOptionsProperty Associated Types
Methods set :: PropertyType "ScrollbarOptions" AxisDisplayOptionsProperty -> AxisDisplayOptionsProperty -> AxisDisplayOptionsProperty # | |||||
| Property "TickLabelOptions" AxisDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AxisDisplayOptionsProperty Associated Types
Methods set :: PropertyType "TickLabelOptions" AxisDisplayOptionsProperty -> AxisDisplayOptionsProperty -> AxisDisplayOptionsProperty # | |||||
| type PropertyType "AxisLineVisibility" AxisDisplayOptionsProperty Source # | |||||
| type PropertyType "AxisOffset" AxisDisplayOptionsProperty Source # | |||||
| type PropertyType "DataOptions" AxisDisplayOptionsProperty Source # | |||||
| type PropertyType "GridLineVisibility" AxisDisplayOptionsProperty Source # | |||||
| type PropertyType "ScrollbarOptions" AxisDisplayOptionsProperty Source # | |||||
| type PropertyType "TickLabelOptions" AxisDisplayOptionsProperty Source # | |||||
data AxisTickLabelOptionsProperty Source #
Constructors
| AxisTickLabelOptionsProperty | |
Fields | |
Instances
| ToJSON AxisTickLabelOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AxisTickLabelOptionsProperty Methods toJSON :: AxisTickLabelOptionsProperty -> Value # toEncoding :: AxisTickLabelOptionsProperty -> Encoding # toJSONList :: [AxisTickLabelOptionsProperty] -> Value # toEncodingList :: [AxisTickLabelOptionsProperty] -> Encoding # | |||||
| Show AxisTickLabelOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AxisTickLabelOptionsProperty Methods showsPrec :: Int -> AxisTickLabelOptionsProperty -> ShowS # show :: AxisTickLabelOptionsProperty -> String # showList :: [AxisTickLabelOptionsProperty] -> ShowS # | |||||
| Eq AxisTickLabelOptionsProperty Source # | |||||
| ToResourceProperties AxisTickLabelOptionsProperty Source # | |||||
| Property "LabelOptions" AxisTickLabelOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AxisTickLabelOptionsProperty Associated Types
Methods set :: PropertyType "LabelOptions" AxisTickLabelOptionsProperty -> AxisTickLabelOptionsProperty -> AxisTickLabelOptionsProperty # | |||||
| Property "RotationAngle" AxisTickLabelOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AxisTickLabelOptionsProperty Associated Types
Methods set :: PropertyType "RotationAngle" AxisTickLabelOptionsProperty -> AxisTickLabelOptionsProperty -> AxisTickLabelOptionsProperty # | |||||
| type PropertyType "LabelOptions" AxisTickLabelOptionsProperty Source # | |||||
| type PropertyType "RotationAngle" AxisTickLabelOptionsProperty Source # | |||||
data ScrollBarOptionsProperty Source #
Constructors
| ScrollBarOptionsProperty | |
Fields | |
Instances
| ToJSON ScrollBarOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.ScrollBarOptionsProperty Methods toJSON :: ScrollBarOptionsProperty -> Value # toEncoding :: ScrollBarOptionsProperty -> Encoding # toJSONList :: [ScrollBarOptionsProperty] -> Value # | |||||
| Show ScrollBarOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.ScrollBarOptionsProperty Methods showsPrec :: Int -> ScrollBarOptionsProperty -> ShowS # show :: ScrollBarOptionsProperty -> String # showList :: [ScrollBarOptionsProperty] -> ShowS # | |||||
| Eq ScrollBarOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.ScrollBarOptionsProperty Methods (==) :: ScrollBarOptionsProperty -> ScrollBarOptionsProperty -> Bool # (/=) :: ScrollBarOptionsProperty -> ScrollBarOptionsProperty -> Bool # | |||||
| ToResourceProperties ScrollBarOptionsProperty Source # | |||||
| Property "Visibility" ScrollBarOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.ScrollBarOptionsProperty Associated Types
Methods set :: PropertyType "Visibility" ScrollBarOptionsProperty -> ScrollBarOptionsProperty -> ScrollBarOptionsProperty # | |||||
| Property "VisibleRange" ScrollBarOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.ScrollBarOptionsProperty Associated Types
Methods set :: PropertyType "VisibleRange" ScrollBarOptionsProperty -> ScrollBarOptionsProperty -> ScrollBarOptionsProperty # | |||||
| type PropertyType "Visibility" ScrollBarOptionsProperty Source # | |||||
| type PropertyType "VisibleRange" ScrollBarOptionsProperty Source # | |||||
data AxisDisplayRangeProperty Source #
Constructors
| AxisDisplayRangeProperty | |
Fields | |
Instances
| ToJSON AxisDisplayRangeProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AxisDisplayRangeProperty Methods toJSON :: AxisDisplayRangeProperty -> Value # toEncoding :: AxisDisplayRangeProperty -> Encoding # toJSONList :: [AxisDisplayRangeProperty] -> Value # | |||||
| Show AxisDisplayRangeProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AxisDisplayRangeProperty Methods showsPrec :: Int -> AxisDisplayRangeProperty -> ShowS # show :: AxisDisplayRangeProperty -> String # showList :: [AxisDisplayRangeProperty] -> ShowS # | |||||
| Eq AxisDisplayRangeProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AxisDisplayRangeProperty Methods (==) :: AxisDisplayRangeProperty -> AxisDisplayRangeProperty -> Bool # (/=) :: AxisDisplayRangeProperty -> AxisDisplayRangeProperty -> Bool # | |||||
| ToResourceProperties AxisDisplayRangeProperty Source # | |||||
| Property "DataDriven" AxisDisplayRangeProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AxisDisplayRangeProperty Associated Types
Methods set :: PropertyType "DataDriven" AxisDisplayRangeProperty -> AxisDisplayRangeProperty -> AxisDisplayRangeProperty # | |||||
| Property "MinMax" AxisDisplayRangeProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AxisDisplayRangeProperty Associated Types
Methods set :: PropertyType "MinMax" AxisDisplayRangeProperty -> AxisDisplayRangeProperty -> AxisDisplayRangeProperty # | |||||
| type PropertyType "DataDriven" AxisDisplayRangeProperty Source # | |||||
| type PropertyType "MinMax" AxisDisplayRangeProperty Source # | |||||
data FontConfigurationProperty Source #
Constructors
| FontConfigurationProperty | |
Fields
| |
Instances
| ToJSON FontConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.FontConfigurationProperty Methods toJSON :: FontConfigurationProperty -> Value # toEncoding :: FontConfigurationProperty -> Encoding # toJSONList :: [FontConfigurationProperty] -> Value # | |||||
| Show FontConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.FontConfigurationProperty Methods showsPrec :: Int -> FontConfigurationProperty -> ShowS # show :: FontConfigurationProperty -> String # showList :: [FontConfigurationProperty] -> ShowS # | |||||
| Eq FontConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.FontConfigurationProperty Methods (==) :: FontConfigurationProperty -> FontConfigurationProperty -> Bool # (/=) :: FontConfigurationProperty -> FontConfigurationProperty -> Bool # | |||||
| ToResourceProperties FontConfigurationProperty Source # | |||||
| Property "FontColor" FontConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.FontConfigurationProperty Associated Types
Methods set :: PropertyType "FontColor" FontConfigurationProperty -> FontConfigurationProperty -> FontConfigurationProperty # | |||||
| Property "FontDecoration" FontConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.FontConfigurationProperty Associated Types
Methods set :: PropertyType "FontDecoration" FontConfigurationProperty -> FontConfigurationProperty -> FontConfigurationProperty # | |||||
| Property "FontFamily" FontConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.FontConfigurationProperty Associated Types
Methods set :: PropertyType "FontFamily" FontConfigurationProperty -> FontConfigurationProperty -> FontConfigurationProperty # | |||||
| Property "FontSize" FontConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.FontConfigurationProperty Associated Types
Methods set :: PropertyType "FontSize" FontConfigurationProperty -> FontConfigurationProperty -> FontConfigurationProperty # | |||||
| Property "FontStyle" FontConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.FontConfigurationProperty Associated Types
Methods set :: PropertyType "FontStyle" FontConfigurationProperty -> FontConfigurationProperty -> FontConfigurationProperty # | |||||
| Property "FontWeight" FontConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.FontConfigurationProperty Associated Types
Methods set :: PropertyType "FontWeight" FontConfigurationProperty -> FontConfigurationProperty -> FontConfigurationProperty # | |||||
| type PropertyType "FontColor" FontConfigurationProperty Source # | |||||
| type PropertyType "FontDecoration" FontConfigurationProperty Source # | |||||
| type PropertyType "FontFamily" FontConfigurationProperty Source # | |||||
| type PropertyType "FontSize" FontConfigurationProperty Source # | |||||
| type PropertyType "FontStyle" FontConfigurationProperty Source # | |||||
| type PropertyType "FontWeight" FontConfigurationProperty Source # | |||||
data AxisLinearScaleProperty Source #
Constructors
| AxisLinearScaleProperty | |
Fields | |
Instances
| ToJSON AxisLinearScaleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AxisLinearScaleProperty Methods toJSON :: AxisLinearScaleProperty -> Value # toEncoding :: AxisLinearScaleProperty -> Encoding # toJSONList :: [AxisLinearScaleProperty] -> Value # | |||||
| Show AxisLinearScaleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AxisLinearScaleProperty Methods showsPrec :: Int -> AxisLinearScaleProperty -> ShowS # show :: AxisLinearScaleProperty -> String # showList :: [AxisLinearScaleProperty] -> ShowS # | |||||
| Eq AxisLinearScaleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AxisLinearScaleProperty Methods (==) :: AxisLinearScaleProperty -> AxisLinearScaleProperty -> Bool # (/=) :: AxisLinearScaleProperty -> AxisLinearScaleProperty -> Bool # | |||||
| ToResourceProperties AxisLinearScaleProperty Source # | |||||
| Property "StepCount" AxisLinearScaleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AxisLinearScaleProperty Associated Types
Methods set :: PropertyType "StepCount" AxisLinearScaleProperty -> AxisLinearScaleProperty -> AxisLinearScaleProperty # | |||||
| Property "StepSize" AxisLinearScaleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AxisLinearScaleProperty Associated Types
Methods set :: PropertyType "StepSize" AxisLinearScaleProperty -> AxisLinearScaleProperty -> AxisLinearScaleProperty # | |||||
| type PropertyType "StepCount" AxisLinearScaleProperty Source # | |||||
| type PropertyType "StepSize" AxisLinearScaleProperty Source # | |||||
data AxisScaleProperty Source #
Constructors
| AxisScaleProperty | |
Fields | |
Instances
| ToJSON AxisScaleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AxisScaleProperty Methods toJSON :: AxisScaleProperty -> Value # toEncoding :: AxisScaleProperty -> Encoding # toJSONList :: [AxisScaleProperty] -> Value # toEncodingList :: [AxisScaleProperty] -> Encoding # omitField :: AxisScaleProperty -> Bool # | |||||
| Show AxisScaleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AxisScaleProperty Methods showsPrec :: Int -> AxisScaleProperty -> ShowS # show :: AxisScaleProperty -> String # showList :: [AxisScaleProperty] -> ShowS # | |||||
| Eq AxisScaleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AxisScaleProperty Methods (==) :: AxisScaleProperty -> AxisScaleProperty -> Bool # (/=) :: AxisScaleProperty -> AxisScaleProperty -> Bool # | |||||
| ToResourceProperties AxisScaleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AxisScaleProperty Methods toResourceProperties :: AxisScaleProperty -> ResourceProperties # | |||||
| Property "Linear" AxisScaleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AxisScaleProperty Associated Types
Methods set :: PropertyType "Linear" AxisScaleProperty -> AxisScaleProperty -> AxisScaleProperty # | |||||
| Property "Logarithmic" AxisScaleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AxisScaleProperty Associated Types
Methods set :: PropertyType "Logarithmic" AxisScaleProperty -> AxisScaleProperty -> AxisScaleProperty # | |||||
| type PropertyType "Linear" AxisScaleProperty Source # | |||||
| type PropertyType "Logarithmic" AxisScaleProperty Source # | |||||
data LabelOptionsProperty Source #
Constructors
| LabelOptionsProperty | |
Fields | |
Instances
| ToJSON LabelOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.LabelOptionsProperty Methods toJSON :: LabelOptionsProperty -> Value # toEncoding :: LabelOptionsProperty -> Encoding # toJSONList :: [LabelOptionsProperty] -> Value # toEncodingList :: [LabelOptionsProperty] -> Encoding # omitField :: LabelOptionsProperty -> Bool # | |||||
| Show LabelOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.LabelOptionsProperty Methods showsPrec :: Int -> LabelOptionsProperty -> ShowS # show :: LabelOptionsProperty -> String # showList :: [LabelOptionsProperty] -> ShowS # | |||||
| Eq LabelOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.LabelOptionsProperty Methods (==) :: LabelOptionsProperty -> LabelOptionsProperty -> Bool # (/=) :: LabelOptionsProperty -> LabelOptionsProperty -> Bool # | |||||
| ToResourceProperties LabelOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.LabelOptionsProperty Methods toResourceProperties :: LabelOptionsProperty -> ResourceProperties # | |||||
| Property "CustomLabel" LabelOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.LabelOptionsProperty Associated Types
Methods set :: PropertyType "CustomLabel" LabelOptionsProperty -> LabelOptionsProperty -> LabelOptionsProperty # | |||||
| Property "FontConfiguration" LabelOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.LabelOptionsProperty Associated Types
Methods set :: PropertyType "FontConfiguration" LabelOptionsProperty -> LabelOptionsProperty -> LabelOptionsProperty # | |||||
| Property "Visibility" LabelOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.LabelOptionsProperty Associated Types
Methods set :: PropertyType "Visibility" LabelOptionsProperty -> LabelOptionsProperty -> LabelOptionsProperty # | |||||
| type PropertyType "CustomLabel" LabelOptionsProperty Source # | |||||
| type PropertyType "FontConfiguration" LabelOptionsProperty Source # | |||||
| type PropertyType "Visibility" LabelOptionsProperty Source # | |||||
data FontSizeProperty Source #
Constructors
| FontSizeProperty | |
Fields | |
Instances
| ToJSON FontSizeProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.FontSizeProperty Methods toJSON :: FontSizeProperty -> Value # toEncoding :: FontSizeProperty -> Encoding # toJSONList :: [FontSizeProperty] -> Value # toEncodingList :: [FontSizeProperty] -> Encoding # omitField :: FontSizeProperty -> Bool # | |||||
| Show FontSizeProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.FontSizeProperty Methods showsPrec :: Int -> FontSizeProperty -> ShowS # show :: FontSizeProperty -> String # showList :: [FontSizeProperty] -> ShowS # | |||||
| Eq FontSizeProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.FontSizeProperty Methods (==) :: FontSizeProperty -> FontSizeProperty -> Bool # (/=) :: FontSizeProperty -> FontSizeProperty -> Bool # | |||||
| ToResourceProperties FontSizeProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.FontSizeProperty Methods toResourceProperties :: FontSizeProperty -> ResourceProperties # | |||||
| Property "Absolute" FontSizeProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.FontSizeProperty Associated Types
Methods set :: PropertyType "Absolute" FontSizeProperty -> FontSizeProperty -> FontSizeProperty # | |||||
| Property "Relative" FontSizeProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.FontSizeProperty Associated Types
Methods set :: PropertyType "Relative" FontSizeProperty -> FontSizeProperty -> FontSizeProperty # | |||||
| type PropertyType "Absolute" FontSizeProperty Source # | |||||
| type PropertyType "Relative" FontSizeProperty Source # | |||||
data FontWeightProperty Source #
Constructors
| FontWeightProperty | |
Instances
| ToJSON FontWeightProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.FontWeightProperty Methods toJSON :: FontWeightProperty -> Value # toEncoding :: FontWeightProperty -> Encoding # toJSONList :: [FontWeightProperty] -> Value # toEncodingList :: [FontWeightProperty] -> Encoding # omitField :: FontWeightProperty -> Bool # | |||||
| Show FontWeightProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.FontWeightProperty Methods showsPrec :: Int -> FontWeightProperty -> ShowS # show :: FontWeightProperty -> String # showList :: [FontWeightProperty] -> ShowS # | |||||
| Eq FontWeightProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.FontWeightProperty Methods (==) :: FontWeightProperty -> FontWeightProperty -> Bool # (/=) :: FontWeightProperty -> FontWeightProperty -> Bool # | |||||
| ToResourceProperties FontWeightProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.FontWeightProperty Methods toResourceProperties :: FontWeightProperty -> ResourceProperties # | |||||
| Property "Name" FontWeightProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.FontWeightProperty Associated Types
Methods set :: PropertyType "Name" FontWeightProperty -> FontWeightProperty -> FontWeightProperty # | |||||
| type PropertyType "Name" FontWeightProperty Source # | |||||
data VisibleRangeOptionsProperty Source #
Constructors
| VisibleRangeOptionsProperty | |
Fields | |
Instances
| ToJSON VisibleRangeOptionsProperty Source # | |||||
| Show VisibleRangeOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.VisibleRangeOptionsProperty Methods showsPrec :: Int -> VisibleRangeOptionsProperty -> ShowS # show :: VisibleRangeOptionsProperty -> String # showList :: [VisibleRangeOptionsProperty] -> ShowS # | |||||
| Eq VisibleRangeOptionsProperty Source # | |||||
| ToResourceProperties VisibleRangeOptionsProperty Source # | |||||
| Property "PercentRange" VisibleRangeOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.VisibleRangeOptionsProperty Associated Types
Methods set :: PropertyType "PercentRange" VisibleRangeOptionsProperty -> VisibleRangeOptionsProperty -> VisibleRangeOptionsProperty # | |||||
| type PropertyType "PercentRange" VisibleRangeOptionsProperty Source # | |||||
data LineSeriesAxisDisplayOptionsProperty Source #
Constructors
| LineSeriesAxisDisplayOptionsProperty | |
Fields | |
Instances
| ToJSON LineSeriesAxisDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.LineSeriesAxisDisplayOptionsProperty | |||||
| Show LineSeriesAxisDisplayOptionsProperty Source # | |||||
| Eq LineSeriesAxisDisplayOptionsProperty Source # | |||||
| ToResourceProperties LineSeriesAxisDisplayOptionsProperty Source # | |||||
| Property "AxisOptions" LineSeriesAxisDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.LineSeriesAxisDisplayOptionsProperty Associated Types
Methods set :: PropertyType "AxisOptions" LineSeriesAxisDisplayOptionsProperty -> LineSeriesAxisDisplayOptionsProperty -> LineSeriesAxisDisplayOptionsProperty # | |||||
| Property "MissingDataConfigurations" LineSeriesAxisDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.LineSeriesAxisDisplayOptionsProperty Associated Types
Methods set :: PropertyType "MissingDataConfigurations" LineSeriesAxisDisplayOptionsProperty -> LineSeriesAxisDisplayOptionsProperty -> LineSeriesAxisDisplayOptionsProperty # | |||||
| type PropertyType "AxisOptions" LineSeriesAxisDisplayOptionsProperty Source # | |||||
| type PropertyType "MissingDataConfigurations" LineSeriesAxisDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.LineSeriesAxisDisplayOptionsProperty type PropertyType "MissingDataConfigurations" LineSeriesAxisDisplayOptionsProperty = [MissingDataConfigurationProperty] | |||||