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

Description

 
Synopsis

Documentation

data InsightHealth Source #

Information about the number of open reactive and proactive insights that can be used to gauge the health of your system.

See: newInsightHealth smart constructor.

Constructors

InsightHealth' 

Fields

Instances

Instances details
Eq InsightHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.InsightHealth

Read InsightHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.InsightHealth

Show InsightHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.InsightHealth

Generic InsightHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.InsightHealth

Associated Types

type Rep InsightHealth :: Type -> Type #

NFData InsightHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.InsightHealth

Methods

rnf :: InsightHealth -> () #

Hashable InsightHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.InsightHealth

FromJSON InsightHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.InsightHealth

type Rep InsightHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.InsightHealth

type Rep InsightHealth = D1 ('MetaData "InsightHealth" "Amazonka.DevOpsGuru.Types.InsightHealth" "libZSservicesZSamazonka-devops-guruZSamazonka-devops-guru" 'False) (C1 ('MetaCons "InsightHealth'" 'PrefixI 'True) (S1 ('MetaSel ('Just "meanTimeToRecoverInMilliseconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "openReactiveInsights") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "openProactiveInsights") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

newInsightHealth :: InsightHealth Source #

Create a value of InsightHealth 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:meanTimeToRecoverInMilliseconds:InsightHealth', insightHealth_meanTimeToRecoverInMilliseconds - The Meant Time to Recover (MTTR) for the insight.

$sel:openReactiveInsights:InsightHealth', insightHealth_openReactiveInsights - The number of open reactive insights.

$sel:openProactiveInsights:InsightHealth', insightHealth_openProactiveInsights - The number of open proactive insights.

insightHealth_meanTimeToRecoverInMilliseconds :: Lens' InsightHealth (Maybe Integer) Source #

The Meant Time to Recover (MTTR) for the insight.

insightHealth_openReactiveInsights :: Lens' InsightHealth (Maybe Int) Source #

The number of open reactive insights.

insightHealth_openProactiveInsights :: Lens' InsightHealth (Maybe Int) Source #

The number of open proactive insights.