AWS cli documentation change
Summary
Updated tag pattern validation syntax and resource type clarification. Changed navigation references and CLI version.
Security assessment
The tag pattern change ([\p{L}\p{Z}\p{N}_.:\/=+\-@]* to ([\p{L}\p{Z}\p{N}_.:/=+\-@]*)) appears to be a syntax correction without security implications. The note about resource type scope is operational clarification, not security-related.
Diff
diff --git a/cli/latest/reference/acm/list-tags-for-certificate.md b/cli/latest/reference/acm/list-tags-for-certificate.md index 305aa0e9d..8cac8d133 100644 --- a//cli/latest/reference/acm/list-tags-for-certificate.md +++ b//cli/latest/reference/acm/list-tags-for-certificate.md @@ -13 +13 @@ - * [next](put-account-configuration.html "put-account-configuration") | + * [next](list-tags-for-resource.html "list-tags-for-resource") | @@ -15 +15 @@ - * [AWS CLI 2.35.11 Command Reference](../../index.html) » + * [AWS CLI 2.35.13 Command Reference](../../index.html) » @@ -23 +23 @@ - * [put-account-configuration →](put-account-configuration.html "next chapter \(use the right arrow\)") + * [list-tags-for-resource →](list-tags-for-resource.html "next chapter \(use the right arrow\)") @@ -61,0 +62,4 @@ Lists the tags that have been applied to the ACM certificate. Use the certificat +### Note + +This action applies only to the `certificate` resource type. For all other ACM resource types, use ListTagsForResource instead. + @@ -279 +283 @@ Tags -> (list) ->>> * pattern: `[\p{L}\p{Z}\p{N}_.:\/=+\-@]*` +>>> * pattern: `([\p{L}\p{Z}\p{N}_.:/=+\-@]*)` @@ -291 +295 @@ Tags -> (list) ->>> * pattern: `[\p{L}\p{Z}\p{N}_.:\/=+\-@]*` +>>> * pattern: `([\p{L}\p{Z}\p{N}_.:/=+\-@]*)` @@ -296 +300 @@ Tags -> (list) - * [put-account-configuration →](put-account-configuration.html "next chapter \(use the right arrow\)") + * [list-tags-for-resource →](list-tags-for-resource.html "next chapter \(use the right arrow\)") @@ -303 +307 @@ Tags -> (list) - * [next](put-account-configuration.html "put-account-configuration") | + * [next](list-tags-for-resource.html "list-tags-for-resource") | @@ -305 +309 @@ Tags -> (list) - * [AWS CLI 2.35.11 Command Reference](../../index.html) » + * [AWS CLI 2.35.13 Command Reference](../../index.html) »