Values.UpdateDeviceInstanceRequestSourceUpdates information about a private device instance.
type nonrec t = {arn : AmazonResourceName.t;The Amazon Resource Name (ARN) of the device instance.
*)profileArn : AmazonResourceName.t option;The ARN of the profile that you want to associate with the device instance.
*)labels : InstanceLabels.t option;An array of strings that you want to associate with the device instance.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of String_.t ] list
| `String of AmazonResourceName.t ])
list ]