Values.OpenTunnelResponseSourceCreates 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 = {tunnelId : TunnelId.t option;A unique alpha-numeric tunnel ID.
*)tunnelArn : TunnelArn.t option;The Amazon Resource Name for the tunnel.
*)sourceAccessToken : ClientAccessToken.t option;The access token the source local proxy uses to connect to IoT Secure Tunneling.
*)destinationAccessToken : ClientAccessToken.t option;The access token the destination local proxy uses to connect to IoT Secure Tunneling.
*)}type nonrec error = [ | `LimitExceededException of LimitExceededException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `LimitExceededException of LimitExceededException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `LimitExceededException of LimitExceededException.t
| `Unknown_operation_error of string * string option ]