Skip to content

StopAddressListImportJob

Source: src/AWS/MailManager/StopAddressListImportJob.ts

Runtime binding for ses:StopAddressListImportJob.

Stops an in-flight import job. Addresses already imported remain on the list. IAM access is granted on the bound list’s ARN. Provide the implementation with Effect.provide(AWS.MailManager.StopAddressListImportJobHttp).

const stopImportJob = yield* MailManager.StopAddressListImportJob(blockList);
// runtime
yield* stopImportJob({ JobId });