Skip to content

Commit 36bc5b4

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: Providing support to accept BgpAsnExtended attribute
1 parent 348d16c commit 36bc5b4

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
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": "Providing support to accept BgpAsnExtended attribute"
6+
}

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

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12532,7 +12532,7 @@
1253212532
"members":{
1253312533
"BgpAsn":{
1253412534
"shape":"Integer",
12535-
"documentation":"<p>For devices that support BGP, the customer gateway's BGP ASN.</p> <p>Default: 65000</p>"
12535+
"documentation":"<p>For customer gateway devices that support BGP, specify the device's ASN. You must specify either <code>BgpAsn</code> or <code>BgpAsnExtended</code> when creating the customer gateway. If the ASN is larger than <code>2,147,483,647</code>, you must use <code>BgpAsnExtended</code>.</p> <p>Default: 65000</p> <p>Valid values: <code>1</code> to <code>2,147,483,647</code> </p>"
1253612536
},
1253712537
"PublicIp":{
1253812538
"shape":"String",
@@ -12557,12 +12557,16 @@
1255712557
},
1255812558
"IpAddress":{
1255912559
"shape":"String",
12560-
"documentation":"<p> IPv4 address for the customer gateway device's outside interface. The address must be static. </p>"
12560+
"documentation":"<p>IPv4 address for the customer gateway device's outside interface. The address must be static. If <code>OutsideIpAddressType</code> in your VPN connection options is set to <code>PrivateIpv4</code>, you can use an RFC6598 or RFC1918 private IPv4 address. If <code>OutsideIpAddressType</code> is set to <code>PublicIpv4</code>, you can use a public IPv4 address. </p>"
1256112561
},
1256212562
"DryRun":{
1256312563
"shape":"Boolean",
1256412564
"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>",
1256512565
"locationName":"dryRun"
12566+
},
12567+
"BgpAsnExtended":{
12568+
"shape":"Long",
12569+
"documentation":"<p>For customer gateway devices that support BGP, specify the device's ASN. You must specify either <code>BgpAsn</code> or <code>BgpAsnExtended</code> when creating the customer gateway. If the ASN is larger than <code>2,147,483,647</code>, you must use <code>BgpAsnExtended</code>.</p> <p>Valid values: <code>2,147,483,648</code> to <code>4,294,967,295</code> </p>"
1256612570
}
1256712571
},
1256812572
"documentation":"<p>Contains the parameters for CreateCustomerGateway.</p>"
@@ -16388,7 +16392,7 @@
1638816392
"members":{
1638916393
"BgpAsn":{
1639016394
"shape":"String",
16391-
"documentation":"<p>The customer gateway's Border Gateway Protocol (BGP) Autonomous System Number (ASN).</p>",
16395+
"documentation":"<p>The customer gateway device's Border Gateway Protocol (BGP) Autonomous System Number (ASN).</p> <p>Valid values: <code>1</code> to <code>2,147,483,647</code> </p>",
1639216396
"locationName":"bgpAsn"
1639316397
},
1639416398
"CustomerGatewayId":{
@@ -16398,7 +16402,7 @@
1639816402
},
1639916403
"IpAddress":{
1640016404
"shape":"String",
16401-
"documentation":"<p>The IP address of the customer gateway device's outside interface.</p>",
16405+
"documentation":"<p> IPv4 address for the customer gateway device's outside interface. The address must be static. If <code>OutsideIpAddressType</code> in your VPN connection options is set to <code>PrivateIpv4</code>, you can use an RFC6598 or RFC1918 private IPv4 address. If <code>OutsideIpAddressType</code> is set to <code>PublicIpv4</code>, you can use a public IPv4 address. </p>",
1640216406
"locationName":"ipAddress"
1640316407
},
1640416408
"CertificateArn":{
@@ -16425,6 +16429,11 @@
1642516429
"shape":"TagList",
1642616430
"documentation":"<p>Any tags assigned to the customer gateway.</p>",
1642716431
"locationName":"tagSet"
16432+
},
16433+
"BgpAsnExtended":{
16434+
"shape":"String",
16435+
"documentation":"<p>The customer gateway device's Border Gateway Protocol (BGP) Autonomous System Number (ASN).</p> <p>Valid values: <code>2,147,483,648</code> to <code>4,294,967,295</code> </p>",
16436+
"locationName":"bgpAsnExtended"
1642816437
}
1642916438
},
1643016439
"documentation":"<p>Describes a customer gateway.</p>"

0 commit comments

Comments
 (0)