Values_1.DescribeNotificationRequestSourceRetrieves detailed information about a specific notification, including its content, priority, recipients, and metadata.
type nonrec t = {instanceId : Values_0.InstanceId.t;The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
*)notificationId : Values_0.NotificationId.t;The unique identifier for the notification.
*)}val make :
instanceId:Values_0.InstanceId.t ->
notificationId:Values_0.NotificationId.t ->
unit ->
t