Skip to content

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

const listPagesByContact = yield* AWS.SSMContacts.ListPagesByContact(oncall);
const { Pages } = yield* listPagesByContact();