Skip to content

Commit ab8ee75

Browse files
author
AWS
committed
Amazon DataZone Update: Adding the following project member designations: PROJECT_CATALOG_VIEWER, PROJECT_CATALOG_CONSUMER and PROJECT_CATALOG_STEWARD in the CreateProjectMembership API and PROJECT_CATALOG_STEWARD designation in the AddPolicyGrant API.
1 parent d43970f commit ab8ee75

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
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": "Adding the following project member designations: PROJECT_CATALOG_VIEWER, PROJECT_CATALOG_CONSUMER and PROJECT_CATALOG_STEWARD in the CreateProjectMembership API and PROJECT_CATALOG_STEWARD designation in the AddPolicyGrant API."
6+
}

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13942,7 +13942,8 @@
1394213942
"type":"string",
1394313943
"enum":[
1394413944
"OWNER",
13945-
"CONTRIBUTOR"
13945+
"CONTRIBUTOR",
13946+
"PROJECT_CATALOG_STEWARD"
1394613947
]
1394713948
},
1394813949
"ProjectGrantFilter":{
@@ -18104,7 +18105,10 @@
1810418105
"type":"string",
1810518106
"enum":[
1810618107
"PROJECT_OWNER",
18107-
"PROJECT_CONTRIBUTOR"
18108+
"PROJECT_CONTRIBUTOR",
18109+
"PROJECT_CATALOG_VIEWER",
18110+
"PROJECT_CATALOG_CONSUMER",
18111+
"PROJECT_CATALOG_STEWARD"
1810818112
]
1810918113
},
1811018114
"UserDetails":{

0 commit comments

Comments
 (0)