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

UpdateNumberOfDomainControllersRequest

import type { UpdateNumberOfDomainControllersRequest } from "https://aws-api.deno.dev/v0.3/services/directoryservice.ts?docs=full";
interface UpdateNumberOfDomainControllersRequest {
DesiredNumber: number;
DirectoryId: string;
}

§Properties

§
DesiredNumber: number
[src]

The number of domain controllers desired in the directory.

§
DirectoryId: string
[src]

Identifier of the directory to which the domain controllers will be added or removed.