Values.DescribeDomainControllersRequestSourceProvides information about any domain controllers in your directory.
type nonrec t = {directoryId : DirectoryId.t;Identifier of the directory for which to retrieve the domain controller information.
*)domainControllerIds : DomainControllerIds.t option;A list of identifiers for the domain controllers whose information will be provided.
*)nextToken : NextToken.t option;The DescribeDomainControllers.NextToken value from a previous call to DescribeDomainControllers. Pass null if this is the first call.
*)limit : Limit.t option;The maximum number of items to return.
*)}val make :
?domainControllerIds:??? ->
?nextToken:??? ->
?limit:??? ->
directoryId:DirectoryId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of Limit.t
| `List of [> `String of DomainControllerId.t ] list
| `String of DirectoryId.t ])
list ]