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

DomainSummary

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

Summary information about one domain.

interface DomainSummary {
AutoRenew?: boolean | null;
DomainName?: string | null;
Expiry?: Date | number | null;
TransferLock?: boolean | null;
}

§Properties

§
AutoRenew?: boolean | null
[src]

Indicates whether the domain is automatically renewed upon expiration.

§
DomainName?: string | null
[src]

The name of the domain that the summary information applies to.

§
Expiry?: Date | number | null
[src]

Expiration date of the domain in Unix time format and Coordinated Universal Time (UTC).

§
TransferLock?: boolean | null
[src]

Indicates whether a domain is locked from unauthorized transfer to another party.