Skip to content

Commit 59ab065

Browse files
author
AWS
committed
Amazon DataZone Update: Add support for the new optional domain-unit-id parameter in the UpdateProject API.
1 parent 5b47fc3 commit 59ab065

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
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": "Add support for the new optional domain-unit-id parameter in the UpdateProject API."
6+
}

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21987,6 +21987,10 @@
2198721987
"location":"uri",
2198821988
"locationName":"domainIdentifier"
2198921989
},
21990+
"domainUnitId":{
21991+
"shape":"DomainUnitId",
21992+
"documentation":"<p>The ID of the domain unit.</p>"
21993+
},
2199021994
"environmentDeploymentDetails":{
2199121995
"shape":"EnvironmentDeploymentDetails",
2199221996
"documentation":"<p>The environment deployment details of the project.</p>"

0 commit comments

Comments
 (0)