|
12666 | 12666 | "documentation":"<p>The IP address of the client.</p>", |
12667 | 12667 | "locationName":"clientIp" |
12668 | 12668 | }, |
| 12669 | + "ClientIpv6Address":{ |
| 12670 | + "shape":"String", |
| 12671 | + "documentation":"<p>The IPv6 address assigned to the client connection when using a dual-stack Client VPN endpoint. This field is only populated when the endpoint is configured for dual-stack addressing, and the client is using IPv6 for connectivity.</p>", |
| 12672 | + "locationName":"clientIpv6Address" |
| 12673 | + }, |
12669 | 12674 | "CommonName":{ |
12670 | 12675 | "shape":"String", |
12671 | 12676 | "documentation":"<p>The common name associated with the client. This is either the name of the client certificate, or the Active Directory user name.</p>", |
|
12850 | 12855 | "shape":"Boolean", |
12851 | 12856 | "documentation":"<p>Indicates whether the client VPN session is disconnected after the maximum <code>sessionTimeoutHours</code> is reached. If <code>true</code>, users are prompted to reconnect client VPN. If <code>false</code>, client VPN attempts to reconnect automatically. The default value is <code>true</code>.</p>", |
12852 | 12857 | "locationName":"disconnectOnSessionTimeout" |
| 12858 | + }, |
| 12859 | + "EndpointIpAddressType":{ |
| 12860 | + "shape":"EndpointIpAddressType", |
| 12861 | + "documentation":"<p>The IP address type of the Client VPN endpoint. Possible values are <code>ipv4</code> for IPv4 addressing only, <code>ipv6</code> for IPv6 addressing only, or <code>dual-stack </code>for both IPv4 and IPv6 addressing.</p>", |
| 12862 | + "locationName":"endpointIpAddressType" |
| 12863 | + }, |
| 12864 | + "TrafficIpAddressType":{ |
| 12865 | + "shape":"TrafficIpAddressType", |
| 12866 | + "documentation":"<p>The IP address type of the Client VPN endpoint. Possible values are either <code>ipv4</code> for IPv4 addressing only, <code>ipv6</code> for IPv6 addressing only, or <code>dual-stack</code> for both IPv4 and IPv6 addressing.</p>", |
| 12867 | + "locationName":"trafficIpAddressType" |
12853 | 12868 | } |
12854 | 12869 | }, |
12855 | 12870 | "documentation":"<p>Describes a Client VPN endpoint.</p>" |
|
14023 | 14038 | "CreateClientVpnEndpointRequest":{ |
14024 | 14039 | "type":"structure", |
14025 | 14040 | "required":[ |
14026 | | - "ClientCidrBlock", |
14027 | 14041 | "ServerCertificateArn", |
14028 | 14042 | "AuthenticationOptions", |
14029 | 14043 | "ConnectionLogOptions" |
|
14112 | 14126 | "DisconnectOnSessionTimeout":{ |
14113 | 14127 | "shape":"Boolean", |
14114 | 14128 | "documentation":"<p>Indicates whether the client VPN session is disconnected after the maximum timeout specified in <code>SessionTimeoutHours</code> is reached. If <code>true</code>, users are prompted to reconnect client VPN. If <code>false</code>, client VPN attempts to reconnect automatically. The default value is <code>true</code>.</p>" |
| 14129 | + }, |
| 14130 | + "EndpointIpAddressType":{ |
| 14131 | + "shape":"EndpointIpAddressType", |
| 14132 | + "documentation":"<p>The IP address type for the Client VPN endpoint. Valid values are <code>ipv4</code> (default) for IPv4 addressing only, <code>ipv6</code> for IPv6 addressing only, or <code>dual-stack</code> for both IPv4 and IPv6 addressing. When set to <code>dual-stack,</code> clients can connect to the endpoint using either IPv4 or IPv6 addresses..</p>" |
| 14133 | + }, |
| 14134 | + "TrafficIpAddressType":{ |
| 14135 | + "shape":"TrafficIpAddressType", |
| 14136 | + "documentation":"<p>The IP address type for traffic within the Client VPN tunnel. Valid values are <code>ipv4</code> (default) for IPv4 traffic only, <code>ipv6</code> for IPv6 addressing only, or <code>dual-stack</code> for both IPv4 and IPv6 traffic. When set to <code>dual-stack</code>, clients can access both IPv4 and IPv6 resources through the VPN .</p>" |
14115 | 14137 | } |
14116 | 14138 | } |
14117 | 14139 | }, |
|
32181 | 32203 | "limited" |
32182 | 32204 | ] |
32183 | 32205 | }, |
| 32206 | + "EndpointIpAddressType":{ |
| 32207 | + "type":"string", |
| 32208 | + "enum":[ |
| 32209 | + "ipv4", |
| 32210 | + "ipv6", |
| 32211 | + "dual-stack" |
| 32212 | + ] |
| 32213 | + }, |
32184 | 32214 | "EndpointSet":{ |
32185 | 32215 | "type":"list", |
32186 | 32216 | "member":{ |
|
63121 | 63151 | "egress" |
63122 | 63152 | ] |
63123 | 63153 | }, |
| 63154 | + "TrafficIpAddressType":{ |
| 63155 | + "type":"string", |
| 63156 | + "enum":[ |
| 63157 | + "ipv4", |
| 63158 | + "ipv6", |
| 63159 | + "dual-stack" |
| 63160 | + ] |
| 63161 | + }, |
63124 | 63162 | "TrafficMirrorFilter":{ |
63125 | 63163 | "type":"structure", |
63126 | 63164 | "members":{ |
|
0 commit comments