v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1490485351.4 KB

Requests updates to the configuration of the specified provisioned product.

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.

post/#X-Amz-Target=AWS242ServiceCatalogService.UpdateProvisionedProduct

Headers

X-Amz-Target'AWS242ServiceCatalogService.UpdateProvisionedProduct' required

Request body

AcceptLanguagestring
<p>The language code.</p> <ul> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>
ProvisionedProductNamestring

The name of the provisioned product. You cannot specify both <code>ProvisionedProductName</code> and <code>ProvisionedProductId</code>.

ProvisionedProductIdstring

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

ProductIdstring

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

ProductNamestring

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

ProvisioningArtifactIdstring

The identifier of the provisioning artifact.

ProvisioningArtifactNamestring

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

PathIdstring

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.

PathNamestring

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

UpdateTokenstring required

The idempotency token that uniquely identifies the provisioning update request.

Response

Success