AWS cli documentation change
Summary
Updated CLI version reference from 2.35.5 to 2.35.8. Modified resource ARN pattern to include optional 'eusc-' prefix and adjusted capacity-provider pattern. Added new constraints for tag keys (min/max length, pattern) and values (max length, pattern).
Security assessment
Changes involve parameter validation patterns and length constraints, but lack any mention of security vulnerabilities, exploits, or incident response. The pattern updates appear to accommodate new region formats rather than address security flaws.
Diff
diff --git a/cli/latest/reference/lambda/tag-resource.md b/cli/latest/reference/lambda/tag-resource.md index 0db3df892..f85145100 100644 --- a//cli/latest/reference/lambda/tag-resource.md +++ b//cli/latest/reference/lambda/tag-resource.md @@ -15 +15 @@ - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) » @@ -102,2 +102,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})` @@ -111,0 +112,8 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/lambda +> +>> Constraints: +>> +>> * min: `1` +>> * max: `128` +>> * pattern: `([\p{L}\p{Z}\p{N}_.:/=+\-@]*)` +>> + @@ -113,0 +122,8 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/lambda +> +>> Constraints: +>> +>> * min: `0` +>> * max: `256` +>> * pattern: `([\p{L}\p{Z}\p{N}_.:/=+\-@]*)` +>> + @@ -275 +291 @@ None - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) »