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

GetImpersonationRoleRequest

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

§Properties

§
ImpersonationRoleId: string
[src]

The impersonation role ID to retrieve.

§
OrganizationId: string
[src]

The WorkMail organization from which to retrieve the impersonation role.