MediaLive / Client / reboot_input_device
reboot_input_device#
- MediaLive.Client.reboot_input_device(**kwargs)#
Send a reboot command to the specified input device. The device will begin rebooting within a few seconds of sending the command. When the reboot is complete, the device’s connection status will change to connected.
See also: AWS API Documentation
Request Syntax
response = client.reboot_input_device( Force='NO'|'YES', InputDeviceId='string' )
- Parameters:
Force (string) – 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) – [REQUIRED] The unique ID of the input device to reboot. For example, hd-123456789abcdef.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) – Your reboot request has succeeded.
Exceptions
MediaLive.Client.exceptions.BadRequestException
MediaLive.Client.exceptions.UnprocessableEntityException
MediaLive.Client.exceptions.InternalServerErrorException
MediaLive.Client.exceptions.ForbiddenException
MediaLive.Client.exceptions.BadGatewayException
MediaLive.Client.exceptions.NotFoundException
MediaLive.Client.exceptions.GatewayTimeoutException
MediaLive.Client.exceptions.TooManyRequestsException