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

DescribeUpdateDirectoryRequest

import type { DescribeUpdateDirectoryRequest } from "https://aws-api.deno.dev/v0.4/services/directoryservice.ts?docs=full";
interface DescribeUpdateDirectoryRequest {
DirectoryId: string;
NextToken?: string | null;
RegionName?: string | null;
UpdateType: UpdateType;
}

§Properties

§
DirectoryId: string
[src]

The unique identifier of the directory.

§
NextToken?: string | null
[src]

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

§
RegionName?: string | null
[src]

The name of the Region.

§
UpdateType: UpdateType
[src]

The type of updates you want to describe for the directory.