Values_1.DescribeUserHierarchyGroupRequestSourceDescribes the specified hierarchy group.
type nonrec t = {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 :
hierarchyGroupId:Values_0.HierarchyGroupId.t ->
instanceId:Values_0.InstanceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of Values_0.HierarchyGroupId.t ]) list ]