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

StartImportTaskResponse

import type { StartImportTaskResponse } from "https://aws-api.deno.dev/v0.3/services/discovery.ts?docs=full";
interface StartImportTaskResponse {
task?: ImportTask | null;
}

§Properties

§
task?: ImportTask | null
[src]

An array of information related to the import task request including status information, times, IDs, the Amazon S3 Object URL for the import file, and more.