Values.UpdateRootDomainUnitOwnerInputSourceUpdates the owner of the root domain unit.
type nonrec t = {domainIdentifier : DomainId.t;The ID of the domain where the root domain unit owner is to be updated.
*)currentOwner : UserIdentifier.t;The current owner of the root domain unit.
*)newOwner : String_.t;The new owner of the root domain unit.
*)clientToken : ClientToken.t option;A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.
*)}val make :
?clientToken:??? ->
domainIdentifier:DomainId.t ->
currentOwner:UserIdentifier.t ->
newOwner:String_.t ->
unit ->
t