UpdateDomainContactPrivacyRequest

public struct UpdateDomainContactPrivacyRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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.

    Declaration

    Swift

    public let adminPrivacy: Bool?
  • The name of the domain that you want to update the privacy setting for.

    Declaration

    Swift

    public let domainName: String
  • 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).

    Declaration

    Swift

    public let registrantPrivacy: Bool?
  • 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.

    Declaration

    Swift

    public let techPrivacy: Bool?
  • Undocumented

    Declaration

    Swift

    public init(adminPrivacy: Bool? = nil, domainName: String, registrantPrivacy: Bool? = nil, techPrivacy: Bool? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws