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

Description

 
Synopsis

Documentation

data AccountInsightHealth Source #

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

See: newAccountInsightHealth smart constructor.

Constructors

AccountInsightHealth' 

Fields

Instances

Instances details
FromJSON AccountInsightHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.AccountInsightHealth

Generic AccountInsightHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.AccountInsightHealth

Associated Types

type Rep AccountInsightHealth :: Type -> Type #

Read AccountInsightHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.AccountInsightHealth

Show AccountInsightHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.AccountInsightHealth

NFData AccountInsightHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.AccountInsightHealth

Methods

rnf :: AccountInsightHealth -> () #

Eq AccountInsightHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.AccountInsightHealth

Hashable AccountInsightHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.AccountInsightHealth

type Rep AccountInsightHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.AccountInsightHealth

type Rep AccountInsightHealth = D1 ('MetaData "AccountInsightHealth" "Amazonka.DevOpsGuru.Types.AccountInsightHealth" "amazonka-devops-guru-2.0-C03FLSgo73f1Pu5ftIREHS" 'False) (C1 ('MetaCons "AccountInsightHealth'" 'PrefixI 'True) (S1 ('MetaSel ('Just "openProactiveInsights") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "openReactiveInsights") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newAccountInsightHealth :: AccountInsightHealth Source #

Create a value of AccountInsightHealth 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:openProactiveInsights:AccountInsightHealth', accountInsightHealth_openProactiveInsights - An integer that specifies the number of open proactive insights in your Amazon Web Services account.

$sel:openReactiveInsights:AccountInsightHealth', accountInsightHealth_openReactiveInsights - An integer that specifies the number of open reactive insights in your Amazon Web Services account.

accountInsightHealth_openProactiveInsights :: Lens' AccountInsightHealth (Maybe Int) Source #

An integer that specifies the number of open proactive insights in your Amazon Web Services account.

accountInsightHealth_openReactiveInsights :: Lens' AccountInsightHealth (Maybe Int) Source #

An integer that specifies the number of open reactive insights in your Amazon Web Services account.