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

DeletePortfolioShareInput

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

§Properties

§
AcceptLanguage?: string | null
[src]

The language code.

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

The Amazon Web Services account ID.

§
OrganizationNode?: OrganizationNode | null
[src]

The organization node to whom you are going to stop sharing.

§
PortfolioId: string
[src]

The portfolio identifier.