updateServiceInstance
inline suspend fun ProtonClient.updateServiceInstance(crossinline block: UpdateServiceInstanceRequest.Builder.() -> Unit): UpdateServiceInstanceResponse
Update a service instance.
There are a few modes for updating a service instance. The deploymentType
field defines the mode.
You can't update a service instance while its deployment status, or the deployment status of a component attached to it, is IN_PROGRESS
.
For more information about components, see Proton components in the Proton User Guide.