|
269 | 269 | "StateValue": { |
270 | 270 | "target": "com.amazonaws.cloudwatch#AnomalyDetectorStateValue", |
271 | 271 | "traits": { |
272 | | - "smithy.api#documentation": "<p>The current status of the anomaly detector's training. The possible values are <code>TRAINED | PENDING_TRAINING | TRAINED_INSUFFICIENT_DATA</code>\n </p>" |
| 272 | + "smithy.api#documentation": "<p>The current status of the anomaly detector's training.</p>" |
| 273 | + } |
| 274 | + }, |
| 275 | + "MetricCharacteristics": { |
| 276 | + "target": "com.amazonaws.cloudwatch#MetricCharacteristics", |
| 277 | + "traits": { |
| 278 | + "smithy.api#documentation": "<p>This object includes parameters that you can use to provide information about your metric to \n\t\t\tCloudWatch to help it build more accurate anomaly detection models. Currently, it includes\n\t\t\tthe <code>PeriodicSpikes</code> parameter.</p>" |
273 | 279 | } |
274 | 280 | }, |
275 | 281 | "SingleMetricAnomalyDetector": { |
|
4838 | 4844 | "target": "com.amazonaws.cloudwatch#MetricAlarm" |
4839 | 4845 | } |
4840 | 4846 | }, |
| 4847 | + "com.amazonaws.cloudwatch#MetricCharacteristics": { |
| 4848 | + "type": "structure", |
| 4849 | + "members": { |
| 4850 | + "PeriodicSpikes": { |
| 4851 | + "target": "com.amazonaws.cloudwatch#PeriodicSpikes", |
| 4852 | + "traits": { |
| 4853 | + "smithy.api#documentation": "<p>Set this parameter to <code>true</code> if values for this metric consistently include spikes\n\t\t\tthat should not be considered to be anomalies. With this set to <code>true</code>, CloudWatch will expect \n\t\t\tto see spikes that occurred consistently during the model training period, and won't flag future similar spikes\n\t\t\tas anomalies.</p>" |
| 4854 | + } |
| 4855 | + } |
| 4856 | + }, |
| 4857 | + "traits": { |
| 4858 | + "smithy.api#documentation": "<p>This object includes parameters that you can use to provide information to \n\t\t\tCloudWatch to help it build more accurate anomaly detection models.</p>" |
| 4859 | + } |
| 4860 | + }, |
4841 | 4861 | "com.amazonaws.cloudwatch#MetricData": { |
4842 | 4862 | "type": "list", |
4843 | 4863 | "member": { |
|
5402 | 5422 | } |
5403 | 5423 | } |
5404 | 5424 | }, |
| 5425 | + "com.amazonaws.cloudwatch#PeriodicSpikes": { |
| 5426 | + "type": "boolean" |
| 5427 | + }, |
5405 | 5428 | "com.amazonaws.cloudwatch#PutAnomalyDetector": { |
5406 | 5429 | "type": "operation", |
5407 | 5430 | "input": { |
|
5476 | 5499 | "smithy.api#documentation": "<p>The configuration specifies details about how the \n\t\t\tanomaly detection model is to be trained, including \n\t\t\ttime ranges to exclude when training and updating the model.\n\t\t\tYou can specify as many as 10 time ranges.</p>\n <p>The configuration can also include the time zone to use for \n\t\t\tthe metric.</p>" |
5477 | 5500 | } |
5478 | 5501 | }, |
| 5502 | + "MetricCharacteristics": { |
| 5503 | + "target": "com.amazonaws.cloudwatch#MetricCharacteristics", |
| 5504 | + "traits": { |
| 5505 | + "smithy.api#documentation": "<p>Use this object to include parameters to provide information about your metric to \n\t\t\tCloudWatch to help it build more accurate anomaly detection models. Currently, it includes\n\t\t\tthe <code>PeriodicSpikes</code> parameter.</p>" |
| 5506 | + } |
| 5507 | + }, |
5479 | 5508 | "SingleMetricAnomalyDetector": { |
5480 | 5509 | "target": "com.amazonaws.cloudwatch#SingleMetricAnomalyDetector", |
5481 | 5510 | "traits": { |
|
0 commit comments