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

ListSolFunctionInstanceMetadata

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

Lists network function instance metadata.

A network function instance is a function in a function package .

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

§Properties

§
createdAt: Date | number
[src]

When the network function instance was created.

§
lastModified: Date | number
[src]

When the network function instance was last modified.