agent-claw: automated task changes
This commit is contained in:
57
cdk/node_modules/aws-cdk-lib/aws-mediastore/lib/mediastore-canned-metrics.generated.d.ts
generated
vendored
Normal file
57
cdk/node_modules/aws-cdk-lib/aws-mediastore/lib/mediastore-canned-metrics.generated.d.ts
generated
vendored
Normal file
@@ -0,0 +1,57 @@
|
||||
export interface MetricWithDims<D> {
|
||||
readonly namespace: string;
|
||||
readonly metricName: string;
|
||||
readonly statistic: string;
|
||||
readonly dimensionsMap: D;
|
||||
}
|
||||
export declare class MediaStoreMetrics {
|
||||
static requestCountSum(this: void, dimensions: {
|
||||
ContainerName: string;
|
||||
RequestType: string;
|
||||
}): MetricWithDims<{
|
||||
ContainerName: string;
|
||||
RequestType: string;
|
||||
}>;
|
||||
static turnaroundTimeAverage(this: void, dimensions: {
|
||||
ContainerName: string;
|
||||
RequestType: string;
|
||||
}): MetricWithDims<{
|
||||
ContainerName: string;
|
||||
RequestType: string;
|
||||
}>;
|
||||
static _4XxErrorCountSum(this: void, dimensions: {
|
||||
ContainerName: string;
|
||||
RequestType: string;
|
||||
}): MetricWithDims<{
|
||||
ContainerName: string;
|
||||
RequestType: string;
|
||||
}>;
|
||||
static _5XxErrorCountSum(this: void, dimensions: {
|
||||
ContainerName: string;
|
||||
RequestType: string;
|
||||
}): MetricWithDims<{
|
||||
ContainerName: string;
|
||||
RequestType: string;
|
||||
}>;
|
||||
static bytesDownloadedSum(this: void, dimensions: {
|
||||
ContainerName: string;
|
||||
RequestType: string;
|
||||
}): MetricWithDims<{
|
||||
ContainerName: string;
|
||||
RequestType: string;
|
||||
}>;
|
||||
static bytesUploadedSum(this: void, dimensions: {
|
||||
ContainerName: string;
|
||||
RequestType: string;
|
||||
}): MetricWithDims<{
|
||||
ContainerName: string;
|
||||
RequestType: string;
|
||||
}>;
|
||||
static totalTimeAverage(this: void, dimensions: {
|
||||
ContainerName: string;
|
||||
RequestType: string;
|
||||
}): MetricWithDims<{
|
||||
ContainerName: string;
|
||||
RequestType: string;
|
||||
}>;
|
||||
}
|
||||
Reference in New Issue
Block a user