agent-claw: automated task changes
This commit is contained in:
22
cdk/node_modules/aws-cdk-lib/aws-s3/lib/s3-canned-metrics.generated.d.ts
generated
vendored
Normal file
22
cdk/node_modules/aws-cdk-lib/aws-s3/lib/s3-canned-metrics.generated.d.ts
generated
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
export interface MetricWithDims<D> {
|
||||
readonly namespace: string;
|
||||
readonly metricName: string;
|
||||
readonly statistic: string;
|
||||
readonly dimensionsMap: D;
|
||||
}
|
||||
export declare class S3Metrics {
|
||||
static bucketSizeBytesAverage(this: void, dimensions: {
|
||||
BucketName: string;
|
||||
StorageType: string;
|
||||
}): MetricWithDims<{
|
||||
BucketName: string;
|
||||
StorageType: string;
|
||||
}>;
|
||||
static numberOfObjectsAverage(this: void, dimensions: {
|
||||
BucketName: string;
|
||||
StorageType: string;
|
||||
}): MetricWithDims<{
|
||||
BucketName: string;
|
||||
StorageType: string;
|
||||
}>;
|
||||
}
|
||||
Reference in New Issue
Block a user