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