AWS cli documentation change
Summary
Added documentation for new 'rateLimiterStatus' field showing connection rate limiter usage metrics
Security assessment
This change documents new rate limiter monitoring capabilities but doesn't address any specific vulnerability. Rate limiting is a security feature that helps prevent DDoS attacks and resource exhaustion, so this adds security documentation.
Diff
diff --git a/cli/latest/reference/directconnect/disassociate-connection-from-lag.md b/cli/latest/reference/directconnect/disassociate-connection-from-lag.md index 32dbc891d..cf23b11c6 100644 --- a//cli/latest/reference/directconnect/disassociate-connection-from-lag.md +++ b//cli/latest/reference/directconnect/disassociate-connection-from-lag.md @@ -15 +15 @@ - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) » @@ -438,0 +439,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. + @@ -453 +473 @@ partnerInterconnectMacSecCapable -> (boolean) - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) »