Module Values_1.TerminateConnectionStatusSource

Information about a terminated Client VPN endpoint client connection.

Sourcetype nonrec t = {
  1. connectionId : Values_0.String_.t option;
    (*

    The ID of the client connection.

    *)
  2. previousStatus : ClientVpnConnectionStatus.t option;
    (*

    The state of the client connection.

    *)
  3. currentStatus : ClientVpnConnectionStatus.t option;
    (*

    A message about the status of the client connection, if applicable.

    *)
}
Sourceval make : ?connectionId:??? -> ?previousStatus:??? -> ?currentStatus:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t