AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-06-19 · Documentation low

File: cli/latest/reference/lambda/list-tags.md

Summary

Updated AWS CLI version reference and modified constraints for resource ARN pattern. Added new constraints (min/max/pattern) for tag keys and values.

Security assessment

The changes involve documentation updates for input validation patterns and constraints. While improved input validation can indirectly enhance security, there's no direct evidence of a specific security vulnerability being addressed. The changes appear to be routine updates to service capabilities and documentation accuracy.

Diff

diff --git a/cli/latest/reference/lambda/list-tags.md b/cli/latest/reference/lambda/list-tags.md
index e525afe6b..5ca14d1ad 100644
--- a//cli/latest/reference/lambda/list-tags.md
+++ b//cli/latest/reference/lambda/list-tags.md
@@ -15 +15 @@
-  * [AWS CLI 2.35.5 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.8 Command Reference](../../index.html) »
@@ -101,2 +101,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/lambda
->   * max: `256`
->   * pattern: `arn:(aws[a-zA-Z-]*):lambda:[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1}:\d{12}:(function:[a-zA-Z0-9-_]+(:(\$LATEST|[a-zA-Z0-9-_]+))?|code-signing-config:csc-[a-z0-9]{17}|event-source-mapping:[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}|capacity-provider:[a-zA-Z0-9-_]+)`
+>   * max: `10000`
+>   * pattern: `arn:(aws[a-zA-Z-]*):lambda:(eusc-)?[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1}:\d{12}:(function:[a-zA-Z0-9-_]+(:(\$LATEST|[a-zA-Z0-9-_]+))?|code-signing-config:csc-[a-z0-9]{17}|event-source-mapping:[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}|capacity-provider:[a-zA-Z0-9-_]{1,64})`
@@ -253,0 +254,8 @@ Tags -> (map)
+>
+>> Constraints:
+>> 
+>>   * min: `1`
+>>   * max: `128`
+>>   * pattern: `([\p{L}\p{Z}\p{N}_.:/=+\-@]*)`
+>> 
+
@@ -255,0 +264,8 @@ Tags -> (map)
+>
+>> Constraints:
+>> 
+>>   * min: `0`
+>>   * max: `256`
+>>   * pattern: `([\p{L}\p{Z}\p{N}_.:/=+\-@]*)`
+>> 
+
@@ -267 +283 @@ Tags -> (map)
-  * [AWS CLI 2.35.5 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.8 Command Reference](../../index.html) »