ListNotifications
Source:
src/AWS/AuditManager/ListNotifications.ts
Runtime binding for auditmanager:ListNotifications.
Lists the notifications for the account — delegation requests,
control-set review handoffs, and completed report generation. Provide the
implementation with Effect.provide(AWS.AuditManager.ListNotificationsHttp).
Notifications
Section titled “Notifications”const listNotifications = yield* AWS.AuditManager.ListNotifications();const result = yield* listNotifications({ maxResults: 20 });