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

CreateAliasRequest

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

Contains the inputs for the "CreateAlias" operation.

interface CreateAliasRequest {
Alias: string;
DirectoryId: string;
}

§Properties

§
Alias: string
[src]

The requested alias.

The alias must be unique amongst all aliases in Amazon Web Services. This operation throws an EntityAlreadyExistsException error if the alias already exists.

§
DirectoryId: string
[src]

The identifier of the directory for which to create the alias.