AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-07-01 · Documentation low

File: cli/latest/reference/acm/add-tags-to-certificate.md

Summary

Added resource type note for tagging, updated navigation links, modified tag pattern regex, and updated CLI version

Security assessment

The added note clarifies command scope but doesn't address vulnerabilities. The regex pattern change ([\p{L}\p{Z}\p{N}_.:\/=+\-@]* to ([\p{L}\p{Z}\p{N}_.:/=+\-@]*)) appears to be a syntax correction without security implications. No evidence of security fixes or vulnerabilities addressed.

Diff

diff --git a/cli/latest/reference/acm/add-tags-to-certificate.md b/cli/latest/reference/acm/add-tags-to-certificate.md
index 1ac10e0a8..844ae007d 100644
--- a//cli/latest/reference/acm/add-tags-to-certificate.md
+++ b//cli/latest/reference/acm/add-tags-to-certificate.md
@@ -13 +13 @@
-  * [next](delete-certificate.html "delete-certificate") |
+  * [next](create-acme-domain-validation.html "create-acme-domain-validation") |
@@ -15 +15 @@
-  * [AWS CLI 2.35.11 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.13 Command Reference](../../index.html) »
@@ -23 +23 @@
-  * [delete-certificate →](delete-certificate.html "next chapter \(use the right arrow\)")
+  * [create-acme-domain-validation →](create-acme-domain-validation.html "next chapter \(use the right arrow\)")
@@ -61,0 +62,4 @@ Adds one or more tags to an ACM certificate. Tags are labels that you can use to
+### Note
+
+This action applies only to the `certificate` resource type. For all other ACM resource types, use TagResource instead.
+
@@ -138 +142 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/acm-20
->>>   * pattern: `[\p{L}\p{Z}\p{N}_.:\/=+\-@]*`
+>>>   * pattern: `([\p{L}\p{Z}\p{N}_.:/=+\-@]*)`
@@ -150 +154 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/acm-20
->>>   * pattern: `[\p{L}\p{Z}\p{N}_.:\/=+\-@]*`
+>>>   * pattern: `([\p{L}\p{Z}\p{N}_.:/=+\-@]*)`
@@ -304 +308 @@ None
-  * [delete-certificate →](delete-certificate.html "next chapter \(use the right arrow\)")
+  * [create-acme-domain-validation →](create-acme-domain-validation.html "next chapter \(use the right arrow\)")
@@ -311 +315 @@ None
-  * [next](delete-certificate.html "delete-certificate") |
+  * [next](create-acme-domain-validation.html "create-acme-domain-validation") |
@@ -313 +317 @@ None
-  * [AWS CLI 2.35.11 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.13 Command Reference](../../index.html) »