Values_2.UpdateUserHierarchyStructureRequestSourceUpdates the user hierarchy structure: add, remove, and rename user hierarchy levels.
type nonrec t = {hierarchyStructure : Values_1.HierarchyStructureUpdate.t;The hierarchy levels to update.
*)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 :
hierarchyStructure:Values_1.HierarchyStructureUpdate.t ->
instanceId:Values_0.InstanceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.InstanceId.t
| `Structure of
(string * [> `Structure of (string * [> `String of string ]) list ])
list ])
list ]