GetArchiveSearchResults
Source:
src/AWS/MailManager/GetArchiveSearchResults.ts
Runtime binding for ses:GetArchiveSearchResults.
Fetches the result rows of a completed archive search (by
SearchId): sender, subject, envelope, and the ArchivedMessageId
used to download each message. IAM access is granted on the bound
archive’s ARN. Provide the implementation with
Effect.provide(AWS.MailManager.GetArchiveSearchResultsHttp).
Searching the Archive
Section titled “Searching the Archive”const getSearchResults = yield* MailManager.GetArchiveSearchResults(archive);
// runtimeconst { Rows } = yield* getSearchResults({ SearchId });