AWS cli documentation change
Summary
Added rateLimiterStatus field to monitor connection bandwidth usage limits.
Security assessment
Added network monitoring feature for bandwidth usage tracking. No security vulnerabilities addressed or security features documented.
Diff
diff --git a/cli/latest/reference/directconnect/allocate-connection-on-interconnect.md b/cli/latest/reference/directconnect/allocate-connection-on-interconnect.md index 6d4a6b6d8..412bbef8f 100644 --- a//cli/latest/reference/directconnect/allocate-connection-on-interconnect.md +++ b//cli/latest/reference/directconnect/allocate-connection-on-interconnect.md @@ -13 +13 @@ - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) » @@ -452,0 +453,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. + @@ -460 +480 @@ partnerInterconnectMacSecCapable -> (boolean) - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) »