amazonka-lookoutmetrics-2.0: Amazon Lookout for Metrics SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
FromJSON 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 #

Read AnomalyGroupStatistics Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupStatistics

Show AnomalyGroupStatistics Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupStatistics

NFData AnomalyGroupStatistics Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupStatistics

Methods

rnf :: AnomalyGroupStatistics -> () #

Eq AnomalyGroupStatistics Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupStatistics

Hashable 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" "amazonka-lookoutmetrics-2.0-5gJoMWEA4GrGsqHAPh1b9h" 'False) (C1 ('MetaCons "AnomalyGroupStatistics'" 'PrefixI 'True) (S1 ('MetaSel ('Just "evaluationStartDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "itemizedMetricStatsList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ItemizedMetricStats])) :*: 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:evaluationStartDate:AnomalyGroupStatistics', anomalyGroupStatistics_evaluationStartDate - The start of the time range that was searched.

$sel:itemizedMetricStatsList:AnomalyGroupStatistics', anomalyGroupStatistics_itemizedMetricStatsList - Statistics for individual metrics within the group.

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