AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/acm/remove-tags-from-certificate.md

Summary

Added resource type clarification note, updated tag pattern constraints, and CLI version references.

Security assessment

Changes include non-security functional clarifications and pattern syntax updates. No evidence of security vulnerability fixes or security feature documentation added. Tag removal operations aren't inherently security features.

Diff

diff --git a/cli/latest/reference/acm/remove-tags-from-certificate.md b/cli/latest/reference/acm/remove-tags-from-certificate.md
index eabfbaabb..04939abb8 100644
--- a//cli/latest/reference/acm/remove-tags-from-certificate.md
+++ b//cli/latest/reference/acm/remove-tags-from-certificate.md
@@ -15 +15 @@
-  * [AWS CLI 2.35.11 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.13 Command Reference](../../index.html) »
@@ -61,0 +62,4 @@ Remove one or more tags from an ACM certificate. A tag consists of a key-value p
+### Note
+
+This action applies only to the `certificate` resource type. For all other ACM resource types, use UntagResource instead.
+
@@ -136 +140 @@ 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}_.:/=+\-@]*)`
@@ -148 +152 @@ 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}_.:/=+\-@]*)`
@@ -311 +315 @@ None
-  * [AWS CLI 2.35.11 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.13 Command Reference](../../index.html) »