AWS cli documentation change
Summary
Updated AWS CLI version reference and expanded documentation for bot verification field
Security assessment
Added detailed explanation of bot identity verification methods (cryptographically signed requests) and clarified interpretation of verification status. This documents security features but doesn't address a specific vulnerability.
Diff
diff --git a/cli/latest/reference/wafv2/get-revenue-statistics.md b/cli/latest/reference/wafv2/get-revenue-statistics.md index 85ed63af3..993e58ead 100644 --- a//cli/latest/reference/wafv2/get-revenue-statistics.md +++ b//cli/latest/reference/wafv2/get-revenue-statistics.md @@ -15 +15 @@ - * [AWS CLI 2.35.11 Command Reference](../../index.html) » + * [AWS CLI 2.35.13 Command Reference](../../index.html) » @@ -521 +521 @@ SourceStatistics -> (list) ->>> Whether the AI bot’s identity was verified. +>>> Indicates whether the AI bot’s identity was verified — for example, through a cryptographically signed request (Web Bot Auth) or another published verification method. This value is meaningful only when GroupBy is NAME, where each result represents a single, identifiable bot. For all other GroupBy values (CATEGORY, INTENT, ORGANIZATION, or WEBACL), a result aggregates multiple bots that may have different verification states, so Verified is always returned as false and should be ignored. Type and required-ness are unchanged (Boolean, optional). @@ -601 +601 @@ NextMarker -> (string) - * [AWS CLI 2.35.11 Command Reference](../../index.html) » + * [AWS CLI 2.35.13 Command Reference](../../index.html) »