StopQueryExecution
Source:
src/AWS/Athena/StopQueryExecution.ts
Runtime binding for athena:StopQueryExecution.
Cancels a running query in the bound workgroup. Stopping an already
finished query is a no-op, so the call is safely idempotent. Provide the
implementation with Effect.provide(AWS.Athena.StopQueryExecutionHttp).
Cancelling Queries
Section titled “Cancelling Queries”// init — bind the operation to the workgroupconst stopQueryExecution = yield* AWS.Athena.StopQueryExecution(workGroup);
// runtimeyield* stopQueryExecution({ QueryExecutionId: id });