Values.DescribeEventsMessageSourceRequest to retrieve a list of events for an environment.
type nonrec t = {applicationName : ApplicationName.t option;If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those associated with this application.
*)versionLabel : VersionLabel.t option;If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this application version.
*)templateName : ConfigurationTemplateName.t option;If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that are associated with this environment configuration.
*)environmentId : EnvironmentId.t option;If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.
*)environmentName : EnvironmentName.t option;If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.
*)platformArn : PlatformArn.t option;The ARN of a custom platform version. If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this custom platform version.
*)requestId : RequestId.t option;If specified, AWS Elastic Beanstalk restricts the described events to include only those associated with this request ID.
*)severity : EventSeverity.t option;If specified, limits the events returned from this call to include only those with the specified severity or higher.
*)startTime : TimeFilterStart.t option;If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur on or after this time.
*)endTime : TimeFilterEnd.t option;If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur up to, but not including, the EndTime.
*)maxRecords : MaxRecords.t option;Specifies the maximum number of events that can be returned, beginning with the most recent event.
*)nextToken : Token.t option;Pagination token. If specified, the events return the next batch of results.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of MaxRecords.t
| `String of ApplicationName.t
| `Timestamp of TimeFilterStart.t ])
list ]