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

StartTableDataImportJobRequest

import type { StartTableDataImportJobRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/honeycode.ts";
interface StartTableDataImportJobRequest {
clientRequestToken: string;
dataSource: ImportDataSource;
destinationTableId: string;
importOptions: ImportOptions;
workbookId: string;
}

§Properties

§
clientRequestToken: string
[src]
§
destinationTableId: string
[src]
§
importOptions: ImportOptions
[src]
§
workbookId: string
[src]