AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-09-28 · Documentation low

File: cli/latest/reference/bedrock-agent-runtime/list-tags-for-resource.md

Summary

Updated CLI version and modified resourceArn pattern to use wildcard matching. Adjusted tag key/value regex patterns by removing anchors.

Security assessment

Pattern changes expand matching scope (added .* wrappers) which could affect resource validation, but there's no evidence this addresses a specific security vulnerability. Changes appear to be validation rule adjustments rather than security fixes.

Diff

diff --git a/cli/latest/reference/bedrock-agent-runtime/list-tags-for-resource.md b/cli/latest/reference/bedrock-agent-runtime/list-tags-for-resource.md
index 9396ca66e..dfb41016b 100644
--- a//cli/latest/reference/bedrock-agent-runtime/list-tags-for-resource.md
+++ b//cli/latest/reference/bedrock-agent-runtime/list-tags-for-resource.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.1 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.3 Command Reference](../../index.html) »
@@ -100 +100 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc
->   * pattern: `(^arn:aws(-[^:]+)?:bedrock:[a-zA-Z0-9-]+:[0-9]{12}:(session)/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$)`
+>   * pattern: `.*(^arn:aws(-[^:]+)?:bedrock:[a-zA-Z0-9-]+:[0-9]{12}:(session)/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$).*`
@@ -222 +222 @@ tags -> (map)
->>   * pattern: `^[a-zA-Z0-9\s._:/=+@-]*$`
+>>   * pattern: `[a-zA-Z0-9\s._:/=+@-]*`
@@ -234 +234 @@ tags -> (map)
->>   * pattern: `^[a-zA-Z0-9\s._:/=+@-]*$`
+>>   * pattern: `[a-zA-Z0-9\s._:/=+@-]*`
@@ -248 +248 @@ tags -> (map)
-  * [AWS CLI 2.31.1 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.3 Command Reference](../../index.html) »