AWS cli documentation change
Summary
Updated CLI version reference from 2.35.5 to 2.35.8 and added documentation for the new 'rateLimiterStatus' structure showing connection rate limiter usage metrics.
Security assessment
The change adds monitoring metrics for rate limiters but doesn't address any specific vulnerability or security weakness. Rate limiting is a standard networking feature, not explicitly security-focused.
Diff
diff --git a/cli/latest/reference/directconnect/associate-connection-with-lag.md b/cli/latest/reference/directconnect/associate-connection-with-lag.md index c025c103e..404f8a7a1 100644 --- a//cli/latest/reference/directconnect/associate-connection-with-lag.md +++ b//cli/latest/reference/directconnect/associate-connection-with-lag.md @@ -15 +15 @@ - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) » @@ -441,0 +442,20 @@ macSecKeys -> (list) +rateLimiterStatus -> (structure) + +> The rate limiter status for the connection, including how many rate limiters are in use and the maximum allowed. +> +> maxAllowed -> (integer) +> +>> The maximum number of rate limiters allowed on the connection. +> +> inUse -> (integer) +> +>> The number of rate limiters currently in use on the connection. +> +> remaining -> (integer) +> +>> The number of rate limiters remaining (available) on the connection. +> +> totalBandwidth -> (string) +> +>> The total bandwidth allocated across all rate limiters on the connection. + @@ -456 +476 @@ partnerInterconnectMacSecCapable -> (boolean) - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) »