Skip to content

Commit f85cee6

Browse files
author
AWS
committed
Amazon DataZone Update: This release adds new action type of Create Listing Changeset for the Metadata Enforcement Rule feature.
1 parent 1d3ae1d commit f85cee6

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-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": "Amazon DataZone",
4+
"contributor": "",
5+
"description": "This release adds new action type of Create Listing Changeset for the Metadata Enforcement Rule feature."
6+
}

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18594,7 +18594,10 @@
1859418594
},
1859518595
"RuleAction":{
1859618596
"type":"string",
18597-
"enum":["CREATE_SUBSCRIPTION_REQUEST"]
18597+
"enum":[
18598+
"CREATE_LISTING_CHANGE_SET",
18599+
"CREATE_SUBSCRIPTION_REQUEST"
18600+
]
1859818601
},
1859918602
"RuleAssetTypeList":{
1860018603
"type":"list",

0 commit comments

Comments
 (0)