Module Smaws_Client_KinesisAnalyticsV2.StopApplication

val request : Smaws_Lib.Context.t -> stop_application_request -> (stop_application_response, [> Smaws_Lib.Protocols.AwsJson.error | `ConcurrentModificationException of concurrent_modification_exception | `InvalidApplicationConfigurationException of invalid_application_configuration_exception | `InvalidArgumentException of invalid_argument_exception | `InvalidRequestException of invalid_request_exception | `ResourceInUseException of resource_in_use_exception | `ResourceNotFoundException of resource_not_found_exception ]) Stdlib.result

Stops the application from processing data. You can stop an application only if it is in the running status, unless you set the Force parameter to true.

You can use the DescribeApplication operation to find the application status.

Managed Service for Apache Flink takes a snapshot when the application is stopped, unless Force is set to true.