libZSservicesZSamazonka-devops-guruZSamazonka-devops-guru
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.DevOpsGuru.Types.ReactiveAnomaly

Description

 
Synopsis

Documentation

data ReactiveAnomaly Source #

Details about a reactive anomaly. This object is returned by ListAnomalies.

See: newReactiveAnomaly smart constructor.

Constructors

ReactiveAnomaly' 

Fields

Instances

Instances details
Eq ReactiveAnomaly Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ReactiveAnomaly

Read ReactiveAnomaly Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ReactiveAnomaly

Show ReactiveAnomaly Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ReactiveAnomaly

Generic ReactiveAnomaly Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ReactiveAnomaly

Associated Types

type Rep ReactiveAnomaly :: Type -> Type #

NFData ReactiveAnomaly Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ReactiveAnomaly

Methods

rnf :: ReactiveAnomaly -> () #

Hashable ReactiveAnomaly Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ReactiveAnomaly

FromJSON ReactiveAnomaly Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ReactiveAnomaly

type Rep ReactiveAnomaly Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ReactiveAnomaly

newReactiveAnomaly :: ReactiveAnomaly Source #

Create a value of ReactiveAnomaly 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:anomalyReportedTimeRange:ReactiveAnomaly', reactiveAnomaly_anomalyReportedTimeRange - A AnomalyReportedTimeRange object that specifies the time range between when the anomaly is opened and the time when it is closed.

$sel:status:ReactiveAnomaly', reactiveAnomaly_status - The status of the anomaly.

$sel:resourceCollection:ReactiveAnomaly', reactiveAnomaly_resourceCollection - Undocumented member.

$sel:severity:ReactiveAnomaly', reactiveAnomaly_severity - The severity of the anomaly.

$sel:sourceDetails:ReactiveAnomaly', reactiveAnomaly_sourceDetails - Details about the source of the analyzed operational data that triggered the anomaly. The one supported source is Amazon CloudWatch metrics.

$sel:id:ReactiveAnomaly', reactiveAnomaly_id - The ID of the reactive anomaly.

$sel:associatedInsightId:ReactiveAnomaly', reactiveAnomaly_associatedInsightId - The ID of the insight that contains this anomaly. An insight is composed of related anomalies.

$sel:anomalyTimeRange:ReactiveAnomaly', reactiveAnomaly_anomalyTimeRange - Undocumented member.

reactiveAnomaly_anomalyReportedTimeRange :: Lens' ReactiveAnomaly (Maybe AnomalyReportedTimeRange) Source #

A AnomalyReportedTimeRange object that specifies the time range between when the anomaly is opened and the time when it is closed.

reactiveAnomaly_sourceDetails :: Lens' ReactiveAnomaly (Maybe AnomalySourceDetails) Source #

Details about the source of the analyzed operational data that triggered the anomaly. The one supported source is Amazon CloudWatch metrics.

reactiveAnomaly_id :: Lens' ReactiveAnomaly (Maybe Text) Source #

The ID of the reactive anomaly.

reactiveAnomaly_associatedInsightId :: Lens' ReactiveAnomaly (Maybe Text) Source #

The ID of the insight that contains this anomaly. An insight is composed of related anomalies.