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

DetachCertificateFromDistributionRequest

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

§Properties

§
distributionName: string
[src]

The name of the distribution from which to detach the certificate.

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