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

Bundle

import type { Bundle } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/lightsail.ts";
interface Bundle {
bundleId?: string | null;
cpuCount?: number | null;
diskSizeInGb?: number | null;
instanceType?: string | null;
isActive?: boolean | null;
name?: string | null;
power?: number | null;
price?: number | null;
ramSizeInGb?: number | null;
supportedPlatforms?: InstancePlatform[] | null;
transferPerMonthInGb?: number | null;
}

§Properties

§
bundleId?: string | null
[src]
§
cpuCount?: number | null
[src]
§
diskSizeInGb?: number | null
[src]
§
instanceType?: string | null
[src]
§
isActive?: boolean | null
[src]
§
name?: string | null
[src]
§
power?: number | null
[src]
§
price?: number | null
[src]
§
ramSizeInGb?: number | null
[src]
§
supportedPlatforms?: InstancePlatform[] | null
[src]
§
transferPerMonthInGb?: number | null
[src]