1.0.0 (2021-07-08)
Features added
- Added
getAdmins
andsetAdmins
methods toNotificationHook
model - Added the
getMeasureType
andsetMeasureType
toMetricBoundaryCondition
model - Added
getViewers
andsetViewers
methods toDataFeedOptions
model
Breaking changes
- Removed the prefix
Anomaly
from all Alert Configuration APIs - Removed the prefix
MetricAnomaly
from all Detection Configuration APIs - Renamed
MetricAnomalyAlertConfiguration
toMetricAlertConfiguration
- Renamed
DetectionConditionsOperator
toDetectionConditionOperator
- Renamed the
getDimensionsToSplitAlert
method in the modelAnomalyAlertConfiguration
togetDimensionsToSplitAlert
- Renamed the
setDimensionsToSplitAlert
method in the modelAnomalyAlertConfiguration
tosetDimensionsToSplitAlert
- Updated the model getter and setter methods for primitive types to use corresponding reference types
- Renamed
setCrossConditionOperator
method in all detection configuration condition models tosetConditionOperator
- Renamed
getCrossConditionOperator
method in all detection configuration condition models togetConditionOperator
- Updated the constructors of
DataFeedMetric
,DataFeedDimension
,ChangeThresholdCondition
,HardThresholdCondition
,SmartDetectionCondition
,SeverityCondition
,MetricAnomalyAlertSnoozeCondition
andTopNGroupScope
to take required parameters. - Removed
SingleBoundaryCondition
model - Removed
setSingleBoundary
andsetBothBoundary
methods inMetricBoundaryCondition
model - Replaced
listAnomalies
API withlistAnomaliesForAlert
andlistAnomaliesForDetectionConfig
- Replaced
listIncidents
API withlistIncidentsForAlert
andlistIncidentsForDetectionConfig