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

AcceptPortfolioShareInput

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

§Properties

§
AcceptLanguage?: string | null
[src]

The language code.

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

The portfolio identifier.

§
PortfolioShareType?: PortfolioShareType | null
[src]

The type of shared portfolios to accept. The default is to accept imported portfolios.

  • AWS_ORGANIZATIONS - Accept portfolios shared by the management account of your organization.
  • IMPORTED - Accept imported portfolios.
  • AWS_SERVICECATALOG - Not supported. (Throws ResourceNotFoundException.)

For example, aws servicecatalog accept-portfolio-share --portfolio-id "port-2qwzkwxt3y5fk" --portfolio-share-type AWS_ORGANIZATIONS