Skip to content

Commit

Permalink
AWS Control Tower Update: Adds support for new Baseline and EnabledBa…
Browse files Browse the repository at this point in the history
…seline APIs for automating multi-account governance.
  • Loading branch information
AWS committed Feb 14, 2024
1 parent 0d2f44a commit 220b367
Show file tree
Hide file tree
Showing 3 changed files with 687 additions and 13 deletions.
6 changes: 6 additions & 0 deletions .changes/next-release/feature-AWSControlTower-efcb38f.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "feature",
"category": "AWS Control Tower",
"contributor": "",
"description": "Adds support for new Baseline and EnabledBaseline APIs for automating multi-account governance."
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
{
"pagination": {
"ListBaselines": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "baselines"
},
"ListEnabledBaselines": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "enabledBaselines"
},
"ListEnabledControls": {
"input_token": "nextToken",
"output_token": "nextToken",
Expand Down
Loading

0 comments on commit 220b367

Please sign in to comment.