Values.GetManagedNotificationEventRequestSourceReturns a specified ManagedNotificationEvent.
type nonrec t = {arn : ManagedNotificationEventArn.t;The Amazon Resource Name (ARN) of the ManagedNotificationEvent to return.
*)locale : LocaleCode.t option;The locale code of the language used for the retrieved ManagedNotificationEvent. The default locale is English (en_US).
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of ManagedNotificationEventArn.t ])
list ]