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

Description

 
Synopsis

Documentation

data AnomalyDetectorSummary Source #

Contains information about an an anomaly detector.

See: newAnomalyDetectorSummary smart constructor.

Constructors

AnomalyDetectorSummary' 

Fields

Instances

Instances details
Eq AnomalyDetectorSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorSummary

Read AnomalyDetectorSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorSummary

Show AnomalyDetectorSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorSummary

Generic AnomalyDetectorSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorSummary

Associated Types

type Rep AnomalyDetectorSummary :: Type -> Type #

NFData AnomalyDetectorSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorSummary

Methods

rnf :: AnomalyDetectorSummary -> () #

Hashable AnomalyDetectorSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorSummary

FromJSON AnomalyDetectorSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorSummary

type Rep AnomalyDetectorSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorSummary

type Rep AnomalyDetectorSummary = D1 ('MetaData "AnomalyDetectorSummary" "Amazonka.LookoutMetrics.Types.AnomalyDetectorSummary" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "AnomalyDetectorSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AnomalyDetectorStatus)) :*: S1 ('MetaSel ('Just "anomalyDetectorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "anomalyDetectorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "anomalyDetectorDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "lastModificationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

newAnomalyDetectorSummary :: AnomalyDetectorSummary Source #

Create a value of AnomalyDetectorSummary 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:creationTime:AnomalyDetectorSummary', anomalyDetectorSummary_creationTime - The time at which the detector was created.

$sel:status:AnomalyDetectorSummary', anomalyDetectorSummary_status - The status of detector.

$sel:anomalyDetectorArn:AnomalyDetectorSummary', anomalyDetectorSummary_anomalyDetectorArn - The ARN of the detector.

$sel:anomalyDetectorName:AnomalyDetectorSummary', anomalyDetectorSummary_anomalyDetectorName - The name of the detector.

$sel:anomalyDetectorDescription:AnomalyDetectorSummary', anomalyDetectorSummary_anomalyDetectorDescription - A description of the detector.

$sel:tags:AnomalyDetectorSummary', anomalyDetectorSummary_tags - The detector's tags.

$sel:lastModificationTime:AnomalyDetectorSummary', anomalyDetectorSummary_lastModificationTime - The time at which the detector was last modified.

anomalyDetectorSummary_creationTime :: Lens' AnomalyDetectorSummary (Maybe UTCTime) Source #

The time at which the detector was created.

anomalyDetectorSummary_lastModificationTime :: Lens' AnomalyDetectorSummary (Maybe UTCTime) Source #

The time at which the detector was last modified.