agent-claw: automated task changes
This commit is contained in:
8
cdk/node_modules/aws-cdk-lib/aws-cloudwatch/lib/private/anomaly-detection.d.ts
generated
vendored
Normal file
8
cdk/node_modules/aws-cdk-lib/aws-cloudwatch/lib/private/anomaly-detection.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import { ComparisonOperator } from '../alarm';
|
||||
/**
|
||||
* Determine whether this operator is an anomaly detection operator.
|
||||
*
|
||||
* @param operator the comparison operator for the alarm.
|
||||
* @returns true if the operator is an anomaly detection operator, false otherwise.
|
||||
*/
|
||||
export declare function isAnomalyDetectionOperator(operator?: ComparisonOperator): boolean;
|
||||
Reference in New Issue
Block a user