Module Smaws_Client_KinesisAnalyticsV2.RollbackApplication

Reverts the application to the previous running version. You can roll back an application if you suspect it is stuck in a transient status or in the running status.

You can roll back an application only if it is in the UPDATING, AUTOSCALING, or RUNNING statuses.

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.

val request : Smaws_Lib.Context.t -> Types.rollback_application_request -> (Types.rollback_application_response, [> Smaws_Lib.Protocols.AwsJson.error | `ConcurrentModificationException of Types.concurrent_modification_exception | `InvalidArgumentException of Types.invalid_argument_exception | `InvalidRequestException of Types.invalid_request_exception | `ResourceInUseException of Types.resource_in_use_exception | `ResourceNotFoundException of Types.resource_not_found_exception | `UnsupportedOperationException of Types.unsupported_operation_exception ]) Stdlib.result