Values.AdapterVersionOverviewSourceSummary info for an adapter version. Contains information on the AdapterId, AdapterVersion, CreationTime, FeatureTypes, and Status.
type nonrec t = {adapterId : AdapterId.t option;A unique identifier for the adapter associated with a given adapter version.
*)adapterVersion : AdapterVersion.t option;An identified for a given adapter version.
*)creationTime : DateTime.t option;The date and time that a given adapter version was created.
*)featureTypes : FeatureTypes.t option;The feature types that the adapter version is operating on.
*)status : AdapterVersionStatus.t option;Contains information on the status of a given adapter version.
*)statusMessage : AdapterVersionStatusMessage.t option;A message explaining the status of a given adapter vesion.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `Enum of string ] list
| `String of AdapterId.t
| `Timestamp of DateTime.t ])
list ]