Skip to content

Commit 39b4df6

Browse files
author
AWS
committed
AWS Resilience Hub Update: AWS Resilience Hub now integrates with the myApplications platform, enabling customers to easily assess the resilience of applications defined in myApplications. The new Resiliency widget provides visibility into application resilience and actionable recommendations for improvement.
1 parent 3285b32 commit 39b4df6

File tree

2 files changed

+45
-5
lines changed

2 files changed

+45
-5
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 now integrates with the myApplications platform, enabling customers to easily assess the resilience of applications defined in myApplications. The new Resiliency widget provides visibility into application resilience and actionable recommendations for improvement."
6+
}

services/resiliencehub/src/main/resources/codegen-resources/service-2.json

Lines changed: 39 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@
535535
{"shape":"ValidationException"},
536536
{"shape":"AccessDeniedException"}
537537
],
538-
"documentation":"<p>List of compliance drifts that were detected while running an assessment.</p>"
538+
"documentation":"<p>Indicates the list of compliance drifts that were detected while running an assessment.</p>"
539539
},
540540
"ListAppAssessmentResourceDrifts":{
541541
"name":"ListAppAssessmentResourceDrifts",
@@ -1332,6 +1332,10 @@
13321332
"shape":"AppAssessmentScheduleType",
13331333
"documentation":"<p>Assessment execution schedule with 'Daily' or 'Disabled' values. </p>"
13341334
},
1335+
"awsApplicationArn":{
1336+
"shape":"Arn",
1337+
"documentation":"<p>Amazon Resource Name (ARN) of Resource Groups group that is integrated with an AppRegistry application. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i> guide.</p>"
1338+
},
13351339
"complianceStatus":{
13361340
"shape":"AppComplianceStatusType",
13371341
"documentation":"<p>Current status of compliance for the resiliency policy.</p>"
@@ -1473,7 +1477,7 @@
14731477
},
14741478
"summary":{
14751479
"shape":"AssessmentSummary",
1476-
"documentation":"<p>Indicates a concise summary that provides an overview of the Resilience Hub assessment.</p>"
1480+
"documentation":"<p>Indicates the AI-generated summary for the Resilience Hub assessment, providing a concise overview that highlights the top risks and recommendations.</p> <note> <p>This property is available only in the US East (N. Virginia) Region.</p> </note>"
14771481
},
14781482
"tags":{
14791483
"shape":"TagMap",
@@ -1704,6 +1708,10 @@
17041708
"shape":"AppAssessmentScheduleType",
17051709
"documentation":"<p> Assessment execution schedule with 'Daily' or 'Disabled' values. </p>"
17061710
},
1711+
"awsApplicationArn":{
1712+
"shape":"Arn",
1713+
"documentation":"<p>Amazon Resource Name (ARN) of Resource Groups group that is integrated with an AppRegistry application. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i> guide.</p>"
1714+
},
17071715
"complianceStatus":{
17081716
"shape":"AppComplianceStatusType",
17091717
"documentation":"<p>The current status of compliance for the resiliency policy.</p>"
@@ -1929,7 +1937,6 @@
19291937
"required":[
19301938
"entryId",
19311939
"excluded",
1932-
"item",
19331940
"referenceId"
19341941
],
19351942
"members":{
@@ -2182,6 +2189,10 @@
21822189
"shape":"AppAssessmentScheduleType",
21832190
"documentation":"<p> Assessment execution schedule with 'Daily' or 'Disabled' values. </p>"
21842191
},
2192+
"awsApplicationArn":{
2193+
"shape":"Arn",
2194+
"documentation":"<p>Amazon Resource Name (ARN) of Resource Groups group that is integrated with an AppRegistry application. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i> guide.</p>"
2195+
},
21852196
"clientToken":{
21862197
"shape":"ClientToken",
21872198
"documentation":"<p>Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.</p>",
@@ -3024,9 +3035,13 @@
30243035
"shape":"EntityVersion",
30253036
"documentation":"<p>The version of the application.</p>"
30263037
},
3038+
"errorDetails":{
3039+
"shape":"ErrorDetailList",
3040+
"documentation":"<p>List of errors that were encountered while importing resources.</p>"
3041+
},
30273042
"errorMessage":{
30283043
"shape":"String500",
3029-
"documentation":"<p>The returned error message for the request.</p>"
3044+
"documentation":"<p>The error message returned for the resource request.</p>"
30303045
},
30313046
"status":{
30323047
"shape":"ResourceImportStatusType",
@@ -3263,6 +3278,20 @@
32633278
"type":"string",
32643279
"pattern":"^\\S{1,50}$"
32653280
},
3281+
"ErrorDetail":{
3282+
"type":"structure",
3283+
"members":{
3284+
"errorMessage":{
3285+
"shape":"ErrorMessage",
3286+
"documentation":"<p>Provides additional information about the error.</p>"
3287+
}
3288+
},
3289+
"documentation":"<p>Indicates the error that was encountered while importing a resource.</p>"
3290+
},
3291+
"ErrorDetailList":{
3292+
"type":"list",
3293+
"member":{"shape":"ErrorDetail"}
3294+
},
32663295
"ErrorMessage":{
32673296
"type":"string",
32683297
"max":500,
@@ -4053,6 +4082,12 @@
40534082
"location":"querystring",
40544083
"locationName":"appArn"
40554084
},
4085+
"awsApplicationArn":{
4086+
"shape":"Arn",
4087+
"documentation":"<p>Amazon Resource Name (ARN) of Resource Groups group that is integrated with an AppRegistry application. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i> guide.</p>",
4088+
"location":"querystring",
4089+
"locationName":"awsApplicationArn"
4090+
},
40564091
"fromLastAssessmentTime":{
40574092
"shape":"TimeStamp",
40584093
"documentation":"<p>Indicates the lower limit of the range that is used to filter applications based on their last assessment times.</p>",
@@ -5940,7 +5975,6 @@
59405975
"required":[
59415976
"entryId",
59425977
"excluded",
5943-
"item",
59445978
"referenceId"
59455979
],
59465980
"members":{

0 commit comments

Comments
 (0)