Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data TargetHealthDescription = TargetHealthDescription' {}
- newTargetHealthDescription :: TargetHealthDescription
- targetHealthDescription_targetHealth :: Lens' TargetHealthDescription (Maybe TargetHealth)
- targetHealthDescription_healthCheckPort :: Lens' TargetHealthDescription (Maybe Text)
- targetHealthDescription_target :: Lens' TargetHealthDescription (Maybe TargetDescription)
Documentation
data TargetHealthDescription Source #
Information about the health of a target.
See: newTargetHealthDescription
smart constructor.
TargetHealthDescription' | |
|
Instances
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.
targetHealthDescription_targetHealth :: Lens' TargetHealthDescription (Maybe TargetHealth) Source #
The health information for the target.
targetHealthDescription_healthCheckPort :: Lens' TargetHealthDescription (Maybe Text) Source #
The port to use to connect with the target.
targetHealthDescription_target :: Lens' TargetHealthDescription (Maybe TargetDescription) Source #
The description of the target.