Skip to content

Commit 5a32e76

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: This release provides an additional route target for the VPC route table.
1 parent 757407c commit 5a32e76

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-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 Elastic Compute Cloud",
4+
"contributor": "",
5+
"description": "This release provides an additional route target for the VPC route table."
6+
}

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

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9356,6 +9356,7 @@
93569356
"locationName":"item"
93579357
}
93589358
},
9359+
"CoreNetworkArn":{"type":"string"},
93599360
"CpuManufacturer":{
93609361
"type":"string",
93619362
"enum":[
@@ -11200,7 +11201,8 @@
1120011201
"shape":"VpcPeeringConnectionId",
1120111202
"documentation":"<p>The ID of a VPC peering connection.</p>",
1120211203
"locationName":"vpcPeeringConnectionId"
11203-
}
11204+
},
11205+
"CoreNetworkArn":{"shape":"CoreNetworkArn"}
1120411206
}
1120511207
},
1120611208
"CreateRouteResult":{
@@ -35698,7 +35700,7 @@
3569835700
},
3569935701
"MultiRegion":{
3570035702
"shape":"Boolean",
35701-
"documentation":"<para>Reserved.</para>"
35703+
"documentation":"<p>Reserved.</p>"
3570235704
}
3570335705
}
3570435706
},
@@ -36866,7 +36868,8 @@
3686636868
"shape":"VpcPeeringConnectionId",
3686736869
"documentation":"<p>The ID of a VPC peering connection.</p>",
3686836870
"locationName":"vpcPeeringConnectionId"
36869-
}
36871+
},
36872+
"CoreNetworkArn":{"shape":"CoreNetworkArn"}
3687036873
}
3687136874
},
3687236875
"ReplaceRouteTableAssociationRequest":{
@@ -38730,6 +38733,10 @@
3873038733
"shape":"String",
3873138734
"documentation":"<p>The ID of a VPC peering connection.</p>",
3873238735
"locationName":"vpcPeeringConnectionId"
38736+
},
38737+
"CoreNetworkArn":{
38738+
"shape":"CoreNetworkArn",
38739+
"locationName":"coreNetworkArn"
3873338740
}
3873438741
},
3873538742
"documentation":"<p>Describes a route in a route table.</p>"

0 commit comments

Comments
 (0)