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

RejectPortfolioShareInput

import type { RejectPortfolioShareInput } from "https://aws-api.deno.dev/v0.4/services/servicecatalog.ts?docs=full";
interface RejectPortfolioShareInput {
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 reject. The default is to reject imported portfolios.

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

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