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

Description

 
Synopsis

Documentation

data AnomalyGroupSummary Source #

Details about a group of anomalous metrics.

See: newAnomalyGroupSummary smart constructor.

Constructors

AnomalyGroupSummary' 

Fields

Instances

Instances details
Eq AnomalyGroupSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupSummary

Read AnomalyGroupSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupSummary

Show AnomalyGroupSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupSummary

Generic AnomalyGroupSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupSummary

Associated Types

type Rep AnomalyGroupSummary :: Type -> Type #

NFData AnomalyGroupSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupSummary

Methods

rnf :: AnomalyGroupSummary -> () #

Hashable AnomalyGroupSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupSummary

FromJSON AnomalyGroupSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupSummary

type Rep AnomalyGroupSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupSummary

type Rep AnomalyGroupSummary = D1 ('MetaData "AnomalyGroupSummary" "Amazonka.LookoutMetrics.Types.AnomalyGroupSummary" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "AnomalyGroupSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "anomalyGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "anomalyGroupScore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "primaryMetricName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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_primaryMetricName :: Lens' AnomalyGroupSummary (Maybe Text) Source #

The name of the primary affected measure for the group.