Skip to content

Commit 04b4887

Browse files
author
AWS
committed
AWS Systems Manager Incident Manager Update: Documentation updates for Incident Manager.
1 parent b4c0152 commit 04b4887

File tree

2 files changed

+17
-9
lines changed

2 files changed

+17
-9
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 Systems Manager Incident Manager",
4+
"contributor": "",
5+
"description": "Documentation updates for Incident Manager."
6+
}

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

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,6 @@
784784
"CreateTimelineEventInput":{
785785
"type":"structure",
786786
"required":[
787-
"clientToken",
788787
"eventData",
789788
"eventTime",
790789
"eventType",
@@ -798,7 +797,7 @@
798797
},
799798
"eventData":{
800799
"shape":"EventData",
801-
"documentation":"<p>A short description of the event.</p>"
800+
"documentation":"<p>A valid JSON string. There is no other schema imposed. A short description of the event.</p>"
802801
},
803802
"eventTime":{
804803
"shape":"Timestamp",
@@ -1241,7 +1240,7 @@
12411240
},
12421241
"notificationTargets":{
12431242
"shape":"NotificationTargetSet",
1244-
"documentation":"<p>The SNS targets that AWS Chatbot uses to notify the chat channels and perform actions on the incident record.</p>"
1243+
"documentation":"<p>The SNS targets that are notified when updates are made to an incident.</p>"
12451244
},
12461245
"resolvedTime":{
12471246
"shape":"Timestamp",
@@ -1370,7 +1369,7 @@
13701369
},
13711370
"notificationTargets":{
13721371
"shape":"NotificationTargetSet",
1373-
"documentation":"<p>The SNS targets that AWS Chatbot uses to notify the chat channel of updates to an incident. You can also make updates to the incident through the chat channel using the SNS topics. </p>"
1372+
"documentation":"<p>The SNS targets that are notified when updates are made to an incident.</p>"
13741373
},
13751374
"summary":{
13761375
"shape":"IncidentSummary",
@@ -1664,7 +1663,7 @@
16641663
"documentation":"<p>The Amazon Resource Name (ARN) of the SNS topic.</p>"
16651664
}
16661665
},
1667-
"documentation":"<p>The SNS topic that's used by AWS Chatbot to notify the incidents chat channel.</p>",
1666+
"documentation":"<p>The SNS targets that are notified when updates are made to an incident.</p>",
16681667
"union":true
16691668
},
16701669
"NotificationTargetSet":{
@@ -1830,6 +1829,10 @@
18301829
"status"
18311830
],
18321831
"members":{
1832+
"arn":{
1833+
"shape":"Arn",
1834+
"documentation":"<p>The Amazon Resource Name (ARN) of the replication set.</p>"
1835+
},
18331836
"createdBy":{
18341837
"shape":"Arn",
18351838
"documentation":"<p>Details about who created the replication set.</p>"
@@ -2391,7 +2394,7 @@
23912394
},
23922395
"notificationTargets":{
23932396
"shape":"NotificationTargetSet",
2394-
"documentation":"<p>The SNS targets that AWS Chatbot uses to notify the chat channel of updates to an incident. You can also make updates to the incident through the chat channel using the SNS topics. </p> <p>Using multiple SNS topics creates redundancy in the case that a Region is down during the incident.</p>"
2397+
"documentation":"<p>The SNS targets that are notified when updates are made to an incident.</p> <p>Using multiple SNS topics creates redundancy in the case that a Region is down during the incident.</p>"
23952398
},
23962399
"status":{
23972400
"shape":"IncidentRecordStatus",
@@ -2501,7 +2504,7 @@
25012504
},
25022505
"chatChannel":{
25032506
"shape":"ChatChannel",
2504-
"documentation":"<p>The AWS Chatbot chat channel used for collaboration during an incident.</p>"
2507+
"documentation":"<p>The AWS Chatbot chat channel used for collaboration during an incident.</p> <p>Use the empty structure to remove the chat channel from the response plan.</p>"
25052508
},
25062509
"clientToken":{
25072510
"shape":"ClientToken",
@@ -2526,7 +2529,7 @@
25262529
},
25272530
"incidentTemplateNotificationTargets":{
25282531
"shape":"NotificationTargetSet",
2529-
"documentation":"<p>The SNS targets that AWS Chatbot uses to notify the chat channels and perform actions on the incident record.</p>"
2532+
"documentation":"<p>The SNS targets that are notified when updates are made to an incident.</p>"
25302533
},
25312534
"incidentTemplateSummary":{
25322535
"shape":"IncidentSummary",
@@ -2546,7 +2549,6 @@
25462549
"UpdateTimelineEventInput":{
25472550
"type":"structure",
25482551
"required":[
2549-
"clientToken",
25502552
"eventId",
25512553
"incidentRecordArn"
25522554
],

0 commit comments

Comments
 (0)