Values_1.GetThingConnectivityDataResponseSourceRetrieves the live connectivity status per device.
type nonrec t = {thingName : Values_0.ConnectivityApiThingName.t option;The name of your IoT thing.
*)connected : Values_0.Boolean.t option;A Boolean that indicates the connectivity status.
*)timestamp : Values_0.Timestamp.t option;The timestamp of when the event occurred.
*)disconnectReason : Values_0.DisconnectReasonValue.t option;The reason why the client is disconnecting.
*)}type nonrec error = [ | `IndexNotReadyException of Values_0.IndexNotReadyException.t| `InternalFailureException of Values_0.InternalFailureException.t| `InvalidRequestException of Values_0.InvalidRequestException.t| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t| `ThrottlingException of Values_0.ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `IndexNotReadyException of Values_0.IndexNotReadyException.t
| `InternalFailureException of Values_0.InternalFailureException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ServiceUnavailableException of Values_0.ServiceUnavailableException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `UnauthorizedException of Values_0.UnauthorizedException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `IndexNotReadyException of Values_0.IndexNotReadyException.t
| `InternalFailureException of Values_0.InternalFailureException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ServiceUnavailableException of Values_0.ServiceUnavailableException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `UnauthorizedException of Values_0.UnauthorizedException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Enum of string
| `String of Values_0.ConnectivityApiThingName.t
| `Timestamp of Values_0.Timestamp.t ])
list ]