UpdatePortfolioInput
import type { UpdatePortfolioInput } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/servicecatalog.ts";interface UpdatePortfolioInput {
AcceptLanguage?: string | null;
AddTags?: Tag[] | null;
Description?: string | null;
DisplayName?: string | null;
Id: string;
ProviderName?: string | null;
RemoveTags?: string[] | null;
}