paws.management (version 0.1.0)

servicecatalog_update_provisioning_artifact: Updates the specified provisioning artifact (also known as a version) for the specified product

Description

Updates the specified provisioning artifact (also known as a version) for the specified product.

Usage

servicecatalog_update_provisioning_artifact(AcceptLanguage, ProductId,
  ProvisioningArtifactId, Name, Description, Active)

Arguments

AcceptLanguage

The language code.

  • en - English (default)

  • jp - Japanese

  • zh - Chinese

ProductId

[required] The product identifier.

ProvisioningArtifactId

[required] The identifier of the provisioning artifact.

Name

The updated name of the provisioning artifact.

Description

The updated description of the provisioning artifact.

Active

Indicates whether the product version is active.

Request syntax

svc$update_provisioning_artifact(
  AcceptLanguage = "string",
  ProductId = "string",
  ProvisioningArtifactId = "string",
  Name = "string",
  Description = "string",
  Active = TRUE|FALSE
)

Details

You cannot update a provisioning artifact for a product that was shared with you.