agent-claw: automated task changes
This commit is contained in:
1
cdk/node_modules/aws-cdk-lib/aws-cloudwatch/lib/private/anomaly-detection.js
generated
vendored
Normal file
1
cdk/node_modules/aws-cdk-lib/aws-cloudwatch/lib/private/anomaly-detection.js
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.isAnomalyDetectionOperator=isAnomalyDetectionOperator;var alarm_1=()=>{var tmp=require("../alarm");return alarm_1=()=>tmp,tmp};function isAnomalyDetectionOperator(operator){const anomalyDetectionOperators=[alarm_1().ComparisonOperator.LESS_THAN_LOWER_OR_GREATER_THAN_UPPER_THRESHOLD,alarm_1().ComparisonOperator.GREATER_THAN_UPPER_THRESHOLD,alarm_1().ComparisonOperator.LESS_THAN_LOWER_THRESHOLD];return operator!==void 0&&anomalyDetectionOperators.includes(operator)}
|
||||
Reference in New Issue
Block a user