route53domains_update_domain_contact: This operation updates the contact information for a...

View source: R/route53domains_operations.R

route53domains_update_domain_contactR Documentation

This operation updates the contact information for a particular domain

Description

This operation updates the contact information for a particular domain. You must specify information for at least one contact: registrant, administrator, or technical.

See https://www.paws-r-sdk.com/docs/route53domains_update_domain_contact/ for full documentation.

Usage

route53domains_update_domain_contact(
  DomainName,
  AdminContact = NULL,
  RegistrantContact = NULL,
  TechContact = NULL,
  Consent = NULL
)

Arguments

DomainName

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

AdminContact

Provides detailed contact information.

RegistrantContact

Provides detailed contact information.

TechContact

Provides detailed contact information.

Consent

Customer's consent for the owner change request. Required if the domain is not free (consent price is more than $0.00).


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.