Skip to content

Commit a2bf48d

Browse files
committed
Update latest service models
1 parent 5abe098 commit a2bf48d

File tree

77 files changed

+21794
-3062
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+21794
-3062
lines changed

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"pagination": {
3+
"ListConferenceProviders": {
4+
"input_token": "NextToken",
5+
"output_token": "NextToken",
6+
"limit_key": "MaxResults"
7+
},
38
"ListDeviceEvents": {
49
"input_token": "NextToken",
510
"output_token": "NextToken",
@@ -10,6 +15,21 @@
1015
"output_token": "NextToken",
1116
"limit_key": "MaxResults"
1217
},
18+
"ListSkillsStoreCategories": {
19+
"input_token": "NextToken",
20+
"output_token": "NextToken",
21+
"limit_key": "MaxResults"
22+
},
23+
"ListSkillsStoreSkillsByCategory": {
24+
"input_token": "NextToken",
25+
"output_token": "NextToken",
26+
"limit_key": "MaxResults"
27+
},
28+
"ListSmartHomeAppliances": {
29+
"input_token": "NextToken",
30+
"output_token": "NextToken",
31+
"limit_key": "MaxResults"
32+
},
1333
"ListTags": {
1434
"input_token": "NextToken",
1535
"output_token": "NextToken",

0 commit comments

Comments
 (0)