| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.QuickSight.Analysis.ForecastConfigurationProperty
Documentation
data WhatIfPointScenarioProperty Source #
Constructors
| WhatIfPointScenarioProperty | |
Instances
data WhatIfRangeScenarioProperty Source #
Constructors
| WhatIfRangeScenarioProperty | |
Instances
| ToJSON WhatIfRangeScenarioProperty Source # | |||||
| Show WhatIfRangeScenarioProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.WhatIfRangeScenarioProperty Methods showsPrec :: Int -> WhatIfRangeScenarioProperty -> ShowS # show :: WhatIfRangeScenarioProperty -> String # showList :: [WhatIfRangeScenarioProperty] -> ShowS # | |||||
| Eq WhatIfRangeScenarioProperty Source # | |||||
| ToResourceProperties WhatIfRangeScenarioProperty Source # | |||||
| Property "EndDate" WhatIfRangeScenarioProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.WhatIfRangeScenarioProperty Associated Types
Methods set :: PropertyType "EndDate" WhatIfRangeScenarioProperty -> WhatIfRangeScenarioProperty -> WhatIfRangeScenarioProperty # | |||||
| Property "StartDate" WhatIfRangeScenarioProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.WhatIfRangeScenarioProperty Associated Types
Methods set :: PropertyType "StartDate" WhatIfRangeScenarioProperty -> WhatIfRangeScenarioProperty -> WhatIfRangeScenarioProperty # | |||||
| Property "Value" WhatIfRangeScenarioProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.WhatIfRangeScenarioProperty Associated Types
Methods set :: PropertyType "Value" WhatIfRangeScenarioProperty -> WhatIfRangeScenarioProperty -> WhatIfRangeScenarioProperty # | |||||
| type PropertyType "EndDate" WhatIfRangeScenarioProperty Source # | |||||
| type PropertyType "StartDate" WhatIfRangeScenarioProperty Source # | |||||
| type PropertyType "Value" WhatIfRangeScenarioProperty Source # | |||||
data ForecastScenarioProperty Source #
Constructors
| ForecastScenarioProperty | |
Instances
| ToJSON ForecastScenarioProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.ForecastScenarioProperty Methods toJSON :: ForecastScenarioProperty -> Value # toEncoding :: ForecastScenarioProperty -> Encoding # toJSONList :: [ForecastScenarioProperty] -> Value # | |||||
| Show ForecastScenarioProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.ForecastScenarioProperty Methods showsPrec :: Int -> ForecastScenarioProperty -> ShowS # show :: ForecastScenarioProperty -> String # showList :: [ForecastScenarioProperty] -> ShowS # | |||||
| Eq ForecastScenarioProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.ForecastScenarioProperty Methods (==) :: ForecastScenarioProperty -> ForecastScenarioProperty -> Bool # (/=) :: ForecastScenarioProperty -> ForecastScenarioProperty -> Bool # | |||||
| ToResourceProperties ForecastScenarioProperty Source # | |||||
| Property "WhatIfPointScenario" ForecastScenarioProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.ForecastScenarioProperty Associated Types
Methods set :: PropertyType "WhatIfPointScenario" ForecastScenarioProperty -> ForecastScenarioProperty -> ForecastScenarioProperty # | |||||
| Property "WhatIfRangeScenario" ForecastScenarioProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.ForecastScenarioProperty Associated Types
Methods set :: PropertyType "WhatIfRangeScenario" ForecastScenarioProperty -> ForecastScenarioProperty -> ForecastScenarioProperty # | |||||
| type PropertyType "WhatIfPointScenario" ForecastScenarioProperty Source # | |||||
| type PropertyType "WhatIfRangeScenario" ForecastScenarioProperty Source # | |||||
mkWhatIfRangeScenarioProperty :: Value Text -> Value Text -> Value Double -> WhatIfRangeScenarioProperty Source #
data ForecastConfigurationProperty Source #
Constructors
| ForecastConfigurationProperty | |
Fields | |
Instances
| ToJSON ForecastConfigurationProperty Source # | |||||
| Show ForecastConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.ForecastConfigurationProperty Methods showsPrec :: Int -> ForecastConfigurationProperty -> ShowS # show :: ForecastConfigurationProperty -> String # showList :: [ForecastConfigurationProperty] -> ShowS # | |||||
| Eq ForecastConfigurationProperty Source # | |||||
| ToResourceProperties ForecastConfigurationProperty Source # | |||||
| Property "ForecastProperties" ForecastConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.ForecastConfigurationProperty Associated Types
Methods set :: PropertyType "ForecastProperties" ForecastConfigurationProperty -> ForecastConfigurationProperty -> ForecastConfigurationProperty # | |||||
| Property "Scenario" ForecastConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.ForecastConfigurationProperty Associated Types
Methods set :: PropertyType "Scenario" ForecastConfigurationProperty -> ForecastConfigurationProperty -> ForecastConfigurationProperty # | |||||
| type PropertyType "ForecastProperties" ForecastConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.ForecastConfigurationProperty type PropertyType "ForecastProperties" ForecastConfigurationProperty = TimeBasedForecastPropertiesProperty | |||||
| type PropertyType "Scenario" ForecastConfigurationProperty Source # | |||||