Values.GetTimeSeriesDataPointInputSourceGets the existing data point for the asset.
type nonrec t = {domainIdentifier : DomainId.t;The ID of the Amazon DataZone domain that houses the asset for which you want to get the data point.
*)entityIdentifier : EntityIdentifier.t;The ID of the asset for which you want to get the data point.
*)entityType : TimeSeriesEntityType.t;The type of the asset for which you want to get the data point.
*)identifier : TimeSeriesDataPointIdentifier.t;The ID of the data point that you want to get.
*)formName : TimeSeriesFormName.t;The name of the time series form that houses the data point that you want to get.
*)}val make :
domainIdentifier:DomainId.t ->
entityIdentifier:EntityIdentifier.t ->
entityType:TimeSeriesEntityType.t ->
identifier:TimeSeriesDataPointIdentifier.t ->
formName:TimeSeriesFormName.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `Enum of string | `String of DomainId.t ]) list ]