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