Module Values.DescribeDirectoriesResultSource

Contains the results of the DescribeDirectories operation.

Sourcetype nonrec t = {
  1. directoryDescriptions : DirectoryDescriptions.t option;
    (*

    The list of available DirectoryDescription objects that were retrieved. It is possible that this list contains less than the number of items specified in the Limit member of the request. This occurs if there are less than the requested number of items left to retrieve, or if the limitations of the operation have been exceeded.

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

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

    *)
}
Sourcetype nonrec error = [
  1. | `ClientException of ClientException.t
  2. | `EntityDoesNotExistException of EntityDoesNotExistException.t
  3. | `InvalidNextTokenException of InvalidNextTokenException.t
  4. | `InvalidParameterException of InvalidParameterException.t
  5. | `ServiceException of ServiceException.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval make : ?directoryDescriptions:??? -> ?nextToken:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ClientException of ClientException.t | `EntityDoesNotExistException of EntityDoesNotExistException.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 -> [> `ClientException of ClientException.t | `EntityDoesNotExistException of EntityDoesNotExistException.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 * [> `Boolean of SsoEnabled.t | `Enum of string | `Integer of DesiredNumberOfDomainControllers.t | `List of [> `String of IpAddr.t ] list | `String of DirectoryId.t | `Structure of (string * [> `Boolean of UseSameUsername.t | `Enum of string | `Integer of PortNumber.t | `List of [> `String of SubnetId.t ] list | `String of VpcId.t | `Structure of (string * [> `Boolean of UseSameUsername.t | `Enum of string | `Integer of PortNumber.t | `List of [> `String of SubnetId.t ] list | `String of VpcId.t ]) list ]) list | `Timestamp of LaunchTime.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