amazonka-cloudwatch-2.0: Amazon CloudWatch 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.CloudWatch.Types.SingleMetricAnomalyDetector

Description

 
Synopsis

Documentation

data SingleMetricAnomalyDetector Source #

Designates the CloudWatch metric and statistic that provides the time series the anomaly detector uses as input.

See: newSingleMetricAnomalyDetector smart constructor.

Constructors

SingleMetricAnomalyDetector' 

Fields

Instances

Instances details
ToQuery SingleMetricAnomalyDetector Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.SingleMetricAnomalyDetector

FromXML SingleMetricAnomalyDetector Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.SingleMetricAnomalyDetector

Generic SingleMetricAnomalyDetector Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.SingleMetricAnomalyDetector

Associated Types

type Rep SingleMetricAnomalyDetector :: Type -> Type #

Read SingleMetricAnomalyDetector Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.SingleMetricAnomalyDetector

Show SingleMetricAnomalyDetector Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.SingleMetricAnomalyDetector

NFData SingleMetricAnomalyDetector Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.SingleMetricAnomalyDetector

Eq SingleMetricAnomalyDetector Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.SingleMetricAnomalyDetector

Hashable SingleMetricAnomalyDetector Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.SingleMetricAnomalyDetector

type Rep SingleMetricAnomalyDetector Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.SingleMetricAnomalyDetector

type Rep SingleMetricAnomalyDetector = D1 ('MetaData "SingleMetricAnomalyDetector" "Amazonka.CloudWatch.Types.SingleMetricAnomalyDetector" "amazonka-cloudwatch-2.0-9xq2AWTkbYo3pEtgQNn4jD" 'False) (C1 ('MetaCons "SingleMetricAnomalyDetector'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dimensions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Dimension])) :*: S1 ('MetaSel ('Just "metricName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "namespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newSingleMetricAnomalyDetector :: SingleMetricAnomalyDetector Source #

Create a value of SingleMetricAnomalyDetector 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:dimensions:SingleMetricAnomalyDetector', singleMetricAnomalyDetector_dimensions - The metric dimensions to create the anomaly detection model for.

$sel:metricName:SingleMetricAnomalyDetector', singleMetricAnomalyDetector_metricName - The name of the metric to create the anomaly detection model for.

$sel:namespace:SingleMetricAnomalyDetector', singleMetricAnomalyDetector_namespace - The namespace of the metric to create the anomaly detection model for.

$sel:stat:SingleMetricAnomalyDetector', singleMetricAnomalyDetector_stat - The statistic to use for the metric and anomaly detection model.

singleMetricAnomalyDetector_dimensions :: Lens' SingleMetricAnomalyDetector (Maybe [Dimension]) Source #

The metric dimensions to create the anomaly detection model for.

singleMetricAnomalyDetector_metricName :: Lens' SingleMetricAnomalyDetector (Maybe Text) Source #

The name of the metric to create the anomaly detection model for.

singleMetricAnomalyDetector_namespace :: Lens' SingleMetricAnomalyDetector (Maybe Text) Source #

The namespace of the metric to create the anomaly detection model for.

singleMetricAnomalyDetector_stat :: Lens' SingleMetricAnomalyDetector (Maybe Text) Source #

The statistic to use for the metric and anomaly detection model.