Values_0.CreateUserHierarchyGroupRequestSourceCreates a new user hierarchy group.
type nonrec t = {name : HierarchyGroupName.t;The name of the user hierarchy group. Must not be more than 100 characters.
*)parentGroupId : HierarchyGroupId.t option;The identifier for the parent hierarchy group. The user hierarchy is created at level one if the parent group ID is null.
*)instanceId : 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 :
?parentGroupId:??? ->
?tags:??? ->
name:HierarchyGroupName.t ->
instanceId:InstanceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of HierarchyGroupName.t ])
list ]