Values.GetNotificationConfigurationRequestSourceReturns a specified NotificationConfiguration.
type nonrec t = {arn : NotificationConfigurationArn.t;The Amazon Resource Name (ARN) of the NotificationConfiguration to return.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of NotificationConfigurationArn.t ]) list ]