Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ForecastResult = ForecastResult' {}
- newForecastResult :: ForecastResult
- forecastResult_timePeriod :: Lens' ForecastResult (Maybe DateInterval)
- forecastResult_meanValue :: Lens' ForecastResult (Maybe Text)
- forecastResult_predictionIntervalUpperBound :: Lens' ForecastResult (Maybe Text)
- forecastResult_predictionIntervalLowerBound :: Lens' ForecastResult (Maybe Text)
Documentation
data ForecastResult Source #
The forecast that's created for your query.
See: newForecastResult
smart constructor.
ForecastResult' | |
|
Instances
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.