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

Description

 
Synopsis

Documentation

data ReactiveInsight Source #

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

See: newReactiveInsight smart constructor.

Constructors

ReactiveInsight' 

Fields

Instances

Instances details
FromJSON ReactiveInsight Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ReactiveInsight

Generic ReactiveInsight Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ReactiveInsight

Associated Types

type Rep ReactiveInsight :: Type -> Type #

Read ReactiveInsight Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ReactiveInsight

Show ReactiveInsight Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ReactiveInsight

NFData ReactiveInsight Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ReactiveInsight

Methods

rnf :: ReactiveInsight -> () #

Eq ReactiveInsight Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ReactiveInsight

Hashable ReactiveInsight Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ReactiveInsight

type Rep ReactiveInsight Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ReactiveInsight

newReactiveInsight :: ReactiveInsight Source #

Create a value of ReactiveInsight 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:description:ReactiveInsight', reactiveInsight_description - Describes the reactive insight.

$sel:id:ReactiveInsight', reactiveInsight_id - The ID of a reactive insight.

$sel:insightTimeRange:ReactiveInsight', reactiveInsight_insightTimeRange - Undocumented member.

$sel:name:ReactiveInsight', reactiveInsight_name - The name of a reactive insight.

$sel:resourceCollection:ReactiveInsight', reactiveInsight_resourceCollection - Undocumented member.

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

$sel:ssmOpsItemId:ReactiveInsight', reactiveInsight_ssmOpsItemId - The ID of the Amazon Web Services System Manager OpsItem created for this insight. You must enable the creation of OpstItems insights before they are created for each insight.

$sel:status:ReactiveInsight', reactiveInsight_status - The status of a reactive insight.

reactiveInsight_description :: Lens' ReactiveInsight (Maybe Text) Source #

Describes the reactive insight.

reactiveInsight_id :: Lens' ReactiveInsight (Maybe Text) Source #

The ID of a reactive insight.

reactiveInsight_name :: Lens' ReactiveInsight (Maybe Text) Source #

The name of a reactive insight.

reactiveInsight_severity :: Lens' ReactiveInsight (Maybe InsightSeverity) Source #

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

reactiveInsight_ssmOpsItemId :: Lens' ReactiveInsight (Maybe Text) Source #

The ID of the Amazon Web Services System Manager OpsItem created for this insight. You must enable the creation of OpstItems insights before they are created for each insight.