AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-10-28 · Documentation medium

File: cli/latest/reference/rtbfabric/get-link.md

Summary

Added 'rateLimiter' to Tagged Union structure and documented rate limit parameters with TPS definition

Security assessment

Adds documentation for transactional rate limiting features that support API security hardening through throttling controls. No explicit vulnerability mentioned.

Diff

diff --git a/cli/latest/reference/rtbfabric/get-link.md b/cli/latest/reference/rtbfabric/get-link.md
index 61e77fc71..57cd1cf10 100644
--- a//cli/latest/reference/rtbfabric/get-link.md
+++ b//cli/latest/reference/rtbfabric/get-link.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.21 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.23 Command Reference](../../index.html) »
@@ -325 +325 @@ flowModules -> (list)
->>> This is a Tagged Union structure. Only one of the following top level keys can be set: `noBid`, `openRtbAttribute`.
+>>> This is a Tagged Union structure. Only one of the following top level keys can be set: `noBid`, `openRtbAttribute`, `rateLimiter`.
@@ -455,0 +456,8 @@ flowModules -> (list)
+>>> 
+>>> rateLimiter -> (structure)
+>>>
+>>>> Describes the parameters of a rate limit.
+>>>> 
+>>>> tps -> (float)
+>>>>
+>>>>> The transactions per second rate limit.
@@ -507 +515 @@ pendingFlowModules -> (list)
->>> This is a Tagged Union structure. Only one of the following top level keys can be set: `noBid`, `openRtbAttribute`.
+>>> This is a Tagged Union structure. Only one of the following top level keys can be set: `noBid`, `openRtbAttribute`, `rateLimiter`.
@@ -637,0 +646,8 @@ pendingFlowModules -> (list)
+>>> 
+>>> rateLimiter -> (structure)
+>>>
+>>>> Describes the parameters of a rate limit.
+>>>> 
+>>>> tps -> (float)
+>>>>
+>>>>> The transactions per second rate limit.
@@ -802 +818 @@ logSettings -> (structure)
-  * [AWS CLI 2.31.21 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.23 Command Reference](../../index.html) »