AWS Security ChangesHomeSearch

AWS cli documentation change

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

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

Summary

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

Security assessment

The change introduces documentation for rate limiting configuration (transactions per second), which is a security-adjacent feature for preventing abuse/overload. However, there is no evidence this addresses a specific existing vulnerability.

Diff

diff --git a/cli/latest/reference/rtbfabric/accept-link.md b/cli/latest/reference/rtbfabric/accept-link.md
index 66396a9a7..45fc6465f 100644
--- a//cli/latest/reference/rtbfabric/accept-link.md
+++ b//cli/latest/reference/rtbfabric/accept-link.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.21 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.23 Command Reference](../../index.html) »
@@ -483 +483 @@ 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`.
@@ -613,0 +614,8 @@ flowModules -> (list)
+>>> 
+>>> rateLimiter -> (structure)
+>>>
+>>>> Describes the parameters of a rate limit.
+>>>> 
+>>>> tps -> (float)
+>>>>
+>>>>> The transactions per second rate limit.
@@ -665 +673 @@ 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`.
@@ -795,0 +804,8 @@ pendingFlowModules -> (list)
+>>> 
+>>> rateLimiter -> (structure)
+>>>
+>>>> Describes the parameters of a rate limit.
+>>>> 
+>>>> tps -> (float)
+>>>>
+>>>>> The transactions per second rate limit.
@@ -903 +919 @@ linkId -> (string)
-  * [AWS CLI 2.31.21 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.23 Command Reference](../../index.html) »