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

ListPackageImportJobsRequest

import type { ListPackageImportJobsRequest } from "https://aws-api.deno.dev/v0.3/services/panorama.ts?docs=full";
interface ListPackageImportJobsRequest {
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
MaxResults?: number | null
[src]

The maximum number of package import jobs to return in one page of results.

§
NextToken?: string | null
[src]

Specify the pagination token from a previous request to retrieve the next page of results.