update_resource_position
(**kwargs)¶Update the position information of a given wireless device or a wireless gateway resource. The position coordinates are based on the World Geodetic System (WGS84).
See also: AWS API Documentation
Request Syntax
response = client.update_resource_position(
ResourceIdentifier='string',
ResourceType='WirelessDevice'|'WirelessGateway',
GeoJsonPayload=b'bytes'|file
)
[REQUIRED]
The identifier of the resource for which position information is updated. It can be the wireless device ID or the wireless gateway ID, depending on the resource type.
[REQUIRED]
The type of resource for which position information is updated, which can be a wireless device or a wireless gateway.
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