Skip to content

Commit e8eae6a

Browse files
author
AWS
committed
AWS Audit Manager Update: This release introduces a new feature for Audit Manager: Dashboard views. You can now view insights data for your active assessments, and quickly identify non-compliant evidence that needs to be remediated.
1 parent afc8e89 commit e8eae6a

File tree

3 files changed

+515
-32
lines changed

3 files changed

+515
-32
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 Audit Manager",
4+
"contributor": "",
5+
"description": "This release introduces a new feature for Audit Manager: Dashboard views. You can now view insights data for your active assessments, and quickly identify non-compliant evidence that needs to be remediated."
6+
}

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
"output_token": "nextToken",
2626
"limit_key": "maxResults"
2727
},
28+
"ListAssessmentControlInsightsByControlDomain": {
29+
"input_token": "nextToken",
30+
"output_token": "nextToken",
31+
"limit_key": "maxResults"
32+
},
2833
"ListAssessmentFrameworkShareRequests": {
2934
"input_token": "nextToken",
3035
"output_token": "nextToken",
@@ -45,6 +50,21 @@
4550
"output_token": "nextToken",
4651
"limit_key": "maxResults"
4752
},
53+
"ListControlDomainInsights": {
54+
"input_token": "nextToken",
55+
"output_token": "nextToken",
56+
"limit_key": "maxResults"
57+
},
58+
"ListControlDomainInsightsByAssessment": {
59+
"input_token": "nextToken",
60+
"output_token": "nextToken",
61+
"limit_key": "maxResults"
62+
},
63+
"ListControlInsightsByControlDomain": {
64+
"input_token": "nextToken",
65+
"output_token": "nextToken",
66+
"limit_key": "maxResults"
67+
},
4868
"ListControls": {
4969
"input_token": "nextToken",
5070
"output_token": "nextToken",

0 commit comments

Comments
 (0)