Module Values.DeleteTimeSeriesDataPointsInputSource

Deletes the specified time series form for the specified asset.

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

    The ID of the Amazon DataZone domain that houses the asset for which you want to delete a time series form.

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

    The ID of the asset for which you want to delete a time series form.

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

    The type of the asset for which you want to delete a time series form.

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

    The name of the time series form that you want to delete.

    *)
  5. clientToken : ClientToken.t option;
    (*

    A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientToken:??? -> domainIdentifier:DomainId.t -> entityIdentifier:EntityIdentifier.t -> entityType:TimeSeriesEntityType.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