Module Values.LatestChangeEventsSource

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