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

Description

 
Synopsis

Documentation

data AnomalyDetectorConfig Source #

Contains information about a detector's configuration.

See: newAnomalyDetectorConfig smart constructor.

Constructors

AnomalyDetectorConfig' 

Fields

Instances

Instances details
Eq AnomalyDetectorConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorConfig

Read AnomalyDetectorConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorConfig

Show AnomalyDetectorConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorConfig

Generic AnomalyDetectorConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorConfig

Associated Types

type Rep AnomalyDetectorConfig :: Type -> Type #

NFData AnomalyDetectorConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorConfig

Methods

rnf :: AnomalyDetectorConfig -> () #

Hashable AnomalyDetectorConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorConfig

ToJSON AnomalyDetectorConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorConfig

type Rep AnomalyDetectorConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorConfig

type Rep AnomalyDetectorConfig = D1 ('MetaData "AnomalyDetectorConfig" "Amazonka.LookoutMetrics.Types.AnomalyDetectorConfig" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "AnomalyDetectorConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "anomalyDetectorFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Frequency))))

newAnomalyDetectorConfig :: AnomalyDetectorConfig Source #

Create a value of AnomalyDetectorConfig 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:anomalyDetectorFrequency:AnomalyDetectorConfig', anomalyDetectorConfig_anomalyDetectorFrequency - The frequency at which the detector analyzes its source data.

anomalyDetectorConfig_anomalyDetectorFrequency :: Lens' AnomalyDetectorConfig (Maybe Frequency) Source #

The frequency at which the detector analyzes its source data.