Smaws_Client_KinesisAnalyticsV2.RollbackApplication
val request :
Smaws_Lib.Context.t ->
rollback_application_request ->
(rollback_application_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `ConcurrentModificationException of concurrent_modification_exception
| `InvalidArgumentException of invalid_argument_exception
| `InvalidRequestException of invalid_request_exception
| `ResourceInUseException of resource_in_use_exception
| `ResourceNotFoundException of resource_not_found_exception
| `UnsupportedOperationException of unsupported_operation_exception ])
Stdlib.result
Reverts the application to the previous running version. You can roll back an application if you suspect it is stuck in a transient status.
You can roll back an application only if it is in the UPDATING
or AUTOSCALING
status.
When you rollback an application, it loads state data from the last successful snapshot. If the application has no snapshots, Managed Service for Apache Flink rejects the rollback request.
This action is not supported for Managed Service for Apache Flink for SQL applications.