paws.management (version 0.1.0)

servicecatalog_update_product: Updates the specified product

Description

Updates the specified product.

Usage

servicecatalog_update_product(AcceptLanguage, Id, Name, Owner,
  Description, Distributor, SupportDescription, SupportEmail, SupportUrl,
  AddTags, RemoveTags)

Arguments

AcceptLanguage

The language code.

  • en - English (default)

  • jp - Japanese

  • zh - Chinese

Id

[required] The product identifier.

Name

The updated product name.

Owner

The updated owner of the product.

Description

The updated description of the product.

Distributor

The updated distributor of the product.

SupportDescription

The updated support description for the product.

SupportEmail

The updated support email for the product.

SupportUrl

The updated support URL for the product.

AddTags

The tags to add to the product.

RemoveTags

The tags to remove from the product.

Request syntax

svc$update_product(
  AcceptLanguage = "string",
  Id = "string",
  Name = "string",
  Owner = "string",
  Description = "string",
  Distributor = "string",
  SupportDescription = "string",
  SupportEmail = "string",
  SupportUrl = "string",
  AddTags = list(
    list(
      Key = "string",
      Value = "string"
    )
  ),
  RemoveTags = list(
    "string"
  )
)