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

StartDataIngestionJobResponse

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

§Properties

§
JobId?: string | null
[src]

Indicates the job ID of the data ingestion job.

§
Status?: IngestionJobStatus | null
[src]

Indicates the status of the StartDataIngestionJob operation.