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

GetSolFunctionInstanceMetadata

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

The metadata of a network function instance.

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

interface GetSolFunctionInstanceMetadata {
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.