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

Description

 
Synopsis

Documentation

data ReactiveAnomalySummary Source #

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

See: newReactiveAnomalySummary smart constructor.

Constructors

ReactiveAnomalySummary' 

Fields

Instances

Instances details
Eq ReactiveAnomalySummary Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ReactiveAnomalySummary

Read ReactiveAnomalySummary Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ReactiveAnomalySummary

Show ReactiveAnomalySummary Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ReactiveAnomalySummary

Generic ReactiveAnomalySummary Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ReactiveAnomalySummary

Associated Types

type Rep ReactiveAnomalySummary :: Type -> Type #

NFData ReactiveAnomalySummary Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ReactiveAnomalySummary

Methods

rnf :: ReactiveAnomalySummary -> () #

Hashable ReactiveAnomalySummary Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ReactiveAnomalySummary

FromJSON ReactiveAnomalySummary Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ReactiveAnomalySummary

type Rep ReactiveAnomalySummary Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ReactiveAnomalySummary

newReactiveAnomalySummary :: ReactiveAnomalySummary Source #

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

$sel:status:ReactiveAnomalySummary', reactiveAnomalySummary_status - The status of the reactive anomaly.

$sel:resourceCollection:ReactiveAnomalySummary', reactiveAnomalySummary_resourceCollection - Undocumented member.

$sel:severity:ReactiveAnomalySummary', reactiveAnomalySummary_severity - The severity of the reactive anomaly.

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

$sel:id:ReactiveAnomalySummary', reactiveAnomalySummary_id - The ID of the reactive anomaly.

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

$sel:anomalyTimeRange:ReactiveAnomalySummary', reactiveAnomalySummary_anomalyTimeRange - Undocumented member.

reactiveAnomalySummary_anomalyReportedTimeRange :: Lens' ReactiveAnomalySummary (Maybe AnomalyReportedTimeRange) Source #

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

reactiveAnomalySummary_sourceDetails :: Lens' ReactiveAnomalySummary (Maybe AnomalySourceDetails) Source #

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

reactiveAnomalySummary_associatedInsightId :: Lens' ReactiveAnomalySummary (Maybe Text) Source #

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