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

UpdateBucketBundleRequest

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

§Properties

§
bucketName: string
[src]

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

§
bundleId: string
[src]

The ID of the new bundle to apply to the bucket.

Use the "GetBucketBundles" action to get a list of bundle IDs that you can specify.