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 |
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.
AnomalyGroupTimeSeriesFeedback' | |
|
Instances
newAnomalyGroupTimeSeriesFeedback Source #
:: 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.