View source: R/servicecatalog_operations.R
servicecatalog_update_provisioned_product | R Documentation |
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
)
AcceptLanguage |
The language code.
|
ProvisionedProductName |
The name of the provisioned product. You cannot specify both
|
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 |
UpdateToken |
[required] The idempotency token that uniquely identifies the provisioning update request. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.