|
14667 | 14667 | "BgpAsn": {
|
14668 | 14668 | "target": "com.amazonaws.ec2#Integer",
|
14669 | 14669 | "traits": {
|
14670 |
| - "smithy.api#documentation": "<p>For devices that support BGP, the customer gateway's BGP ASN.</p>\n <p>Default: 65000</p>" |
| 14670 | + "smithy.api#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>\n <p>Default: 65000</p>\n <p>Valid values: <code>1</code> to <code>2,147,483,647</code>\n </p>" |
14671 | 14671 | }
|
14672 | 14672 | },
|
14673 | 14673 | "PublicIp": {
|
|
14706 | 14706 | "IpAddress": {
|
14707 | 14707 | "target": "com.amazonaws.ec2#String",
|
14708 | 14708 | "traits": {
|
14709 |
| - "smithy.api#documentation": "<p>\n IPv4 address for the customer gateway device's outside interface. The address must be static.\n </p>" |
| 14709 | + "smithy.api#documentation": "<p>IPv4 address for the customer gateway device's outside interface. The address must be\n static. If <code>OutsideIpAddressType</code> in your VPN connection options is set to\n <code>PrivateIpv4</code>, you can use an RFC6598 or RFC1918 private IPv4 address. If\n <code>OutsideIpAddressType</code> is set to <code>PublicIpv4</code>, you can use a\n public IPv4 address. </p>" |
14710 | 14710 | }
|
14711 | 14711 | },
|
14712 | 14712 | "DryRun": {
|
|
14716 | 14716 | "smithy.api#documentation": "<p>Checks whether you have the required permissions for the action, without actually\n making the request, and provides an error response. If you have the required\n permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is\n <code>UnauthorizedOperation</code>.</p>",
|
14717 | 14717 | "smithy.api#xmlName": "dryRun"
|
14718 | 14718 | }
|
| 14719 | + }, |
| 14720 | + "BgpAsnExtended": { |
| 14721 | + "target": "com.amazonaws.ec2#Long", |
| 14722 | + "traits": { |
| 14723 | + "smithy.api#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>\n <p>Valid values: <code>2,147,483,648</code> to <code>4,294,967,295</code>\n </p>" |
| 14724 | + } |
14719 | 14725 | }
|
14720 | 14726 | },
|
14721 | 14727 | "traits": {
|
|
21804 | 21810 | "target": "com.amazonaws.ec2#String",
|
21805 | 21811 | "traits": {
|
21806 | 21812 | "aws.protocols#ec2QueryName": "BgpAsn",
|
21807 |
| - "smithy.api#documentation": "<p>The customer gateway's Border Gateway Protocol (BGP) Autonomous System Number\n (ASN).</p>", |
| 21813 | + "smithy.api#documentation": "<p>The customer gateway device's Border Gateway Protocol (BGP) Autonomous System Number\n (ASN).</p>\n <p>Valid values: <code>1</code> to <code>2,147,483,647</code>\n </p>", |
21808 | 21814 | "smithy.api#xmlName": "bgpAsn"
|
21809 | 21815 | }
|
21810 | 21816 | },
|
|
21820 | 21826 | "target": "com.amazonaws.ec2#String",
|
21821 | 21827 | "traits": {
|
21822 | 21828 | "aws.protocols#ec2QueryName": "IpAddress",
|
21823 |
| - "smithy.api#documentation": "<p>The IP address of the customer gateway device's outside interface.</p>", |
| 21829 | + "smithy.api#documentation": "<p>\n 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.\n </p>", |
21824 | 21830 | "smithy.api#xmlName": "ipAddress"
|
21825 | 21831 | }
|
21826 | 21832 | },
|
|
21863 | 21869 | "smithy.api#documentation": "<p>Any tags assigned to the customer gateway.</p>",
|
21864 | 21870 | "smithy.api#xmlName": "tagSet"
|
21865 | 21871 | }
|
| 21872 | + }, |
| 21873 | + "BgpAsnExtended": { |
| 21874 | + "target": "com.amazonaws.ec2#String", |
| 21875 | + "traits": { |
| 21876 | + "aws.protocols#ec2QueryName": "BgpAsnExtended", |
| 21877 | + "smithy.api#documentation": "<p>The customer gateway device's Border Gateway Protocol (BGP) Autonomous System Number\n (ASN).</p>\n <p>Valid values: <code>2,147,483,648</code> to <code>4,294,967,295</code>\n </p>", |
| 21878 | + "smithy.api#xmlName": "bgpAsnExtended" |
| 21879 | + } |
21866 | 21880 | }
|
21867 | 21881 | },
|
21868 | 21882 | "traits": {
|
|
0 commit comments