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

ListSchemaExtensionsResult

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

§Properties

§
NextToken?: string | null
[src]

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to ListSchemaExtensions to retrieve the next set of items.

§
SchemaExtensionsInfo?: SchemaExtensionInfo[] | null
[src]

Information about the schema extensions applied to the directory.