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