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

ValidateSolNetworkPackageContentMetadata

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

Validates network package content metadata.

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 ValidateSolNetworkPackageContentMetadata {
nsd?: NetworkArtifactMeta | null;
}

§Properties