Values_0.ThingAttributeSourceThe properties of the thing, including thing name, thing type name, and a list of thing attributes.
type nonrec t = {thingName : ThingName.t option;The name of the thing.
*)thingTypeName : ThingTypeName.t option;The name of the thing type, if the thing has been associated with a type.
*)thingArn : ThingArn.t option;The thing ARN.
*)attributes : Attributes.t option;A list of thing attributes which are name-value pairs.
*)version : Version.t option;The version of the thing record in the registry.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of Version.t
| `Map of
([> `String of AttributeName.t ] * [> `String of AttributeValue.t ])
list
| `String of ThingName.t ])
list ]