agent-claw: automated task changes
This commit is contained in:
38
cdk/node_modules/aws-cdk-lib/aws-route53/lib/route53-canned-metrics.generated.d.ts
generated
vendored
Normal file
38
cdk/node_modules/aws-cdk-lib/aws-route53/lib/route53-canned-metrics.generated.d.ts
generated
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
export interface MetricWithDims<D> {
|
||||
readonly namespace: string;
|
||||
readonly metricName: string;
|
||||
readonly statistic: string;
|
||||
readonly dimensionsMap: D;
|
||||
}
|
||||
export declare class Route53Metrics {
|
||||
static healthCheckPercentageHealthyAverage(this: void, dimensions: {
|
||||
HealthCheckId: string;
|
||||
}): MetricWithDims<{
|
||||
HealthCheckId: string;
|
||||
}>;
|
||||
static connectionTimeAverage(this: void, dimensions: {
|
||||
HealthCheckId: string;
|
||||
}): MetricWithDims<{
|
||||
HealthCheckId: string;
|
||||
}>;
|
||||
static healthCheckStatusMinimum(this: void, dimensions: {
|
||||
HealthCheckId: string;
|
||||
}): MetricWithDims<{
|
||||
HealthCheckId: string;
|
||||
}>;
|
||||
static sslHandshakeTimeAverage(this: void, dimensions: {
|
||||
HealthCheckId: string;
|
||||
}): MetricWithDims<{
|
||||
HealthCheckId: string;
|
||||
}>;
|
||||
static childHealthCheckHealthyCountAverage(this: void, dimensions: {
|
||||
HealthCheckId: string;
|
||||
}): MetricWithDims<{
|
||||
HealthCheckId: string;
|
||||
}>;
|
||||
static timeToFirstByteAverage(this: void, dimensions: {
|
||||
HealthCheckId: string;
|
||||
}): MetricWithDims<{
|
||||
HealthCheckId: string;
|
||||
}>;
|
||||
}
|
||||
Reference in New Issue
Block a user