Skip to content

Commit 5ecd883

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: This release adds support for OdbNetworkArn as a target in VPC Route Tables
1 parent a177723 commit 5ecd883

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
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 adds support for OdbNetworkArn as a target in VPC Route Tables"
6+
}

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

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16132,6 +16132,10 @@
1613216132
"shape":"CoreNetworkArn",
1613316133
"documentation":"<p>The Amazon Resource Name (ARN) of the core network.</p>"
1613416134
},
16135+
"OdbNetworkArn":{
16136+
"shape":"OdbNetworkArn",
16137+
"documentation":"<p>The Amazon Resource Name (ARN) of the ODB network.</p>"
16138+
},
1613516139
"DryRun":{
1613616140
"shape":"Boolean",
1613716141
"documentation":"<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
@@ -21020,7 +21024,7 @@
2102021024
},
2102121025
"Cidr":{
2102221026
"shape":"String",
21023-
"documentation":"<p>The CIDR you want to deprovision from the pool. Enter the CIDR you want to deprovision with a netmask of <code>/32</code>. You must rerun this command for each IP address in the CIDR range. If your CIDR is a <code>/24</code>, you will have to run this command to deprovision each of the 256 IP addresses in the <code>/24</code> CIDR.</p>"
21027+
"documentation":"<p>The CIDR you want to deprovision from the pool.</p>"
2102421028
}
2102521029
}
2102621030
},
@@ -51675,6 +51679,7 @@
5167551679
"locationName":"item"
5167651680
}
5167751681
},
51682+
"OdbNetworkArn":{"type":"string"},
5167851683
"OfferingClassType":{
5167951684
"type":"string",
5168051685
"enum":[
@@ -54930,6 +54935,10 @@
5493054935
"shape":"CoreNetworkArn",
5493154936
"documentation":"<p>The Amazon Resource Name (ARN) of the core network.</p>"
5493254937
},
54938+
"OdbNetworkArn":{
54939+
"shape":"OdbNetworkArn",
54940+
"documentation":"<p>The Amazon Resource Name (ARN) of the ODB network.</p>"
54941+
},
5493354942
"DryRun":{
5493454943
"shape":"Boolean",
5493554944
"documentation":"<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
@@ -57290,6 +57299,11 @@
5729057299
"shape":"CoreNetworkArn",
5729157300
"documentation":"<p>The Amazon Resource Name (ARN) of the core network.</p>",
5729257301
"locationName":"coreNetworkArn"
57302+
},
57303+
"OdbNetworkArn":{
57304+
"shape":"OdbNetworkArn",
57305+
"documentation":"<p>The Amazon Resource Name (ARN) of the ODB network.</p>",
57306+
"locationName":"odbNetworkArn"
5729357307
}
5729457308
},
5729557309
"documentation":"<p>Describes a route in a route table.</p>"

0 commit comments

Comments
 (0)