Values.OrganizationEventDetailsSourceDetailed information about an event. A combination of an Event object, an EventDescription object, and additional metadata about the event. Returned by the DescribeEventDetailsForOrganization operation.
type nonrec t = {awsAccountId : AccountId.t option;The 12-digit Amazon Web Services account numbers that contains the affected entities.
*)event : Event.t option;eventDescription__lc1 : EventDescription.t option;eventMetadata : EventMetadata.t option;Additional metadata about the event.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of MetadataKey.t ] * [> `String of MetadataValue.t ])
list
| `String of AccountId.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `Enum of string ] list
| `String of EventArn.t
| `Timestamp of Timestamp.t ])
list ])
list ]