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

ListDataIngestionJobsRequest

import type { ListDataIngestionJobsRequest } from "https://aws-api.deno.dev/v0.4/services/lookoutequipment.ts?docs=full";
interface ListDataIngestionJobsRequest {
DatasetName?: string | null;
MaxResults?: number | null;
NextToken?: string | null;
Status?: IngestionJobStatus | null;
}

§Properties

§
DatasetName?: string | null
[src]

The name of the dataset being used for the data ingestion job.

§
MaxResults?: number | null
[src]

Specifies the maximum number of data ingestion jobs to list.

§
NextToken?: string | null
[src]

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

§
Status?: IngestionJobStatus | null
[src]

Indicates the status of the data ingestion job.