Skip to content

Commit 325a7d1

Browse files
author
AWS
committed
AWS SecurityHub Update: Add ROOT type for TargetType model
1 parent aa739b7 commit 325a7d1

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 SecurityHub",
4+
"contributor": "",
5+
"description": "Add ROOT type for TargetType model"
6+
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21078,7 +21078,8 @@
2107821078
"type":"string",
2107921079
"enum":[
2108021080
"ACCOUNT",
21081-
"ORGANIZATIONAL_UNIT"
21081+
"ORGANIZATIONAL_UNIT",
21082+
"ROOT"
2108221083
]
2108321084
},
2108421085
"Threat":{

0 commit comments

Comments
 (0)