v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1466276261.1 KB

Updates a campaign by either deploying a new solution or changing the value of the campaign's minProvisionedTPS parameter.

To update a campaign, the campaign status must be ACTIVE or CREATE FAILED. Check the campaign status using the DescribeCampaign operation.

You can still get recommendations from a campaign while an update is in progress. The campaign will use the previous solution version and campaign configuration to generate recommendations until the latest campaign update status is Active.

For more information on campaigns, see CreateCampaign.

post/#X-Amz-Target=AmazonPersonalize.UpdateCampaign

Headers

X-Amz-Target'AmazonPersonalize.UpdateCampaign' required

Request body

campaignArnstring required

The Amazon Resource Name (ARN) of the campaign.

solutionVersionArnstring

The ARN of a new solution version to deploy.

minProvisionedTPSinteger

Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.

Response

Success

campaignArnstring

The same campaign ARN as given in the request.