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

AssumeImpersonationRoleResponse

import type { AssumeImpersonationRoleResponse } from "https://aws-api.deno.dev/v0.4/services/workmail.ts?docs=full";
interface AssumeImpersonationRoleResponse {
ExpiresIn?: number | null;
Token?: string | null;
}

§Properties

§
ExpiresIn?: number | null
[src]

The authentication token's validity, in seconds.

§
Token?: string | null
[src]

The authentication token for the impersonation role.