DataZone / Client / update_root_domain_unit_owner
update_root_domain_unit_owner¶
- DataZone.Client.update_root_domain_unit_owner(**kwargs)¶
Updates the owner of the root domain unit.
See also: AWS API Documentation
Request Syntax
response = client.update_root_domain_unit_owner( clientToken='string', currentOwner='string', domainIdentifier='string', newOwner='string' )
- Parameters:
clientToken (string) –
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.
currentOwner (string) –
[REQUIRED]
The current owner of the root domain unit.
domainIdentifier (string) –
[REQUIRED]
The ID of the domain where the root domain unit owner is to be updated.
newOwner (string) –
[REQUIRED]
The new owner of the root domain unit.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
DataZone.Client.exceptions.InternalServerExceptionDataZone.Client.exceptions.ResourceNotFoundExceptionDataZone.Client.exceptions.AccessDeniedExceptionDataZone.Client.exceptions.ThrottlingExceptionDataZone.Client.exceptions.ConflictExceptionDataZone.Client.exceptions.ValidationExceptionDataZone.Client.exceptions.UnauthorizedException