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

GetBatchImportJobsRequest

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

§Properties

§
jobId?: string | null
[src]

The ID of the batch import job to get.

§
maxResults?: number | null
[src]

The maximum number of objects to return for request.

§
nextToken?: string | null
[src]

The next token from the previous request.