ListArchiveExports
Source:
src/AWS/MailManager/ListArchiveExports.ts
Runtime binding for ses:ListArchiveExports.
Lists the recent exports of the bound archive. The archive id is
injected from the binding. Provide the implementation with
Effect.provide(AWS.MailManager.ListArchiveExportsHttp).
Exporting from the Archive
Section titled “Exporting from the Archive”const listExports = yield* MailManager.ListArchiveExports(archive);
// runtimeconst { Exports } = yield* listExports({});