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

DescribeTableDataImportJobRequest

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

§Properties

§
jobId: string
[src]

The ID of the job that was returned by the StartTableDataImportJob request.

If a job with the specified id could not be found, this API throws ResourceNotFoundException.

§
tableId: string
[src]

The ID of the table into which data was imported.

If a table with the specified id could not be found, this API throws ResourceNotFoundException.

§
workbookId: string
[src]

The ID of the workbook into which data was imported.

If a workbook with the specified id could not be found, this API throws ResourceNotFoundException.