libZSservicesZSamazonka-elbv2ZSamazonka-elbv2
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.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
Eq TargetHealthDescription Source # 
Instance details

Defined in Amazonka.ELBV2.Types.TargetHealthDescription

Read TargetHealthDescription Source # 
Instance details

Defined in Amazonka.ELBV2.Types.TargetHealthDescription

Show 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 #

NFData TargetHealthDescription Source # 
Instance details

Defined in Amazonka.ELBV2.Types.TargetHealthDescription

Methods

rnf :: TargetHealthDescription -> () #

Hashable TargetHealthDescription Source # 
Instance details

Defined in Amazonka.ELBV2.Types.TargetHealthDescription

FromXML 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" "libZSservicesZSamazonka-elbv2ZSamazonka-elbv2" 'False) (C1 ('MetaCons "TargetHealthDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "targetHealth") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetHealth)) :*: (S1 ('MetaSel ('Just "healthCheckPort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "target") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetDescription)))))

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:targetHealth:TargetHealthDescription', targetHealthDescription_targetHealth - The health information for the target.

$sel:healthCheckPort:TargetHealthDescription', targetHealthDescription_healthCheckPort - The port to use to connect with the target.

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