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 |
Documentation
data TimestampMetricValuePair Source #
A pair that contains metric values at the respective timestamp.
See: newTimestampMetricValuePair
smart constructor.
Instances
newTimestampMetricValuePair :: TimestampMetricValuePair Source #
Create a value of TimestampMetricValuePair
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:metricValue:TimestampMetricValuePair'
, timestampMetricValuePair_metricValue
- Value of the anomalous metric data point at respective Timestamp.
$sel:timestamp:TimestampMetricValuePair'
, timestampMetricValuePair_timestamp
- A Timestamp
that specifies the time the event occurred.
timestampMetricValuePair_metricValue :: Lens' TimestampMetricValuePair (Maybe Double) Source #
Value of the anomalous metric data point at respective Timestamp.
timestampMetricValuePair_timestamp :: Lens' TimestampMetricValuePair (Maybe UTCTime) Source #
A Timestamp
that specifies the time the event occurred.