DescribePage
Source:
src/AWS/SSMContacts/DescribePage.ts
Runtime binding for ssm-contacts:DescribePage.
Read the details of a page — the engagement it belongs to, its subject
and content, and delivery/read timestamps.
Provide the implementation with
Effect.provide(AWS.SSMContacts.DescribePageHttp).
Working with Pages
Section titled “Working with Pages”const describePage = yield* AWS.SSMContacts.DescribePage();
const page = yield* describePage({ PageId: pageArn });// page.SentTime, page.ReadTime, page.DeliveryTime, ...