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

ImagePackage

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

Represents a package installed on an Image Builder image.

interface ImagePackage {
packageName?: string | null;
packageVersion?: string | null;
}

§Properties

§
packageName?: string | null
[src]

The name of the package as reported to the operating system package manager.

§
packageVersion?: string | null
[src]

The version of the package as reported to the operating system package manager.