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

DeleteDistributionRequest

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

§Properties

§
distributionName?: string | null
[src]

The name of the distribution to delete.

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