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.
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
)
The language code.
jp
- Japanese
zh
- Chinese
The name of the provisioned product. You cannot specify both
ProvisionedProductName
and ProvisionedProductId
.
The identifier of the provisioned product. You must provide the name or ID, but not both.
The identifier of the product. You must provide the name or ID, but not both.
The name of the product. You must provide the name or ID, but not both.
The identifier of the provisioning artifact.
The name of the provisioning artifact. You must provide the name or ID, but not both.
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.
The name of the path. You must provide the name or ID, but not both.
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.