ListPagesByEngagement
Source:
src/AWS/SSMContacts/ListPagesByEngagement.ts
Runtime binding for ssm-contacts:ListPagesByEngagement.
List the pages an engagement produced — one page per engaged contact
and escalation stage.
Provide the implementation with
Effect.provide(AWS.SSMContacts.ListPagesByEngagementHttp).
Working with Pages
Section titled “Working with Pages”const listPagesByEngagement = yield* AWS.SSMContacts.ListPagesByEngagement();
const { Pages } = yield* listPagesByEngagement({ EngagementId: engagementArn });