Values_1.TerminateConnectionStatusSourceInformation about a terminated Client VPN endpoint client connection.
type nonrec t = {connectionId : Values_0.String_.t option;The ID of the client connection.
*)previousStatus : ClientVpnConnectionStatus.t option;The state of the client connection.
*)currentStatus : ClientVpnConnectionStatus.t option;A message about the status of the client connection, if applicable.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.String_.t
| `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ])
list ])
list ]