Values.InstanceHealthCheckResultSourceAn object representing the result of a container instance health status check.
type nonrec t = {type_ : InstanceHealthCheckType.t option;The type of container instance health status that was verified.
*)status : InstanceHealthCheckState.t option;The container instance health status.
*)statusReason : String_.t option;The reason for the container instance health status.
*)lastUpdated : Timestamp.t option;The Unix timestamp for when the container instance health status was last updated.
*)lastStatusChange : Timestamp.t option;The Unix timestamp for when the container instance health status last changed.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]