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

AddonVersionInfo

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

Information about an add-on version.

interface AddonVersionInfo {
addonVersion?: string | null;
architecture?: string[] | null;
compatibilities?: Compatibility[] | null;
}

§Properties

§
addonVersion?: string | null
[src]

The version of the add-on.

§
architecture?: string[] | null
[src]

The architectures that the version supports.

§
compatibilities?: Compatibility[] | null
[src]

An object that represents the compatibilities of a version.