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

DeleteAliasRequest

import type { DeleteAliasRequest } from "https://aws-api.deno.dev/v0.4/services/workmail.ts?docs=full";
interface DeleteAliasRequest {
Alias: string;
EntityId: string;
OrganizationId: string;
}

§Properties

§
Alias: string
[src]

The aliases to be removed from the user's set of aliases. Duplicate entries in the list are collapsed into single entries (the list is transformed into a set).

§
EntityId: string
[src]

The identifier for the member (user or group) from which to have the aliases removed.

§
OrganizationId: string
[src]

The identifier for the organization under which the user exists.