agent-claw: automated task changes
This commit is contained in:
43
cdk/node_modules/aws-cdk-lib/aws-gamelift/lib/gamelift-canned-metrics.generated.d.ts
generated
vendored
Normal file
43
cdk/node_modules/aws-cdk-lib/aws-gamelift/lib/gamelift-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 GameLiftMetrics {
|
||||
static activeInstancesAverage(this: void, dimensions: {
|
||||
FleetId: string;
|
||||
}): MetricWithDims<{
|
||||
FleetId: string;
|
||||
}>;
|
||||
static percentIdleInstancesAverage(this: void, dimensions: {
|
||||
FleetId: string;
|
||||
}): MetricWithDims<{
|
||||
FleetId: string;
|
||||
}>;
|
||||
static desiredInstancesAverage(this: void, dimensions: {
|
||||
FleetId: string;
|
||||
}): MetricWithDims<{
|
||||
FleetId: string;
|
||||
}>;
|
||||
static idleInstancesAverage(this: void, dimensions: {
|
||||
FleetId: string;
|
||||
}): MetricWithDims<{
|
||||
FleetId: string;
|
||||
}>;
|
||||
static maxInstancesAverage(this: void, dimensions: {
|
||||
FleetId: string;
|
||||
}): MetricWithDims<{
|
||||
FleetId: string;
|
||||
}>;
|
||||
static minInstancesAverage(this: void, dimensions: {
|
||||
FleetId: string;
|
||||
}): MetricWithDims<{
|
||||
FleetId: string;
|
||||
}>;
|
||||
static instanceInterruptionsSum(this: void, dimensions: {
|
||||
FleetId: string;
|
||||
}): MetricWithDims<{
|
||||
FleetId: string;
|
||||
}>;
|
||||
}
|
||||
Reference in New Issue
Block a user