Skip to content

Commit 4f20111

Browse files
author
AWS
committed
AWS Control Tower Update: Added ListControlOperations API and filtering support for ListEnabledControls API. Updates also includes added metadata for enabled controls and control operations.
1 parent 5669ca7 commit 4f20111

File tree

3 files changed

+236
-14
lines changed

3 files changed

+236
-14
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 ListControlOperations API and filtering support for ListEnabledControls API. Updates also includes added metadata for enabled controls and control operations."
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
@@ -6,6 +6,12 @@
66
"limit_key": "maxResults",
77
"result_key": "baselines"
88
},
9+
"ListControlOperations": {
10+
"input_token": "nextToken",
11+
"output_token": "nextToken",
12+
"limit_key": "maxResults",
13+
"result_key": "controlOperations"
14+
},
915
"ListEnabledBaselines": {
1016
"input_token": "nextToken",
1117
"output_token": "nextToken",

0 commit comments

Comments
 (0)