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

UpdatePortfolioInput

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

§Properties

§
AcceptLanguage?: string | null
[src]

The language code.

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

The tags to add.

§
Description?: string | null
[src]

The updated description of the portfolio.

§
DisplayName?: string | null
[src]

The name to use for display purposes.

§
Id: string
[src]

The portfolio identifier.

§
ProviderName?: string | null
[src]

The updated name of the portfolio provider.

§
RemoveTags?: string[] | null
[src]

The tags to remove.