Skip to content

Commit 34963aa

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: This release adds support for Client to Client routing for AWS Client VPN.
1 parent 742862f commit 34963aa

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Elastic Compute Cloud",
4+
"description": "This release adds support for Client to Client routing for AWS Client VPN."
5+
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3603,7 +3603,7 @@
36033603
},
36043604
"input":{"shape":"ModifyVpnConnectionOptionsRequest"},
36053605
"output":{"shape":"ModifyVpnConnectionOptionsResult"},
3606-
"documentation":"<p>Modifies the connection options for your Site-to-Site VPN VPN connection.</p> <p>When you modify the VPN connection options, the VPN endpoint IP addresses on the AWS side do not change, and the tunnel options do not change. Your VPN connection will be temporarily unavailable for a brief period while the VPN connection is updated.</p>"
3606+
"documentation":"<p>Modifies the connection options for your Site-to-Site VPN connection.</p> <p>When you modify the VPN connection options, the VPN endpoint IP addresses on the AWS side do not change, and the tunnel options do not change. Your VPN connection will be temporarily unavailable for a brief period while the VPN connection is updated.</p>"
36073607
},
36083608
"ModifyVpnTunnelCertificate":{
36093609
"name":"ModifyVpnTunnelCertificate",
@@ -7975,11 +7975,11 @@
79757975
},
79767976
"DestinationCidrBlock":{
79777977
"shape":"String",
7978-
"documentation":"<p>The IPv4 address range, in CIDR notation, of the route destination. For example:</p> <ul> <li> <p>To add a route for Internet access, enter <code>0.0.0.0/0</code> </p> </li> <li> <p>To add a route for a peered VPC, enter the peered VPC's IPv4 CIDR range</p> </li> <li> <p>To add a route for an on-premises network, enter the AWS Site-to-Site VPN connection's IPv4 CIDR range</p> </li> </ul> <p>Route address ranges cannot overlap with the CIDR range specified for client allocation.</p>"
7978+
"documentation":"<p>The IPv4 address range, in CIDR notation, of the route destination. For example:</p> <ul> <li> <p>To add a route for Internet access, enter <code>0.0.0.0/0</code> </p> </li> <li> <p>To add a route for a peered VPC, enter the peered VPC's IPv4 CIDR range</p> </li> <li> <p>To add a route for an on-premises network, enter the AWS Site-to-Site VPN connection's IPv4 CIDR range</p> </li> <li> <p>To add a route for the local network, enter the client CIDR range</p> </li> </ul>"
79797979
},
79807980
"TargetVpcSubnetId":{
79817981
"shape":"SubnetId",
7982-
"documentation":"<p>The ID of the subnet through which you want to route traffic. The specified subnet must be an existing target network of the Client VPN endpoint.</p>"
7982+
"documentation":"<p>The ID of the subnet through which you want to route traffic. The specified subnet must be an existing target network of the Client VPN endpoint.</p> <p>Alternatively, if you're adding a route for the local network, specify <code>local</code>.</p>"
79837983
},
79847984
"Description":{
79857985
"shape":"String",
@@ -27947,7 +27947,7 @@
2794727947
"members":{
2794827948
"VpnConnectionId":{
2794927949
"shape":"VpnConnectionId",
27950-
"documentation":"<p>The ID of the Site-to-Site VPN VPN connection. </p>"
27950+
"documentation":"<p>The ID of the Site-to-Site VPN connection. </p>"
2795127951
},
2795227952
"LocalIpv4NetworkCidr":{
2795327953
"shape":"String",

0 commit comments

Comments
 (0)