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 MetricLevelImpact = MetricLevelImpact' {}
- newMetricLevelImpact :: MetricLevelImpact
- metricLevelImpact_contributionMatrix :: Lens' MetricLevelImpact (Maybe ContributionMatrix)
- metricLevelImpact_metricName :: Lens' MetricLevelImpact (Maybe Text)
- metricLevelImpact_numTimeSeries :: Lens' MetricLevelImpact (Maybe Int)
Documentation
data MetricLevelImpact Source #
Details about a measure affected by an anomaly.
See: newMetricLevelImpact
smart constructor.
MetricLevelImpact' | |
|
Instances
newMetricLevelImpact :: MetricLevelImpact Source #
Create a value of MetricLevelImpact
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:contributionMatrix:MetricLevelImpact'
, metricLevelImpact_contributionMatrix
- Details about the dimensions that contributed to the anomaly.
$sel:metricName:MetricLevelImpact'
, metricLevelImpact_metricName
- The name of the measure.
$sel:numTimeSeries:MetricLevelImpact'
, metricLevelImpact_numTimeSeries
- The number of anomalous metrics for the measure.
metricLevelImpact_contributionMatrix :: Lens' MetricLevelImpact (Maybe ContributionMatrix) Source #
Details about the dimensions that contributed to the anomaly.
metricLevelImpact_metricName :: Lens' MetricLevelImpact (Maybe Text) Source #
The name of the measure.
metricLevelImpact_numTimeSeries :: Lens' MetricLevelImpact (Maybe Int) Source #
The number of anomalous metrics for the measure.