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

AddonInfo

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

Information about an add-on.

interface AddonInfo {
addonName?: string | null;
addonVersions?: AddonVersionInfo[] | null;
marketplaceInformation?: MarketplaceInformation | null;
owner?: string | null;
publisher?: string | null;
type?: string | null;
}

§Properties

§
addonName?: string | null
[src]

The name of the add-on.

§
addonVersions?: AddonVersionInfo[] | null
[src]

An object representing information about available add-on versions and compatible Kubernetes versions.

§
marketplaceInformation?: MarketplaceInformation | null
[src]

Information about the add-on from the Amazon Web Services Marketplace.

§
owner?: string | null
[src]

The owner of the add-on.

§
publisher?: string | null
[src]

The publisher of the add-on.

§
type?: string | null
[src]

The type of the add-on.