IoTWireless / Client / update_position
update_position#
- IoTWireless.Client.update_position(**kwargs)#
- Update the position information of a resource. - Warning- This action is no longer supported. Calls to update the position information should use the UpdateResourcePosition API operation instead. - Danger- This operation is deprecated and may not function as expected. This operation should not be used going forward and is only kept for the purpose of backwards compatiblity. - See also: AWS API Documentation - Request Syntax- response = client.update_position( ResourceIdentifier='string', ResourceType='WirelessDevice'|'WirelessGateway', Position=[ ..., ] ) - Parameters:
- ResourceIdentifier (string) – - [REQUIRED] - Resource identifier of the resource for which position is updated. 
- ResourceType (string) – - [REQUIRED] - Resource type of the resource for which position is updated. 
- Position (list) – - [REQUIRED] - The position information of the resource. - (float) – 
 
 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions- IoTWireless.Client.exceptions.ValidationException
- IoTWireless.Client.exceptions.AccessDeniedException
- IoTWireless.Client.exceptions.ResourceNotFoundException
- IoTWireless.Client.exceptions.ThrottlingException
- IoTWireless.Client.exceptions.InternalServerException