Values.NotificationOutputSourceThe details of a notification generated in Amazon DataZone.
type nonrec t = {identifier : TaskId.t option;The identifier of the notification.
*)domainIdentifier : DomainId.t option;The identifier of a Amazon DataZone domain in which the notification exists.
*)type_ : NotificationType.t option;The type of the notification.
*)topic : Topic.t option;The topic of the notification.
*)title : Title.t option;The title of the notification.
*)message : Message.t option;The message included in the notification.
*)status : TaskStatus.t option;The status included in the notification.
*)actionLink : ActionLink.t option;The action link included in the notification.
*)creationTimestamp : Timestamp.t option;The timestamp of when a notification was created.
*)lastUpdatedTimestamp : Timestamp.t option;The timestamp of when the notification was last updated.
*)metadata : MetadataMap.t option;The metadata included in the notification.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of String_.t ] * [> `String of String_.t ]) list
| `String of TaskId.t
| `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Structure of
(string * [> `Enum of string | `String of String_.t ]) list ])
list
| `Timestamp of Timestamp.t ])
list ]