Values_0.ThingDocumentSourceThe thing search index document.
type nonrec t = {thingName : ThingName.t option;The thing name.
*)thingId : ThingId.t option;The thing ID.
*)thingTypeName : ThingTypeName.t option;The thing type name.
*)thingGroupNames : ThingGroupNameList.t option;Thing group and billing group names.
*)attributes : Attributes.t option;The attributes.
*)shadow : JsonDocument.t option;The unnamed shadow and named shadow. For more information about shadows, see IoT Device Shadow service.
*)deviceDefender : JsonDocument.t option;Contains Device Defender data. For more information about Device Defender, see Device Defender.
*)connectivity : ThingConnectivity.t option;Indicates whether the thing is connected to the Amazon Web Services IoT Core service.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of ThingGroupName.t ] list
| `Map of
([> `String of AttributeName.t ] * [> `String of AttributeValue.t ])
list
| `String of ThingName.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Long of ConnectivityTimestamp.t
| `String of DisconnectReason.t ])
list ])
list ]