AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/cloudwatch/delete-anomaly-detector.md

Summary

Added new --anomaly-detector-id parameter with constraints documentation

Security assessment

Added operational parameter for identifying detectors; no security vulnerability addressed

Diff

diff --git a/cli/latest/reference/cloudwatch/delete-anomaly-detector.md b/cli/latest/reference/cloudwatch/delete-anomaly-detector.md
index 9077d2c7c..e2a0b3e69 100644
--- a//cli/latest/reference/cloudwatch/delete-anomaly-detector.md
+++ b//cli/latest/reference/cloudwatch/delete-anomaly-detector.md
@@ -15 +15 @@
-  * [AWS CLI 2.35.19 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.21 Command Reference](../../index.html) »
@@ -67,0 +68 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/monito
+    [--anomaly-detector-id <value>]
@@ -98,0 +100,12 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/monito
+`--anomaly-detector-id` (string)
+
+> Specifies the unique identifier of the anomaly detector to delete. If you specify this parameter, you do not need to specify a metric to identify the detector.
+> 
+> Constraints:
+> 
+>   * min: `1`
+>   * max: `128`
+>   * pattern: `[A-Za-z0-9_./:%()+-]+`
+> 
+
+
@@ -720 +733 @@ None
-  * [AWS CLI 2.35.19 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.21 Command Reference](../../index.html) »