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

UpdateImpersonationRoleRequest

import type { UpdateImpersonationRoleRequest } from "https://aws-api.deno.dev/v0.4/services/workmail.ts?docs=full";
interface UpdateImpersonationRoleRequest {
Description?: string | null;
ImpersonationRoleId: string;
Name: string;
OrganizationId: string;
}

§Properties

§
Description?: string | null
[src]

The updated impersonation role description.

§
ImpersonationRoleId: string
[src]

The ID of the impersonation role to update.

§
Name: string
[src]

The updated impersonation role name.

§
OrganizationId: string
[src]

The WorkMail organization that contains the impersonation role to update.

§

The updated list of rules.

§

The updated impersonation role type.