Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

EBSResourceUtilization

import type { EBSResourceUtilization } from "https://aws-api.deno.dev/v0.3/services/costexplorer.ts?docs=full";

The EBS field that contains a list of EBS metrics that are associated with the current instance.

interface EBSResourceUtilization {
EbsReadBytesPerSecond?: string | null;
EbsReadOpsPerSecond?: string | null;
EbsWriteBytesPerSecond?: string | null;
EbsWriteOpsPerSecond?: string | null;
}

§Properties

§
EbsReadBytesPerSecond?: string | null
[src]

The maximum size of read operations per second

§
EbsReadOpsPerSecond?: string | null
[src]

The maximum number of read operations per second.

§
EbsWriteBytesPerSecond?: string | null
[src]

The maximum size of write operations per second.

§
EbsWriteOpsPerSecond?: string | null
[src]

The maximum number of write operations per second.