| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.IoTSiteWise.Types.AggregatedValue
Description
Documentation
data AggregatedValue Source #
Contains aggregated asset property values (for example, average, minimum, and maximum).
See: newAggregatedValue smart constructor.
Constructors
| AggregatedValue' | |
Instances
Arguments
| :: UTCTime | |
| -> Aggregates | |
| -> AggregatedValue |
Create a value of AggregatedValue 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:quality:AggregatedValue', aggregatedValue_quality - The quality of the aggregated data.
$sel:timestamp:AggregatedValue', aggregatedValue_timestamp - The date the aggregating computations occurred, in Unix epoch time.
$sel:value:AggregatedValue', aggregatedValue_value - The value of the aggregates.
aggregatedValue_quality :: Lens' AggregatedValue (Maybe Quality) Source #
The quality of the aggregated data.
aggregatedValue_timestamp :: Lens' AggregatedValue UTCTime Source #
The date the aggregating computations occurred, in Unix epoch time.
aggregatedValue_value :: Lens' AggregatedValue Aggregates Source #
The value of the aggregates.