agent-claw: automated task changes
This commit is contained in:
73
cdk/node_modules/aws-cdk-lib/aws-neptune/lib/neptune-canned-metrics.generated.d.ts
generated
vendored
Normal file
73
cdk/node_modules/aws-cdk-lib/aws-neptune/lib/neptune-canned-metrics.generated.d.ts
generated
vendored
Normal file
@@ -0,0 +1,73 @@
|
||||
export interface MetricWithDims<D> {
|
||||
readonly namespace: string;
|
||||
readonly metricName: string;
|
||||
readonly statistic: string;
|
||||
readonly dimensionsMap: D;
|
||||
}
|
||||
export declare class NeptuneMetrics {
|
||||
static cpuUtilizationAverage(this: void, dimensions: {
|
||||
DBClusterIdentifier: string;
|
||||
}): MetricWithDims<{
|
||||
DBClusterIdentifier: string;
|
||||
}>;
|
||||
static freeLocalStorageMinimum(this: void, dimensions: {
|
||||
DBClusterIdentifier: string;
|
||||
}): MetricWithDims<{
|
||||
DBClusterIdentifier: string;
|
||||
}>;
|
||||
static freeableMemoryMinimum(this: void, dimensions: {
|
||||
DBClusterIdentifier: string;
|
||||
}): MetricWithDims<{
|
||||
DBClusterIdentifier: string;
|
||||
}>;
|
||||
static gremlinErrorsSum(this: void, dimensions: {
|
||||
DBClusterIdentifier: string;
|
||||
}): MetricWithDims<{
|
||||
DBClusterIdentifier: string;
|
||||
}>;
|
||||
static gremlinRequestsSum(this: void, dimensions: {
|
||||
DBClusterIdentifier: string;
|
||||
}): MetricWithDims<{
|
||||
DBClusterIdentifier: string;
|
||||
}>;
|
||||
static gremlinRequestsPerSecAverage(this: void, dimensions: {
|
||||
DBClusterIdentifier: string;
|
||||
}): MetricWithDims<{
|
||||
DBClusterIdentifier: string;
|
||||
}>;
|
||||
static loaderRequestsSum(this: void, dimensions: {
|
||||
DBClusterIdentifier: string;
|
||||
}): MetricWithDims<{
|
||||
DBClusterIdentifier: string;
|
||||
}>;
|
||||
static networkReceiveThroughputSum(this: void, dimensions: {
|
||||
DBClusterIdentifier: string;
|
||||
}): MetricWithDims<{
|
||||
DBClusterIdentifier: string;
|
||||
}>;
|
||||
static sparqlErrorsSum(this: void, dimensions: {
|
||||
DBClusterIdentifier: string;
|
||||
}): MetricWithDims<{
|
||||
DBClusterIdentifier: string;
|
||||
}>;
|
||||
static sparqlRequestsPerSecSum(this: void, dimensions: {
|
||||
DBClusterIdentifier: string;
|
||||
}): MetricWithDims<{
|
||||
DBClusterIdentifier: string;
|
||||
}>;
|
||||
static volumeBytesUsedSum(this: void, dimensions: {
|
||||
DBClusterIdentifier: string;
|
||||
}): MetricWithDims<{
|
||||
DBClusterIdentifier: string;
|
||||
}>;
|
||||
static volumeReadIoPsSum(this: void, dimensions: {
|
||||
DBClusterIdentifier: string;
|
||||
}): MetricWithDims<{
|
||||
DBClusterIdentifier: string;
|
||||
}>;
|
||||
static volumeWriteIoPsSum(this: void, dimensions: {
|
||||
DBClusterIdentifier: string;
|
||||
}): MetricWithDims<{
|
||||
DBClusterIdentifier: string;
|
||||
}>;
|
||||
}
|
||||
Reference in New Issue
Block a user