amazonka-eks-2.0: Amazon Elastic Kubernetes Service 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.EKS.Types.AddonHealth

Description

 
Synopsis

Documentation

data AddonHealth Source #

The health of the add-on.

See: newAddonHealth smart constructor.

Constructors

AddonHealth' 

Fields

Instances

Instances details
FromJSON AddonHealth Source # 
Instance details

Defined in Amazonka.EKS.Types.AddonHealth

Generic AddonHealth Source # 
Instance details

Defined in Amazonka.EKS.Types.AddonHealth

Associated Types

type Rep AddonHealth :: Type -> Type #

Read AddonHealth Source # 
Instance details

Defined in Amazonka.EKS.Types.AddonHealth

Show AddonHealth Source # 
Instance details

Defined in Amazonka.EKS.Types.AddonHealth

NFData AddonHealth Source # 
Instance details

Defined in Amazonka.EKS.Types.AddonHealth

Methods

rnf :: AddonHealth -> () #

Eq AddonHealth Source # 
Instance details

Defined in Amazonka.EKS.Types.AddonHealth

Hashable AddonHealth Source # 
Instance details

Defined in Amazonka.EKS.Types.AddonHealth

type Rep AddonHealth Source # 
Instance details

Defined in Amazonka.EKS.Types.AddonHealth

type Rep AddonHealth = D1 ('MetaData "AddonHealth" "Amazonka.EKS.Types.AddonHealth" "amazonka-eks-2.0-7cAibD4zEbE2zPO6gnUh5m" 'False) (C1 ('MetaCons "AddonHealth'" 'PrefixI 'True) (S1 ('MetaSel ('Just "issues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AddonIssue]))))

newAddonHealth :: AddonHealth Source #

Create a value of AddonHealth 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:issues:AddonHealth', addonHealth_issues - An object representing the health issues for an add-on.

addonHealth_issues :: Lens' AddonHealth (Maybe [AddonIssue]) Source #

An object representing the health issues for an add-on.