agent-claw: automated task changes
This commit is contained in:
43
cdk/node_modules/aws-cdk-lib/aws-events/lib/events-canned-metrics.generated.d.ts
generated
vendored
Normal file
43
cdk/node_modules/aws-cdk-lib/aws-events/lib/events-canned-metrics.generated.d.ts
generated
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
export interface MetricWithDims<D> {
|
||||
readonly namespace: string;
|
||||
readonly metricName: string;
|
||||
readonly statistic: string;
|
||||
readonly dimensionsMap: D;
|
||||
}
|
||||
export declare class EventsMetrics {
|
||||
static invocationsSum(this: void, dimensions: {
|
||||
RuleName: string;
|
||||
}): MetricWithDims<{
|
||||
RuleName: string;
|
||||
}>;
|
||||
static failedInvocationsSum(this: void, dimensions: {
|
||||
RuleName: string;
|
||||
}): MetricWithDims<{
|
||||
RuleName: string;
|
||||
}>;
|
||||
static deadLetterInvocationsSum(this: void, dimensions: {
|
||||
RuleName: string;
|
||||
}): MetricWithDims<{
|
||||
RuleName: string;
|
||||
}>;
|
||||
static triggeredRulesSum(this: void, dimensions: {
|
||||
RuleName: string;
|
||||
}): MetricWithDims<{
|
||||
RuleName: string;
|
||||
}>;
|
||||
static throttledRulesSum(this: void, dimensions: {
|
||||
RuleName: string;
|
||||
}): MetricWithDims<{
|
||||
RuleName: string;
|
||||
}>;
|
||||
static invocationsFailedToBeSentToDlqSum(this: void, dimensions: {
|
||||
RuleName: string;
|
||||
}): MetricWithDims<{
|
||||
RuleName: string;
|
||||
}>;
|
||||
static invocationsSentToDlqSum(this: void, dimensions: {
|
||||
RuleName: string;
|
||||
}): MetricWithDims<{
|
||||
RuleName: string;
|
||||
}>;
|
||||
}
|
||||
Reference in New Issue
Block a user