Values.GetTimeSeriesDataPointOutputSourceGets the existing data point for the asset.
type nonrec t = {domainId : DomainId.t option;The ID of the Amazon DataZone domain that houses the asset data point that you want to get.
*)entityId : EntityId.t option;The ID of the asset for which you want to get the data point.
*)entityType : TimeSeriesEntityType.t option;The type of the asset for which you want to get the data point.
*)formName : TimeSeriesFormName.t option;The name of the time series form that houses the data point that you want to get.
*)form : TimeSeriesDataPointFormOutput.t option;The time series form that houses the data point that you want to get.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of DomainId.t
| `Structure of
(string
* [> `String of TimeSeriesFormName.t | `Timestamp of Timestamp.t ])
list ])
list ]