ListPagesByContact
Source:
src/AWS/SSMContacts/ListPagesByContact.ts
Runtime binding for ssm-contacts:ListPagesByContact.
List the pages (individual engagement deliveries) sent to the bound
contact. The contact’s ARN is injected as ContactId.
Provide the implementation with
Effect.provide(AWS.SSMContacts.ListPagesByContactHttp).
Working with Pages
Section titled “Working with Pages”const listPagesByContact = yield* AWS.SSMContacts.ListPagesByContact(oncall);
const { Pages } = yield* listPagesByContact();