Values.HealthCheckObservationSourceA complex type that contains the last failure reason as reported by one Amazon Route 53 health checker.
type nonrec t = {region : HealthCheckRegion.t option;The region of the Amazon Route 53 health checker that provided the status in StatusReport.
*)iPAddress : IPAddress.t option;The IP address of the Amazon Route 53 health checker that provided the failure reason in StatusReport.
*)statusReport : StatusReport.t option;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.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of IPAddress.t
| `Structure of
(string * [> `String of Status.t | `Timestamp of TimeStamp.t ])
list ])
list ]