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

UpdateProductInput

import type { UpdateProductInput } from "https://aws-api.deno.dev/v0.3/services/servicecatalog.ts?docs=full";
interface UpdateProductInput {
AcceptLanguage?: string | null;
AddTags?: Tag[] | null;
Description?: string | null;
Distributor?: string | null;
Id: string;
Name?: string | null;
Owner?: string | null;
RemoveTags?: string[] | null;
SupportDescription?: string | null;
SupportEmail?: string | null;
SupportUrl?: 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 to the product.

§
Description?: string | null
[src]

The updated description of the product.

§
Distributor?: string | null
[src]

The updated distributor of the product.

§
Id: string
[src]

The product identifier.

§
Name?: string | null
[src]

The updated product name.

§
Owner?: string | null
[src]

The updated owner of the product.

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

The tags to remove from the product.

§
SupportDescription?: string | null
[src]

The updated support description for the product.

§
SupportEmail?: string | null
[src]

The updated support email for the product.

§
SupportUrl?: string | null
[src]

The updated support URL for the product.