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

SchemaExtensionInfo

import type { SchemaExtensionInfo } from "https://aws-api.deno.dev/v0.3/services/directoryservice.ts?docs=full";

Information about a schema extension.

interface SchemaExtensionInfo {
Description?: string | null;
DirectoryId?: string | null;
EndDateTime?: Date | number | null;
SchemaExtensionId?: string | null;
SchemaExtensionStatus?: SchemaExtensionStatus | null;
SchemaExtensionStatusReason?: string | null;
StartDateTime?: Date | number | null;
}

§Properties

§
Description?: string | null
[src]

A description of the schema extension.

§
DirectoryId?: string | null
[src]

The identifier of the directory to which the schema extension is applied.

§
EndDateTime?: Date | number | null
[src]

The date and time that the schema extension was completed.

§
SchemaExtensionId?: string | null
[src]

The identifier of the schema extension.

§
SchemaExtensionStatus?: SchemaExtensionStatus | null
[src]

The current status of the schema extension.

§
SchemaExtensionStatusReason?: string | null
[src]

The reason for the SchemaExtensionStatus.

§
StartDateTime?: Date | number | null
[src]

The date and time that the schema extension started being applied to the directory.