:doc:`DataZone <../../datazone>` / Client / update_root_domain_unit_owner

*****************************
update_root_domain_unit_owner
*****************************



.. py:method:: DataZone.Client.update_root_domain_unit_owner(**kwargs)

  

  Updates the owner of the root domain unit.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/UpdateRootDomainUnitOwner>`_  


  **Request Syntax**
  ::

    response = client.update_root_domain_unit_owner(
        domainIdentifier='string',
        currentOwner='string',
        newOwner='string',
        clientToken='string'
    )
    
  :type domainIdentifier: string
  :param domainIdentifier: **[REQUIRED]** 

    The ID of the domain where the root domain unit owner is to be updated.

    

  
  :type currentOwner: string
  :param currentOwner: **[REQUIRED]** 

    The current owner of the root domain unit.

    

  
  :type newOwner: string
  :param newOwner: **[REQUIRED]** 

    The new owner of the root domain unit.

    

  
  :type clientToken: string
  :param clientToken: 

    A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.

    This field is autopopulated if not provided.

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`DataZone.Client.exceptions.InternalServerException`

  
  *   :py:class:`DataZone.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`DataZone.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`DataZone.Client.exceptions.ThrottlingException`

  
  *   :py:class:`DataZone.Client.exceptions.ConflictException`

  
  *   :py:class:`DataZone.Client.exceptions.ValidationException`

  
  *   :py:class:`DataZone.Client.exceptions.UnauthorizedException`

  