Values.DeviceInstanceSourceRepresents the device instance.
type nonrec t = {arn : AmazonResourceName.t option;The Amazon Resource Name (ARN) of the device instance.
*)deviceArn : AmazonResourceName.t option;The ARN of the device.
*)labels : InstanceLabels.t option;An array of strings that describe the device instance.
*)status : InstanceStatus.t option;The status of the device instance. Valid values are listed here.
*)udid : String_.t option;Unique device identifier for the device instance.
*)instanceProfile : InstanceProfile.t option;A object that contains information about the instance profile.
*)}val to_value :
t ->
[> `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 ]