Skip to content

Commit 61cc813

Browse files
author
AWS
committed
AWS Control Tower Update: Added ListLandingZoneOperations API.
1 parent 2f21851 commit 61cc813

File tree

3 files changed

+139
-20
lines changed

3 files changed

+139
-20
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": "AWS Control Tower",
4+
"contributor": "",
5+
"description": "Added ListLandingZoneOperations API."
6+
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
"limit_key": "maxResults",
2525
"result_key": "enabledControls"
2626
},
27+
"ListLandingZoneOperations": {
28+
"input_token": "nextToken",
29+
"output_token": "nextToken",
30+
"limit_key": "maxResults",
31+
"result_key": "landingZoneOperations"
32+
},
2733
"ListLandingZones": {
2834
"input_token": "nextToken",
2935
"output_token": "nextToken",

0 commit comments

Comments
 (0)