| 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 |
Amazonka.Route53.Types.StatusReport
Description
Synopsis
Documentation
data StatusReport Source #
A complex type that contains the status that one Amazon Route 53 health checker reports and the time of the health check.
See: newStatusReport smart constructor.
Constructors
| StatusReport' | |
Fields
| |
Instances
newStatusReport :: StatusReport Source #
Create a value of StatusReport 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:checkedTime:StatusReport', statusReport_checkedTime - The date and time that the health checker performed the health check in
ISO 8601 format and Coordinated
Universal Time (UTC). For example, the value 2017-03-27T17:48:16.751Z
represents March 27, 2017 at 17:48:16.751 UTC.
$sel:status:StatusReport', statusReport_status - A description of the status of the health check endpoint as reported by
one of the Amazon Route 53 health checkers.
statusReport_checkedTime :: Lens' StatusReport (Maybe UTCTime) Source #
The date and time that the health checker performed the health check in
ISO 8601 format and Coordinated
Universal Time (UTC). For example, the value 2017-03-27T17:48:16.751Z
represents March 27, 2017 at 17:48:16.751 UTC.
statusReport_status :: Lens' StatusReport (Maybe Text) Source #
A description of the status of the health check endpoint as reported by one of the Amazon Route 53 health checkers.