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

UpdatePrimaryEmailAddressRequest

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

§Properties

§
Email: string
[src]

The value of the email to be updated as primary.

§
EntityId: string
[src]

The user, group, or resource to update.

§
OrganizationId: string
[src]

The organization that contains the user, group, or resource to update.