Values.OpenTunnelRequestSourceCreates a new tunnel, and returns two client access tokens for clients to use to connect to the IoT Secure Tunneling proxy server. Requires permission to access the OpenTunnel action.
type nonrec t = {description : Description.t option;A short text description of the tunnel.
*)destinationConfig : DestinationConfig.t option;The destination configuration for the OpenTunnel request.
*)timeoutConfig : TimeoutConfig.t option;Timeout configuration for a tunnel.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of Description.t
| `Structure of
(string
* [> `Integer of TimeoutInMin.t
| `List of [> `String of Service.t ] list
| `String of ThingName.t ])
list ])
list ]