stopDurableExecution
inline suspend fun LambdaClient.stopDurableExecution(crossinline block: StopDurableExecutionRequest.Builder.() -> Unit): StopDurableExecutionResponse
Stops a running durable execution. The execution transitions to STOPPED status and cannot be resumed. Any in-progress operations are terminated.