Values.CloseTunnelRequestSourceCloses a tunnel identified by the unique tunnel id. When a CloseTunnel request is received, we close the WebSocket connections between the client and proxy server so no data can be transmitted. Requires permission to access the CloseTunnel action.
type nonrec t = {tunnelId : TunnelId.t;The ID of the tunnel to close.
*)delete : DeleteFlag.t option;When set to true, IoT Secure Tunneling deletes the tunnel data immediately.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of DeleteFlag.t | `String of TunnelId.t ]) list ]