AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/rtbfabric/update-link-module-flow.md

Summary

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

Security assessment

Documents new rate limiting capability in module flows, enhancing security controls. No explicit reference to resolving a security incident.

Diff

diff --git a/cli/latest/reference/rtbfabric/update-link-module-flow.md b/cli/latest/reference/rtbfabric/update-link-module-flow.md
index a72cf77e1..0e76b2e6b 100644
--- a//cli/latest/reference/rtbfabric/update-link-module-flow.md
+++ b//cli/latest/reference/rtbfabric/update-link-module-flow.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.21 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.23 Command Reference](../../index.html) »
@@ -169 +169 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/rtbfab
->>> 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`.
@@ -299,0 +300,8 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/rtbfab
+>>> 
+>>> rateLimiter -> (structure)
+>>>
+>>>> Describes the parameters of a rate limit.
+>>>> 
+>>>> tps -> (float)
+>>>>
+>>>>> The transactions per second rate limit.
@@ -338,0 +347,3 @@ JSON Syntax:
+          },
+          "rateLimiter": {
+            "tps": float
@@ -497 +508 @@ status -> (string)
-  * [AWS CLI 2.31.21 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.23 Command Reference](../../index.html) »