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.3/services/servicecatalog.ts?docs=full";
interface UpdatePortfolioShareInput {
AcceptLanguage?: string | null;
AccountId?: string | null;
OrganizationNode?: OrganizationNode | null;
PortfolioId: string;
ShareTagOptions?: boolean | null;
}

§Properties

§
AcceptLanguage?: string | null
[src]

The language code.

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

The AWS 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.

§
ShareTagOptions?: boolean | null
[src]

A flag to enable or disable 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.