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

RegisterToWorkMailRequest

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

§Properties

§
Email: string
[src]

The email for the user, group, or resource to be updated.

§
EntityId: string
[src]

The identifier for the user, group, or resource to be updated.

§
OrganizationId: string
[src]

The identifier for the organization under which the user, group, or resource exists.