agent-claw: automated task changes
This commit is contained in:
53
cdk/node_modules/aws-cdk-lib/aws-sqs/lib/sqs-canned-metrics.generated.d.ts
generated
vendored
Normal file
53
cdk/node_modules/aws-cdk-lib/aws-sqs/lib/sqs-canned-metrics.generated.d.ts
generated
vendored
Normal file
@@ -0,0 +1,53 @@
|
||||
export interface MetricWithDims<D> {
|
||||
readonly namespace: string;
|
||||
readonly metricName: string;
|
||||
readonly statistic: string;
|
||||
readonly dimensionsMap: D;
|
||||
}
|
||||
export declare class SQSMetrics {
|
||||
static numberOfMessagesSentAverage(this: void, dimensions: {
|
||||
QueueName: string;
|
||||
}): MetricWithDims<{
|
||||
QueueName: string;
|
||||
}>;
|
||||
static approximateNumberOfMessagesDelayedAverage(this: void, dimensions: {
|
||||
QueueName: string;
|
||||
}): MetricWithDims<{
|
||||
QueueName: string;
|
||||
}>;
|
||||
static numberOfMessagesReceivedAverage(this: void, dimensions: {
|
||||
QueueName: string;
|
||||
}): MetricWithDims<{
|
||||
QueueName: string;
|
||||
}>;
|
||||
static numberOfMessagesDeletedAverage(this: void, dimensions: {
|
||||
QueueName: string;
|
||||
}): MetricWithDims<{
|
||||
QueueName: string;
|
||||
}>;
|
||||
static approximateNumberOfMessagesNotVisibleAverage(this: void, dimensions: {
|
||||
QueueName: string;
|
||||
}): MetricWithDims<{
|
||||
QueueName: string;
|
||||
}>;
|
||||
static approximateNumberOfMessagesVisibleAverage(this: void, dimensions: {
|
||||
QueueName: string;
|
||||
}): MetricWithDims<{
|
||||
QueueName: string;
|
||||
}>;
|
||||
static approximateAgeOfOldestMessageAverage(this: void, dimensions: {
|
||||
QueueName: string;
|
||||
}): MetricWithDims<{
|
||||
QueueName: string;
|
||||
}>;
|
||||
static numberOfEmptyReceivesAverage(this: void, dimensions: {
|
||||
QueueName: string;
|
||||
}): MetricWithDims<{
|
||||
QueueName: string;
|
||||
}>;
|
||||
static sentMessageSizeAverage(this: void, dimensions: {
|
||||
QueueName: string;
|
||||
}): MetricWithDims<{
|
||||
QueueName: string;
|
||||
}>;
|
||||
}
|
||||
Reference in New Issue
Block a user