agent-claw: automated task changes
This commit is contained in:
28
cdk/node_modules/aws-cdk-lib/aws-iot/lib/iot-canned-metrics.generated.d.ts
generated
vendored
Normal file
28
cdk/node_modules/aws-cdk-lib/aws-iot/lib/iot-canned-metrics.generated.d.ts
generated
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
export interface MetricWithDims<D> {
|
||||
readonly namespace: string;
|
||||
readonly metricName: string;
|
||||
readonly statistic: string;
|
||||
readonly dimensionsMap: D;
|
||||
}
|
||||
export declare class IoTMetrics {
|
||||
static topicMatchSum(this: void, dimensions: {
|
||||
RuleName: string;
|
||||
}): MetricWithDims<{
|
||||
RuleName: string;
|
||||
}>;
|
||||
static parseErrorSum(this: void, dimensions: {
|
||||
RuleName: string;
|
||||
}): MetricWithDims<{
|
||||
RuleName: string;
|
||||
}>;
|
||||
static ruleEvaluationThrottledSum(this: void, dimensions: {
|
||||
RuleName: string;
|
||||
}): MetricWithDims<{
|
||||
RuleName: string;
|
||||
}>;
|
||||
static ruleNotFoundSum(this: void, dimensions: {
|
||||
RuleName: string;
|
||||
}): MetricWithDims<{
|
||||
RuleName: string;
|
||||
}>;
|
||||
}
|
||||
Reference in New Issue
Block a user