AcceptPage
Source:
src/AWS/SSMContacts/AcceptPage.ts
Runtime binding for ssm-contacts:AcceptPage.
Acknowledge a page with the accept code Incident Manager delivered to
the contact’s channel — READ marks it seen, DELIVERED confirms
receipt. Acknowledging stops further escalation stages.
Provide the implementation with
Effect.provide(AWS.SSMContacts.AcceptPageHttp).
Working with Pages
Section titled “Working with Pages”const acceptPage = yield* AWS.SSMContacts.AcceptPage();
yield* acceptPage({ PageId: pageArn, AcceptType: "READ", AcceptCode: "425440",});