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

NameServersUpdateState

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

Describes the state of the name server records update made by Amazon Lightsail to an Amazon Route 53 registered domain.

For more information, see DNS in Amazon Lightsail in the Amazon Lightsail Developer Guide.

interface NameServersUpdateState {
message?: string | null;
}

§Properties

§

The status code for the name servers update.

Following are the possible values:

  • SUCCEEDED - The name server records were successfully updated.
  • PENDING - The name server record update is in progress.
  • FAILED - The name server record update failed.
  • STARTED - The automatic name server record update started.
§
message?: string | null
[src]

The message that describes the reason for the status code.