Values_2.UpdateUserHierarchyGroupNameRequestSourceUpdates the name of the user hierarchy group.
type nonrec t = {name : Values_0.HierarchyGroupName.t;The name of the hierarchy group. Must not be more than 100 characters.
*)hierarchyGroupId : Values_0.HierarchyGroupId.t;The identifier of the hierarchy group.
*)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 :
name:Values_0.HierarchyGroupName.t ->
hierarchyGroupId:Values_0.HierarchyGroupId.t ->
instanceId:Values_0.InstanceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of Values_0.HierarchyGroupName.t ]) list ]