Skip to content

Commit 3bbf19d

Browse files
author
AWS
committed
Amazon Location Service Update: Added two new APIs, VerifyDevicePosition and ForecastGeofenceEvents. Added support for putting larger geofences up to 100,000 vertices with Geobuf fields.
1 parent 57a2763 commit 3bbf19d

File tree

3 files changed

+1544
-987
lines changed

3 files changed

+1544
-987
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Location Service",
4+
"contributor": "",
5+
"description": "Added two new APIs, VerifyDevicePosition and ForecastGeofenceEvents. Added support for putting larger geofences up to 100,000 vertices with Geobuf fields."
6+
}

services/location/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
22
"pagination": {
3+
"ForecastGeofenceEvents": {
4+
"input_token": "NextToken",
5+
"output_token": "NextToken",
6+
"limit_key": "MaxResults",
7+
"result_key": "ForecastedEvents"
8+
},
39
"GetDevicePositionHistory": {
410
"input_token": "NextToken",
511
"output_token": "NextToken",

0 commit comments

Comments
 (0)