agent-claw: automated task changes
This commit is contained in:
23
cdk/node_modules/aws-cdk-lib/aws-mediapackage/lib/mediapackage-canned-metrics.generated.d.ts
generated
vendored
Normal file
23
cdk/node_modules/aws-cdk-lib/aws-mediapackage/lib/mediapackage-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 MediaPackageMetrics {
|
||||
static egressRequestCountSum(this: void, dimensions: {
|
||||
Channel: string;
|
||||
}): MetricWithDims<{
|
||||
Channel: string;
|
||||
}>;
|
||||
static egressResponseTimeAverage(this: void, dimensions: {
|
||||
Channel: string;
|
||||
}): MetricWithDims<{
|
||||
Channel: string;
|
||||
}>;
|
||||
static egressBytesSum(this: void, dimensions: {
|
||||
Channel: string;
|
||||
}): MetricWithDims<{
|
||||
Channel: string;
|
||||
}>;
|
||||
}
|
||||
Reference in New Issue
Block a user