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

Description

 
Synopsis

Documentation

data ForecastScenario Source #

The forecast scenario of a forecast in the line chart.

See: newForecastScenario smart constructor.

Constructors

ForecastScenario' 

Fields

Instances

Instances details
FromJSON ForecastScenario Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastScenario

ToJSON ForecastScenario Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastScenario

Generic ForecastScenario Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastScenario

Associated Types

type Rep ForecastScenario :: Type -> Type #

Read ForecastScenario Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastScenario

Show ForecastScenario Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastScenario

NFData ForecastScenario Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastScenario

Methods

rnf :: ForecastScenario -> () #

Eq ForecastScenario Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastScenario

Hashable ForecastScenario Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastScenario

type Rep ForecastScenario Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastScenario

type Rep ForecastScenario = D1 ('MetaData "ForecastScenario" "Amazonka.QuickSight.Types.ForecastScenario" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ForecastScenario'" 'PrefixI 'True) (S1 ('MetaSel ('Just "whatIfPointScenario") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WhatIfPointScenario)) :*: S1 ('MetaSel ('Just "whatIfRangeScenario") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WhatIfRangeScenario))))

newForecastScenario :: ForecastScenario Source #

Create a value of ForecastScenario 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:whatIfPointScenario:ForecastScenario', forecastScenario_whatIfPointScenario - The what-if analysis forecast setup with the target date.

$sel:whatIfRangeScenario:ForecastScenario', forecastScenario_whatIfRangeScenario - The what-if analysis forecast setup with the date range.

forecastScenario_whatIfPointScenario :: Lens' ForecastScenario (Maybe WhatIfPointScenario) Source #

The what-if analysis forecast setup with the target date.

forecastScenario_whatIfRangeScenario :: Lens' ForecastScenario (Maybe WhatIfRangeScenario) Source #

The what-if analysis forecast setup with the date range.