We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b47fc3 commit 59ab065Copy full SHA for 59ab065
.changes/next-release/feature-AmazonDataZone-b5f147e.json
@@ -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
@@ -21987,6 +21987,10 @@
21987
"location":"uri",
21988
"locationName":"domainIdentifier"
21989
},
21990
+ "domainUnitId":{
21991
+ "shape":"DomainUnitId",
21992
+ "documentation":"<p>The ID of the domain unit.</p>"
21993
+ },
21994
"environmentDeploymentDetails":{
21995
"shape":"EnvironmentDeploymentDetails",
21996
"documentation":"<p>The environment deployment details of the project.</p>"
0 commit comments