libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.LookoutMetrics.Types.MetricLevelImpact

Description

 
Synopsis

Documentation

data MetricLevelImpact Source #

Details about a measure affected by an anomaly.

See: newMetricLevelImpact smart constructor.

Constructors

MetricLevelImpact' 

Fields

Instances

Instances details
Eq MetricLevelImpact Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.MetricLevelImpact

Read MetricLevelImpact Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.MetricLevelImpact

Show MetricLevelImpact Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.MetricLevelImpact

Generic MetricLevelImpact Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.MetricLevelImpact

Associated Types

type Rep MetricLevelImpact :: Type -> Type #

NFData MetricLevelImpact Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.MetricLevelImpact

Methods

rnf :: MetricLevelImpact -> () #

Hashable MetricLevelImpact Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.MetricLevelImpact

FromJSON MetricLevelImpact Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.MetricLevelImpact

type Rep MetricLevelImpact Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.MetricLevelImpact

type Rep MetricLevelImpact = D1 ('MetaData "MetricLevelImpact" "Amazonka.LookoutMetrics.Types.MetricLevelImpact" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "MetricLevelImpact'" 'PrefixI 'True) (S1 ('MetaSel ('Just "contributionMatrix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContributionMatrix)) :*: (S1 ('MetaSel ('Just "metricName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "numTimeSeries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

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_numTimeSeries :: Lens' MetricLevelImpact (Maybe Int) Source #

The number of anomalous metrics for the measure.