| 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.AnomalyGroupTimeSeriesFeedback
Description
Synopsis
- data AnomalyGroupTimeSeriesFeedback = AnomalyGroupTimeSeriesFeedback' {
- anomalyGroupId :: Text
- timeSeriesId :: Text
- isAnomaly :: Bool
- newAnomalyGroupTimeSeriesFeedback :: Text -> Text -> Bool -> AnomalyGroupTimeSeriesFeedback
- anomalyGroupTimeSeriesFeedback_anomalyGroupId :: Lens' AnomalyGroupTimeSeriesFeedback Text
- anomalyGroupTimeSeriesFeedback_timeSeriesId :: Lens' AnomalyGroupTimeSeriesFeedback Text
- anomalyGroupTimeSeriesFeedback_isAnomaly :: Lens' AnomalyGroupTimeSeriesFeedback Bool
Documentation
data AnomalyGroupTimeSeriesFeedback Source #
Feedback for an anomalous metric.
See: newAnomalyGroupTimeSeriesFeedback smart constructor.
Constructors
| AnomalyGroupTimeSeriesFeedback' | |
Fields
| |
Instances
newAnomalyGroupTimeSeriesFeedback Source #
Arguments
| :: Text | |
| -> Text | |
| -> Bool | |
| -> AnomalyGroupTimeSeriesFeedback |
Create a value of AnomalyGroupTimeSeriesFeedback 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:anomalyGroupId:AnomalyGroupTimeSeriesFeedback', anomalyGroupTimeSeriesFeedback_anomalyGroupId - The ID of the anomaly group.
$sel:timeSeriesId:AnomalyGroupTimeSeriesFeedback', anomalyGroupTimeSeriesFeedback_timeSeriesId - The ID of the metric.
$sel:isAnomaly:AnomalyGroupTimeSeriesFeedback', anomalyGroupTimeSeriesFeedback_isAnomaly - Feedback on whether the metric is a legitimate anomaly.
anomalyGroupTimeSeriesFeedback_anomalyGroupId :: Lens' AnomalyGroupTimeSeriesFeedback Text Source #
The ID of the anomaly group.
anomalyGroupTimeSeriesFeedback_timeSeriesId :: Lens' AnomalyGroupTimeSeriesFeedback Text Source #
The ID of the metric.
anomalyGroupTimeSeriesFeedback_isAnomaly :: Lens' AnomalyGroupTimeSeriesFeedback Bool Source #
Feedback on whether the metric is a legitimate anomaly.