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

UpdateDistributionBundleRequest

import type { UpdateDistributionBundleRequest } from "https://aws-api.deno.dev/v0.3/services/lightsail.ts?docs=full";
interface UpdateDistributionBundleRequest {
bundleId?: string | null;
distributionName?: string | null;
}

§Properties

§
bundleId?: string | null
[src]

The bundle ID of the new bundle to apply to your distribution.

Use the GetDistributionBundles action to get a list of distribution bundle IDs that you can specify.

§
distributionName?: string | null
[src]

The name of the distribution for which to update the bundle.

Use the GetDistributions action to get a list of distribution names that you can specify.