Skip to content

Commit 220b367

Browse files
author
AWS
committed
AWS Control Tower Update: Adds support for new Baseline and EnabledBaseline APIs for automating multi-account governance.
1 parent 0d2f44a commit 220b367

File tree

3 files changed

+687
-13
lines changed

3 files changed

+687
-13
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": "Adds support for new Baseline and EnabledBaseline APIs for automating multi-account governance."
6+
}

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
{
22
"pagination": {
3+
"ListBaselines": {
4+
"input_token": "nextToken",
5+
"output_token": "nextToken",
6+
"limit_key": "maxResults",
7+
"result_key": "baselines"
8+
},
9+
"ListEnabledBaselines": {
10+
"input_token": "nextToken",
11+
"output_token": "nextToken",
12+
"limit_key": "maxResults",
13+
"result_key": "enabledBaselines"
14+
},
315
"ListEnabledControls": {
416
"input_token": "nextToken",
517
"output_token": "nextToken",

0 commit comments

Comments
 (0)