agent-claw: automated task changes
This commit is contained in:
43
cdk/node_modules/aws-cdk-lib/aws-synthetics/lib/synthetics-canned-metrics.generated.d.ts
generated
vendored
Normal file
43
cdk/node_modules/aws-cdk-lib/aws-synthetics/lib/synthetics-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 CloudWatchSyntheticsMetrics {
|
||||
static _2XxSum(this: void, dimensions: {
|
||||
CanaryName: string;
|
||||
}): MetricWithDims<{
|
||||
CanaryName: string;
|
||||
}>;
|
||||
static _4XxSum(this: void, dimensions: {
|
||||
CanaryName: string;
|
||||
}): MetricWithDims<{
|
||||
CanaryName: string;
|
||||
}>;
|
||||
static _5XxSum(this: void, dimensions: {
|
||||
CanaryName: string;
|
||||
}): MetricWithDims<{
|
||||
CanaryName: string;
|
||||
}>;
|
||||
static durationMaximum(this: void, dimensions: {
|
||||
CanaryName: string;
|
||||
}): MetricWithDims<{
|
||||
CanaryName: string;
|
||||
}>;
|
||||
static failedSum(this: void, dimensions: {
|
||||
CanaryName: string;
|
||||
}): MetricWithDims<{
|
||||
CanaryName: string;
|
||||
}>;
|
||||
static failedRequestsSum(this: void, dimensions: {
|
||||
CanaryName: string;
|
||||
}): MetricWithDims<{
|
||||
CanaryName: string;
|
||||
}>;
|
||||
static successPercentAverage(this: void, dimensions: {
|
||||
CanaryName: string;
|
||||
}): MetricWithDims<{
|
||||
CanaryName: string;
|
||||
}>;
|
||||
}
|
||||
Reference in New Issue
Block a user