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

GetSolNetworkPackageMetadata

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

Metadata associated with 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 GetSolNetworkPackageMetadata {
createdAt: Date | number;
lastModified: Date | number;
nsd?: NetworkArtifactMeta | null;
}

§Properties

§
createdAt: Date | number
[src]

The date that the resource was created.

§
lastModified: Date | number
[src]

The date that the resource was last modified.

§

Metadata related to the onboarded network service descriptor in the network package.