Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DescribeDomainControllersRequest

import type { DescribeDomainControllersRequest } from "https://aws-api.deno.dev/v0.3/services/directoryservice.ts?docs=full";
interface DescribeDomainControllersRequest {
DirectoryId: string;
DomainControllerIds?: string[] | null;
Limit?: number | null;
NextToken?: string | null;
}

§Properties

§
DirectoryId: string
[src]

Identifier of the directory for which to retrieve the domain controller information.

§
DomainControllerIds?: string[] | null
[src]

A list of identifiers for the domain controllers whose information will be provided.

§
Limit?: number | null
[src]

The maximum number of items to return.

§
NextToken?: string | null
[src]

The DescribeDomainControllers.NextToken value from a previous call to "DescribeDomainControllers". Pass null if this is the first call.