Skip to content

Commit 3ed2f14

Browse files
author
AWS
committed
AWS Control Catalog Update: AWS Control Tower provides two new public APIs controlcatalog:ListControls and controlcatalog:GetControl under controlcatalog service namespace, which enable customers to programmatically retrieve control metadata of available controls.
1 parent 9c9b3d4 commit 3ed2f14

File tree

4 files changed

+258
-46
lines changed

4 files changed

+258
-46
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 Catalog",
4+
"contributor": "",
5+
"description": "AWS Control Tower provides two new public APIs controlcatalog:ListControls and controlcatalog:GetControl under controlcatalog service namespace, which enable customers to programmatically retrieve control metadata of available controls."
6+
}

services/controlcatalog/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": "CommonControls"
88
},
9+
"ListControls": {
10+
"input_token": "NextToken",
11+
"output_token": "NextToken",
12+
"limit_key": "MaxResults",
13+
"result_key": "Controls"
14+
},
915
"ListDomains": {
1016
"input_token": "NextToken",
1117
"output_token": "NextToken",

0 commit comments

Comments
 (0)