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