AWS cli documentation change
Summary
Updated AWS CLI version from 2.34.32 to 2.34.34 and added AvailabilityZones and AvailabilityZoneIds fields for target network associations when Client VPN endpoint uses a Transit Gateway
Security assessment
This change adds documentation for new availability zone fields in Client VPN target network associations. This is a feature enhancement for Transit Gateway integration, not a security fix or security documentation addition.
Diff
diff --git a/cli/latest/reference/ec2/describe-client-vpn-target-networks.md b/cli/latest/reference/ec2/describe-client-vpn-target-networks.md index 7fc1b4899..827d0dd6e 100644 --- a//cli/latest/reference/ec2/describe-client-vpn-target-networks.md +++ b//cli/latest/reference/ec2/describe-client-vpn-target-networks.md @@ -15 +15 @@ - * [AWS CLI 2.34.32 Command Reference](../../index.html) » + * [AWS CLI 2.34.34 Command Reference](../../index.html) » @@ -389,0 +390,12 @@ ClientVpnTargetNetworks -> (list) +>> +>> AvailabilityZones -> (list) +>> +>>> The Availability Zone names for the target network association, if the Client VPN endpoint uses a Transit Gateway. +>>> +>>> (string) +>> +>> AvailabilityZoneIds -> (list) +>> +>>> The Availability Zone IDs for the target network association, if the Client VPN endpoint uses a Transit Gateway. +>>> +>>> (string) @@ -405 +417 @@ NextToken -> (string) - * [AWS CLI 2.34.32 Command Reference](../../index.html) » + * [AWS CLI 2.34.34 Command Reference](../../index.html) »