Skip to content

Commit bf85d53

Browse files
author
AWS
committed
Amazon Location Service Update: Adds support for calculation of routes, resource tagging and customer provided KMS keys.
1 parent d84fd05 commit bf85d53

File tree

3 files changed

+1120
-74
lines changed

3 files changed

+1120
-74
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": "Adds support for calculation of routes, resource tagging and customer provided KMS keys."
6+
}

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
"output_token": "NextToken",
66
"result_key": "DevicePositions"
77
},
8+
"ListDevicePositions": {
9+
"input_token": "NextToken",
10+
"output_token": "NextToken",
11+
"limit_key": "MaxResults",
12+
"result_key": "Entries"
13+
},
814
"ListGeofenceCollections": {
915
"input_token": "NextToken",
1016
"output_token": "NextToken",
@@ -28,6 +34,12 @@
2834
"limit_key": "MaxResults",
2935
"result_key": "Entries"
3036
},
37+
"ListRouteCalculators": {
38+
"input_token": "NextToken",
39+
"output_token": "NextToken",
40+
"limit_key": "MaxResults",
41+
"result_key": "Entries"
42+
},
3143
"ListTrackerConsumers": {
3244
"input_token": "NextToken",
3345
"output_token": "NextToken",

0 commit comments

Comments
 (0)