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

ImportOptions

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

An object that contains the options specified by the sumitter of the import request.

interface ImportOptions {
delimitedTextOptions?: DelimitedTextImportOptions | null;
destinationOptions?: DestinationOptions | null;
}

§Properties

§
delimitedTextOptions?: DelimitedTextImportOptions | null
[src]

Options relating to parsing delimited text. Required if dataFormat is DELIMITED_TEXT.

§
destinationOptions?: DestinationOptions | null
[src]

Options relating to the destination of the import request.