Skip to content

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

const listImportJobs = yield* MailManager.ListAddressListImportJobs(blockList);
// runtime
const { ImportJobs } = yield* listImportJobs({});