Module Values.SettingEntriesSource

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