Values.GetNotificationEventRequestSourceReturns a specified NotificationEvent. User Notifications stores notifications in the individual Regions you register as notification hubs and the Region of the source event rule. GetNotificationEvent 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.
type nonrec t = {arn : NotificationEventArn.t;The Amazon Resource Name (ARN) of the NotificationEvent to return.
*)locale : LocaleCode.t option;The locale code of the language used for the retrieved NotificationEvent. The default locale is English en_US.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of NotificationEventArn.t ]) list ]