v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1435184159.4 KB

Update an App Runner service. You can update the source configuration and instance configuration of the service. You can also update the ARN of the auto scaling configuration resource that's associated with the service. However, you can't change the name or the encryption configuration of the service. These can be set only when you create the service.

To update the tags applied to your service, use the separate actions TagResource and UntagResource.

This is an asynchronous operation. On a successful call, you can use the returned OperationId and the ListOperations call to track the operation's progress.

post/#X-Amz-Target=AppRunner.UpdateService

Headers

X-Amz-Target'AppRunner.UpdateService' required

Request body

ServiceArnstring required

The Amazon Resource Name (ARN) of the App Runner service that you want to update.

AutoScalingConfigurationArnstring

The Amazon Resource Name (ARN) of an App Runner automatic scaling configuration resource that you want to associate with the App Runner service.

Response

Success

OperationIdstring required

The unique ID of the asynchronous operation that this request started. You can use it combined with the <a>ListOperations</a> call to track the operation's progress.