Skip to content

Commit f05b105

Browse files
author
AWS
committed
Amazon Simple Queue Service Update: Revert previous SQS protocol change.
1 parent 79b34ed commit f05b105

File tree

3 files changed

+298
-330
lines changed

3 files changed

+298
-330
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 Simple Queue Service",
4+
"contributor": "",
5+
"description": "Revert previous SQS protocol change."
6+
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"pagination": {
33
"ListDeadLetterSourceQueues": {
44
"input_token": "NextToken",
5-
"output_token": "NextToken",
65
"limit_key": "MaxResults",
6+
"output_token": "NextToken",
77
"result_key": "queueUrls"
88
},
99
"ListQueues": {
1010
"input_token": "NextToken",
11-
"output_token": "NextToken",
1211
"limit_key": "MaxResults",
12+
"output_token": "NextToken",
1313
"result_key": "QueueUrls"
1414
}
1515
}
16-
}
16+
}

0 commit comments

Comments
 (0)