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

DescribeImportTasksResponse

import type { DescribeImportTasksResponse } from "https://aws-api.deno.dev/v0.4/services/discovery.ts?docs=full";
interface DescribeImportTasksResponse {
nextToken?: string | null;
tasks?: ImportTask[] | null;
}

§Properties

§
nextToken?: string | null
[src]

The token to request the next page of results.

§
tasks?: ImportTask[] | null
[src]

A returned array of import tasks that match any applied filters, up to the specified number of maximum results.