AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-04-22 · Documentation low

File: cli/latest/reference/ec2/describe-client-vpn-endpoints.md

Summary

Updated AWS CLI version from 2.34.32 to 2.34.34, added 'pending' status description for Client VPN endpoints with Transit Gateway configuration, and added TransitGatewayConfiguration structure documentation

Security assessment

This change adds documentation for a new 'pending' status and Transit Gateway configuration details for Client VPN endpoints. While Client VPN is a security feature, this documentation update describes operational states and configuration details rather than addressing security vulnerabilities or documenting security features.

Diff

diff --git a/cli/latest/reference/ec2/describe-client-vpn-endpoints.md b/cli/latest/reference/ec2/describe-client-vpn-endpoints.md
index bebab1fe9..276fe9749 100644
--- a//cli/latest/reference/ec2/describe-client-vpn-endpoints.md
+++ b//cli/latest/reference/ec2/describe-client-vpn-endpoints.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.32 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.34 Command Reference](../../index.html) »
@@ -392,0 +393 @@ ClientVpnEndpoints -> (list)
+>>>>   * `pending` \- The Client VPN endpoint has been created with a Transit Gateway configuration and is waiting for the Transit Gateway attachment to be accepted. The Client VPN endpoint cannot accept connections.
@@ -401,0 +403 @@ ClientVpnEndpoints -> (list)
+>>>>   * `pending`
@@ -679,0 +682,24 @@ ClientVpnEndpoints -> (list)
+>> 
+>> TransitGatewayConfiguration -> (structure)
+>>
+>>> The Transit Gateway configuration for the Client VPN endpoint.
+>>> 
+>>> TransitGatewayId -> (string)
+>>>
+>>>> The ID of the Transit Gateway.
+>>> 
+>>> TransitGatewayAttachmentId -> (string)
+>>>
+>>>> The ID of the Transit Gateway attachment.
+>>> 
+>>> AvailabilityZones -> (list)
+>>>
+>>>> The Availability Zone names for the Transit Gateway association.
+>>>> 
+>>>> (string)
+>>> 
+>>> AvailabilityZoneIds -> (list)
+>>>
+>>>> The Availability Zone IDs for the Transit Gateway association.
+>>>> 
+>>>> (string)
@@ -695 +721 @@ NextToken -> (string)
-  * [AWS CLI 2.34.32 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.34 Command Reference](../../index.html) »