Module Values_1.CancelIngestionRequestSource

Cancels an ongoing ingestion of data into SPICE.

Sourcetype nonrec t = {
  1. awsAccountId : AwsAccountId.t;
    (*

    The Amazon Web Services account ID.

    *)
  2. dataSetId : Values_0.String_.t;
    (*

    The ID of the dataset used in the ingestion.

    *)
  3. ingestionId : IngestionId.t;
    (*

    An ID for the ingestion.

    *)
}
Sourceval context_ : string
Sourceval make : awsAccountId:AwsAccountId.t -> dataSetId:Values_0.String_.t -> ingestionId:IngestionId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AwsAccountId.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