Skip to content

StopArchiveExport

Source: src/AWS/MailManager/StopArchiveExport.ts

Runtime binding for ses:StopArchiveExport.

Cancels a queued or running archive export (by ExportId). IAM access is granted on the bound archive’s ARN. Provide the implementation with Effect.provide(AWS.MailManager.StopArchiveExportHttp).

const stopExport = yield* MailManager.StopArchiveExport(archive);
// runtime
yield* stopExport({ ExportId });