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

ListDatasetImportJobsResponse

import type { ListDatasetImportJobsResponse } from "https://aws-api.deno.dev/v0.3/services/personalize.ts?docs=full";
interface ListDatasetImportJobsResponse {
datasetImportJobs?: DatasetImportJobSummary[] | null;
nextToken?: string | null;
}

§Properties

§
datasetImportJobs?: DatasetImportJobSummary[] | null
[src]

The list of dataset import jobs.

§
nextToken?: string | null
[src]

A token for getting the next set of dataset import jobs (if they exist).