You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>Creates an association between a geofence collection and a tracker resource. This
32
-
* allows the tracker resource to communicate location data to the linked geofence
33
-
* collection. </p>
34
-
* <p>You can associate up to five geofence collections to each tracker resource.</p>
35
-
* <note>
36
-
* <p>Currently not supported — Cross-account configurations, such as creating associations between a tracker resource in one account and a geofence collection in another account.</p>
37
-
* </note>
31
+
* <p>Creates an association between a geofence collection and a tracker resource. This allows the tracker resource to communicate location data to the linked geofence collection. </p> <p>You can associate up to five geofence collections to each tracker resource.</p> <note> <p>Currently not supported — Cross-account configurations, such as creating associations between a tracker resource in one account and a geofence collection in another account.</p> </note>
38
32
* @example
39
33
* Use a bare-bones client and the command you need to make an API call.
* <p>The operation was denied because the request would exceed the maximum <a href="https://docs.aws.amazon.com/location/previous/developerguide/location-quotas.html">quota</a>
77
-
* set for Amazon Location Service.</p>
69
+
* <p>The operation was denied because the request would exceed the maximum <a href="https://docs.aws.amazon.com/location/previous/developerguide/location-quotas.html">quota</a> set for Amazon Location Service.</p>
* <p>Evaluates device positions against the geofence geometries from a given geofence
37
-
* collection.</p>
38
-
* <p>This operation always returns an empty response because geofences are asynchronously
39
-
* evaluated. The evaluation determines if the device has entered or exited a geofenced
40
-
* area, and then publishes one of the following events to Amazon EventBridge:</p>
41
-
* <ul>
42
-
* <li>
43
-
* <p>
44
-
* <code>ENTER</code> if Amazon Location determines that the tracked device has entered
45
-
* a geofenced area.</p>
46
-
* </li>
47
-
* <li>
48
-
* <p>
49
-
* <code>EXIT</code> if Amazon Location determines that the tracked device has exited a
50
-
* geofenced area.</p>
51
-
* </li>
52
-
* </ul>
53
-
* <note>
54
-
* <p>The last geofence that a device was observed within is tracked for 30 days after
55
-
* the most recent device position update.</p>
56
-
* </note>
57
-
* <note>
58
-
* <p>Geofence evaluation uses the given device position. It does not account for the
59
-
* optional <code>Accuracy</code> of a <code>DevicePositionUpdate</code>.</p>
60
-
* </note>
61
-
* <note>
62
-
* <p>The <code>DeviceID</code> is used as a string to represent the device. You do not
63
-
* need to have a <code>Tracker</code> associated with the
64
-
* <code>DeviceID</code>.</p>
65
-
* </note>
36
+
* <p>Evaluates device positions against the geofence geometries from a given geofence collection.</p> <p>This operation always returns an empty response because geofences are asynchronously evaluated. The evaluation determines if the device has entered or exited a geofenced area, and then publishes one of the following events to Amazon EventBridge:</p> <ul> <li> <p> <code>ENTER</code> if Amazon Location determines that the tracked device has entered a geofenced area.</p> </li> <li> <p> <code>EXIT</code> if Amazon Location determines that the tracked device has exited a geofenced area.</p> </li> </ul> <note> <p>The last geofence that a device was observed within is tracked for 30 days after the most recent device position update.</p> </note> <note> <p>Geofence evaluation uses the given device position. It does not account for the optional <code>Accuracy</code> of a <code>DevicePositionUpdate</code>.</p> </note> <note> <p>The <code>DeviceID</code> is used as a string to represent the device. You do not need to have a <code>Tracker</code> associated with the <code>DeviceID</code>.</p> </note>
66
37
* @example
67
38
* Use a bare-bones client and the command you need to make an API call.
* <p>A batch request for storing geofence geometries into a given geofence collection, or
37
-
* updates the geometry of an existing geofence if a geofence ID is included in the
38
-
* request.</p>
36
+
* <p>A batch request for storing geofence geometries into a given geofence collection, or updates the geometry of an existing geofence if a geofence ID is included in the request.</p>
39
37
* @example
40
38
* Use a bare-bones client and the command you need to make an API call.
* <p>Uploads position update data for one or more devices to a tracker resource (up to
37
-
* 10 devices per batch). Amazon Location uses the data when it reports the last known device
38
-
* position and position history. Amazon Location retains location data for 30 days.</p>
39
-
* <note>
40
-
* <p>Position updates are handled based on the <code>PositionFiltering</code>
41
-
* property of the tracker. When <code>PositionFiltering</code> is set to
42
-
* <code>TimeBased</code>, updates are evaluated against linked geofence collections,
43
-
* and location data is stored at a maximum of one position per 30 second interval.
44
-
* If your update frequency is more often than every 30 seconds, only one update per
45
-
* 30 seconds is stored for each unique device ID.</p>
46
-
* <p>When <code>PositionFiltering</code> is set to <code>DistanceBased</code>
47
-
* filtering, location data is stored and evaluated against linked geofence
48
-
* collections only if the device has moved more than 30 m (98.4 ft).</p>
49
-
* <p>When <code>PositionFiltering</code> is set to <code>AccuracyBased</code>
50
-
* filtering, location data is stored and evaluated against linked geofence
51
-
* collections only if the device has moved more than the measured accuracy. For
52
-
* example, if two consecutive updates from a device have a horizontal accuracy of
53
-
* 5 m and 10 m, the second update is neither stored or evaluated if the device has
54
-
* moved less than 15 m. If <code>PositionFiltering</code> is set to
55
-
* <code>AccuracyBased</code> filtering, Amazon Location uses the default value
56
-
* <code>\{ "Horizontal": 0\}</code> when accuracy is not provided on a
57
-
* <code>DevicePositionUpdate</code>.</p>
58
-
* </note>
36
+
* <p>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.</p> <note> <p>Position updates are handled based on the <code>PositionFiltering</code> property of the tracker. When <code>PositionFiltering</code> is set to <code>TimeBased</code>, updates are evaluated against linked geofence collections, and location data is stored at a maximum of one position per 30 second interval. If your update frequency is more often than every 30 seconds, only one update per 30 seconds is stored for each unique device ID.</p> <p>When <code>PositionFiltering</code> is set to <code>DistanceBased</code> filtering, location data is stored and evaluated against linked geofence collections only if the device has moved more than 30 m (98.4 ft).</p> <p>When <code>PositionFiltering</code> is set to <code>AccuracyBased</code> filtering, location data is stored and evaluated against linked geofence collections only if the device has moved more than the measured accuracy. For example, if two consecutive updates from a device have a horizontal accuracy of 5 m and 10 m, the second update is neither stored or evaluated if the device has moved less than 15 m. If <code>PositionFiltering</code> is set to <code>AccuracyBased</code> filtering, Amazon Location uses the default value <code>\{ "Horizontal": 0\}</code> when accuracy is not provided on a <code>DevicePositionUpdate</code>.</p> </note>
59
37
* @example
60
38
* Use a bare-bones client and the command you need to make an API call.
0 commit comments