Skip to content

Commit 7c637b7

Browse files
AWSsugmanue
authored andcommitted
AWS Resilience Hub Update: Customers are presented with the grouping recommendations and can determine if the recommendations are accurate and apply to their case. This feature simplifies onboarding by organizing resources into appropriate AppComponents.
1 parent 0219062 commit 7c637b7

File tree

3 files changed

+554
-15
lines changed

3 files changed

+554
-15
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": "Customers are presented with the grouping recommendations and can determine if the recommendations are accurate and apply to their case. This feature simplifies onboarding by organizing resources into appropriate AppComponents."
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
@@ -71,6 +71,12 @@
7171
"output_token": "nextToken",
7272
"limit_key": "maxResults"
7373
},
74+
"ListResourceGroupingRecommendations": {
75+
"input_token": "nextToken",
76+
"output_token": "nextToken",
77+
"limit_key": "maxResults",
78+
"result_key": "groupingRecommendations"
79+
},
7480
"ListSopRecommendations": {
7581
"input_token": "nextToken",
7682
"output_token": "nextToken",

0 commit comments

Comments
 (0)