Module Values.BaseConfigurationItemsSource

Sourcetype nonrec t = BaseConfigurationItem.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : BaseConfigurationItem.t list -> [> `List of [> `Structure of (string * [> `Enum of string | `Map of ([> `String of SupplementaryConfigurationName.t ] * [> `String of SupplementaryConfigurationValue.t ]) list | `String of Version.t | `Timestamp of ConfigurationItemCaptureTime.t ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_json : [> Yojson.Safe.t ] -> BaseConfigurationItem.t list