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

ListSchemaExtensionsRequest

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

§Properties

§
DirectoryId: string
[src]

The identifier of the directory from which to retrieve the schema extension information.

§
Limit?: number | null
[src]

The maximum number of items to return.

§
NextToken?: string | null
[src]

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