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

Description

 
Synopsis

Documentation

data AlertSummary Source #

Provides a summary of an alert's configuration.

See: newAlertSummary smart constructor.

Constructors

AlertSummary' 

Fields

Instances

Instances details
Eq AlertSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertSummary

Read AlertSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertSummary

Show AlertSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertSummary

Generic AlertSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertSummary

Associated Types

type Rep AlertSummary :: Type -> Type #

NFData AlertSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertSummary

Methods

rnf :: AlertSummary -> () #

Hashable AlertSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertSummary

FromJSON AlertSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertSummary

type Rep AlertSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertSummary

type Rep AlertSummary = D1 ('MetaData "AlertSummary" "Amazonka.LookoutMetrics.Types.AlertSummary" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "AlertSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "anomalyDetectorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "alertName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "alertSensitivityThreshold") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: ((S1 ('MetaSel ('Just "alertStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AlertStatus)) :*: S1 ('MetaSel ('Just "alertArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "alertType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AlertType)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "lastModificationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))))

newAlertSummary :: AlertSummary Source #

Create a value of AlertSummary 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:AlertSummary', alertSummary_creationTime - The time at which the alert was created.

$sel:anomalyDetectorArn:AlertSummary', alertSummary_anomalyDetectorArn - The ARN of the detector to which the alert is attached.

$sel:alertName:AlertSummary', alertSummary_alertName - The name of the alert.

$sel:alertSensitivityThreshold:AlertSummary', alertSummary_alertSensitivityThreshold - The minimum severity for an anomaly to trigger the alert.

$sel:alertStatus:AlertSummary', alertSummary_alertStatus - The status of the alert.

$sel:alertArn:AlertSummary', alertSummary_alertArn - The ARN of the alert.

$sel:alertType:AlertSummary', alertSummary_alertType - The type of the alert.

$sel:tags:AlertSummary', alertSummary_tags - The alert's tags.

$sel:lastModificationTime:AlertSummary', alertSummary_lastModificationTime - The time at which the alert was last modified.

alertSummary_creationTime :: Lens' AlertSummary (Maybe UTCTime) Source #

The time at which the alert was created.

alertSummary_anomalyDetectorArn :: Lens' AlertSummary (Maybe Text) Source #

The ARN of the detector to which the alert is attached.

alertSummary_alertSensitivityThreshold :: Lens' AlertSummary (Maybe Natural) Source #

The minimum severity for an anomaly to trigger the alert.

alertSummary_lastModificationTime :: Lens' AlertSummary (Maybe UTCTime) Source #

The time at which the alert was last modified.