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

GetBatchImportJobsResult

import type { GetBatchImportJobsResult } from "https://aws-api.deno.dev/v0.3/services/frauddetector.ts?docs=full";
interface GetBatchImportJobsResult {
batchImports?: BatchImport[] | null;
nextToken?: string | null;
}

§Properties

§
batchImports?: BatchImport[] | null
[src]

An array containing the details of each batch import job.

§
nextToken?: string | null
[src]

The next token for the subsequent resquest.