You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/ec2/src/main/resources/codegen-resources/service-2.json
+13-4Lines changed: 13 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -12532,7 +12532,7 @@
12532
12532
"members":{
12533
12533
"BgpAsn":{
12534
12534
"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>"
12536
12536
},
12537
12537
"PublicIp":{
12538
12538
"shape":"String",
@@ -12557,12 +12557,16 @@
12557
12557
},
12558
12558
"IpAddress":{
12559
12559
"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>"
12561
12561
},
12562
12562
"DryRun":{
12563
12563
"shape":"Boolean",
12564
12564
"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>",
12565
12565
"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>"
12566
12570
}
12567
12571
},
12568
12572
"documentation":"<p>Contains the parameters for CreateCustomerGateway.</p>"
@@ -16388,7 +16392,7 @@
16388
16392
"members":{
16389
16393
"BgpAsn":{
16390
16394
"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>",
16392
16396
"locationName":"bgpAsn"
16393
16397
},
16394
16398
"CustomerGatewayId":{
@@ -16398,7 +16402,7 @@
16398
16402
},
16399
16403
"IpAddress":{
16400
16404
"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>",
16402
16406
"locationName":"ipAddress"
16403
16407
},
16404
16408
"CertificateArn":{
@@ -16425,6 +16429,11 @@
16425
16429
"shape":"TagList",
16426
16430
"documentation":"<p>Any tags assigned to the customer gateway.</p>",
16427
16431
"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"
16428
16437
}
16429
16438
},
16430
16439
"documentation":"<p>Describes a customer gateway.</p>"
0 commit comments