Values_0.EventSourceThis data type is used as a response element in the DescribeEvents action.
type nonrec t = {sourceIdentifier : String_.t option;Provides the identifier for the source of the event.
*)sourceType : SourceType.t option;Specifies the source type for this event.
*)message : String_.t option;Provides the text of this event.
*)eventCategories : EventCategoriesList.t option;Specifies the category for the event.
*)date : TStamp.t option;Specifies the date and time of the event.
*)sourceArn : String_.t option;The Amazon Resource Name (ARN) for the event.
*)}