Module Values.GetTimeSeriesDataPointInputSource

Gets the existing data point for the asset.

Sourcetype nonrec t = {
  1. domainIdentifier : DomainId.t;
    (*

    The ID of the Amazon DataZone domain that houses the asset for which you want to get the data point.

    *)
  2. entityIdentifier : EntityIdentifier.t;
    (*

    The ID of the asset for which you want to get the data point.

    *)
  3. entityType : TimeSeriesEntityType.t;
    (*

    The type of the asset for which you want to get the data point.

    *)
  4. identifier : TimeSeriesDataPointIdentifier.t;
    (*

    The ID of the data point that you want to get.

    *)
  5. formName : TimeSeriesFormName.t;
    (*

    The name of the time series form that houses the data point that you want to get.

    *)
}
Sourceval context_ : string
Sourceval make : domainIdentifier:DomainId.t -> entityIdentifier:EntityIdentifier.t -> entityType:TimeSeriesEntityType.t -> identifier:TimeSeriesDataPointIdentifier.t -> formName:TimeSeriesFormName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of DomainId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t