Module Values.DescribeUpdateDirectoryResultSource

Describes the updates of a directory for a particular update type.

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

    The list of update activities on a directory for the requested update type.

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

    If not null, more results are available. Pass this value for the NextToken parameter.

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