agent-claw: automated task changes
This commit is contained in:
22
cdk/node_modules/aws-cdk-lib/aws-cognito/lib/cognito-canned-metrics.generated.d.ts
generated
vendored
Normal file
22
cdk/node_modules/aws-cdk-lib/aws-cognito/lib/cognito-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 CognitoMetrics {
|
||||
static noRiskSum(this: void, dimensions: {
|
||||
Operation: string;
|
||||
UserPoolId: string;
|
||||
}): MetricWithDims<{
|
||||
Operation: string;
|
||||
UserPoolId: string;
|
||||
}>;
|
||||
static riskSum(this: void, dimensions: {
|
||||
Operation: string;
|
||||
UserPoolId: string;
|
||||
}): MetricWithDims<{
|
||||
Operation: string;
|
||||
UserPoolId: string;
|
||||
}>;
|
||||
}
|
||||
Reference in New Issue
Block a user