Values.DescribeTunnelResponseSourceGets information about a tunnel identified by the unique tunnel id. Requires permission to access the DescribeTunnel action.
type nonrec error = [ | `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ]
list
| `String of TunnelId.t
| `Structure of
(string
* [> `Enum of string
| `Integer of TimeoutInMin.t
| `List of [> `String of Service.t ] list
| `String of ThingName.t
| `Timestamp of DateType.t ])
list
| `Timestamp of DateType.t ])
list ])
list ]