agent-claw: automated task changes
This commit is contained in:
89
cdk/node_modules/aws-cdk-lib/aws-lex/lib/lex-canned-metrics.generated.d.ts
generated
vendored
Normal file
89
cdk/node_modules/aws-cdk-lib/aws-lex/lib/lex-canned-metrics.generated.d.ts
generated
vendored
Normal file
@@ -0,0 +1,89 @@
|
||||
export interface MetricWithDims<D> {
|
||||
readonly namespace: string;
|
||||
readonly metricName: string;
|
||||
readonly statistic: string;
|
||||
readonly dimensionsMap: D;
|
||||
}
|
||||
export declare class LexMetrics {
|
||||
static runtimeRequestCountSum(this: void, dimensions: {
|
||||
BotAlias: string;
|
||||
BotName: string;
|
||||
Operation: string;
|
||||
}): MetricWithDims<{
|
||||
BotAlias: string;
|
||||
BotName: string;
|
||||
Operation: string;
|
||||
}>;
|
||||
static runtimeSuccessfulRequestLatencyAverage(this: void, dimensions: {
|
||||
BotAlias: string;
|
||||
BotName: string;
|
||||
Operation: string;
|
||||
}): MetricWithDims<{
|
||||
BotAlias: string;
|
||||
BotName: string;
|
||||
Operation: string;
|
||||
}>;
|
||||
static runtimeInvalidLambdaResponsesSum(this: void, dimensions: {
|
||||
BotAlias: string;
|
||||
BotName: string;
|
||||
Operation: string;
|
||||
}): MetricWithDims<{
|
||||
BotAlias: string;
|
||||
BotName: string;
|
||||
Operation: string;
|
||||
}>;
|
||||
static runtimeLambdaErrorsSum(this: void, dimensions: {
|
||||
BotAlias: string;
|
||||
BotName: string;
|
||||
Operation: string;
|
||||
}): MetricWithDims<{
|
||||
BotAlias: string;
|
||||
BotName: string;
|
||||
Operation: string;
|
||||
}>;
|
||||
static missedUtteranceCountSum(this: void, dimensions: {
|
||||
BotAlias: string;
|
||||
BotName: string;
|
||||
Operation: string;
|
||||
}): MetricWithDims<{
|
||||
BotAlias: string;
|
||||
BotName: string;
|
||||
Operation: string;
|
||||
}>;
|
||||
static runtimePollyErrorsSum(this: void, dimensions: {
|
||||
BotAlias: string;
|
||||
BotName: string;
|
||||
Operation: string;
|
||||
}): MetricWithDims<{
|
||||
BotAlias: string;
|
||||
BotName: string;
|
||||
Operation: string;
|
||||
}>;
|
||||
static runtimeSystemErrorsSum(this: void, dimensions: {
|
||||
BotAlias: string;
|
||||
BotName: string;
|
||||
Operation: string;
|
||||
}): MetricWithDims<{
|
||||
BotAlias: string;
|
||||
BotName: string;
|
||||
Operation: string;
|
||||
}>;
|
||||
static runtimeThrottledEventsSum(this: void, dimensions: {
|
||||
BotAlias: string;
|
||||
BotName: string;
|
||||
Operation: string;
|
||||
}): MetricWithDims<{
|
||||
BotAlias: string;
|
||||
BotName: string;
|
||||
Operation: string;
|
||||
}>;
|
||||
static runtimeUserErrorsSum(this: void, dimensions: {
|
||||
BotAlias: string;
|
||||
BotName: string;
|
||||
Operation: string;
|
||||
}): MetricWithDims<{
|
||||
BotAlias: string;
|
||||
BotName: string;
|
||||
Operation: string;
|
||||
}>;
|
||||
}
|
||||
Reference in New Issue
Block a user