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=[
...,
]
)
[REQUIRED]
Resource identifier of the resource for which position is updated.
[REQUIRED]
Resource type of the resource for which position is updated.
[REQUIRED]
The position information of the resource.
dict
Response Syntax
{}
Response Structure
Exceptions
IoTWireless.Client.exceptions.ValidationException
IoTWireless.Client.exceptions.AccessDeniedException
IoTWireless.Client.exceptions.ResourceNotFoundException
IoTWireless.Client.exceptions.ThrottlingException
IoTWireless.Client.exceptions.InternalServerException