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

AssumeImpersonationRoleRequest

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

§Properties

§
ImpersonationRoleId: string
[src]

The impersonation role ID to assume.

§
OrganizationId: string
[src]

The WorkMail organization under which the impersonation role will be assumed.