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 AnomalyGroup = AnomalyGroup' {}
- newAnomalyGroup :: AnomalyGroup
- anomalyGroup_metricLevelImpactList :: Lens' AnomalyGroup (Maybe [MetricLevelImpact])
- anomalyGroup_startTime :: Lens' AnomalyGroup (Maybe Text)
- anomalyGroup_anomalyGroupId :: Lens' AnomalyGroup (Maybe Text)
- anomalyGroup_anomalyGroupScore :: Lens' AnomalyGroup (Maybe Double)
- anomalyGroup_primaryMetricName :: Lens' AnomalyGroup (Maybe Text)
- anomalyGroup_endTime :: Lens' AnomalyGroup (Maybe Text)
Documentation
data AnomalyGroup Source #
A group of anomalous metrics
See: newAnomalyGroup
smart constructor.
AnomalyGroup' | |
|
Instances
newAnomalyGroup :: AnomalyGroup Source #
Create a value of AnomalyGroup
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:metricLevelImpactList:AnomalyGroup'
, anomalyGroup_metricLevelImpactList
- A list of measures affected by the anomaly.
$sel:startTime:AnomalyGroup'
, anomalyGroup_startTime
- The start time for the group.
$sel:anomalyGroupId:AnomalyGroup'
, anomalyGroup_anomalyGroupId
- The ID of the anomaly group.
$sel:anomalyGroupScore:AnomalyGroup'
, anomalyGroup_anomalyGroupScore
- The severity score of the group.
$sel:primaryMetricName:AnomalyGroup'
, anomalyGroup_primaryMetricName
- The name of the primary affected measure for the group.
$sel:endTime:AnomalyGroup'
, anomalyGroup_endTime
- The end time for the group.
anomalyGroup_metricLevelImpactList :: Lens' AnomalyGroup (Maybe [MetricLevelImpact]) Source #
A list of measures affected by the anomaly.
anomalyGroup_startTime :: Lens' AnomalyGroup (Maybe Text) Source #
The start time for the group.
anomalyGroup_anomalyGroupId :: Lens' AnomalyGroup (Maybe Text) Source #
The ID of the anomaly group.
anomalyGroup_anomalyGroupScore :: Lens' AnomalyGroup (Maybe Double) Source #
The severity score of the group.
anomalyGroup_primaryMetricName :: Lens' AnomalyGroup (Maybe Text) Source #
The name of the primary affected measure for the group.
anomalyGroup_endTime :: Lens' AnomalyGroup (Maybe Text) Source #
The end time for the group.