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.
Query parameters
The earliest time of events to return from this call.
Latest time of events to return from this call.
The locale code of the language used for the retrieved <code>NotificationEvent</code>. The default locale is English <code>(en_US)</code>.
Include aggregated child events in the result.
The Amazon Resource Name (ARN) of the <code>aggregatedNotificationEventArn</code> to match.
The maximum number of results to be returned in this call. Defaults to 20.
The start token for paginated calls. Retrieved from the response of a previous <code>ListEventRules</code> call. Next token uses Base64 encoding.
The unique identifier of the organizational unit used to filter notification events.
Response
Success