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

TableDataImportJobMetadata

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

The metadata associated with the table data import job that was submitted.

interface TableDataImportJobMetadata {
dataSource: ImportDataSource;
importOptions: ImportOptions;
submitter: ImportJobSubmitter;
submitTime: Date | number;
}

§Properties

§

The source of the data that was submitted for import.

§
importOptions: ImportOptions
[src]

The options that was specified at the time of submitting the import request.

§

Details about the submitter of the import request.

§
submitTime: Date | number
[src]

The timestamp when the job was submitted for import.