IoT1ClickDevicesService / Client / update_device_state
update_device_state#
- IoT1ClickDevicesService.Client.update_device_state(**kwargs)#
- Using a Boolean value (true or false), this operation enables or disables the device given a device ID. - See also: AWS API Documentation - Request Syntax- response = client.update_device_state( DeviceId='string', Enabled=True|False ) - Parameters:
- DeviceId (string) – - [REQUIRED] - The unique identifier of the device. 
- Enabled (boolean) – If true, the device is enabled. If false, the device is disabled. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – - 200 response 
 
 - Exceptions- IoT1ClickDevicesService.Client.exceptions.ResourceNotFoundException
- IoT1ClickDevicesService.Client.exceptions.InvalidRequestException
- IoT1ClickDevicesService.Client.exceptions.InternalFailureException