Skip to content

Commit b3b9d7b

Browse files
author
AWS
committed
Amazon DataZone Update: Adds environmentConfigurationName field to CreateEnvironmentInput and UpdateEnvironmentInput, so that Domain Owners can now recover orphaned environments by recreating deleted configurations with the same name, and will auto-recover orphaned environments
1 parent f5b127a commit b3b9d7b

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-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": "Adds environmentConfigurationName field to CreateEnvironmentInput and UpdateEnvironmentInput, so that Domain Owners can now recover orphaned environments by recreating deleted configurations with the same name, and will auto-recover orphaned environments"
6+
}

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7429,6 +7429,10 @@
74297429
"environmentConfigurationId":{
74307430
"shape":"String",
74317431
"documentation":"<p>The configuration ID of the environment.</p>"
7432+
},
7433+
"environmentConfigurationName":{
7434+
"shape":"EnvironmentConfigurationName",
7435+
"documentation":"<p>The configuration name of the environment.</p>"
74327436
}
74337437
}
74347438
},
@@ -7529,6 +7533,10 @@
75297533
"environmentConfigurationId":{
75307534
"shape":"EnvironmentConfigurationId",
75317535
"documentation":"<p>The configuration ID of the environment.</p>"
7536+
},
7537+
"environmentConfigurationName":{
7538+
"shape":"EnvironmentConfigurationName",
7539+
"documentation":"<p>The configuration name of the environment.</p>"
75327540
}
75337541
}
75347542
},
@@ -11467,6 +11475,10 @@
1146711475
"environmentConfigurationId":{
1146811476
"shape":"EnvironmentConfigurationId",
1146911477
"documentation":"<p>The configuration ID with which the environment is created.</p>"
11478+
},
11479+
"environmentConfigurationName":{
11480+
"shape":"EnvironmentConfigurationName",
11481+
"documentation":"<p>The configuration name with which the environment is created.</p>"
1147011482
}
1147111483
},
1147211484
"documentation":"<p>The details of an environment.</p>"
@@ -13204,6 +13216,10 @@
1320413216
"environmentConfigurationId":{
1320513217
"shape":"EnvironmentConfigurationId",
1320613218
"documentation":"<p>The configuration ID that is used to create the environment.</p>"
13219+
},
13220+
"environmentConfigurationName":{
13221+
"shape":"EnvironmentConfigurationName",
13222+
"documentation":"<p>The configuration name that is used to create the environment.</p>"
1320713223
}
1320813224
}
1320913225
},
@@ -24525,6 +24541,10 @@
2452524541
"userParameters":{
2452624542
"shape":"EnvironmentParametersList",
2452724543
"documentation":"<p>The user parameters of the environment.</p>"
24544+
},
24545+
"environmentConfigurationName":{
24546+
"shape":"EnvironmentConfigurationName",
24547+
"documentation":"<p>The configuration name of the environment.</p>"
2452824548
}
2452924549
}
2453024550
},
@@ -24625,6 +24645,10 @@
2462524645
"environmentConfigurationId":{
2462624646
"shape":"EnvironmentConfigurationId",
2462724647
"documentation":"<p>The configuration ID of the environment.</p>"
24648+
},
24649+
"environmentConfigurationName":{
24650+
"shape":"EnvironmentConfigurationName",
24651+
"documentation":"<p>The configuration name of the environment.</p>"
2462824652
}
2462924653
}
2463024654
},

0 commit comments

Comments
 (0)