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

Description

 
Synopsis

Documentation

data WhatIfPointScenario Source #

Provides the forecast to meet the target for a particular date.

See: newWhatIfPointScenario smart constructor.

Constructors

WhatIfPointScenario' 

Fields

  • date :: POSIX

    The date that you need the forecast results for.

  • value :: Double

    The target value that you want to meet for the provided date.

Instances

Instances details
FromJSON WhatIfPointScenario Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WhatIfPointScenario

ToJSON WhatIfPointScenario Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WhatIfPointScenario

Generic WhatIfPointScenario Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WhatIfPointScenario

Associated Types

type Rep WhatIfPointScenario :: Type -> Type #

Read WhatIfPointScenario Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WhatIfPointScenario

Show WhatIfPointScenario Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WhatIfPointScenario

NFData WhatIfPointScenario Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WhatIfPointScenario

Methods

rnf :: WhatIfPointScenario -> () #

Eq WhatIfPointScenario Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WhatIfPointScenario

Hashable WhatIfPointScenario Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WhatIfPointScenario

type Rep WhatIfPointScenario Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WhatIfPointScenario

type Rep WhatIfPointScenario = D1 ('MetaData "WhatIfPointScenario" "Amazonka.QuickSight.Types.WhatIfPointScenario" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "WhatIfPointScenario'" 'PrefixI 'True) (S1 ('MetaSel ('Just "date") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double)))

newWhatIfPointScenario Source #

Create a value of WhatIfPointScenario 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:date:WhatIfPointScenario', whatIfPointScenario_date - The date that you need the forecast results for.

$sel:value:WhatIfPointScenario', whatIfPointScenario_value - The target value that you want to meet for the provided date.

whatIfPointScenario_date :: Lens' WhatIfPointScenario UTCTime Source #

The date that you need the forecast results for.

whatIfPointScenario_value :: Lens' WhatIfPointScenario Double Source #

The target value that you want to meet for the provided date.