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