agent-claw: automated task changes
This commit is contained in:
41
cdk/node_modules/aws-cdk-lib/aws-sns/lib/sns-canned-metrics.generated.d.ts
generated
vendored
Normal file
41
cdk/node_modules/aws-cdk-lib/aws-sns/lib/sns-canned-metrics.generated.d.ts
generated
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
export interface MetricWithDims<D> {
|
||||
readonly namespace: string;
|
||||
readonly metricName: string;
|
||||
readonly statistic: string;
|
||||
readonly dimensionsMap: D;
|
||||
}
|
||||
export declare class SNSMetrics {
|
||||
static numberOfNotificationsDeliveredSum(this: void, dimensions: {
|
||||
TopicName: string;
|
||||
}): MetricWithDims<{
|
||||
TopicName: string;
|
||||
}>;
|
||||
static numberOfNotificationsFailedSum(this: void, dimensions: {
|
||||
TopicName: string;
|
||||
}): MetricWithDims<{
|
||||
TopicName: string;
|
||||
}>;
|
||||
static numberOfMessagesPublishedSum(this: void, dimensions: {
|
||||
TopicName: string;
|
||||
}): MetricWithDims<{
|
||||
TopicName: string;
|
||||
}>;
|
||||
static publishSizeAverage(this: void, dimensions: {
|
||||
TopicName: string;
|
||||
}): MetricWithDims<{
|
||||
TopicName: string;
|
||||
}>;
|
||||
static smsSuccessRateSum(this: void, dimensions: {
|
||||
Country: string;
|
||||
SMSType: string;
|
||||
}): MetricWithDims<{
|
||||
Country: string;
|
||||
SMSType: string;
|
||||
}>;
|
||||
static phoneNumberDirectSum(this: void, dimensions: {
|
||||
PhoneNumber: string;
|
||||
}): MetricWithDims<{
|
||||
PhoneNumber: string;
|
||||
}>;
|
||||
static smsMonthToDateSpentUsdSum(this: void, dimensions: {}): MetricWithDims<{}>;
|
||||
}
|
||||
Reference in New Issue
Block a user