Amazon Location Service Skill
amazonaws-com-location
amazonaws-com-location
| Method | Path | Description |
|---|---|---|
POST | /tracking/v0/trackers/{TrackerName}/consumers | |
POST | /tracking/v0/trackers/{TrackerName}/delete-positions | 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. You c... |
POST | /geofencing/v0/collections/{CollectionName}/delete-geofences | Deletes the position history of one or more devices from a tracker resource. |
POST | /geofencing/v0/collections/{CollectionName}/positions | Deletes a batch of geofences from a geofence collection. This operation deletes the resource permanently. |
POST | /tracking/v0/trackers/{TrackerName}/get-positions | Evaluates device positions against the geofence geometries from a given geofence collection. This operation always returns an empty response because geofences are asynchronously e... |
POST | /geofencing/v0/collections/{CollectionName}/put-geofences | Lists the latest device positions for requested devices. |
POST | /tracking/v0/trackers/{TrackerName}/positions | 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. |
POST | /routes/v0/calculators/{CalculatorName}/calculate/route | 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 positi... |
POST | /routes/v0/calculators/{CalculatorName}/calculate/route-matrix | Calculates a route given the following required parameters: DeparturePosition and DestinationPosition. Requires that you first create a route calculator resource. By default, a re... |
POST | /geofencing/v0/collections | Calculates a route matrix given the following required parameters: DeparturePositions and DestinationPositions. CalculateRouteMatrix calculates routes and returns the travel time... |
POST | /metadata/v0/keys | Creates a geofence collection, which manages and stores geofences. |
POST | /maps/v0/maps | Creates an API key resource in your Amazon Web Services account, which lets you grant actions for Amazon Location resources to the API key bearer. For more information, see Using... |
POST | /places/v0/indexes | Creates a map resource in your Amazon Web Services account, which provides map tiles of different styles sourced from global location data providers. If your application is tracki... |
POST | /routes/v0/calculators | Creates a place index resource in your Amazon Web Services account. Use a place index resource to geocode addresses and other text queries by using the SearchPlaceIndexForText ope... |
POST | /tracking/v0/trackers | Creates a route calculator resource in your Amazon Web Services account. You can send requests to a route calculator resource to estimate travel time, distance, and get directions... |
DELETE | /geofencing/v0/collections/{CollectionName} | Creates a tracker resource in your Amazon Web Services account, which lets you retrieve current and historical location of devices. |
DELETE | /metadata/v0/keys/{KeyName} | Deletes a geofence collection from your Amazon Web Services account. This operation deletes the resource permanently. If the geofence collection is the target of a tracker resourc... |
DELETE | /maps/v0/maps/{MapName} | Deletes the specified API key. The API key must have been deactivated more than 90 days previously. |
DELETE | /places/v0/indexes/{IndexName} | Deletes a map resource from your Amazon Web Services account. This operation deletes the resource permanently. If the map is being used in an application, the map may not render. |
DELETE | /routes/v0/calculators/{CalculatorName} | Deletes a place index resource from your Amazon Web Services account. This operation deletes the resource permanently. |
DELETE | /tracking/v0/trackers/{TrackerName} | Deletes a route calculator resource from your Amazon Web Services account. This operation deletes the resource permanently. |
GET | /geofencing/v0/collections/{CollectionName} | Deletes a tracker resource from your Amazon Web Services account. This operation deletes the resource permanently. If the tracker resource is in use, you may encounter an error. M... |
GET | /metadata/v0/keys/{KeyName} | Retrieves the geofence collection details. |
GET | /maps/v0/maps/{MapName} | Retrieves the API key resource details. |
GET | /places/v0/indexes/{IndexName} | Retrieves the map resource details. |
GET | /routes/v0/calculators/{CalculatorName} | Retrieves the place index resource details. |
GET | /tracking/v0/trackers/{TrackerName} | Retrieves the route calculator resource details. |
DELETE | /tracking/v0/trackers/{TrackerName}/consumers/{ConsumerArn} | Retrieves the tracker resource details. |
POST | /geofencing/v0/collections/{CollectionName}/forecast-geofence-events | Removes the association between a tracker resource and a geofence collection. Once you unlink a tracker resource from a geofence collection, the tracker positions will no longer b... |
GET | /tracking/v0/trackers/{TrackerName}/devices/{DeviceId}/positions/latest | Evaluates device positions against geofence geometries from a given geofence collection. The event forecasts three states for which a device can be in relative to a geofence: ENTE... |
Use this API as a Claude Code skill for instant agent access.
lapsh skill-install amazonaws-com-location
Downloads and installs to ~/.claude/skills/amazonaws-com-location/
2020-11-19 (2026-02-13)