Module Values.DescribeHybridADUpdateResultSource

Retrieves information about update activities for a hybrid directory. This operation provides details about configuration changes, administrator account updates, and self-managed instance settings (IDs and DNS IPs).

Sourcetype nonrec t = {
  1. updateActivities : HybridUpdateActivities.t option;
    (*

    Information about update activities for the hybrid directory, organized by update type.

    *)
  2. nextToken : NextToken.t option;
    (*

    If not null, more results are available. Pass this value for the NextToken parameter in a subsequent request to retrieve the next set of items.

    *)
}
Sourcetype nonrec error = [
  1. | `ClientException of ClientException.t
  2. | `DirectoryDoesNotExistException of DirectoryDoesNotExistException.t
  3. | `InvalidNextTokenException of InvalidNextTokenException.t
  4. | `InvalidParameterException of InvalidParameterException.t
  5. | `ServiceException of ServiceException.t
  6. | `UnsupportedOperationException of UnsupportedOperationException.t
  7. | `Unknown_operation_error of string * string option
]
Sourceval make : ?updateActivities:??? -> ?nextToken:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ClientException of ClientException.t | `DirectoryDoesNotExistException of DirectoryDoesNotExistException.t | `InvalidNextTokenException of InvalidNextTokenException.t | `InvalidParameterException of InvalidParameterException.t | `ServiceException of ServiceException.t | `Unknown_operation_error of string * string option | `UnsupportedOperationException of UnsupportedOperationException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ClientException of ClientException.t | `DirectoryDoesNotExistException of DirectoryDoesNotExistException.t | `InvalidNextTokenException of InvalidNextTokenException.t | `InvalidParameterException of InvalidParameterException.t | `ServiceException of ServiceException.t | `Unknown_operation_error of string * string option | `UnsupportedOperationException of UnsupportedOperationException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `String of NextToken.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 ]) 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