Requests updates to the configuration of the specified provisioned product.
servicecatalog_update_provisioned_product(AcceptLanguage,
ProvisionedProductName, ProvisionedProductId, ProductId,
ProvisioningArtifactId, PathId, ProvisioningParameters,
ProvisioningPreferences, Tags, UpdateToken)
The language code.
en
- English (default)
jp
- Japanese
zh
- Chinese
The name of the provisioned product. You cannot specify both
ProvisionedProductName
and ProvisionedProductId
.
The identifier of the provisioned product. You cannot specify both
ProvisionedProductName
and ProvisionedProductId
.
The identifier of the product.
The identifier of the provisioning artifact.
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.
The new parameters.
An object that contains information about the provisioning preferences for a stack set.
One or more tags. Requires the product to have RESOURCE_UPDATE
constraint with TagUpdatesOnProvisionedProduct
set to ALLOWED
to
allow tag updates.
[required] The idempotency token that uniquely identifies the provisioning update request.
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" )
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.