Values.PostTimeSeriesDataPointsInputSourcePosts time series data points to Amazon DataZone for the specified asset.
type nonrec t = {domainIdentifier : DomainId.t;The ID of the Amazon DataZone domain in which you want to post time series data points.
*)entityIdentifier : EntityIdentifier.t;The ID of the asset for which you want to post time series data points.
*)entityType : TimeSeriesEntityType.t;The type of the asset for which you want to post data points.
*)forms : TimeSeriesDataPointFormInputList.t;The forms that contain the data points that you want to post.
*)clientToken : ClientToken.t option;A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
*)}val make :
?clientToken:??? ->
domainIdentifier:DomainId.t ->
entityIdentifier:EntityIdentifier.t ->
entityType:TimeSeriesEntityType.t ->
forms:TimeSeriesDataPointFormInputList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `String of TimeSeriesFormName.t
| `Timestamp of Timestamp.t ])
list ]
list
| `String of DomainId.t ])
list ]