servicecatalog_update_provisioned_product: Requests updates to the configuration of the specified...

View source: R/servicecatalog_operations.R

servicecatalog_update_provisioned_productR Documentation

Requests updates to the configuration of the specified provisioned product

Description

Requests updates to the configuration of the specified provisioned product.

See https://www.paws-r-sdk.com/docs/servicecatalog_update_provisioned_product/ for full documentation.

Usage

servicecatalog_update_provisioned_product(
  AcceptLanguage = NULL,
  ProvisionedProductName = NULL,
  ProvisionedProductId = NULL,
  ProductId = NULL,
  ProductName = NULL,
  ProvisioningArtifactId = NULL,
  ProvisioningArtifactName = NULL,
  PathId = NULL,
  PathName = NULL,
  ProvisioningParameters = NULL,
  ProvisioningPreferences = NULL,
  Tags = NULL,
  UpdateToken
)

Arguments

AcceptLanguage

The language code.

  • jp - Japanese

  • zh - Chinese

ProvisionedProductName

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

ProvisionedProductId

The identifier of the provisioned product. You must provide the name or ID, but not both.

ProductId

The identifier of the product. You must provide the name or ID, but not both.

ProductName

The name of the product. You must provide the name or ID, but not both.

ProvisioningArtifactId

The identifier of the provisioning artifact.

ProvisioningArtifactName

The name of the provisioning artifact. You must provide the name or ID, but not both.

PathId

The path identifier. This value is optional if the product has a default path, and required if the product has more than one path. You must provide the name or ID, but not both.

PathName

The name of the path. You must provide the name or ID, but not both.

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.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.