agent-claw: automated task changes
This commit is contained in:
48
cdk/node_modules/aws-cdk-lib/aws-kinesisvideo/lib/kinesisvideo-canned-metrics.generated.d.ts
generated
vendored
Normal file
48
cdk/node_modules/aws-cdk-lib/aws-kinesisvideo/lib/kinesisvideo-canned-metrics.generated.d.ts
generated
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
export interface MetricWithDims<D> {
|
||||
readonly namespace: string;
|
||||
readonly metricName: string;
|
||||
readonly statistic: string;
|
||||
readonly dimensionsMap: D;
|
||||
}
|
||||
export declare class KinesisVideoMetrics {
|
||||
static getMediaSuccessSum(this: void, dimensions: {
|
||||
StreamName: string;
|
||||
}): MetricWithDims<{
|
||||
StreamName: string;
|
||||
}>;
|
||||
static putMediaSuccessSum(this: void, dimensions: {
|
||||
StreamName: string;
|
||||
}): MetricWithDims<{
|
||||
StreamName: string;
|
||||
}>;
|
||||
static getMediaMillisBehindNowSum(this: void, dimensions: {
|
||||
StreamName: string;
|
||||
}): MetricWithDims<{
|
||||
StreamName: string;
|
||||
}>;
|
||||
static listFragmentsLatencySum(this: void, dimensions: {
|
||||
StreamName: string;
|
||||
}): MetricWithDims<{
|
||||
StreamName: string;
|
||||
}>;
|
||||
static putMediaFragmentIngestionLatencySum(this: void, dimensions: {
|
||||
StreamName: string;
|
||||
}): MetricWithDims<{
|
||||
StreamName: string;
|
||||
}>;
|
||||
static putMediaFragmentPersistLatencySum(this: void, dimensions: {
|
||||
StreamName: string;
|
||||
}): MetricWithDims<{
|
||||
StreamName: string;
|
||||
}>;
|
||||
static putMediaIncomingBytesSum(this: void, dimensions: {
|
||||
StreamName: string;
|
||||
}): MetricWithDims<{
|
||||
StreamName: string;
|
||||
}>;
|
||||
static putMediaIncomingFramesSum(this: void, dimensions: {
|
||||
StreamName: string;
|
||||
}): MetricWithDims<{
|
||||
StreamName: string;
|
||||
}>;
|
||||
}
|
||||
Reference in New Issue
Block a user