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

UpdateDomainContactRequest

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

The UpdateDomainContact request includes the following elements.

interface UpdateDomainContactRequest {
AdminContact?: ContactDetail | null;
Consent?: Consent | null;
DomainName: string;
RegistrantContact?: ContactDetail | null;
TechContact?: ContactDetail | null;
}

§Properties

§
AdminContact?: ContactDetail | null
[src]

Provides detailed contact information.

§
DomainName: string
[src]

The name of the domain that you want to update contact information for.

§
RegistrantContact?: ContactDetail | null
[src]

Provides detailed contact information.

§
TechContact?: ContactDetail | null
[src]

Provides detailed contact information.