Module Values.DataMigrationsSource

Sourcetype nonrec t = DataMigration.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : DataMigration.t list -> [> `List of [> `Structure of (string * [> `Enum of string | `List of [> `String of String_.t | `Structure of (string * [> `Enum of string | `String of String_.t | `Timestamp of Iso8601DateTime.t ]) list ] list | `String of String_.t | `Structure of (string * [> `Boolean of BooleanOptional.t | `Integer of IntegerOptional.t | `Long of Long.t | `String of SecretString.t | `Timestamp of Iso8601DateTime.t ]) list | `Timestamp of Iso8601DateTime.t ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> DataMigration.t list
Sourceval of_json : [> Yojson.Safe.t ] -> DataMigration.t list
Sourceval to_json : DataMigration.t list -> Yojson.Safe.t