Skip to content

Commit 0af15eb

Browse files
author
AWS
committed
AWS Systems Manager Incident Manager Update: Update RelatedItem enum to support Tasks
1 parent 29da4f0 commit 0af15eb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
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": "Update RelatedItem enum to support Tasks"
6+
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1468,7 +1468,8 @@
14681468
"ATTACHMENT",
14691469
"OTHER",
14701470
"AUTOMATION",
1471-
"INVOLVED_RESOURCE"
1471+
"INVOLVED_RESOURCE",
1472+
"TASK"
14721473
]
14731474
},
14741475
"ItemValue":{

0 commit comments

Comments
 (0)