{ "uuid": "8c6f4922-3c43-4586-8ab2-d4729f965f04", "lastMigration": 29, "name": "Amazon Location Service", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "be972cae-cd69-4de0-b9cb-9575a56faa61", "documentation": "
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 can associate up to five geofence collections to each tracker resource.
Currently not supported — Cross-account configurations, such as creating associations between a tracker resource in one account and a geofence collection in another account.
Deletes a batch of geofences from a geofence collection.
This operation deletes the resource permanently.
Evaluates device positions against the geofence geometries from a given geofence collection.
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:
ENTER
if Amazon Location determines that the tracked device has entered a geofenced area.
EXIT
if Amazon Location determines that the tracked device has exited a geofenced area.
The last geofence that a device was observed within is tracked for 30 days after the most recent device position update.
Uploads position update data for one or more devices to a tracker resource. Amazon Location uses the data when reporting the last known device position and position history.
Only one position update is stored per sample time. Location data is sampled at a fixed rate of one position per 30-second interval and retained for 30 days before it's deleted.
Calculates a route given the following required parameters: DeparturePostiton
and DestinationPosition
. Requires that you first create a route calculator resource
By default, a request that doesn't specify a departure time uses the best time of day to travel with the best traffic conditions when calculating the route.
Additional options include:
Specifying a departure time using either DepartureTime
or DepartureNow
. This calculates a route based on predictive traffic data at the given time.
You can't specify both DepartureTime
and DepartureNow
in a single request. Specifying both parameters returns an error message.
Specifying a travel mode using TravelMode. This lets you specify an additional route preference such as CarModeOptions
if traveling by Car
, or TruckModeOptions
if traveling by Truck
.
", "method": "post", "endpoint": "routes/v0/calculators/:CalculatorName/calculate/route", "responses": [ { "uuid": "bd58335d-275e-4274-a855-39c16f01e46e", "body": "{\n \"Legs\": [\n {\n \"Distance\": {{faker 'number.float'}},\n \"DurationSeconds\": {{faker 'number.float'}},\n \"EndPosition\": [\n {{faker 'number.float'}}\n ],\n \"Geometry\": {\n \"LineString\": [\n [\n {{faker 'number.float'}}\n ]\n ]\n },\n \"StartPosition\": [\n {{faker 'number.float'}}\n ],\n \"Steps\": [\n {\n \"Distance\": {{faker 'number.float'}},\n \"DurationSeconds\": {{faker 'number.float'}},\n \"EndPosition\": [\n {{faker 'number.float'}}\n ],\n \"GeometryOffset\": {{faker 'number.int' max=99999}},\n \"StartPosition\": [\n {{faker 'number.float'}}\n ]\n }\n ]\n }\n ],\n \"Summary\": {\n \"DataSource\": \"\",\n \"Distance\": {{faker 'number.float'}},\n \"DistanceUnit\": \"\",\n \"DurationSeconds\": {{faker 'number.float'}},\n \"RouteBBox\": [\n {{faker 'number.float'}}\n ]\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "0779870a-b7b0-4575-90d6-fdaacd0e49c3", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServerException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2bd8d73f-dff5-472a-895a-ce47436a191e", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceNotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f304954a-987f-483f-bb94-e9aa9152f700", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "AccessDeniedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a9dc0ff4-0059-45b8-8061-ed46511702d7", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ValidationException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "08265889-d7f5-4ce3-98f1-031a260cebe2", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "ThrottlingException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "97017b3d-b5f8-4e13-b3cd-b3813f3a988f", "documentation": "Creates a geofence collection, which manages and stores geofences.", "method": "post", "endpoint": "geofencing/v0/collections", "responses": [ { "uuid": "a865fc82-63f5-452b-ac30-6bb8ff1f3e5c", "body": "{\n \"CollectionArn\": \"\",\n \"CollectionName\": \"\",\n \"CreateTime\": \"{{faker 'date.recent' 365}}\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "67d70e73-6509-4188-8a72-74edbb8fb0a3", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServerException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d73d21d0-4ca3-4e9d-9503-130c0846aca0", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ConflictException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e372afbe-d084-4011-be7c-8d2c2cb7b04a", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "AccessDeniedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "45973c58-392b-4bcd-a315-ae2163d569c7", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ValidationException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c3292988-89d8-4c7b-98db-c8c57e4909e8", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "ThrottlingException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3ffdf001-b432-45db-91cb-a906df2373ff", "documentation": "Creates a map resource in your AWS account, which provides map tiles of different styles sourced from global location data providers.", "method": "post", "endpoint": "maps/v0/maps", "responses": [ { "uuid": "58ed0c5c-f060-43c7-a7ce-284006a4ba75", "body": "{\n \"CreateTime\": \"{{faker 'date.recent' 365}}\",\n \"MapArn\": \"\",\n \"MapName\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "dea3f21f-ba8d-482c-8d30-efa19fc6beef", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServerException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e10f12e9-0dd1-40d8-ba2c-c371a4f08bda", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ConflictException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d297a44d-9bc7-4422-ac26-2c4b826d1f7c", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "AccessDeniedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8f423261-fb81-4469-951a-164c8d47f160", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ValidationException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "28f7e996-b487-4e47-9658-3386b275cb45", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "ThrottlingException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c7b6250c-4b24-4f6c-a43e-51609cc6e244", "documentation": "Creates a place index resource in your AWS account, which supports functions with geospatial data sourced from your chosen data provider.", "method": "post", "endpoint": "places/v0/indexes", "responses": [ { "uuid": "097862c9-2180-477b-92f9-3f80b35456ef", "body": "{\n \"CreateTime\": \"{{faker 'date.recent' 365}}\",\n \"IndexArn\": \"\",\n \"IndexName\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "28d1b166-377b-4552-8016-ed6f73656ed5", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServerException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "89d49d77-59b8-4c25-9771-92f66210015d", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ConflictException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "50330668-90cd-410b-8ddd-03e39eb3e707", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "AccessDeniedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3239dd80-18cb-4ffe-aaf4-8990e20e8318", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ValidationException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ff3d9e32-a4e4-41c5-b163-4346a1945bbf", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "ThrottlingException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "435dd277-8b99-4ab7-9dfd-4d04a1c8fcd9", "documentation": "
Creates a route calculator resource in your AWS account.
You can send requests to a route calculator resource to estimate travel time, distance, and get directions. A route calculator sources traffic and road network data from your chosen data provider.
", "method": "post", "endpoint": "routes/v0/calculators", "responses": [ { "uuid": "fb21d3f4-6ac6-4876-978b-5ba91d4b0f87", "body": "{\n \"CalculatorArn\": \"\",\n \"CalculatorName\": \"\",\n \"CreateTime\": \"{{faker 'date.recent' 365}}\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "69b3b78a-c077-4ffe-920a-3791531fe1dc", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServerException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "609d3ce6-ebc5-4380-91fb-48253f4dcd92", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ConflictException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3eda7601-1f8e-4c88-92bb-b2e06ea7c060", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "AccessDeniedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "fc04d0ba-8d82-4e3c-9af0-afad66321881", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ValidationException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "309b8406-a913-408a-a7ca-e8bdd62cc3eb", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "ThrottlingException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ad7d40f9-9963-4b1f-8d39-fea57618bed1", "documentation": "Creates a tracker resource in your AWS account, which lets you retrieve current and historical location of devices.", "method": "post", "endpoint": "tracking/v0/trackers", "responses": [ { "uuid": "611f0d2e-4018-4098-8ba7-dc021958824d", "body": "{\n \"CreateTime\": \"{{faker 'date.recent' 365}}\",\n \"TrackerArn\": \"\",\n \"TrackerName\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "555158fb-2f52-4bd7-b01b-4dfd224d12fc", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServerException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "719a78e8-e653-44e2-87f2-3a9547bd2da1", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ConflictException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4946984f-94d1-4e25-bcdd-22187f5ec368", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "AccessDeniedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "13e1e6b8-8c37-4e30-954c-b9c8f58927b8", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ValidationException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "bab00f8e-f9df-448a-b53d-871d29461b6e", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "ThrottlingException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "78d2ea85-5c2f-4208-a39f-cec78e5134b2", "documentation": "Deletes a geofence collection from your AWS account.
This operation deletes the resource permanently. If the geofence collection is the target of a tracker resource, the devices will no longer be monitored.
Deletes a map resource from your AWS account.
This operation deletes the resource permanently. If the map is being used in an application, the map may not render.
Deletes a place index resource from your AWS account.
This operation deletes the resource permanently.
Deletes a route calculator resource from your AWS account.
This operation deletes the resource permanently.
Deletes a tracker resource from your AWS account.
This operation deletes the resource permanently. If the tracker resource is in use, you may encounter an error. Make sure that the target resource isn't a dependency for your applications.
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 be automatically evaluated against geofences.
Retrieves a device's most recent position according to its sample time.
Device positions are deleted after 30 days.
Retrieves the device position history from a tracker resource within a specified range of time.
Device positions are deleted after 30 days.
Retrieves the map style descriptor from a map resource.
The style descriptor contains specifications on how features render on a map. For example, what data to display, what order to display the data in, and the style for the data. Style descriptors follow the Mapbox Style Specification.
", "method": "get", "endpoint": "maps/v0/maps/:MapName/style-descriptor", "responses": [ { "uuid": "e96f9bf5-7399-4ac5-9eb3-a5349edde004", "body": "{\n \"Blob\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8fc02690-cf07-47b3-8c4c-28ae2a841ba8", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServerException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "39bbcce0-3e0b-4c9b-bb18-8b95c59d0b0a", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceNotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "abfb384a-6dbd-481e-b5d3-7cc82ac6b9fc", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "AccessDeniedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8031515d-76b1-4db4-8d82-a8ef6c3f539b", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ValidationException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "25c708a7-e5d9-4969-a662-13f22ee8ed56", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "ThrottlingException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a69137e1-27fa-4bdc-beee-32f83126e698", "documentation": "Retrieves a vector data tile from the map resource. Map tiles are used by clients to render a map. they're addressed using a grid arrangement with an X coordinate, Y coordinate, and Z (zoom) level.
The origin (0, 0) is the top left of the map. Increasing the zoom level by 1 doubles both the X and Y dimensions, so a tile containing data for the entire world at (0/0/0) will be split into 4 tiles at zoom 1 (1/0/0, 1/0/1, 1/1/0, 1/1/1).
", "method": "get", "endpoint": "maps/v0/maps/:MapName/tiles/:Z/:X/:Y", "responses": [ { "uuid": "f2a603a0-1a7d-40d2-84df-5e2233b95451", "body": "{\n \"Blob\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "414e69ab-af78-433c-b138-5fe59d5b62bd", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServerException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7836d5be-0737-429f-8f31-eb42c18810be", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceNotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7d5d5c45-d3b8-4cbb-8099-fdb2394e8bcb", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "AccessDeniedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b35fab38-f816-4a4c-8e78-f6aae46b36e2", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ValidationException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f4988958-d6c0-4e4a-8f3d-a053028291f5", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "ThrottlingException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b527e461-3a49-4462-bf58-937066d0791a", "documentation": "A batch request to retrieve all device positions.", "method": "post", "endpoint": "tracking/v0/trackers/:TrackerName/list-positions", "responses": [ { "uuid": "4a134370-f43b-4d24-a060-ef51df598b62", "body": "{\n \"Entries\": [\n {\n \"DeviceId\": \"\",\n \"Position\": [\n {{faker 'number.float'}}\n ],\n \"SampleTime\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6ea11b65-a3b0-4002-b07d-6ce90fb3cb5a", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServerException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7ed141de-eae8-442d-a0c8-25b714cbc120", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "AccessDeniedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5081baec-0cd9-4575-8c7c-0420726625ad", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ValidationException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7e5e19d6-3e74-465f-94e0-cbd0d32cbbea", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ThrottlingException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "466e131e-9d04-45f4-9563-69acf3701821", "documentation": "Lists geofence collections in your AWS account.", "method": "post", "endpoint": "geofencing/v0/list-collections", "responses": [ { "uuid": "6a98fe50-a1cf-4d4f-887b-13f53e185375", "body": "{\n \"Entries\": [\n {\n \"CollectionName\": \"\",\n \"CreateTime\": \"{{faker 'date.recent' 365}}\",\n \"Description\": \"\",\n \"PricingPlan\": \"\",\n \"PricingPlanDataSource\": \"\",\n \"UpdateTime\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "030b5395-75ec-4e12-baeb-eaf375b65902", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServerException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9ffa3f92-8514-4bae-9077-b19a20b5d096", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "AccessDeniedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "60b2c262-3150-4db9-93b4-c548d4d5f5e0", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ValidationException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "803eb111-08b7-478e-9d13-7f1aa22992be", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ThrottlingException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "09db9a18-1254-4fcc-946a-a90367d31756", "documentation": "Lists geofences stored in a given geofence collection.", "method": "post", "endpoint": "geofencing/v0/collections/:CollectionName/list-geofences", "responses": [ { "uuid": "123d7a8e-30a4-4e03-987f-65d2e4daaacb", "body": "{\n \"Entries\": [\n {\n \"CreateTime\": \"{{faker 'date.recent' 365}}\",\n \"GeofenceId\": \"\",\n \"Geometry\": {\n \"Polygon\": [\n [\n [\n {{faker 'number.float'}}\n ]\n ]\n ]\n },\n \"Status\": \"\",\n \"UpdateTime\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2823183d-4bdd-40a6-ace7-31850791cde1", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServerException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6265d315-7217-4078-aaa8-42fc063bf85c", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceNotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f31340f4-f376-4292-961e-ca75a86aca55", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "AccessDeniedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8938e6de-a1cc-4806-b35e-ff8934ccb1da", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ValidationException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "911c48db-4269-42d5-8b6a-ebc5c37f5a4e", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "ThrottlingException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "57f4b396-2417-4ae6-9ee1-62c0178dc941", "documentation": "Lists map resources in your AWS account.", "method": "post", "endpoint": "maps/v0/list-maps", "responses": [ { "uuid": "7acb681d-c072-4989-8341-3b53abc4a8b6", "body": "{\n \"Entries\": [\n {\n \"CreateTime\": \"{{faker 'date.recent' 365}}\",\n \"DataSource\": \"\",\n \"Description\": \"\",\n \"MapName\": \"\",\n \"PricingPlan\": \"\",\n \"UpdateTime\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "349f691e-9cb0-4d90-8e0f-26efdc966d61", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServerException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9137b603-f7c4-4e10-9948-03a54e8fd90d", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "AccessDeniedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "bc053ca1-19e8-4d44-95bc-86962607cd43", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ValidationException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "455765c4-3b8a-41e5-a3f3-c857de2a0ba4", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ThrottlingException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "84c52ef8-55f6-4592-afe7-a0655d53033d", "documentation": "Lists place index resources in your AWS account.", "method": "post", "endpoint": "places/v0/list-indexes", "responses": [ { "uuid": "f6e3010b-f395-4598-a6d4-4720115e36da", "body": "{\n \"Entries\": [\n {\n \"CreateTime\": \"{{faker 'date.recent' 365}}\",\n \"DataSource\": \"\",\n \"Description\": \"\",\n \"IndexName\": \"\",\n \"PricingPlan\": \"\",\n \"UpdateTime\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4cf8a780-96f9-4861-8624-9281544dc257", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServerException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5fcd3bd1-fded-4e8a-9ee2-51ad2932c992", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "AccessDeniedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "166da1c1-f2d9-427d-9d5b-dff333167e6f", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ValidationException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2fee802e-05a3-45b4-be93-311f5aee2820", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ThrottlingException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ba69582d-6207-4ff6-88b2-55bbe1dff99f", "documentation": "Lists route calculator resources in your AWS account.", "method": "post", "endpoint": "routes/v0/list-calculators", "responses": [ { "uuid": "01190b1b-d942-42aa-b1f3-20aa30405fab", "body": "{\n \"Entries\": [\n {\n \"CalculatorName\": \"\",\n \"CreateTime\": \"{{faker 'date.recent' 365}}\",\n \"DataSource\": \"\",\n \"Description\": \"\",\n \"PricingPlan\": \"\",\n \"UpdateTime\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9903e24a-77fc-4183-befe-3d7ecc4b260a", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServerException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "80c7a733-55ab-45c6-904a-f4ec16270586", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "AccessDeniedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f8dd5dd2-2e0b-460b-8724-33c92da4f7b1", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ValidationException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d7cf9798-9222-4416-a769-bdc2d3051a8c", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ThrottlingException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "88f3e0a7-b7aa-4093-b7c6-a92dce0f2363", "documentation": "Returns a list of tags that are applied to the specified Amazon Location resource.", "method": "get", "endpoint": "tags/:ResourceArn", "responses": [ { "uuid": "f9eda565-1b13-4e86-a98b-8454da6ba5ae", "body": "{\n \"Tags\": {}\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1d35143b-336f-4700-9117-0faa1b5cd135", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServerException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "329634ca-5bfd-4d50-a292-d48f8076c04d", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceNotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "cfcac571-5be4-473c-96cd-93642a84bade", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "AccessDeniedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "128e7a04-d24b-4725-abfb-52e202edc5ea", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ValidationException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2f3d0434-c14d-44d4-8740-808eaa52c0ea", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "ThrottlingException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "534488d5-ee9d-4e74-8ed1-d56b50f7e227", "documentation": "Assigns one or more tags (key-value pairs) to the specified Amazon Location Service resource.
<p>Tags can help you organize and categorize your resources. You can also use them to scope user permissions, by granting a user permission to access or change only resources with certain tag values.</p> <p>You can use the <code>TagResource</code> operation with an Amazon Location Service resource that already has tags. If you specify a new tag key for the resource, this tag is appended to the tags already associated with the resource. If you specify a tag key that's already associated with the resource, the new tag value that you specify replaces the previous value for that tag. </p> <p>You can associate up to 50 tags with a resource.</p>
",
"method": "post",
"endpoint": "tags/:ResourceArn",
"responses": [
{
"uuid": "b2b36517-ae1c-4e5a-8023-27befadabb1b",
"body": "{}",
"latency": 0,
"statusCode": 200,
"label": "Success",
"headers": [{ "key": "Content-Type", "value": "application/json" }],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": true,
"crudKey": "id"
},
{
"uuid": "5617c9ab-b546-46fe-aa74-7afaa272e7f0",
"body": "\"\"",
"latency": 0,
"statusCode": 480,
"label": "InternalServerException",
"headers": [{ "key": "Content-Type", "value": "application/json" }],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false,
"crudKey": "id"
},
{
"uuid": "61213e34-6985-4ec4-8987-2085b7a1278f",
"body": "\"\"",
"latency": 0,
"statusCode": 481,
"label": "ResourceNotFoundException",
"headers": [{ "key": "Content-Type", "value": "application/json" }],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false,
"crudKey": "id"
},
{
"uuid": "a8fb5ad2-d7ee-4979-a3c3-15f9ebc5a346",
"body": "\"\"",
"latency": 0,
"statusCode": 482,
"label": "AccessDeniedException",
"headers": [{ "key": "Content-Type", "value": "application/json" }],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false,
"crudKey": "id"
},
{
"uuid": "a92b5fdf-3c7b-4e21-90e0-cdaf768a90f7",
"body": "\"\"",
"latency": 0,
"statusCode": 483,
"label": "ValidationException",
"headers": [{ "key": "Content-Type", "value": "application/json" }],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false,
"crudKey": "id"
},
{
"uuid": "4ec610b3-5db4-481f-8c0e-16e6f552ea67",
"body": "\"\"",
"latency": 0,
"statusCode": 484,
"label": "ThrottlingException",
"headers": [{ "key": "Content-Type", "value": "application/json" }],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false,
"crudKey": "id"
}
],
"enabled": true,
"responseMode": null,
"type": "http"
},
{
"uuid": "410f56bc-0b0b-4fb5-88d5-f212de2d3636",
"documentation": "Lists geofence collections currently associated to the given tracker resource.",
"method": "post",
"endpoint": "tracking/v0/trackers/:TrackerName/list-consumers",
"responses": [
{
"uuid": "8df915df-51cb-471f-93c4-a87a5be9b848",
"body": "{\n \"ConsumerArns\": [\n \"\"\n ],\n \"NextToken\": \"\"\n}",
"latency": 0,
"statusCode": 200,
"label": "Success",
"headers": [{ "key": "Content-Type", "value": "application/json" }],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": true,
"crudKey": "id"
},
{
"uuid": "8151900f-f62d-4533-ac2a-17f74c15478d",
"body": "\"\"",
"latency": 0,
"statusCode": 480,
"label": "InternalServerException",
"headers": [{ "key": "Content-Type", "value": "application/json" }],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false,
"crudKey": "id"
},
{
"uuid": "84af3ffe-5bb7-4005-8692-5a9652c09c72",
"body": "\"\"",
"latency": 0,
"statusCode": 481,
"label": "ResourceNotFoundException",
"headers": [{ "key": "Content-Type", "value": "application/json" }],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false,
"crudKey": "id"
},
{
"uuid": "a626085b-f980-47e5-8c7e-51843698fea6",
"body": "\"\"",
"latency": 0,
"statusCode": 482,
"label": "AccessDeniedException",
"headers": [{ "key": "Content-Type", "value": "application/json" }],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false,
"crudKey": "id"
},
{
"uuid": "bac2b14b-aeab-443a-b550-65bbc6674829",
"body": "\"\"",
"latency": 0,
"statusCode": 483,
"label": "ValidationException",
"headers": [{ "key": "Content-Type", "value": "application/json" }],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false,
"crudKey": "id"
},
{
"uuid": "bbeba670-0961-497a-bc01-edfa8e297c47",
"body": "\"\"",
"latency": 0,
"statusCode": 484,
"label": "ThrottlingException",
"headers": [{ "key": "Content-Type", "value": "application/json" }],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false,
"crudKey": "id"
}
],
"enabled": true,
"responseMode": null,
"type": "http"
},
{
"uuid": "203f8470-3d9d-4adc-931c-3262a3ed57b5",
"documentation": "Lists tracker resources in your AWS account.",
"method": "post",
"endpoint": "tracking/v0/list-trackers",
"responses": [
{
"uuid": "a60bd97c-e7ad-4d50-9e1e-22c0376bc4d5",
"body": "{\n \"Entries\": [\n {\n \"CreateTime\": \"{{faker 'date.recent' 365}}\",\n \"Description\": \"\",\n \"PricingPlan\": \"\",\n \"PricingPlanDataSource\": \"\",\n \"TrackerName\": \"\",\n \"UpdateTime\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"NextToken\": \"\"\n}",
"latency": 0,
"statusCode": 200,
"label": "Success",
"headers": [{ "key": "Content-Type", "value": "application/json" }],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": true,
"crudKey": "id"
},
{
"uuid": "3d2a7ef1-0257-4683-81fa-b28beff86f2b",
"body": "\"\"",
"latency": 0,
"statusCode": 480,
"label": "InternalServerException",
"headers": [{ "key": "Content-Type", "value": "application/json" }],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false,
"crudKey": "id"
},
{
"uuid": "5d02a119-54b9-474c-a4d7-70723645e3ee",
"body": "\"\"",
"latency": 0,
"statusCode": 481,
"label": "AccessDeniedException",
"headers": [{ "key": "Content-Type", "value": "application/json" }],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false,
"crudKey": "id"
},
{
"uuid": "9faffcfb-61ed-44df-a0c4-4e914e11f008",
"body": "\"\"",
"latency": 0,
"statusCode": 482,
"label": "ValidationException",
"headers": [{ "key": "Content-Type", "value": "application/json" }],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false,
"crudKey": "id"
},
{
"uuid": "3ae31be9-b68f-41d1-9d1a-98a7d46b5ba3",
"body": "\"\"",
"latency": 0,
"statusCode": 483,
"label": "ThrottlingException",
"headers": [{ "key": "Content-Type", "value": "application/json" }],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false,
"crudKey": "id"
}
],
"enabled": true,
"responseMode": null,
"type": "http"
},
{
"uuid": "91cf9e3e-5641-4584-962b-c984608c7c59",
"documentation": "Reverse geocodes a given coordinate and returns a legible address. Allows you to search for Places or points of interest near a given position.",
"method": "post",
"endpoint": "places/v0/indexes/:IndexName/search/position",
"responses": [
{
"uuid": "48b3e2ad-b663-4750-9cfe-67185b9c3b05",
"body": "{\n \"Results\": [\n {\n \"Place\": {\n \"AddressNumber\": \"\",\n \"Country\": \"\",\n \"Geometry\": {\n \"Point\": [\n {{faker 'number.float'}}\n ]\n },\n \"Label\": \"\",\n \"Municipality\": \"\",\n \"Neighborhood\": \"\",\n \"PostalCode\": \"\",\n \"Region\": \"\",\n \"Street\": \"\",\n \"SubRegion\": \"\"\n }\n }\n ],\n \"Summary\": {\n \"DataSource\": \"\",\n \"MaxResults\": {{faker 'number.int' max=99999}},\n \"Position\": [\n {{faker 'number.float'}}\n ]\n }\n}",
"latency": 0,
"statusCode": 200,
"label": "Success",
"headers": [{ "key": "Content-Type", "value": "application/json" }],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": true,
"crudKey": "id"
},
{
"uuid": "7b8d82d9-fbbb-4043-8005-427ff9dd9618",
"body": "\"\"",
"latency": 0,
"statusCode": 480,
"label": "InternalServerException",
"headers": [{ "key": "Content-Type", "value": "application/json" }],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false,
"crudKey": "id"
},
{
"uuid": "df7d9053-64c1-492a-91bc-2875a3257920",
"body": "\"\"",
"latency": 0,
"statusCode": 481,
"label": "ResourceNotFoundException",
"headers": [{ "key": "Content-Type", "value": "application/json" }],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false,
"crudKey": "id"
},
{
"uuid": "191eeec9-8e6c-4dfc-a308-169b5ff10d8b",
"body": "\"\"",
"latency": 0,
"statusCode": 482,
"label": "AccessDeniedException",
"headers": [{ "key": "Content-Type", "value": "application/json" }],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false,
"crudKey": "id"
},
{
"uuid": "e0c32b2c-d0a0-4460-a73b-c8ad9236ea1c",
"body": "\"\"",
"latency": 0,
"statusCode": 483,
"label": "ValidationException",
"headers": [{ "key": "Content-Type", "value": "application/json" }],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false,
"crudKey": "id"
},
{
"uuid": "776e7b7f-8d62-4de8-bde6-22879728689d",
"body": "\"\"",
"latency": 0,
"statusCode": 484,
"label": "ThrottlingException",
"headers": [{ "key": "Content-Type", "value": "application/json" }],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false,
"crudKey": "id"
}
],
"enabled": true,
"responseMode": null,
"type": "http"
},
{
"uuid": "433533f3-d669-453d-bd3f-0408092e69e7",
"documentation": "Geocodes free-form text, such as an address, name, city, or region to allow you to search for Places or points of interest.
Includes the option to apply additional parameters to narrow your list of results.
You can search for places near a given position using BiasPosition
, or filter results within a bounding box using FilterBBox
. Providing both parameters simultaneously returns an error.