Skip to content

Commit 9cb619a

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: Add paginator support to DescribeStoreImageTasks and update documentation.
1 parent 6eb75be commit 9cb619a

File tree

3 files changed

+43
-31
lines changed

3 files changed

+43
-31
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 Elastic Compute Cloud",
4+
"contributor": "",
5+
"description": "Add paginator support to DescribeStoreImageTasks and update documentation."
6+
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,12 @@
410410
"output_token": "NextToken",
411411
"result_key": "StaleSecurityGroupSet"
412412
},
413+
"DescribeStoreImageTasks": {
414+
"input_token": "NextToken",
415+
"limit_key": "MaxResults",
416+
"output_token": "NextToken",
417+
"result_key": "StoreImageTaskResults"
418+
},
413419
"DescribeSubnets": {
414420
"input_token": "NextToken",
415421
"limit_key": "MaxResults",

0 commit comments

Comments
 (0)