Values_2.NotificationSearchSummarySourceSummary information about a notification returned from a search operation.
type nonrec t = {id : Values_0.NotificationId.t option;The unique identifier for the notification.
*)arn : Values_0.ARN.t option;The Amazon Resource Name (ARN) of the notification.
*)instanceId : Values_0.InstanceId.t option;The identifier of the Amazon Connect instance.
*)content : Values_0.NotificationContent.t option;The localized content of the notification.
*)priority : Values_1.NotificationPriority.t option;The priority level of the notification.
*)recipients : Values_0.RecipientList.t option;A list of recipient Amazon Resource Names (ARNs).
*)createdAt : Values_0.Timestamp.t option;The timestamp when the notification was created.
*)expiresAt : Values_0.Timestamp.t option;The timestamp when the notification expires.
*)lastModifiedRegion : Values_0.RegionName.t option;The AWS Region where the notification was last modified.
*)lastModifiedTime : Values_0.Timestamp.t option;The timestamp when the notification was last modified.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of string ] list
| `Map of
([> `Enum of string | `String of string ] * [> `String of string ])
list
| `String of Values_0.NotificationId.t
| `Timestamp of Values_0.Timestamp.t ])
list ]