Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data HealthCheckObservation = HealthCheckObservation' {}
- newHealthCheckObservation :: HealthCheckObservation
- healthCheckObservation_iPAddress :: Lens' HealthCheckObservation (Maybe Text)
- healthCheckObservation_region :: Lens' HealthCheckObservation (Maybe HealthCheckRegion)
- healthCheckObservation_statusReport :: Lens' HealthCheckObservation (Maybe StatusReport)
Documentation
data HealthCheckObservation Source #
A complex type that contains the last failure reason as reported by one Amazon Route 53 health checker.
See: newHealthCheckObservation
smart constructor.
HealthCheckObservation' | |
|
Instances
newHealthCheckObservation :: HealthCheckObservation Source #
Create a value of HealthCheckObservation
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:iPAddress:HealthCheckObservation'
, healthCheckObservation_iPAddress
- The IP address of the Amazon Route 53 health checker that provided the
failure reason in StatusReport
.
$sel:region:HealthCheckObservation'
, healthCheckObservation_region
- The region of the Amazon Route 53 health checker that provided the
status in StatusReport
.
$sel:statusReport:HealthCheckObservation'
, healthCheckObservation_statusReport
- A complex type that contains the last failure reason as reported by one
Amazon Route 53 health checker and the time of the failed health check.
healthCheckObservation_iPAddress :: Lens' HealthCheckObservation (Maybe Text) Source #
The IP address of the Amazon Route 53 health checker that provided the
failure reason in StatusReport
.
healthCheckObservation_region :: Lens' HealthCheckObservation (Maybe HealthCheckRegion) Source #
The region of the Amazon Route 53 health checker that provided the
status in StatusReport
.
healthCheckObservation_statusReport :: Lens' HealthCheckObservation (Maybe StatusReport) Source #
A complex type that contains the last failure reason as reported by one Amazon Route 53 health checker and the time of the failed health check.