| 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.LookoutMetrics.Types.AnomalyGroupTimeSeries
Description
Documentation
data AnomalyGroupTimeSeries Source #
An anomalous metric in an anomaly group.
See: newAnomalyGroupTimeSeries smart constructor.
Constructors
| AnomalyGroupTimeSeries' | |
Fields
| |
Instances
newAnomalyGroupTimeSeries Source #
Create a value of AnomalyGroupTimeSeries 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:timeSeriesId:AnomalyGroupTimeSeries', anomalyGroupTimeSeries_timeSeriesId - The ID of the metric.
$sel:anomalyGroupId:AnomalyGroupTimeSeries', anomalyGroupTimeSeries_anomalyGroupId - The ID of the anomaly group.
anomalyGroupTimeSeries_timeSeriesId :: Lens' AnomalyGroupTimeSeries (Maybe Text) Source #
The ID of the metric.
anomalyGroupTimeSeries_anomalyGroupId :: Lens' AnomalyGroupTimeSeries Text Source #
The ID of the anomaly group.