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-16vtt531a2w0.deno.dev/v0.2/services/servicecatalog.ts";
interface UpdatePortfolioShareInput {
AcceptLanguage?: string | null;
AccountId?: string | null;
OrganizationNode?: OrganizationNode | null;
PortfolioId: string;
ShareTagOptions?: boolean | null;
}

§Properties

§
AcceptLanguage?: string | null
[src]
§
AccountId?: string | null
[src]
§
OrganizationNode?: OrganizationNode | null
[src]
§
PortfolioId: string
[src]
§
ShareTagOptions?: boolean | null
[src]