Values.DeleteTimeSeriesDataPointsInputSourceDeletes the specified time series form for the specified asset.
type nonrec t = {domainIdentifier : DomainId.t;The ID of the Amazon DataZone domain that houses the asset for which you want to delete a time series form.
*)entityIdentifier : EntityIdentifier.t;The ID of the asset for which you want to delete a time series form.
*)entityType : TimeSeriesEntityType.t;The type of the asset for which you want to delete a time series form.
*)formName : TimeSeriesFormName.t;The name of the time series form that you want to delete.
*)clientToken : ClientToken.t option;A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.
*)}val make :
?clientToken:??? ->
domainIdentifier:DomainId.t ->
entityIdentifier:EntityIdentifier.t ->
entityType:TimeSeriesEntityType.t ->
formName:TimeSeriesFormName.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `Enum of string | `String of DomainId.t ]) list ]