paws.management (version 0.1.0)

servicecatalog_update_provisioned_product: Requests updates to the configuration of the specified provisioned product

Description

Requests updates to the configuration of the specified provisioned product.

Usage

servicecatalog_update_provisioned_product(AcceptLanguage,
  ProvisionedProductName, ProvisionedProductId, ProductId,
  ProvisioningArtifactId, PathId, ProvisioningParameters,
  ProvisioningPreferences, Tags, UpdateToken)

Arguments

AcceptLanguage

The language code.

  • en - English (default)

  • jp - Japanese

  • zh - Chinese

ProvisionedProductName

The updated name of the provisioned product. You cannot specify both ProvisionedProductName and ProvisionedProductId.

ProvisionedProductId

The identifier of the provisioned product. You cannot specify both ProvisionedProductName and ProvisionedProductId.

ProductId

The identifier of the product.

ProvisioningArtifactId

The identifier of the provisioning artifact.

PathId

The new path identifier. This value is optional if the product has a default path, and required if the product has more than one path.

ProvisioningParameters

The new parameters.

ProvisioningPreferences

An object that contains information about the provisioning preferences for a stack set.

Tags

One or more tags. Requires the product to have RESOURCE_UPDATE constraint with TagUpdatesOnProvisionedProduct set to ALLOWED to allow tag updates.

UpdateToken

[required] The idempotency token that uniquely identifies the provisioning update request.

Request syntax

svc$update_provisioned_product(
  AcceptLanguage = "string",
  ProvisionedProductName = "string",
  ProvisionedProductId = "string",
  ProductId = "string",
  ProvisioningArtifactId = "string",
  PathId = "string",
  ProvisioningParameters = list(
    list(
      Key = "string",
      Value = "string",
      UsePreviousValue = TRUE|FALSE
    )
  ),
  ProvisioningPreferences = list(
    StackSetAccounts = list(
      "string"
    ),
    StackSetRegions = list(
      "string"
    ),
    StackSetFailureToleranceCount = 123,
    StackSetFailureTolerancePercentage = 123,
    StackSetMaxConcurrencyCount = 123,
    StackSetMaxConcurrencyPercentage = 123,
    StackSetOperationType = "CREATE"|"UPDATE"|"DELETE"
  ),
  Tags = list(
    list(
      Key = "string",
      Value = "string"
    )
  ),
  UpdateToken = "string"
)

Details

If there are tags associated with the object, they cannot be updated or added. Depending on the specific updates requested, this operation can update with no interruption, with some interruption, or replace the provisioned product entirely.

You can check the status of this request using DescribeRecord.