Skip to content

Commit a274dbe

Browse files
author
AWS
committed
AWS Resilience Hub Update: AWS Resilience Hub's new summary view visually represents applications' resilience through charts, enabling efficient resilience management. It provides a consolidated view of the app portfolio's resilience state and allows data export for custom stakeholder reporting.
1 parent f1069c3 commit a274dbe

File tree

3 files changed

+308
-25
lines changed

3 files changed

+308
-25
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": "AWS Resilience Hub's new summary view visually represents applications' resilience through charts, enabling efficient resilience management. It provides a consolidated view of the app portfolio's resilience state and allows data export for custom stakeholder reporting."
6+
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@
6161
"output_token": "nextToken",
6262
"limit_key": "maxResults"
6363
},
64+
"ListMetrics": {
65+
"input_token": "nextToken",
66+
"output_token": "nextToken",
67+
"limit_key": "maxResults",
68+
"result_key": "rows"
69+
},
6470
"ListRecommendationTemplates": {
6571
"input_token": "nextToken",
6672
"output_token": "nextToken",

0 commit comments

Comments
 (0)