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

ListImpersonationRolesResponse

import type { ListImpersonationRolesResponse } from "https://aws-api.deno.dev/v0.4/services/workmail.ts?docs=full";
interface ListImpersonationRolesResponse {
NextToken?: string | null;
Roles?: ImpersonationRole[] | null;
}

§Properties

§
NextToken?: string | null
[src]

The token to retrieve the next page of results. The value is null when there are no results to return.

§
Roles?: ImpersonationRole[] | null
[src]

The list of impersonation roles under the given WorkMail organization.