AWS Security ChangesHomeSearch

AWS cli documentation change

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

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

Summary

Added 'rateLimiter' structure to Tagged Union with TPS parameter for rate limiting

Security assessment

Introduces documentation for rate limiting configuration in flow modules, a security feature for traffic control. No mention of patching a vulnerability.

Diff

diff --git a/cli/latest/reference/rtbfabric/reject-link.md b/cli/latest/reference/rtbfabric/reject-link.md
index 251939446..4de696d82 100644
--- a//cli/latest/reference/rtbfabric/reject-link.md
+++ b//cli/latest/reference/rtbfabric/reject-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.
@@ -745 +761 @@ linkId -> (string)
-  * [AWS CLI 2.31.21 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.23 Command Reference](../../index.html) »