Values.NotificationEventSummarySourceDescribes a short summary and metadata for a NotificationEvent.
type nonrec t = {schemaVersion : SchemaVersion.t option;The schema version of the Notification Event.
*)sourceEventMetadata : SourceEventMetadataSummary.t option;The source event metadata.
*)messageComponents : MessageComponentsSummary.t option;The message components of a notification event.
*)eventStatus : EventStatus.t option;Provides additional information about the current status of the NotificationEvent. Values: HEALTHY All EventRules are ACTIVE. UNHEALTHY Some EventRules are ACTIVE and some are INACTIVE.
*)notificationType : NotificationType.t option;The type of event causing the notification. Values: ALERT A notification about an event where something was triggered, initiated, reopened, deployed, or a threshold was breached. WARNING A notification about an event where an issue is about to arise. For example, something is approaching a threshold. ANNOUNCEMENT A notification about an important event. For example, a step in a workflow or escalation path or that a workflow was updated. INFORMATIONAL A notification about informational messages. For example, recommendations, service announcements, or reminders.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `String of
SourceEventMetadataSummaryEventOriginRegionString.t ])
list ])
list ]