Values.UpdateDeviceInstanceResultSourceUpdates information about a private device instance.
type nonrec t = {deviceInstance : DeviceInstance.t option;An object that contains information about your device instance.
*)}type nonrec error = [ | `ArgumentException of ArgumentException.t| `LimitExceededException of LimitExceededException.t| `NotFoundException of NotFoundException.t| `ServiceAccountException of ServiceAccountException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ArgumentException of ArgumentException.t
| `LimitExceededException of LimitExceededException.t
| `NotFoundException of NotFoundException.t
| `ServiceAccountException of ServiceAccountException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ArgumentException of ArgumentException.t
| `LimitExceededException of LimitExceededException.t
| `NotFoundException of NotFoundException.t
| `ServiceAccountException of ServiceAccountException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of [> `String of String_.t ] list
| `String of AmazonResourceName.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `List of [> `String of String_.t ] list
| `String of AmazonResourceName.t ])
list ])
list ])
list ]