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

CreateAliasResult

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

Contains the results of the "CreateAlias" operation.

interface CreateAliasResult {
Alias?: string | null;
DirectoryId?: string | null;
}

§Properties

§
Alias?: string | null
[src]

The alias for the directory.

§
DirectoryId?: string | null
[src]

The identifier of the directory.