Skip to content

Commit 29e087c

Browse files
author
AWS
committed
AWS Resilience Hub Update: Drift Detection capability added when applications policy has moved from a meet to breach state. Customers will be able to exclude operational recommendations and receive credit in their resilience score. Customers can now add ARH permissions to an existing or new role.
1 parent 4420728 commit 29e087c

File tree

3 files changed

+767
-275
lines changed

3 files changed

+767
-275
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 Resilience Hub",
4+
"contributor": "",
5+
"description": "Drift Detection capability added when applications policy has moved from a meet to breach state. Customers will be able to exclude operational recommendations and receive credit in their resilience score. Customers can now add ARH permissions to an existing or new role."
6+
}

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
"output_token": "nextToken",
66
"limit_key": "maxResults"
77
},
8+
"ListAppAssessmentComplianceDrifts": {
9+
"input_token": "nextToken",
10+
"output_token": "nextToken",
11+
"limit_key": "maxResults"
12+
},
813
"ListAppAssessments": {
914
"input_token": "nextToken",
1015
"output_token": "nextToken",

0 commit comments

Comments
 (0)