Values.InputSourceInformation about the input.
type nonrec t = {inputConfiguration : InputConfiguration.t option;Information about the configuration of an input.
*)inputDefinition : InputDefinition.t option;The definition of the input.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `String of AttributeJsonPath.t ]) list ]
list
| `String of InputName.t
| `Timestamp of Timestamp.t ])
list ])
list ]