ListAddressListImportJobs
Source:
src/AWS/MailManager/ListAddressListImportJobs.ts
Runtime binding for ses:ListAddressListImportJobs.
Lists the import jobs created against the bound address list. The
address list id is injected from the binding. Provide the implementation with
Effect.provide(AWS.MailManager.ListAddressListImportJobsHttp).
Bulk Importing Members
Section titled “Bulk Importing Members”const listImportJobs = yield* MailManager.ListAddressListImportJobs(blockList);
// runtimeconst { ImportJobs } = yield* listImportJobs({});