Skip to content

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

const listPagesByEngagement = yield* AWS.SSMContacts.ListPagesByEngagement();
const { Pages } = yield* listPagesByEngagement({ EngagementId: engagementArn });