Values.DescribeHybridADUpdateResultSourceRetrieves 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).
type nonrec t = {updateActivities : HybridUpdateActivities.t option;Information about update activities for the hybrid directory, organized by update type.
*)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.
*)}type nonrec error = [ | `ClientException of ClientException.t| `DirectoryDoesNotExistException of DirectoryDoesNotExistException.t| `InvalidNextTokenException of InvalidNextTokenException.t| `InvalidParameterException of InvalidParameterException.t| `ServiceException of ServiceException.t| `UnsupportedOperationException of UnsupportedOperationException.t| `Unknown_operation_error of string * string option ]val 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 ]val 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 ]val 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 ]