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

StartSchemaExtensionRequest

import type { StartSchemaExtensionRequest } from "https://aws-api.deno.dev/v0.3/services/directoryservice.ts?docs=full";
interface StartSchemaExtensionRequest {
CreateSnapshotBeforeSchemaExtension: boolean;
Description: string;
DirectoryId: string;
LdifContent: string;
}

§Properties

§
CreateSnapshotBeforeSchemaExtension: boolean
[src]

If true, creates a snapshot of the directory before applying the schema extension.

§
Description: string
[src]

A description of the schema extension.

§
DirectoryId: string
[src]

The identifier of the directory for which the schema extension will be applied to.

§
LdifContent: string
[src]

The LDIF file represented as a string. To construct the LdifContent string, precede each line as it would be formatted in an ldif file with \n. See the example request below for more details. The file size can be no larger than 1MB.