Values_7.DeleteClientVpnEndpointResultSourceDeletes the specified Client VPN endpoint. You must disassociate all target networks before you can delete a Client VPN endpoint.
type nonrec t = {status : Values_1.ClientVpnEndpointStatus.t option;The current state of the Client VPN endpoint.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ])
list ])
list ]