Skip to content

Commit 35ee934

Browse files
author
AWS
committed
AWS Systems Manager Incident Manager Update: Adds support for tagging incident-record on creation by providing incident tags in the template within a response-plan.
1 parent 0b95419 commit 35ee934

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed
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": "Adds support for tagging incident-record on creation by providing incident tags in the template within a response-plan."
6+
}

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

+15
Original file line numberDiff line numberDiff line change
@@ -1395,6 +1395,10 @@
13951395
"shape":"Impact",
13961396
"documentation":"<p>The impact of the incident on your customers and applications. </p>"
13971397
},
1398+
"incidentTags":{
1399+
"shape":"TagMap",
1400+
"documentation":"<p>Tags to apply to an incident when calling the <code>StartIncident</code> API action.</p>"
1401+
},
13981402
"notificationTargets":{
13991403
"shape":"NotificationTargetSet",
14001404
"documentation":"<p>The Amazon SNS targets that are notified when updates are made to an incident.</p>"
@@ -2223,6 +2227,13 @@
22232227
"max":50,
22242228
"min":1
22252229
},
2230+
"TagMapUpdate":{
2231+
"type":"map",
2232+
"key":{"shape":"TagKey"},
2233+
"value":{"shape":"TagValue"},
2234+
"max":50,
2235+
"min":0
2236+
},
22262237
"TagResourceRequest":{
22272238
"type":"structure",
22282239
"required":[
@@ -2574,6 +2585,10 @@
25742585
"shape":"IncidentSummary",
25752586
"documentation":"<p>A brief summary of the incident. This typically contains what has happened, what's currently happening, and next steps.</p>"
25762587
},
2588+
"incidentTemplateTags":{
2589+
"shape":"TagMapUpdate",
2590+
"documentation":"<p>Tags to apply to an incident when calling the <code>StartIncident</code> API action. To call this action, you must also have permission to call the <code>TagResource</code> API action for the incident record resource.</p>"
2591+
},
25772592
"incidentTemplateTitle":{
25782593
"shape":"IncidentTitle",
25792594
"documentation":"<p>The short format name of the incident. The title can't contain spaces.</p>"

0 commit comments

Comments
 (0)