agent-claw: automated task changes
This commit is contained in:
88
cdk/node_modules/aws-cdk-lib/aws-fsx/lib/fsx-canned-metrics.generated.d.ts
generated
vendored
Normal file
88
cdk/node_modules/aws-cdk-lib/aws-fsx/lib/fsx-canned-metrics.generated.d.ts
generated
vendored
Normal file
@@ -0,0 +1,88 @@
|
||||
export interface MetricWithDims<D> {
|
||||
readonly namespace: string;
|
||||
readonly metricName: string;
|
||||
readonly statistic: string;
|
||||
readonly dimensionsMap: D;
|
||||
}
|
||||
export declare class FSxMetrics {
|
||||
static clientConnectionsSampleCount(this: void, dimensions: {
|
||||
FileSystemId: string;
|
||||
}): MetricWithDims<{
|
||||
FileSystemId: string;
|
||||
}>;
|
||||
static cpuUtilizationAverage(this: void, dimensions: {
|
||||
FileSystemId: string;
|
||||
}): MetricWithDims<{
|
||||
FileSystemId: string;
|
||||
}>;
|
||||
static dataReadBytesSum(this: void, dimensions: {
|
||||
FileSystemId: string;
|
||||
}): MetricWithDims<{
|
||||
FileSystemId: string;
|
||||
}>;
|
||||
static dataReadOperationsSum(this: void, dimensions: {
|
||||
FileSystemId: string;
|
||||
}): MetricWithDims<{
|
||||
FileSystemId: string;
|
||||
}>;
|
||||
static dataWriteBytesSum(this: void, dimensions: {
|
||||
FileSystemId: string;
|
||||
}): MetricWithDims<{
|
||||
FileSystemId: string;
|
||||
}>;
|
||||
static dataWriteOperationsSum(this: void, dimensions: {
|
||||
FileSystemId: string;
|
||||
}): MetricWithDims<{
|
||||
FileSystemId: string;
|
||||
}>;
|
||||
static diskThroughputBalanceAverage(this: void, dimensions: {
|
||||
FileSystemId: string;
|
||||
}): MetricWithDims<{
|
||||
FileSystemId: string;
|
||||
}>;
|
||||
static diskThroughputUtilizationAverage(this: void, dimensions: {
|
||||
FileSystemId: string;
|
||||
}): MetricWithDims<{
|
||||
FileSystemId: string;
|
||||
}>;
|
||||
static fileServerDiskIopsBalanceAverage(this: void, dimensions: {
|
||||
FileSystemId: string;
|
||||
}): MetricWithDims<{
|
||||
FileSystemId: string;
|
||||
}>;
|
||||
static fileServerDiskIopsUtilizationAverage(this: void, dimensions: {
|
||||
FileSystemId: string;
|
||||
}): MetricWithDims<{
|
||||
FileSystemId: string;
|
||||
}>;
|
||||
static fileServerDiskThroughputUtilizationAverage(this: void, dimensions: {
|
||||
FileSystemId: string;
|
||||
}): MetricWithDims<{
|
||||
FileSystemId: string;
|
||||
}>;
|
||||
static freeDataStorageCapacitySum(this: void, dimensions: {
|
||||
FileSystemId: string;
|
||||
}): MetricWithDims<{
|
||||
FileSystemId: string;
|
||||
}>;
|
||||
static freeStorageCapacityAverage(this: void, dimensions: {
|
||||
FileSystemId: string;
|
||||
}): MetricWithDims<{
|
||||
FileSystemId: string;
|
||||
}>;
|
||||
static memoryUtilizationAverage(this: void, dimensions: {
|
||||
FileSystemId: string;
|
||||
}): MetricWithDims<{
|
||||
FileSystemId: string;
|
||||
}>;
|
||||
static metadataOperationsSum(this: void, dimensions: {
|
||||
FileSystemId: string;
|
||||
}): MetricWithDims<{
|
||||
FileSystemId: string;
|
||||
}>;
|
||||
static networkThroughputUtilizationAverage(this: void, dimensions: {
|
||||
FileSystemId: string;
|
||||
}): MetricWithDims<{
|
||||
FileSystemId: string;
|
||||
}>;
|
||||
}
|
||||
Reference in New Issue
Block a user