Skip to content

Commit 67be4cc

Browse files
author
AWS
committed
Amazon CloudWatch Logs Update: Added support for new optional baseline parameter in the UpdateAnomaly API. For UpdateAnomaly requests with baseline set to True, The anomaly behavior is then treated as baseline behavior. However, more severe occurrences of this behavior will still be reported as anomalies.
1 parent 081396d commit 67be4cc

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon CloudWatch Logs",
4+
"contributor": "",
5+
"description": "Added support for new optional baseline parameter in the UpdateAnomaly API. For UpdateAnomaly requests with baseline set to True, The anomaly behavior is then treated as baseline behavior. However, more severe occurrences of this behavior will still be reported as anomalies."
6+
}

services/cloudwatchlogs/src/main/resources/codegen-resources/service-2.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1474,6 +1474,7 @@
14741474
}
14751475
}
14761476
},
1477+
"Baseline":{"type":"boolean"},
14771478
"Boolean":{"type":"boolean"},
14781479
"CancelExportTaskRequest":{
14791480
"type":"structure",
@@ -5170,6 +5171,10 @@
51705171
"suppressionPeriod":{
51715172
"shape":"SuppressionPeriod",
51725173
"documentation":"<p>If you are temporarily suppressing an anomaly or pattern, use this structure to specify how long the suppression is to last.</p>"
5174+
},
5175+
"baseline":{
5176+
"shape":"Baseline",
5177+
"documentation":"<p>Set this to <code>true</code> to prevent CloudWatch Logs from displaying this behavior as an anomaly in the future. The behavior is then treated as baseline behavior. However, if similar but more severe occurrences of this behavior occur in the future, those will still be reported as anomalies. </p> <p>The default is <code>false</code> </p>"
51735178
}
51745179
}
51755180
},

0 commit comments

Comments
 (0)