ListPageReceipts
Source:
src/AWS/SSMContacts/ListPageReceipts.ts
Runtime binding for ssm-contacts:ListPageReceipts.
List the delivery/read receipts of a page — one receipt per contact
channel the page was sent over.
Provide the implementation with
Effect.provide(AWS.SSMContacts.ListPageReceiptsHttp).
Working with Pages
Section titled “Working with Pages”const listPageReceipts = yield* AWS.SSMContacts.ListPageReceipts();
const { Receipts } = yield* listPageReceipts({ PageId: pageArn });// receipts with ReceiptType "READ" mean the page was acknowledged