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

ListSolFunctionPackageMetadata

import type { ListSolFunctionPackageMetadata } from "https://aws-api.deno.dev/v0.4/services/tnb.ts?docs=full";

Details for the function package metadata.

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.

interface ListSolFunctionPackageMetadata {
createdAt: Date | number;
lastModified: Date | number;
}

§Properties

§
createdAt: Date | number
[src]

The date that the resource was created.

§
lastModified: Date | number
[src]

The date that the resource was last modified.