Amazon.ServiceCatalog.AmazonServiceCatalogClient.UpdateProvisionedProduct C# (CSharp) Method

UpdateProvisionedProduct() public method

Requests updates to the configuration of an existing ProvisionedProduct object. If there are tags associated with the object, they cannot be updated or added with this operation. Depending on the specific updates requested, this operation may update with no interruption, with some interruption, or replace the ProvisionedProduct object entirely.

You can check the status of this request using the DescribeRecord operation.

/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public UpdateProvisionedProduct ( UpdateProvisionedProductRequest request ) : UpdateProvisionedProductResponse
request UpdateProvisionedProductRequest Container for the necessary parameters to execute the UpdateProvisionedProduct service method.
return UpdateProvisionedProductResponse
        public UpdateProvisionedProductResponse UpdateProvisionedProduct(UpdateProvisionedProductRequest request)
        {
            var marshaller = new UpdateProvisionedProductRequestMarshaller();
            var unmarshaller = UpdateProvisionedProductResponseUnmarshaller.Instance;

            return Invoke<UpdateProvisionedProductRequest,UpdateProvisionedProductResponse>(request, marshaller, unmarshaller);
        }
AmazonServiceCatalogClient