AWS cli documentation change
Summary
Added 'rateLimiter' to Tagged Union structure and documented rate limit parameters with TPS definition
Security assessment
Expands documentation to include rate limiting configuration options that could mitigate DDoS risks, but does not reference any specific security incident being resolved.
Diff
diff --git a/cli/latest/reference/rtbfabric/get-inbound-external-link.md b/cli/latest/reference/rtbfabric/get-inbound-external-link.md index a3ef6d1d8..2a9f8045e 100644 --- a//cli/latest/reference/rtbfabric/get-inbound-external-link.md +++ b//cli/latest/reference/rtbfabric/get-inbound-external-link.md @@ -15 +15 @@ - * [AWS CLI 2.31.21 Command Reference](../../index.html) » + * [AWS CLI 2.31.23 Command Reference](../../index.html) » @@ -316 +316 @@ 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`. @@ -446,0 +447,8 @@ flowModules -> (list) +>>> +>>> rateLimiter -> (structure) +>>> +>>>> Describes the parameters of a rate limit. +>>>> +>>>> tps -> (float) +>>>> +>>>>> The transactions per second rate limit. @@ -498 +506 @@ 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`. @@ -628,0 +637,8 @@ pendingFlowModules -> (list) +>>> +>>> rateLimiter -> (structure) +>>> +>>>> Describes the parameters of a rate limit. +>>>> +>>>> tps -> (float) +>>>> +>>>>> The transactions per second rate limit. @@ -757 +773 @@ tags -> (map) - * [AWS CLI 2.31.21 Command Reference](../../index.html) » + * [AWS CLI 2.31.23 Command Reference](../../index.html) »