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 AnomalyGroupSummary = AnomalyGroupSummary' {}
- newAnomalyGroupSummary :: AnomalyGroupSummary
- anomalyGroupSummary_startTime :: Lens' AnomalyGroupSummary (Maybe Text)
- anomalyGroupSummary_anomalyGroupId :: Lens' AnomalyGroupSummary (Maybe Text)
- anomalyGroupSummary_anomalyGroupScore :: Lens' AnomalyGroupSummary (Maybe Double)
- anomalyGroupSummary_primaryMetricName :: Lens' AnomalyGroupSummary (Maybe Text)
- anomalyGroupSummary_endTime :: Lens' AnomalyGroupSummary (Maybe Text)
Documentation
data AnomalyGroupSummary Source #
Details about a group of anomalous metrics.
See: newAnomalyGroupSummary
smart constructor.
AnomalyGroupSummary' | |
|
Instances
newAnomalyGroupSummary :: AnomalyGroupSummary Source #
Create a value of AnomalyGroupSummary
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:startTime:AnomalyGroupSummary'
, anomalyGroupSummary_startTime
- The start time for the group.
$sel:anomalyGroupId:AnomalyGroupSummary'
, anomalyGroupSummary_anomalyGroupId
- The ID of the anomaly group.
$sel:anomalyGroupScore:AnomalyGroupSummary'
, anomalyGroupSummary_anomalyGroupScore
- The severity score of the group.
$sel:primaryMetricName:AnomalyGroupSummary'
, anomalyGroupSummary_primaryMetricName
- The name of the primary affected measure for the group.
$sel:endTime:AnomalyGroupSummary'
, anomalyGroupSummary_endTime
- The end time for the group.
anomalyGroupSummary_startTime :: Lens' AnomalyGroupSummary (Maybe Text) Source #
The start time for the group.
anomalyGroupSummary_anomalyGroupId :: Lens' AnomalyGroupSummary (Maybe Text) Source #
The ID of the anomaly group.
anomalyGroupSummary_anomalyGroupScore :: Lens' AnomalyGroupSummary (Maybe Double) Source #
The severity score of the group.
anomalyGroupSummary_primaryMetricName :: Lens' AnomalyGroupSummary (Maybe Text) Source #
The name of the primary affected measure for the group.
anomalyGroupSummary_endTime :: Lens' AnomalyGroupSummary (Maybe Text) Source #
The end time for the group.