Skip to content

Commit 4ab910d

Browse files
author
AWS
committed
AWS Control Catalog Update: Introduced ListControlMappings API that retrieves control mappings. Added control aliases and governed resources fields in GetControl and ListControls APIs. New filtering capability in ListControls API, with implementation identifiers and implementation types.
1 parent f813ca4 commit 4ab910d

File tree

3 files changed

+276
-10
lines changed

3 files changed

+276
-10
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": "Introduced ListControlMappings API that retrieves control mappings. Added control aliases and governed resources fields in GetControl and ListControls APIs. New filtering capability in ListControls API, with implementation identifiers and implementation types."
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+
"ListControlMappings": {
10+
"input_token": "NextToken",
11+
"output_token": "NextToken",
12+
"limit_key": "MaxResults",
13+
"result_key": "ControlMappings"
14+
},
915
"ListControls": {
1016
"input_token": "NextToken",
1117
"output_token": "NextToken",

0 commit comments

Comments
 (0)