You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>Deletes the specified alarms. You can delete up to 100 alarms in one operation. However, this total can include no more
32
-
* than one composite alarm. For example, you could delete 99 metric alarms and one composite alarms with one operation, but you can't
33
-
* delete two composite alarms with one operation.</p>
34
-
* <p>
35
-
* If you specify an incorrect alarm name or make any other error in the operation, no alarms are
36
-
* deleted. To confirm that alarms were deleted successfully, you can use
37
-
* the <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_DescribeAlarms.html">DescribeAlarms</a> operation after using
38
-
* <code>DeleteAlarms</code>.</p>
31
+
* <p>Deletes the specified alarms. You can delete up to 100 alarms in one operation.
32
+
* However, this total can include no more than one composite alarm. For example, you could
33
+
* delete 99 metric alarms and one composite alarms with one operation, but you can't
34
+
* delete two composite alarms with one operation.</p>
35
+
* <p> If you specify an incorrect alarm name or make any other error in the operation,
36
+
* no alarms are deleted. To confirm that alarms were deleted successfully, you can use the
37
+
* <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_DescribeAlarms.html">DescribeAlarms</a> operation after using <code>DeleteAlarms</code>.</p>
39
38
* <note>
40
-
* <p>It is possible to create a loop or cycle of composite alarms, where composite alarm A depends on composite alarm B, and
41
-
* composite alarm B also depends on composite alarm A. In this scenario, you can't delete any composite alarm that is part of the cycle
42
-
* because there is always still a composite alarm that depends on that alarm that you want to delete.</p>
43
-
* <p>To get out of such a situation, you must
44
-
* break the cycle by changing the rule of one of the composite alarms in the cycle to remove a dependency that creates the cycle. The simplest
45
-
* change to make to break a cycle is to change the <code>AlarmRule</code> of one of the alarms to <code>false</code>. </p>
46
-
* <p>Additionally, the evaluation of composite alarms stops if CloudWatch detects a cycle in the evaluation path.
47
-
* </p>
39
+
* <p>It is possible to create a loop or cycle of composite alarms, where composite
40
+
* alarm A depends on composite alarm B, and composite alarm B also depends on
41
+
* composite alarm A. In this scenario, you can't delete any composite alarm that is
42
+
* part of the cycle because there is always still a composite alarm that depends on
43
+
* that alarm that you want to delete.</p>
44
+
* <p>To get out of such a situation, you must break the cycle by changing the rule of
45
+
* one of the composite alarms in the cycle to remove a dependency that creates the
46
+
* cycle. The simplest change to make to break a cycle is to change the
47
+
* <code>AlarmRule</code> of one of the alarms to <code>false</code>. </p>
48
+
* <p>Additionally, the evaluation of composite alarms stops if CloudWatch
49
+
* detects a cycle in the evaluation path. </p>
48
50
* </note>
49
51
* @example
50
52
* Use a bare-bones client and the command you need to make an API call.
* see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Create_Anomaly_Detection_Alarm.html#Delete_Anomaly_Detection_Model">Deleting an anomaly detection model</a>
38
-
* in the <i>CloudWatch User Guide</i>.
39
-
* </p>
31
+
* <p> Deletes the specified anomaly detection model from your account. For more information
32
+
* about how to delete an anomaly detection model, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Create_Anomaly_Detection_Alarm.html#Delete_Anomaly_Detection_Model">Deleting an anomaly detection model</a> in the <i>CloudWatch User
33
+
* Guide</i>. </p>
40
34
* @example
41
35
* Use a bare-bones client and the command you need to make an API call.
0 commit comments