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

ListDataIngestionJobsResponse

import type { ListDataIngestionJobsResponse } from "https://aws-api.deno.dev/v0.4/services/lookoutequipment.ts?docs=full";
interface ListDataIngestionJobsResponse {
DataIngestionJobSummaries?: DataIngestionJobSummary[] | null;
NextToken?: string | null;
}

§Properties

§
DataIngestionJobSummaries?: DataIngestionJobSummary[] | null
[src]

Specifies information about the specific data ingestion job, including dataset name and status.

§
NextToken?: string | null
[src]

An opaque pagination token indicating where to continue the listing of data ingestion jobs.