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

Description

Activates an anomaly detector.

Synopsis

Creating a Request

data ActivateAnomalyDetector Source #

See: newActivateAnomalyDetector smart constructor.

Constructors

ActivateAnomalyDetector' 

Fields

Instances

Instances details
Eq ActivateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ActivateAnomalyDetector

Read ActivateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ActivateAnomalyDetector

Show ActivateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ActivateAnomalyDetector

Generic ActivateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ActivateAnomalyDetector

Associated Types

type Rep ActivateAnomalyDetector :: Type -> Type #

NFData ActivateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ActivateAnomalyDetector

Methods

rnf :: ActivateAnomalyDetector -> () #

Hashable ActivateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ActivateAnomalyDetector

ToJSON ActivateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ActivateAnomalyDetector

AWSRequest ActivateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ActivateAnomalyDetector

ToHeaders ActivateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ActivateAnomalyDetector

ToPath ActivateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ActivateAnomalyDetector

ToQuery ActivateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ActivateAnomalyDetector

type Rep ActivateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ActivateAnomalyDetector

type Rep ActivateAnomalyDetector = D1 ('MetaData "ActivateAnomalyDetector" "Amazonka.LookoutMetrics.ActivateAnomalyDetector" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "ActivateAnomalyDetector'" 'PrefixI 'True) (S1 ('MetaSel ('Just "anomalyDetectorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ActivateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ActivateAnomalyDetector

newActivateAnomalyDetector Source #

Create a value of ActivateAnomalyDetector 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:anomalyDetectorArn:ActivateAnomalyDetector', activateAnomalyDetector_anomalyDetectorArn - The ARN of the anomaly detector.

Request Lenses

Destructuring the Response

data ActivateAnomalyDetectorResponse Source #

See: newActivateAnomalyDetectorResponse smart constructor.

Constructors

ActivateAnomalyDetectorResponse' 

Fields

Instances

Instances details
Eq ActivateAnomalyDetectorResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ActivateAnomalyDetector

Read ActivateAnomalyDetectorResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ActivateAnomalyDetector

Show ActivateAnomalyDetectorResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ActivateAnomalyDetector

Generic ActivateAnomalyDetectorResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ActivateAnomalyDetector

Associated Types

type Rep ActivateAnomalyDetectorResponse :: Type -> Type #

NFData ActivateAnomalyDetectorResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ActivateAnomalyDetector

type Rep ActivateAnomalyDetectorResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ActivateAnomalyDetector

type Rep ActivateAnomalyDetectorResponse = D1 ('MetaData "ActivateAnomalyDetectorResponse" "Amazonka.LookoutMetrics.ActivateAnomalyDetector" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "ActivateAnomalyDetectorResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newActivateAnomalyDetectorResponse Source #

Create a value of ActivateAnomalyDetectorResponse 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:httpStatus:ActivateAnomalyDetectorResponse', activateAnomalyDetectorResponse_httpStatus - The response's http status code.

Response Lenses