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

BatchDeleteImportDataRequest

import type { BatchDeleteImportDataRequest } from "https://aws-api.deno.dev/v0.4/services/discovery.ts?docs=full";
interface BatchDeleteImportDataRequest {
importTaskIds: string[];
}

§Properties

§
importTaskIds: string[]
[src]

The IDs for the import tasks that you want to delete.