Skip to content

ListArchiveSearches

Source: src/AWS/MailManager/ListArchiveSearches.ts

Runtime binding for ses:ListArchiveSearches.

Lists the recent searches of the bound archive. The archive id is injected from the binding. Provide the implementation with Effect.provide(AWS.MailManager.ListArchiveSearchesHttp).

const listSearches = yield* MailManager.ListArchiveSearches(archive);
// runtime
const { Searches } = yield* listSearches({});