Module Smaws_Client_KinesisAnalyticsV2.StopApplication

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.

val request : Smaws_Lib.Context.t -> Types.stop_application_request -> (Types.stop_application_response, [> Smaws_Lib.Protocols.AwsJson.error | `ConcurrentModificationException of Types.concurrent_modification_exception | `InvalidApplicationConfigurationException of Types.invalid_application_configuration_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 ]) Stdlib.result