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

MarketplaceInformation

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

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

interface MarketplaceInformation {
productId?: string | null;
productUrl?: string | null;
}

§Properties

§
productId?: string | null
[src]

The product ID from the Amazon Web Services Marketplace.

§
productUrl?: string | null
[src]

The product URL from the Amazon Web Services Marketplace.