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

DescribeUpdateDirectoryResult

import type { DescribeUpdateDirectoryResult } from "https://aws-api.deno.dev/v0.4/services/directoryservice.ts?docs=full";
interface DescribeUpdateDirectoryResult {
NextToken?: string | null;
UpdateActivities?: UpdateInfoEntry[] | null;
}

§Properties

§
NextToken?: string | null
[src]

If not null, more results are available. Pass this value for the NextToken parameter.

§
UpdateActivities?: UpdateInfoEntry[] | null
[src]

The list of update activities on a directory for the requested update type.