Module Values.DescribeEventDetailsSuccessfulSetSource

Sourcetype nonrec t = EventDetails.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : EventDetails.t list -> [> `List of [> `Structure of (string * [> `Map of ([> `String of MetadataKey.t ] * [> `String of MetadataValue.t ]) list | `Structure of (string * [> `Enum of string | `List of [> `Enum of string ] list | `String of EventArn.t | `Timestamp of Timestamp.t ]) list ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> EventDetails.t list
Sourceval of_json : [> Yojson.Safe.t ] -> EventDetails.t list
Sourceval to_json : EventDetails.t list -> Yojson.Safe.t