Skip to content

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).

const getExport = yield* MailManager.GetArchiveExport(archive);
// runtime
const status = yield* getExport({ ExportId });