Values.EventTrackerSummarySourceProvides a summary of the properties of an event tracker. For a complete listing, call the DescribeEventTracker API.
type nonrec t = {name : Name.t option;The name of the event tracker.
*)eventTrackerArn : Arn.t option;The Amazon Resource Name (ARN) of the event tracker.
*)status : Status.t option;The status of the event tracker. An event tracker can be in one of the following states: CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED DELETE PENDING > DELETE IN_PROGRESS
*)creationDateTime : Date.t option;The date and time (in Unix time) that the event tracker was created.
*)lastUpdatedDateTime : Date.t option;The date and time (in Unix time) that the event tracker was last updated.
*)}