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

ListImportFileTaskResponse

import type { ListImportFileTaskResponse } from "https://aws-api.deno.dev/v0.4/services/migrationhubstrategy.ts?docs=full";
interface ListImportFileTaskResponse {
nextToken?: string | null;
taskInfos?: ImportFileTaskInformation[] | null;
}

§Properties

§
nextToken?: string | null
[src]

The token you use to retrieve the next set of results, or null if there are no more results.

§
taskInfos?: ImportFileTaskInformation[] | null
[src]

Lists information about the files you import.