DistributionBundle
import type { DistributionBundle } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/lightsail.ts";interface DistributionBundle {
bundleId?: string | null;
isActive?: boolean | null;
name?: string | null;
price?: number | null;
transferPerMonthInGb?: number | null;
}