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

UpdateDomainContactPrivacyRequest

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

The UpdateDomainContactPrivacy request includes the following elements.

interface UpdateDomainContactPrivacyRequest {
AdminPrivacy?: boolean | null;
DomainName: string;
RegistrantPrivacy?: boolean | null;
TechPrivacy?: boolean | null;
}

§Properties

§
AdminPrivacy?: boolean | null
[src]

Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If you specify false, WHOIS queries return the information that you entered for the admin contact.

Note: You must specify the same privacy setting for the administrative, registrant, and technical contacts.

§
DomainName: string
[src]

The name of the domain that you want to update the privacy setting for.

§
RegistrantPrivacy?: boolean | null
[src]

Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If you specify false, WHOIS queries return the information that you entered for the registrant contact (domain owner).

Note: You must specify the same privacy setting for the administrative, registrant, and technical contacts.

§
TechPrivacy?: boolean | null
[src]

Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If you specify false, WHOIS queries return the information that you entered for the technical contact.

Note: You must specify the same privacy setting for the administrative, registrant, and technical contacts.