Module Values.HybridUpdateActivitiesSource

Contains information about update activities for different components of a hybrid directory.

Sourcetype nonrec t = {
  1. selfManagedInstances : HybridUpdateInfoEntries.t option;
    (*

    A list of update activities related to the self-managed instances with SSM in the self-managed instances with SSM hybrid directory configuration.

    *)
  2. hybridAdministratorAccount : HybridUpdateInfoEntries.t option;
    (*

    A list of update activities related to hybrid directory administrator account changes.

    *)
}
Sourceval make : ?selfManagedInstances:??? -> ?hybridAdministratorAccount:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of UpdateStatusReason.t | `Structure of (string * [> `List of [> `String of AssessmentInstanceId.t ] list ]) list | `Timestamp of StartDateTime.t ]) 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