// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`RebootInputDevice`](crate::operation::reboot_input_device::builders::RebootInputDeviceFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`force(RebootInputDeviceForce)`](crate::operation::reboot_input_device::builders::RebootInputDeviceFluentBuilder::force) / [`set_force(Option<RebootInputDeviceForce>)`](crate::operation::reboot_input_device::builders::RebootInputDeviceFluentBuilder::set_force):<br>required: **false**<br>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.<br>
/// - [`input_device_id(impl Into<String>)`](crate::operation::reboot_input_device::builders::RebootInputDeviceFluentBuilder::input_device_id) / [`set_input_device_id(Option<String>)`](crate::operation::reboot_input_device::builders::RebootInputDeviceFluentBuilder::set_input_device_id):<br>required: **true**<br>The unique ID of the input device to reboot. For example, hd-123456789abcdef.<br>
/// - On success, responds with [`RebootInputDeviceOutput`](crate::operation::reboot_input_device::RebootInputDeviceOutput)
/// - On failure, responds with [`SdkError<RebootInputDeviceError>`](crate::operation::reboot_input_device::RebootInputDeviceError)
pub fn reboot_input_device(&self) -> crate::operation::reboot_input_device::builders::RebootInputDeviceFluentBuilder {
crate::operation::reboot_input_device::builders::RebootInputDeviceFluentBuilder::new(self.handle.clone())
}
}