listNotificationEvents
inline suspend fun NotificationsClient.listNotificationEvents(crossinline block: ListNotificationEventsRequest.Builder.() -> Unit): ListNotificationEventsResponse
Returns a list of NotificationEvents
according to specified filters, in reverse chronological order (newest first).
User Notifications stores notifications in the individual Regions you register as notification hubs and the Region of the source event rule. ListNotificationEvents only returns notifications stored in the same Region in which the action is called. User Notifications doesn't backfill notifications to new Regions selected as notification hubs. For this reason, we recommend that you make calls in your oldest registered notification hub. For more information, see Notification hubs in the Amazon Web Services User Notifications User Guide.