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

DeleteHostedZoneRequest

import type { DeleteHostedZoneRequest } from "https://aws-api.deno.dev/v0.4/services/route53.ts?docs=full";

A request to delete a hosted zone.

interface DeleteHostedZoneRequest {
Id: string;
}

§Properties

§
Id: string
[src]

The ID of the hosted zone you want to delete.