libZSservicesZSamazonka-cost-explorerZSamazonka-cost-explorer
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.CostExplorer.Types.AnomalyScore

Description

 
Synopsis

Documentation

data AnomalyScore Source #

Quantifies the anomaly. The higher score means that it's more anomalous.

See: newAnomalyScore smart constructor.

Constructors

AnomalyScore' 

Fields

Instances

Instances details
Eq AnomalyScore Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.AnomalyScore

Read AnomalyScore Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.AnomalyScore

Show AnomalyScore Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.AnomalyScore

Generic AnomalyScore Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.AnomalyScore

Associated Types

type Rep AnomalyScore :: Type -> Type #

NFData AnomalyScore Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.AnomalyScore

Methods

rnf :: AnomalyScore -> () #

Hashable AnomalyScore Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.AnomalyScore

FromJSON AnomalyScore Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.AnomalyScore

type Rep AnomalyScore Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.AnomalyScore

type Rep AnomalyScore = D1 ('MetaData "AnomalyScore" "Amazonka.CostExplorer.Types.AnomalyScore" "libZSservicesZSamazonka-cost-explorerZSamazonka-cost-explorer" 'False) (C1 ('MetaCons "AnomalyScore'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxScore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double) :*: S1 ('MetaSel ('Just "currentScore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double)))

newAnomalyScore Source #

Create a value of AnomalyScore 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:maxScore:AnomalyScore', anomalyScore_maxScore - The maximum score that's observed during the AnomalyDateInterval.

$sel:currentScore:AnomalyScore', anomalyScore_currentScore - The last observed score.

anomalyScore_maxScore :: Lens' AnomalyScore Double Source #

The maximum score that's observed during the AnomalyDateInterval.