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

ListSolNetworkPackageMetadata

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

Metadata related to a network package.

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.

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