Values.CreateInputRequestSourceCreates an input.
type nonrec t = {inputName : InputName.t;The name you want to give to the input.
*)inputDescription : InputDescription.t option;A brief description of the input.
*)inputDefinition : InputDefinition.t;The definition of the input.
*)}val make :
?inputDescription:??? ->
?tags:??? ->
inputName:InputName.t ->
inputDefinition:InputDefinition.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of InputName.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of AttributeJsonPath.t ]) list ]
list ])
list ])
list ]