agent-claw: automated task changes
This commit is contained in:
47
cdk/node_modules/aws-cdk-lib/aws-ecs/lib/ecs-canned-metrics.generated.d.ts
generated
vendored
Normal file
47
cdk/node_modules/aws-cdk-lib/aws-ecs/lib/ecs-canned-metrics.generated.d.ts
generated
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
export interface MetricWithDims<D> {
|
||||
readonly namespace: string;
|
||||
readonly metricName: string;
|
||||
readonly statistic: string;
|
||||
readonly dimensionsMap: D;
|
||||
}
|
||||
export declare class ECSMetrics {
|
||||
static cpuUtilizationAverage(this: void, dimensions: {
|
||||
ClusterName: string;
|
||||
ServiceName: string;
|
||||
}): MetricWithDims<{
|
||||
ClusterName: string;
|
||||
ServiceName: string;
|
||||
}>;
|
||||
static cpuUtilizationAverage(this: void, dimensions: {
|
||||
ClusterName: string;
|
||||
}): MetricWithDims<{
|
||||
ClusterName: string;
|
||||
}>;
|
||||
static memoryUtilizationAverage(this: void, dimensions: {
|
||||
ClusterName: string;
|
||||
ServiceName: string;
|
||||
}): MetricWithDims<{
|
||||
ClusterName: string;
|
||||
ServiceName: string;
|
||||
}>;
|
||||
static memoryUtilizationAverage(this: void, dimensions: {
|
||||
ClusterName: string;
|
||||
}): MetricWithDims<{
|
||||
ClusterName: string;
|
||||
}>;
|
||||
static cpuReservationAverage(this: void, dimensions: {
|
||||
ClusterName: string;
|
||||
}): MetricWithDims<{
|
||||
ClusterName: string;
|
||||
}>;
|
||||
static memoryReservationAverage(this: void, dimensions: {
|
||||
ClusterName: string;
|
||||
}): MetricWithDims<{
|
||||
ClusterName: string;
|
||||
}>;
|
||||
static gpuReservationAverage(this: void, dimensions: {
|
||||
ClusterName: string;
|
||||
}): MetricWithDims<{
|
||||
ClusterName: string;
|
||||
}>;
|
||||
}
|
||||
Reference in New Issue
Block a user