Values.InputConfigurationSourceInformation about the configuration of an input.
type nonrec t = {inputName : InputName.t option;The name of the input.
*)inputDescription : InputDescription.t option;A brief description of the input.
*)inputArn : InputArn.t option;The ARN of the input.
*)creationTime : Timestamp.t option;The time the input was created.
*)lastUpdateTime : Timestamp.t option;The last time the input was updated.
*)status : InputStatus.t option;The status of the input.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of InputName.t
| `Timestamp of Timestamp.t ])
list ]