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

Description

 
Synopsis

Documentation

data ServiceHealth Source #

Represents the health of an Amazon Web Services service.

See: newServiceHealth smart constructor.

Constructors

ServiceHealth' 

Fields

Instances

Instances details
FromJSON ServiceHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ServiceHealth

Generic ServiceHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ServiceHealth

Associated Types

type Rep ServiceHealth :: Type -> Type #

Read ServiceHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ServiceHealth

Show ServiceHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ServiceHealth

NFData ServiceHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ServiceHealth

Methods

rnf :: ServiceHealth -> () #

Eq ServiceHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ServiceHealth

Hashable ServiceHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ServiceHealth

type Rep ServiceHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ServiceHealth

type Rep ServiceHealth = D1 ('MetaData "ServiceHealth" "Amazonka.DevOpsGuru.Types.ServiceHealth" "amazonka-devops-guru-2.0-C03FLSgo73f1Pu5ftIREHS" 'False) (C1 ('MetaCons "ServiceHealth'" 'PrefixI 'True) (S1 ('MetaSel ('Just "analyzedResourceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "insight") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServiceInsightHealth)) :*: S1 ('MetaSel ('Just "serviceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServiceName)))))

newServiceHealth :: ServiceHealth Source #

Create a value of ServiceHealth 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:analyzedResourceCount:ServiceHealth', serviceHealth_analyzedResourceCount - Number of resources that DevOps Guru is monitoring in an analyzed Amazon Web Services service.

$sel:insight:ServiceHealth', serviceHealth_insight - Represents the health of an Amazon Web Services service. This is a ServiceInsightHealth that contains the number of open proactive and reactive insights for this service.

$sel:serviceName:ServiceHealth', serviceHealth_serviceName - The name of the Amazon Web Services service.

serviceHealth_analyzedResourceCount :: Lens' ServiceHealth (Maybe Integer) Source #

Number of resources that DevOps Guru is monitoring in an analyzed Amazon Web Services service.

serviceHealth_insight :: Lens' ServiceHealth (Maybe ServiceInsightHealth) Source #

Represents the health of an Amazon Web Services service. This is a ServiceInsightHealth that contains the number of open proactive and reactive insights for this service.

serviceHealth_serviceName :: Lens' ServiceHealth (Maybe ServiceName) Source #

The name of the Amazon Web Services service.