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

StartTableDataImportJobResult

import type { StartTableDataImportJobResult } from "https://aws-api.deno.dev/v0.4/services/honeycode.ts?docs=full";
interface StartTableDataImportJobResult {
jobId: string;
}

§Properties

§
jobId: string
[src]

The id that is assigned to this import job. Future requests to find out the status of this import job need to send this id in the appropriate parameter in the request.

§

The status of the import job immediately after submitting the request.