InstanceHardware
import type { InstanceHardware } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/lightsail.ts";interface InstanceHardware {
cpuCount?: number | null;
disks?: Disk[] | null;
ramSizeInGb?: number | null;
}import type { InstanceHardware } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/lightsail.ts";