Values.RebootInputDeviceRequestSourceA request to reboot an AWS Elemental device.
type nonrec t = {force : RebootInputDeviceForce.t option;Force a reboot of an input device. If the device is streaming, it will stop streaming and begin rebooting within a few seconds of sending the command. If the device was streaming prior to the reboot, the device will resume streaming when the reboot completes.
*)inputDeviceId : string;The unique ID of the input device to reboot. For example, hd-123456789abcdef.
*)}