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

ListPackageImportJobsResponse

import type { ListPackageImportJobsResponse } from "https://aws-api.deno.dev/v0.3/services/panorama.ts?docs=full";
interface ListPackageImportJobsResponse {
NextToken?: string | null;
PackageImportJobs: PackageImportJob[];
}

§Properties

§
NextToken?: string | null
[src]

A pagination token that's included if more results are available.

§
PackageImportJobs: PackageImportJob[]
[src]

A list of package import jobs.