amazonka-elbv2-2.0: Amazon Elastic Load Balancing 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.ELBV2.Types.TargetHealthDescription

Description

 
Synopsis

Documentation

data TargetHealthDescription Source #

Information about the health of a target.

See: newTargetHealthDescription smart constructor.

Constructors

TargetHealthDescription' 

Fields

Instances

Instances details
FromXML TargetHealthDescription Source # 
Instance details

Defined in Amazonka.ELBV2.Types.TargetHealthDescription

Generic TargetHealthDescription Source # 
Instance details

Defined in Amazonka.ELBV2.Types.TargetHealthDescription

Associated Types

type Rep TargetHealthDescription :: Type -> Type #

Read TargetHealthDescription Source # 
Instance details

Defined in Amazonka.ELBV2.Types.TargetHealthDescription

Show TargetHealthDescription Source # 
Instance details

Defined in Amazonka.ELBV2.Types.TargetHealthDescription

NFData TargetHealthDescription Source # 
Instance details

Defined in Amazonka.ELBV2.Types.TargetHealthDescription

Methods

rnf :: TargetHealthDescription -> () #

Eq TargetHealthDescription Source # 
Instance details

Defined in Amazonka.ELBV2.Types.TargetHealthDescription

Hashable TargetHealthDescription Source # 
Instance details

Defined in Amazonka.ELBV2.Types.TargetHealthDescription

type Rep TargetHealthDescription Source # 
Instance details

Defined in Amazonka.ELBV2.Types.TargetHealthDescription

type Rep TargetHealthDescription = D1 ('MetaData "TargetHealthDescription" "Amazonka.ELBV2.Types.TargetHealthDescription" "amazonka-elbv2-2.0-361J9F5fkBoAtGaOoJg8Ev" 'False) (C1 ('MetaCons "TargetHealthDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "healthCheckPort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "target") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetDescription)) :*: S1 ('MetaSel ('Just "targetHealth") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetHealth)))))

newTargetHealthDescription :: TargetHealthDescription Source #

Create a value of TargetHealthDescription 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:healthCheckPort:TargetHealthDescription', targetHealthDescription_healthCheckPort - The port to use to connect with the target.

$sel:target:TargetHealthDescription', targetHealthDescription_target - The description of the target.

$sel:targetHealth:TargetHealthDescription', targetHealthDescription_targetHealth - The health information for the target.