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).
Exporting from the Archive
Section titled “Exporting from the Archive”const stopExport = yield* MailManager.StopArchiveExport(archive);
// runtimeyield* stopExport({ ExportId });