locationservice_batch_update_device_position {paws.application.integration} | R Documentation |
Uploads position update data for one or more devices to a tracker resource (up to 10 devices per batch)
Description
Uploads position update data for one or more devices to a tracker resource (up to 10 devices per batch). Amazon Location uses the data when it reports the last known device position and position history. Amazon Location retains location data for 30 days.
See https://www.paws-r-sdk.com/docs/locationservice_batch_update_device_position/ for full documentation.
Usage
locationservice_batch_update_device_position(TrackerName, Updates)
Arguments
TrackerName |
[required] The name of the tracker resource to update. |
Updates |
[required] Contains the position update details for each device, up to 10 devices. |
[Package paws.application.integration version 0.9.0 Index]