Skip to content

Commit 43fd030

Browse files
author
AWS
committed
Amazon DataZone Update: This release adds support to update projects and environments
1 parent bda0a96 commit 43fd030

File tree

2 files changed

+47
-3
lines changed

2 files changed

+47
-3
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 support to update projects and environments"
6+
}

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

Lines changed: 41 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5690,7 +5690,7 @@
56905690
},
56915691
"type":{
56925692
"shape":"DataSourceType",
5693-
"documentation":"<p>The type of the data source.</p>"
5693+
"documentation":"<p>The type of the data source. In Amazon DataZone, you can use data sources to import technical metadata of assets (data) from the source databases or data warehouses into Amazon DataZone. In the current release of Amazon DataZone, you can create and run data sources for Amazon Web Services Glue and Amazon Redshift.</p>"
56945694
}
56955695
}
56965696
},
@@ -6174,6 +6174,10 @@
61746174
"shape":"EnvironmentBlueprintId",
61756175
"documentation":"<p>The ID of the blueprint with which this Amazon DataZone environment was created.</p>"
61766176
},
6177+
"environmentConfigurationId":{
6178+
"shape":"EnvironmentConfigurationId",
6179+
"documentation":"<p>The configuration ID of the environment.</p>"
6180+
},
61776181
"environmentProfileId":{
61786182
"shape":"EnvironmentProfileId",
61796183
"documentation":"<p>The ID of the environment profile with which this Amazon DataZone environment was created.</p>"
@@ -9643,6 +9647,10 @@
96439647
"shape":"EnvironmentConfigurationName",
96449648
"documentation":"<p>The environment configuration name.</p>"
96459649
},
9650+
"environmentId":{
9651+
"shape":"EnvironmentId",
9652+
"documentation":"<p>The ID of the environment.</p>"
9653+
},
96469654
"environmentParameters":{
96479655
"shape":"EnvironmentParametersList",
96489656
"documentation":"<p>The environment parameters.</p>"
@@ -9853,6 +9861,10 @@
98539861
"shape":"DomainId",
98549862
"documentation":"<p>The identifier of the Amazon DataZone domain in which the environment exists.</p>"
98559863
},
9864+
"environmentConfigurationId":{
9865+
"shape":"EnvironmentConfigurationId",
9866+
"documentation":"<p>The configuration ID with which the environment is created.</p>"
9867+
},
98569868
"environmentProfileId":{
98579869
"shape":"EnvironmentProfileId",
98589870
"documentation":"<p>The identifier of the environment profile with which the environment was created.</p>"
@@ -11415,6 +11427,10 @@
1141511427
"shape":"EnvironmentBlueprintId",
1141611428
"documentation":"<p>The blueprint with which the environment is created.</p>"
1141711429
},
11430+
"environmentConfigurationId":{
11431+
"shape":"EnvironmentConfigurationId",
11432+
"documentation":"<p>The configuration ID that is used to create the environment.</p>"
11433+
},
1141811434
"environmentProfileId":{
1141911435
"shape":"EnvironmentProfileId",
1142011436
"documentation":"<p>The ID of the environment profile with which the environment is created.</p>"
@@ -13966,7 +13982,7 @@
1396613982
},
1396713983
"locationRegistrationRole":{
1396813984
"shape":"RoleArn",
13969-
"documentation":"<p>The role that is used to manage read/write access to the chosen Amazon S3 bucket(s) for Data Lake using AWS Lake Formation hybrid access mode.</p>"
13985+
"documentation":"<p>The role that is used to manage read/write access to the chosen Amazon S3 bucket(s) for Data Lake using Amazon Web Services Lake Formation hybrid access mode.</p>"
1397013986
}
1397113987
},
1397213988
"documentation":"<p>The Lake Formation configuration of the Data Lake blueprint.</p>"
@@ -17388,7 +17404,9 @@
1738817404
"enum":[
1738917405
"ACTIVE",
1739017406
"DELETING",
17391-
"DELETE_FAILED"
17407+
"DELETE_FAILED",
17408+
"UPDATING",
17409+
"UPDATE_FAILED"
1739217410
]
1739317411
},
1739417412
"ProjectSummaries":{
@@ -21491,6 +21509,10 @@
2149121509
"identifier"
2149221510
],
2149321511
"members":{
21512+
"blueprintVersion":{
21513+
"shape":"String",
21514+
"documentation":"<p>The blueprint version to which the environment should be updated. You can only specify the following string for this parameter: <code>latest</code>.</p>"
21515+
},
2149421516
"description":{
2149521517
"shape":"String",
2149621518
"documentation":"<p>The description to be updated as part of the <code>UpdateEnvironment</code> action.</p>"
@@ -21514,6 +21536,10 @@
2151421536
"name":{
2151521537
"shape":"String",
2151621538
"documentation":"<p>The name to be updated as part of the <code>UpdateEnvironment</code> action.</p>"
21539+
},
21540+
"userParameters":{
21541+
"shape":"EnvironmentParametersList",
21542+
"documentation":"<p>The user parameters of the environment.</p>"
2151721543
}
2151821544
}
2151921545
},
@@ -21563,6 +21589,10 @@
2156321589
"shape":"EnvironmentBlueprintId",
2156421590
"documentation":"<p>The blueprint identifier of the environment.</p>"
2156521591
},
21592+
"environmentConfigurationId":{
21593+
"shape":"EnvironmentConfigurationId",
21594+
"documentation":"<p>The configuration ID of the environment.</p>"
21595+
},
2156621596
"environmentProfileId":{
2156721597
"shape":"EnvironmentProfileId",
2156821598
"documentation":"<p>The profile identifier of the environment.</p>"
@@ -21957,6 +21987,14 @@
2195721987
"name":{
2195821988
"shape":"ProjectName",
2195921989
"documentation":"<p>The name to be updated as part of the <code>UpdateProject</code> action.</p>"
21990+
},
21991+
"projectProfileVersion":{
21992+
"shape":"String",
21993+
"documentation":"<p>The project profile version to which the project should be updated. You can only specify the following string for this parameter: <code>latest</code>.</p>"
21994+
},
21995+
"userParameters":{
21996+
"shape":"EnvironmentConfigurationUserParametersList",
21997+
"documentation":"<p>The user parameters of the project.</p>"
2196021998
}
2196121999
}
2196222000
},

0 commit comments

Comments
 (0)