Values.EventDescriptionSourceDescribes an event.
type nonrec t = {eventDate : EventDate.t option;The date when the event occurred.
*)message : EventMessage.t option;The event message.
*)applicationName : ApplicationName.t option;The application associated with the event.
*)versionLabel : VersionLabel.t option;The release label for the application version associated with this event.
*)templateName : ConfigurationTemplateName.t option;The name of the configuration associated with this event.
*)environmentName : EnvironmentName.t option;The name of the environment associated with this event.
*)platformArn : PlatformArn.t option;The ARN of the platform version.
*)requestId : RequestId.t option;The web service request ID for the activity of this event.
*)severity : EventSeverity.t option;The severity level of this event.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of EventMessage.t
| `Timestamp of EventDate.t ])
list ]