|
781 | 781 | },
|
782 | 782 | "StateValue":{
|
783 | 783 | "shape":"AnomalyDetectorStateValue",
|
784 |
| - "documentation":"<p>The current status of the anomaly detector's training. The possible values are <code>TRAINED | PENDING_TRAINING | TRAINED_INSUFFICIENT_DATA</code> </p>" |
| 784 | + "documentation":"<p>The current status of the anomaly detector's training.</p>" |
| 785 | + }, |
| 786 | + "MetricCharacteristics":{ |
| 787 | + "shape":"MetricCharacteristics", |
| 788 | + "documentation":"<p>This object includes parameters that you can use to provide information about your metric to CloudWatch to help it build more accurate anomaly detection models. Currently, it includes the <code>PeriodicSpikes</code> parameter.</p>" |
785 | 789 | },
|
786 | 790 | "SingleMetricAnomalyDetector":{
|
787 | 791 | "shape":"SingleMetricAnomalyDetector",
|
|
2662 | 2666 | "type":"list",
|
2663 | 2667 | "member":{"shape":"MetricAlarm"}
|
2664 | 2668 | },
|
| 2669 | + "MetricCharacteristics":{ |
| 2670 | + "type":"structure", |
| 2671 | + "members":{ |
| 2672 | + "PeriodicSpikes":{ |
| 2673 | + "shape":"PeriodicSpikes", |
| 2674 | + "documentation":"<p>Set this parameter to <code>true</code> if values for this metric consistently include spikes that should not be considered to be anomalies. With this set to <code>true</code>, CloudWatch will expect to see spikes that occurred consistently during the model training period, and won't flag future similar spikes as anomalies.</p>" |
| 2675 | + } |
| 2676 | + }, |
| 2677 | + "documentation":"<p>This object includes parameters that you can use to provide information to CloudWatch to help it build more accurate anomaly detection models.</p>" |
| 2678 | + }, |
2665 | 2679 | "MetricData":{
|
2666 | 2680 | "type":"list",
|
2667 | 2681 | "member":{"shape":"MetricDatum"}
|
|
3029 | 3043 | "type":"integer",
|
3030 | 3044 | "min":1
|
3031 | 3045 | },
|
| 3046 | + "PeriodicSpikes":{"type":"boolean"}, |
3032 | 3047 | "PutAnomalyDetectorInput":{
|
3033 | 3048 | "type":"structure",
|
3034 | 3049 | "members":{
|
|
3060 | 3075 | "shape":"AnomalyDetectorConfiguration",
|
3061 | 3076 | "documentation":"<p>The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude when training and updating the model. You can specify as many as 10 time ranges.</p> <p>The configuration can also include the time zone to use for the metric.</p>"
|
3062 | 3077 | },
|
| 3078 | + "MetricCharacteristics":{ |
| 3079 | + "shape":"MetricCharacteristics", |
| 3080 | + "documentation":"<p>Use this object to include parameters to provide information about your metric to CloudWatch to help it build more accurate anomaly detection models. Currently, it includes the <code>PeriodicSpikes</code> parameter.</p>" |
| 3081 | + }, |
3063 | 3082 | "SingleMetricAnomalyDetector":{
|
3064 | 3083 | "shape":"SingleMetricAnomalyDetector",
|
3065 | 3084 | "documentation":"<p>A single metric anomaly detector to be created.</p> <p>When using <code>SingleMetricAnomalyDetector</code>, you cannot include the following parameters in the same operation:</p> <ul> <li> <p> <code>Dimensions</code> </p> </li> <li> <p> <code>MetricName</code> </p> </li> <li> <p> <code>Namespace</code> </p> </li> <li> <p> <code>Stat</code> </p> </li> <li> <p>the <code>MetricMathAnomalyDetector</code> parameters of <code>PutAnomalyDetectorInput</code> </p> </li> </ul> <p>Instead, specify the single metric anomaly detector attributes as part of the property <code>SingleMetricAnomalyDetector</code>.</p>"
|
|
0 commit comments