Skip to content

Commit f3428e7

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: Update the DescribeVpcs response
1 parent c6e210d commit f3428e7

File tree

2 files changed

+110
-0
lines changed

2 files changed

+110
-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 Elastic Compute Cloud",
4+
"contributor": "",
5+
"description": "Update the DescribeVpcs response"
6+
}

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

Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64286,6 +64286,10 @@
6428664286
"documentation":"<p>Indicates whether the VPC is the default VPC.</p>",
6428764287
"locationName":"isDefault"
6428864288
},
64289+
"EncryptionControl":{
64290+
"shape":"VpcEncryptionControl",
64291+
"locationName":"encryptionControl"
64292+
},
6428964293
"Tags":{
6429064294
"shape":"TagList",
6429164295
"documentation":"<p>Any tags assigned to the VPC.</p>",
@@ -64583,6 +64587,106 @@
6458364587
"locationName":"item"
6458464588
}
6458564589
},
64590+
"VpcEncryptionControl":{
64591+
"type":"structure",
64592+
"members":{
64593+
"VpcId":{
64594+
"shape":"VpcId",
64595+
"locationName":"vpcId"
64596+
},
64597+
"VpcEncryptionControlId":{
64598+
"shape":"VpcEncryptionControlId",
64599+
"locationName":"vpcEncryptionControlId"
64600+
},
64601+
"Mode":{
64602+
"shape":"VpcEncryptionControlMode",
64603+
"locationName":"mode"
64604+
},
64605+
"State":{
64606+
"shape":"VpcEncryptionControlState",
64607+
"locationName":"state"
64608+
},
64609+
"StateMessage":{
64610+
"shape":"String",
64611+
"locationName":"stateMessage"
64612+
},
64613+
"ResourceExclusions":{
64614+
"shape":"VpcEncryptionControlExclusions",
64615+
"locationName":"resourceExclusions"
64616+
},
64617+
"Tags":{
64618+
"shape":"TagList",
64619+
"locationName":"tagSet"
64620+
}
64621+
}
64622+
},
64623+
"VpcEncryptionControlExclusion":{
64624+
"type":"structure",
64625+
"members":{
64626+
"State":{
64627+
"shape":"VpcEncryptionControlExclusionState",
64628+
"locationName":"state"
64629+
},
64630+
"StateMessage":{
64631+
"shape":"String",
64632+
"locationName":"stateMessage"
64633+
}
64634+
}
64635+
},
64636+
"VpcEncryptionControlExclusionState":{
64637+
"type":"string",
64638+
"enum":[
64639+
"enabling",
64640+
"enabled",
64641+
"disabling",
64642+
"disabled"
64643+
]
64644+
},
64645+
"VpcEncryptionControlExclusions":{
64646+
"type":"structure",
64647+
"members":{
64648+
"InternetGateway":{
64649+
"shape":"VpcEncryptionControlExclusion",
64650+
"locationName":"internetGateway"
64651+
},
64652+
"EgressOnlyInternetGateway":{
64653+
"shape":"VpcEncryptionControlExclusion",
64654+
"locationName":"egressOnlyInternetGateway"
64655+
},
64656+
"NatGateway":{
64657+
"shape":"VpcEncryptionControlExclusion",
64658+
"locationName":"natGateway"
64659+
},
64660+
"VirtualPrivateGateway":{
64661+
"shape":"VpcEncryptionControlExclusion",
64662+
"locationName":"virtualPrivateGateway"
64663+
},
64664+
"VpcPeering":{
64665+
"shape":"VpcEncryptionControlExclusion",
64666+
"locationName":"vpcPeering"
64667+
}
64668+
}
64669+
},
64670+
"VpcEncryptionControlId":{"type":"string"},
64671+
"VpcEncryptionControlMode":{
64672+
"type":"string",
64673+
"enum":[
64674+
"monitor",
64675+
"enforce"
64676+
]
64677+
},
64678+
"VpcEncryptionControlState":{
64679+
"type":"string",
64680+
"enum":[
64681+
"enforce-in-progress",
64682+
"monitor-in-progress",
64683+
"enforce-failed",
64684+
"monitor-failed",
64685+
"deleting",
64686+
"deleted",
64687+
"available"
64688+
]
64689+
},
6458664690
"VpcEndpoint":{
6458764691
"type":"structure",
6458864692
"members":{

0 commit comments

Comments
 (0)