CancelJob
Source:
src/AWS/DataExchange/CancelJob.ts
Runtime binding for dataexchange:CancelJob.
Cancels a job that has not yet been started (WAITING state).
Provide the implementation with
Effect.provide(AWS.DataExchange.CancelJobHttp).
Import & Export Jobs
Section titled “Import & Export Jobs”const cancelJob = yield* AWS.DataExchange.CancelJob();
// runtimeyield* cancelJob({ JobId: job.Id! });