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

AssociateProductWithPortfolioInput

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

§Properties

§
AcceptLanguage?: string | null
[src]

The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese
§
PortfolioId: string
[src]

The portfolio identifier.

§
ProductId: string
[src]

The product identifier.

§
SourcePortfolioId?: string | null
[src]

The identifier of the source portfolio.