Values_1.DescribeThingResponseSourceThe output from the DescribeThing operation.
type nonrec t = {defaultClientId : Values_0.ClientId.t option;The default MQTT client ID. For a typical device, the thing name is also used as the default MQTT client ID. Although we donโt require a mapping between a thing's registry name and its use of MQTT client IDs, certificates, or shadow state, we recommend that you choose a thing name and use it as the MQTT client ID for the registry and the Device Shadow service. This lets you better organize your IoT fleet without removing the flexibility of the underlying device certificate model or shadows.
*)thingName : Values_0.ThingName.t option;The name of the thing.
*)thingId : Values_0.ThingId.t option;The ID of the thing to describe.
*)thingArn : Values_0.ThingArn.t option;The ARN of the thing to describe.
*)thingTypeName : Values_0.ThingTypeName.t option;The thing type name.
*)attributes : Values_0.Attributes.t option;The thing attributes.
*)version : Values_0.Version.t option;The current version of the thing record in the registry. To avoid unintentional changes to the information in the registry, you can pass the version information in the expectedVersion parameter of the UpdateThing and DeleteThing calls.
*)billingGroupName : Values_0.BillingGroupName.t option;The name of the billing group the thing belongs to.
*)}type nonrec error = [ | `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 ->
[> `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 ->
[> `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
* [> `Long of Values_0.Version.t
| `Map of ([> `String of string ] * [> `String of string ]) list
| `String of Values_0.ClientId.t ])
list ]