| 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 |
Amazonka.ForecastQuery.Types.DataPoint
Description
Synopsis
- data DataPoint = DataPoint' {}
- newDataPoint :: DataPoint
- dataPoint_value :: Lens' DataPoint (Maybe Double)
- dataPoint_timestamp :: Lens' DataPoint (Maybe Text)
Documentation
The forecast value for a specific date. Part of the Forecast object.
See: newDataPoint smart constructor.
Constructors
| DataPoint' | |
Instances
| Eq DataPoint Source # | |
| Read DataPoint Source # | |
| Show DataPoint Source # | |
| Generic DataPoint Source # | |
| NFData DataPoint Source # | |
Defined in Amazonka.ForecastQuery.Types.DataPoint | |
| Hashable DataPoint Source # | |
Defined in Amazonka.ForecastQuery.Types.DataPoint | |
| FromJSON DataPoint Source # | |
| type Rep DataPoint Source # | |
Defined in Amazonka.ForecastQuery.Types.DataPoint type Rep DataPoint = D1 ('MetaData "DataPoint" "Amazonka.ForecastQuery.Types.DataPoint" "libZSservicesZSamazonka-forecastqueryZSamazonka-forecastquery" 'False) (C1 ('MetaCons "DataPoint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "timestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) | |
newDataPoint :: DataPoint Source #
Create a value of DataPoint 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:value:DataPoint', dataPoint_value - The forecast value.
$sel:timestamp:DataPoint', dataPoint_timestamp - The timestamp of the specific forecast.