|
430 | 430 | "type":"double",
|
431 | 431 | "box":true
|
432 | 432 | },
|
| 433 | + "AnomalyReportedTimeRange":{ |
| 434 | + "type":"structure", |
| 435 | + "required":["OpenTime"], |
| 436 | + "members":{ |
| 437 | + "OpenTime":{ |
| 438 | + "shape":"Timestamp", |
| 439 | + "documentation":"<p> The time when an anomaly is opened. </p>" |
| 440 | + }, |
| 441 | + "CloseTime":{ |
| 442 | + "shape":"Timestamp", |
| 443 | + "documentation":"<p> The time when an anomaly is closed. </p>" |
| 444 | + } |
| 445 | + }, |
| 446 | + "documentation":"<p> A time range that specifies when DevOps Guru opens and then closes an anomaly. This is different from <code>AnomalyTimeRange</code>, which specifies the time range when DevOps Guru actually observes the anomalous behavior. </p>" |
| 447 | + }, |
433 | 448 | "AnomalySeverity":{
|
434 | 449 | "type":"string",
|
435 | 450 | "enum":[
|
|
468 | 483 | "documentation":"<p> The time when the anomalous behavior ended. </p>"
|
469 | 484 | }
|
470 | 485 | },
|
471 |
| - "documentation":"<p> A time range that specifies when the observed unusual behavior in an anomaly started and ended. </p>" |
| 486 | + "documentation":"<p> A time range that specifies when the observed unusual behavior in an anomaly started and ended. This is different from <code>AnomalyReportedTimeRange</code>, which specifies the time range when DevOps Guru opens and then closes an anomaly. </p>" |
472 | 487 | },
|
473 | 488 | "Channels":{
|
474 | 489 | "type":"list",
|
|
1570 | 1585 | "documentation":"<p> The time of the anomaly's most recent update. </p>"
|
1571 | 1586 | },
|
1572 | 1587 | "AnomalyTimeRange":{"shape":"AnomalyTimeRange"},
|
| 1588 | + "AnomalyReportedTimeRange":{ |
| 1589 | + "shape":"AnomalyReportedTimeRange", |
| 1590 | + "documentation":"<p> A <code>AnomalyReportedTimeRange</code> object that specifies the time range between when the anomaly is opened and the time when it is closed. </p>" |
| 1591 | + }, |
1573 | 1592 | "PredictionTimeRange":{"shape":"PredictionTimeRange"},
|
1574 | 1593 | "SourceDetails":{
|
1575 | 1594 | "shape":"AnomalySourceDetails",
|
|
1607 | 1626 | "documentation":"<p> The time of the anomaly's most recent update. </p>"
|
1608 | 1627 | },
|
1609 | 1628 | "AnomalyTimeRange":{"shape":"AnomalyTimeRange"},
|
| 1629 | + "AnomalyReportedTimeRange":{ |
| 1630 | + "shape":"AnomalyReportedTimeRange", |
| 1631 | + "documentation":"<p> A <code>AnomalyReportedTimeRange</code> object that specifies the time range between when the anomaly is opened and the time when it is closed. </p>" |
| 1632 | + }, |
1610 | 1633 | "PredictionTimeRange":{"shape":"PredictionTimeRange"},
|
1611 | 1634 | "SourceDetails":{
|
1612 | 1635 | "shape":"AnomalySourceDetails",
|
|
1720 | 1743 | "documentation":"<p> The status of the anomaly. </p>"
|
1721 | 1744 | },
|
1722 | 1745 | "AnomalyTimeRange":{"shape":"AnomalyTimeRange"},
|
| 1746 | + "AnomalyReportedTimeRange":{ |
| 1747 | + "shape":"AnomalyReportedTimeRange", |
| 1748 | + "documentation":"<p> A <code>AnomalyReportedTimeRange</code> object that specifies the time range between when the anomaly is opened and the time when it is closed. </p>" |
| 1749 | + }, |
1723 | 1750 | "SourceDetails":{
|
1724 | 1751 | "shape":"AnomalySourceDetails",
|
1725 | 1752 | "documentation":"<p> Details about the source of the analyzed operational data that triggered the anomaly. The one supported source is Amazon CloudWatch metrics. </p>"
|
|
1748 | 1775 | "documentation":"<p> The status of the reactive anomaly. </p>"
|
1749 | 1776 | },
|
1750 | 1777 | "AnomalyTimeRange":{"shape":"AnomalyTimeRange"},
|
| 1778 | + "AnomalyReportedTimeRange":{ |
| 1779 | + "shape":"AnomalyReportedTimeRange", |
| 1780 | + "documentation":"<p> A <code>AnomalyReportedTimeRange</code> object that specifies the time range between when the anomaly is opened and the time when it is closed. </p>" |
| 1781 | + }, |
1751 | 1782 | "SourceDetails":{
|
1752 | 1783 | "shape":"AnomalySourceDetails",
|
1753 | 1784 | "documentation":"<p> Details about the source of the analyzed operational data that triggered the anomaly. The one supported source is Amazon CloudWatch metrics. </p>"
|
|
0 commit comments