Values.DescribeUpdateDirectoryResultSourceDescribes the updates of a directory for a particular update type.
type nonrec t = {updateActivities : UpdateActivities.t option;The list of update activities on a directory for the requested update type.
*)nextToken : NextToken.t option;If not null, more results are available. Pass this value for the NextToken parameter.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.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 ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.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 ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.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 ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of RegionName.t
| `Structure of
(string
* [> `Structure of
(string * [> `Enum of string ]) list ])
list
| `Timestamp of StartDateTime.t ])
list ]
list
| `String of NextToken.t ])
list ]