GetArchiveExport
Source:
src/AWS/MailManager/GetArchiveExport.ts
Runtime binding for ses:GetArchiveExport.
Fetches the parameters and status of an archive export (by
ExportId). IAM access is granted on the bound archive’s ARN. Provide the implementation with
Effect.provide(AWS.MailManager.GetArchiveExportHttp).
Exporting from the Archive
Section titled “Exporting from the Archive”const getExport = yield* MailManager.GetArchiveExport(archive);
// runtimeconst status = yield* getExport({ ExportId });