Module Values_2.UpdateUserHierarchyStructureRequestSource

Updates the user hierarchy structure: add, remove, and rename user hierarchy levels.

Sourcetype nonrec t = {
  1. hierarchyStructure : Values_1.HierarchyStructureUpdate.t;
    (*

    The hierarchy levels to update.

    *)
  2. 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.

    *)
}
Sourceval context_ : string
Sourceval make : hierarchyStructure:Values_1.HierarchyStructureUpdate.t -> instanceId:Values_0.InstanceId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.InstanceId.t | `Structure of (string * [> `Structure of (string * [> `String of string ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t