Skip to content

Commit

Permalink
Add non_aggregate_keys to cloudformation paginator
Browse files Browse the repository at this point in the history
  • Loading branch information
joguSD committed Feb 19, 2019
1 parent b493618 commit b7122db
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion botocore/data/cloudformation/2010-05-15/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,23 @@
"DescribeChangeSet": {
"input_token": "NextToken",
"output_token": "NextToken",
"result_key": "Changes"
"result_key": "Changes",
"non_aggregate_keys": [
"ChangeSetName",
"ChangeSetId",
"StackId",
"StackName",
"Description",
"Parameters",
"CreationTime",
"ExecutionStatus",
"Status",
"StatusReason",
"NotificationARNs",
"RollbackConfiguration",
"Capabilities",
"Tags"
]
},
"DescribeStackEvents": {
"input_token": "NextToken",
Expand Down

0 comments on commit b7122db

Please sign in to comment.