libZSservicesZSamazonka-cost-explorerZSamazonka-cost-explorer
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CostExplorer.Types.ForecastResult

Description

 
Synopsis

Documentation

data ForecastResult Source #

The forecast that's created for your query.

See: newForecastResult smart constructor.

Constructors

ForecastResult' 

Fields

Instances

Instances details
Eq ForecastResult Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.ForecastResult

Read ForecastResult Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.ForecastResult

Show ForecastResult Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.ForecastResult

Generic ForecastResult Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.ForecastResult

Associated Types

type Rep ForecastResult :: Type -> Type #

NFData ForecastResult Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.ForecastResult

Methods

rnf :: ForecastResult -> () #

Hashable ForecastResult Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.ForecastResult

FromJSON ForecastResult Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.ForecastResult

type Rep ForecastResult Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.ForecastResult

type Rep ForecastResult = D1 ('MetaData "ForecastResult" "Amazonka.CostExplorer.Types.ForecastResult" "libZSservicesZSamazonka-cost-explorerZSamazonka-cost-explorer" 'False) (C1 ('MetaCons "ForecastResult'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "timePeriod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DateInterval)) :*: S1 ('MetaSel ('Just "meanValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "predictionIntervalUpperBound") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "predictionIntervalLowerBound") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newForecastResult :: ForecastResult Source #

Create a value of ForecastResult 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:timePeriod:ForecastResult', forecastResult_timePeriod - The period of time that the forecast covers.

$sel:meanValue:ForecastResult', forecastResult_meanValue - The mean value of the forecast.

$sel:predictionIntervalUpperBound:ForecastResult', forecastResult_predictionIntervalUpperBound - The upper limit for the prediction interval.

$sel:predictionIntervalLowerBound:ForecastResult', forecastResult_predictionIntervalLowerBound - The lower limit for the prediction interval.

forecastResult_timePeriod :: Lens' ForecastResult (Maybe DateInterval) Source #

The period of time that the forecast covers.

forecastResult_meanValue :: Lens' ForecastResult (Maybe Text) Source #

The mean value of the forecast.

forecastResult_predictionIntervalUpperBound :: Lens' ForecastResult (Maybe Text) Source #

The upper limit for the prediction interval.

forecastResult_predictionIntervalLowerBound :: Lens' ForecastResult (Maybe Text) Source #

The lower limit for the prediction interval.