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

PackageVersionSummary

import type { PackageVersionSummary } from "https://aws-api.deno.dev/v0.3/services/codeartifact.ts?docs=full";

Details about a package version, including its status, version, and revision. The ListPackageVersions operation returns a list of PackageVersionSummary objects.

interface PackageVersionSummary {
revision?: string | null;
version: string;
}

§Properties

§
revision?: string | null
[src]

The revision associated with a package version.

§

A string that contains the status of the package version. It can be one of the following:

  • Published
    
  • Unfinished
    
  • Unlisted
    
  • Archived
    
  • Disposed
    
§
version: string
[src]

Information about a package version.