Values_1.DescribeDeviceRequestSourceDescribes the device.
type nonrec t = {nextToken : Values_0.NextToken.t option;Next token of device description.
*)deviceName : Values_0.EntityName.t;The unique ID of the device.
*)deviceFleetName : Values_0.EntityName.t;The name of the fleet the devices belong to.
*)}val make :
?nextToken:??? ->
deviceName:Values_0.EntityName.t ->
deviceFleetName:Values_0.EntityName.t ->
unit ->
t