ListPageResolutions
Source:
src/AWS/SSMContacts/ListPageResolutions.ts
Runtime binding for ssm-contacts:ListPageResolutions.
List the resolution path of a page — the chain of escalation-plan and
on-call-schedule hops that led Incident Manager to the engaged contact.
Provide the implementation with
Effect.provide(AWS.SSMContacts.ListPageResolutionsHttp).
Working with Pages
Section titled “Working with Pages”const listPageResolutions = yield* AWS.SSMContacts.ListPageResolutions();
const { PageResolutions } = yield* listPageResolutions({ PageId: pageArn });