AWS Security ChangesHomeSearch

AWS cli documentation change

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

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

Summary

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

Security assessment

Documents new rate limiting capabilities as part of API configuration, which helps enforce API security controls. No indication of patching a vulnerability.

Diff

diff --git a/cli/latest/reference/rtbfabric/create-link.md b/cli/latest/reference/rtbfabric/create-link.md
index 27259f4fa..25fc72bf6 100644
--- a//cli/latest/reference/rtbfabric/create-link.md
+++ b//cli/latest/reference/rtbfabric/create-link.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.21 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.23 Command Reference](../../index.html) »
@@ -525 +525 @@ 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`.
@@ -655,0 +656,8 @@ flowModules -> (list)
+>>> 
+>>> rateLimiter -> (structure)
+>>>
+>>>> Describes the parameters of a rate limit.
+>>>> 
+>>>> tps -> (float)
+>>>>
+>>>>> The transactions per second rate limit.
@@ -707 +715 @@ 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`.
@@ -837,0 +846,8 @@ pendingFlowModules -> (list)
+>>> 
+>>> rateLimiter -> (structure)
+>>>
+>>>> Describes the parameters of a rate limit.
+>>>> 
+>>>> tps -> (float)
+>>>>
+>>>>> The transactions per second rate limit.
@@ -955 +971 @@ customerProvidedId -> (string)
-  * [AWS CLI 2.31.21 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.23 Command Reference](../../index.html) »