AWS cli documentation change
Summary
Added 'rateLimiter' structure to Tagged Union with TPS parameter for rate limiting
Security assessment
The addition of rate limiting parameters (tps) indicates documentation of a new security feature to control transaction rates, which helps prevent abuse/DoS. No evidence of addressing a specific vulnerability.
Diff
diff --git a/cli/latest/reference/rtbfabric/list-links.md b/cli/latest/reference/rtbfabric/list-links.md index 377765da9..a64c170cc 100644 --- a//cli/latest/reference/rtbfabric/list-links.md +++ b//cli/latest/reference/rtbfabric/list-links.md @@ -15 +15 @@ - * [AWS CLI 2.31.21 Command Reference](../../index.html) » + * [AWS CLI 2.31.23 Command Reference](../../index.html) » @@ -345 +345 @@ links -> (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`. @@ -475,0 +476,8 @@ links -> (list) +>>>>> +>>>>> rateLimiter -> (structure) +>>>>> +>>>>>> Describes the parameters of a rate limit. +>>>>>> +>>>>>> tps -> (float) +>>>>>> +>>>>>>> The transactions per second rate limit. @@ -527 +535 @@ links -> (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`. @@ -657,0 +666,8 @@ links -> (list) +>>>>> +>>>>> rateLimiter -> (structure) +>>>>> +>>>>>> Describes the parameters of a rate limit. +>>>>>> +>>>>>> tps -> (float) +>>>>>> +>>>>>>> The transactions per second rate limit. @@ -792 +808 @@ nextToken -> (string) - * [AWS CLI 2.31.21 Command Reference](../../index.html) » + * [AWS CLI 2.31.23 Command Reference](../../index.html) »