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

UpdatePortfolioShareInput

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

§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 of the recipient account. This field is required when updating an external account to account type share.

§
OrganizationNode?: OrganizationNode | null
[src]
§
PortfolioId: string
[src]

The unique identifier of the portfolio for which the share will be updated.

§
SharePrincipals?: boolean | null
[src]

A flag to enables or disables Principals sharing in the portfolio. If this field is not provided, the current state of the Principals sharing on the portfolio share will not be modified.

§
ShareTagOptions?: boolean | null
[src]

Enables or disables TagOptions sharing for the portfolio share. If this field is not provided, the current state of TagOptions sharing on the portfolio share will not be modified.