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

DescribeProductAsAdminInput

import type { DescribeProductAsAdminInput } from "https://aws-api.deno.dev/v0.4/services/servicecatalog.ts?docs=full";
interface DescribeProductAsAdminInput {
AcceptLanguage?: string | null;
Id?: string | null;
Name?: string | null;
SourcePortfolioId?: string | null;
}

§Properties

§
AcceptLanguage?: string | null
[src]

The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese
§
Id?: string | null
[src]

The product identifier.

§
Name?: string | null
[src]

The product name.

§
SourcePortfolioId?: string | null
[src]

The unique identifier of the shared portfolio that the specified product is associated with.

You can provide this parameter to retrieve the shared TagOptions associated with the product. If this parameter is provided and if TagOptions sharing is enabled in the portfolio share, the API returns both local and shared TagOptions associated with the product. Otherwise only local TagOptions will be returned.