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

ListSolNetworkPackagesInput

import type { ListSolNetworkPackagesInput } from "https://aws-api.deno.dev/v0.4/services/tnb.ts?docs=full";
interface ListSolNetworkPackagesInput {
maxResults?: number | null;
nextToken?: string | null;
}

§Properties

§
maxResults?: number | null
[src]

The maximum number of results to include in the response.

§
nextToken?: string | null
[src]

The token for the next page of results.