Module Values_0.HierarchyGroupsSource

Information about the agent hierarchy. Hierarchies can be configured with up to five levels.

Sourcetype nonrec t = {
  1. level1 : AgentHierarchyGroup.t option;
    (*

    The group at level one of the agent hierarchy.

    *)
  2. level2 : AgentHierarchyGroup.t option;
    (*

    The group at level two of the agent hierarchy.

    *)
  3. level3 : AgentHierarchyGroup.t option;
    (*

    The group at level three of the agent hierarchy.

    *)
  4. level4 : AgentHierarchyGroup.t option;
    (*

    The group at level four of the agent hierarchy.

    *)
  5. level5 : AgentHierarchyGroup.t option;
    (*

    The group at level five of the agent hierarchy.

    *)
}
Sourceval make : ?level1:??? -> ?level2:??? -> ?level3:??? -> ?level4:??? -> ?level5:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of ARN.t ]) 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