Values_2.UpdateUserHierarchyRequestSourceAssigns the specified hierarchy group to the specified user.
type nonrec t = {hierarchyGroupId : Values_0.HierarchyGroupId.t option;The identifier of the hierarchy group.
*)userId : Values_0.UserId.t;The identifier of the user account.
*)instanceId : Values_0.InstanceId.t;The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
*)}val make :
?hierarchyGroupId:??? ->
userId:Values_0.UserId.t ->
instanceId:Values_0.InstanceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of Values_0.HierarchyGroupId.t ]) list ]