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

R53HostedZoneDeletionState

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

Describes the deletion state of an Amazon Route 53 hosted zone for a domain that is being automatically delegated to an Amazon Lightsail DNS zone.

interface R53HostedZoneDeletionState {
message?: string | null;
}

§Properties

§

The status code for the deletion state.

Following are the possible values:

  • SUCCEEDED - The hosted zone was successfully deleted.
  • PENDING - The hosted zone deletion is in progress.
  • FAILED - The hosted zone deletion failed.
  • STARTED - The hosted zone deletion started.
§
message?: string | null
[src]

The message that describes the reason for the status code.