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

PushDomainRequest

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

§Properties

§
DomainName: string
[src]

Name of the domain.

§
Target: string
[src]

New IPS tag for the domain.