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( domainIdentifier='string', currentOwner='string', newOwner='string', clientToken='string' )
- Parameters:
domainIdentifier (string) –
[REQUIRED]
The ID of the domain where the root domain unit owner is to be updated.
currentOwner (string) –
[REQUIRED]
The current owner of the root domain unit.
newOwner (string) –
[REQUIRED]
The new owner of the root domain unit.
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.
- 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