Skip to content

Commit dbad473

Browse files
author
AWS
committed
Amazon Interactive Video Service Update: Bug fix: remove unsupported maxResults and nextToken pagination parameters from ListTagsForResource
1 parent c6a36af commit dbad473

File tree

3 files changed

+348
-264
lines changed

3 files changed

+348
-264
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 Interactive Video Service",
4+
"contributor": "",
5+
"description": "Bug fix: remove unsupported maxResults and nextToken pagination parameters from ListTagsForResource"
6+
}

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

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,24 @@
33
"ListChannels": {
44
"input_token": "nextToken",
55
"output_token": "nextToken",
6-
"limit_key": "maxResults",
7-
"result_key": "channels"
6+
"limit_key": "maxResults"
87
},
98
"ListPlaybackKeyPairs": {
109
"input_token": "nextToken",
1110
"output_token": "nextToken",
12-
"limit_key": "maxResults",
13-
"result_key": "keyPairs"
11+
"limit_key": "maxResults"
1412
},
1513
"ListRecordingConfigurations": {
1614
"input_token": "nextToken",
1715
"output_token": "nextToken",
18-
"limit_key": "maxResults",
19-
"result_key": "recordingConfigurations"
16+
"limit_key": "maxResults"
2017
},
2118
"ListStreamKeys": {
2219
"input_token": "nextToken",
2320
"output_token": "nextToken",
24-
"limit_key": "maxResults",
25-
"result_key": "streamKeys"
21+
"limit_key": "maxResults"
2622
},
2723
"ListStreams": {
28-
"input_token": "nextToken",
29-
"output_token": "nextToken",
30-
"limit_key": "maxResults",
31-
"result_key": "streams"
32-
},
33-
"ListTagsForResource": {
3424
"input_token": "nextToken",
3525
"output_token": "nextToken",
3626
"limit_key": "maxResults"

0 commit comments

Comments
 (0)