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.4/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;
SourceConnection?: SourceConnection | 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.

§
SourceConnection?: SourceConnection | null
[src]

Specifies connection details for the updated product and syncs the product to the connection source artifact. This automatically manages the product's artifacts based on changes to the source. The SourceConnection parameter consists of the following sub-fields.

  • Type
    
  • ConnectionParamters
    
§
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.