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

CancelMailboxExportJobRequest

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

§Properties

§
ClientToken: string
[src]

The idempotency token for the client request.

§
JobId: string
[src]

The job ID.

§
OrganizationId: string
[src]

The organization ID.