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

ListSolNetworkPackagesOutput

import type { ListSolNetworkPackagesOutput } from "https://aws-api.deno.dev/v0.4/services/tnb.ts?docs=full";
interface ListSolNetworkPackagesOutput {
networkPackages: ListSolNetworkPackageInfo[];
nextToken?: string | null;
}

§Properties

§

Network packages. A network package is a .zip file in CSAR (Cloud Service Archive) format defines the function packages you want to deploy and the Amazon Web Services infrastructure you want to deploy them on.

§
nextToken?: string | null
[src]

The token to use to retrieve the next page of results. This value is null when there are no more results to return.