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

EnableDomainAutoRenewRequest

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

§Properties

§
DomainName: string
[src]

The name of the domain that you want to enable automatic renewal for.