Skip to content

Commit e3a8bea

Browse files
author
AWS
committed
Amazon CodeCatalyst Update: This release includes updates to the Dev Environment APIs to include an optional vpcConnectionName parameter that supports using Dev Environments with Amazon VPC.
1 parent 88710c1 commit e3a8bea

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-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 CodeCatalyst",
4+
"contributor": "",
5+
"description": "This release includes updates to the Dev Environment APIs to include an optional vpcConnectionName parameter that supports using Dev Environments with Amazon VPC."
6+
}

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -928,6 +928,10 @@
928928
"persistentStorage":{
929929
"shape":"PersistentStorageConfiguration",
930930
"documentation":"<p>Information about the amount of storage allocated to the Dev Environment. </p> <note> <p>By default, a Dev Environment is configured to have 16GB of persistent storage when created from the Amazon CodeCatalyst console, but there is no default when programmatically creating a Dev Environment. Valid values for persistent storage are based on memory sizes in 16GB increments. Valid values are 16, 32, and 64.</p> </note>"
931+
},
932+
"vpcConnectionName":{
933+
"shape":"NameString",
934+
"documentation":"<p>The name of the connection to use connect to a Amazon VPC.</p>"
931935
}
932936
}
933937
},
@@ -956,6 +960,10 @@
956960
"id":{
957961
"shape":"Uuid",
958962
"documentation":"<p>The system-generated unique ID of the Dev Environment. </p>"
963+
},
964+
"vpcConnectionName":{
965+
"shape":"NameString",
966+
"documentation":"<p>The name of the connection used to connect to Amazon VPC used when the Dev Environment was created, if any.</p>"
959967
}
960968
}
961969
},
@@ -1486,6 +1494,10 @@
14861494
"persistentStorage":{
14871495
"shape":"PersistentStorage",
14881496
"documentation":"<p>Information about the configuration of persistent storage for the Dev Environment.</p>"
1497+
},
1498+
"vpcConnectionName":{
1499+
"shape":"NameString",
1500+
"documentation":"<p>The name of the connection used to connect to Amazon VPC used when the Dev Environment was created, if any.</p>"
14891501
}
14901502
},
14911503
"documentation":"<p>Information about a Dev Environment. </p>"
@@ -1768,6 +1780,10 @@
17681780
"persistentStorage":{
17691781
"shape":"PersistentStorage",
17701782
"documentation":"<p>Information about the amount of storage allocated to the Dev Environment. By default, a Dev Environment is configured to have 16GB of persistent storage.</p>"
1783+
},
1784+
"vpcConnectionName":{
1785+
"shape":"NameString",
1786+
"documentation":"<p>The name of the connection used to connect to Amazon VPC used when the Dev Environment was created, if any.</p>"
17711787
}
17721788
}
17731789
},

0 commit comments

Comments
 (0)