Skip to content

Commit ba53a20

Browse files
authored
[v2] Add supported imagebuilder paginators (#9451)
1 parent 244ae37 commit ba53a20

File tree

3 files changed

+57
-2
lines changed

3 files changed

+57
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``imagebuilder``",
4+
"description": "Add all ``imagebuilder`` modeled paginators that are currently supported by AWS CLI v2."
5+
}
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
11
{
2-
"pagination": {}
3-
}
2+
"pagination": {
3+
"ListLifecycleExecutionResources": {
4+
"input_token": "nextToken",
5+
"output_token": "nextToken",
6+
"limit_key": "maxResults",
7+
"result_key": "resources"
8+
},
9+
"ListLifecycleExecutions": {
10+
"input_token": "nextToken",
11+
"output_token": "nextToken",
12+
"limit_key": "maxResults",
13+
"result_key": "lifecycleExecutions"
14+
},
15+
"ListLifecyclePolicies": {
16+
"input_token": "nextToken",
17+
"output_token": "nextToken",
18+
"limit_key": "maxResults",
19+
"result_key": "lifecyclePolicySummaryList"
20+
},
21+
"ListWaitingWorkflowSteps": {
22+
"input_token": "nextToken",
23+
"output_token": "nextToken",
24+
"limit_key": "maxResults",
25+
"result_key": "steps"
26+
},
27+
"ListWorkflowBuildVersions": {
28+
"input_token": "nextToken",
29+
"output_token": "nextToken",
30+
"limit_key": "maxResults",
31+
"result_key": "workflowSummaryList"
32+
},
33+
"ListWorkflows": {
34+
"input_token": "nextToken",
35+
"output_token": "nextToken",
36+
"limit_key": "maxResults",
37+
"result_key": "workflowVersionList"
38+
}
39+
}
40+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"version": 1.0,
3+
"merge": {
4+
"pagination": {
5+
"ListLifecycleExecutionResources": {
6+
"non_aggregate_keys": [
7+
"lifecycleExecutionId",
8+
"lifecycleExecutionState"
9+
]
10+
}
11+
}
12+
}
13+
}

0 commit comments

Comments
 (0)