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

ListAliasesRequest

import type { ListAliasesRequest } from "https://aws-api.deno.dev/v0.4/services/workmail.ts?docs=full";
interface ListAliasesRequest {
EntityId: string;
MaxResults?: number | null;
NextToken?: string | null;
OrganizationId: string;
}

§Properties

§
EntityId: string
[src]

The identifier for the entity for which to list the aliases.

§
MaxResults?: number | null
[src]

The maximum number of results to return in a single call.

§
NextToken?: string | null
[src]

The token to use to retrieve the next page of results. The first call does not contain any tokens.

§
OrganizationId: string
[src]

The identifier for the organization under which the entity exists.