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.AnomalyGroupStatistics

Description

 
Synopsis

Documentation

data AnomalyGroupStatistics Source #

Aggregated statistics for a group of anomalous metrics.

See: newAnomalyGroupStatistics smart constructor.

Constructors

AnomalyGroupStatistics' 

Fields

Instances

Instances details
Eq AnomalyGroupStatistics Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupStatistics

Read AnomalyGroupStatistics Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupStatistics

Show AnomalyGroupStatistics Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupStatistics

Generic AnomalyGroupStatistics Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupStatistics

Associated Types

type Rep AnomalyGroupStatistics :: Type -> Type #

NFData AnomalyGroupStatistics Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupStatistics

Methods

rnf :: AnomalyGroupStatistics -> () #

Hashable AnomalyGroupStatistics Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupStatistics

FromJSON AnomalyGroupStatistics Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupStatistics

type Rep AnomalyGroupStatistics Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupStatistics

type Rep AnomalyGroupStatistics = D1 ('MetaData "AnomalyGroupStatistics" "Amazonka.LookoutMetrics.Types.AnomalyGroupStatistics" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "AnomalyGroupStatistics'" 'PrefixI 'True) (S1 ('MetaSel ('Just "itemizedMetricStatsList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ItemizedMetricStats])) :*: (S1 ('MetaSel ('Just "evaluationStartDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "totalCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

newAnomalyGroupStatistics :: AnomalyGroupStatistics Source #

Create a value of AnomalyGroupStatistics 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:itemizedMetricStatsList:AnomalyGroupStatistics', anomalyGroupStatistics_itemizedMetricStatsList - Statistics for individual metrics within the group.

$sel:evaluationStartDate:AnomalyGroupStatistics', anomalyGroupStatistics_evaluationStartDate - The start of the time range that was searched.

$sel:totalCount:AnomalyGroupStatistics', anomalyGroupStatistics_totalCount - The number of groups found.

anomalyGroupStatistics_evaluationStartDate :: Lens' AnomalyGroupStatistics (Maybe Text) Source #

The start of the time range that was searched.