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

ListDatasetExportJobsResponse

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

§Properties

§
datasetExportJobs?: DatasetExportJobSummary[] | null
[src]

The list of dataset export jobs.

§
nextToken?: string | null
[src]

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