Values.ConnectionStateSourceThe state of a connection.
type nonrec t = {status : ConnectionStatus.t option;The connection status of the tunnel. Valid values are CONNECTED and DISCONNECTED.
*)lastUpdatedAt : DateType.t option;The last time the connection status was updated.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Timestamp of DateType.t ]) list ]