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

DisableDomainAutoRenewRequest

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

§Properties

§
DomainName: string
[src]

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