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

CancelBatchImportJobRequest

import type { CancelBatchImportJobRequest } from "https://aws-api.deno.dev/v0.3/services/frauddetector.ts?docs=full";
interface CancelBatchImportJobRequest {
jobId: string;
}

§Properties

§
jobId: string
[src]

The ID of an in-progress batch import job to cancel.

Amazon Fraud Detector will throw an error if the batch import job is in FAILED, CANCELED, or COMPLETED state.