amazonka-devops-guru-2.0: Amazon DevOps Guru SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.DevOpsGuru.Types.ReactiveInsightSummary

Description

 
Synopsis

Documentation

data ReactiveInsightSummary Source #

Information about a reactive insight. This object is returned by DescribeInsight.

See: newReactiveInsightSummary smart constructor.

Constructors

ReactiveInsightSummary' 

Fields

Instances

Instances details
FromJSON ReactiveInsightSummary Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ReactiveInsightSummary

Generic ReactiveInsightSummary Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ReactiveInsightSummary

Associated Types

type Rep ReactiveInsightSummary :: Type -> Type #

Read ReactiveInsightSummary Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ReactiveInsightSummary

Show ReactiveInsightSummary Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ReactiveInsightSummary

NFData ReactiveInsightSummary Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ReactiveInsightSummary

Methods

rnf :: ReactiveInsightSummary -> () #

Eq ReactiveInsightSummary Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ReactiveInsightSummary

Hashable ReactiveInsightSummary Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ReactiveInsightSummary

type Rep ReactiveInsightSummary Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ReactiveInsightSummary

newReactiveInsightSummary :: ReactiveInsightSummary Source #

Create a value of ReactiveInsightSummary 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:associatedResourceArns:ReactiveInsightSummary', reactiveInsightSummary_associatedResourceArns - The Amazon Resource Names (ARNs) of the Amazon Web Services resources that generated this insight.

$sel:id:ReactiveInsightSummary', reactiveInsightSummary_id - The ID of a reactive summary.

$sel:insightTimeRange:ReactiveInsightSummary', reactiveInsightSummary_insightTimeRange - Undocumented member.

$sel:name:ReactiveInsightSummary', reactiveInsightSummary_name - The name of a reactive insight.

$sel:resourceCollection:ReactiveInsightSummary', reactiveInsightSummary_resourceCollection - Undocumented member.

$sel:serviceCollection:ReactiveInsightSummary', reactiveInsightSummary_serviceCollection - A collection of the names of Amazon Web Services services.

$sel:severity:ReactiveInsightSummary', reactiveInsightSummary_severity - The severity of the insight. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.

$sel:status:ReactiveInsightSummary', reactiveInsightSummary_status - The status of a reactive insight.

reactiveInsightSummary_associatedResourceArns :: Lens' ReactiveInsightSummary (Maybe [Text]) Source #

The Amazon Resource Names (ARNs) of the Amazon Web Services resources that generated this insight.

reactiveInsightSummary_serviceCollection :: Lens' ReactiveInsightSummary (Maybe ServiceCollection) Source #

A collection of the names of Amazon Web Services services.

reactiveInsightSummary_severity :: Lens' ReactiveInsightSummary (Maybe InsightSeverity) Source #

The severity of the insight. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.