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

ListSolFunctionPackagesOutput

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

§Properties

§

Function packages. A function package is a .zip file in CSAR (Cloud Service Archive) format that contains a network function (an ETSI standard telecommunication application) and function package descriptor that uses the TOSCA standard to describe how the network functions should run on your network.

§
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.