Module Values_1.DeletePipelineRequestSource

Deletes a pipeline if there are no running instances of the pipeline. To delete a pipeline, you must stop all running instances of the pipeline using the StopPipelineExecution API. When you delete a pipeline, all instances of the pipeline are deleted.

Sourcetype nonrec t = {
  1. pipelineName : PipelineName.t;
    (*

    The name of the pipeline to delete.

    *)
  2. clientRequestToken : IdempotencyToken.t;
    (*

    A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time.

    *)
}
Sourceval context_ : string
Sourceval make : pipelineName:PipelineName.t -> clientRequestToken:IdempotencyToken.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of PipelineName.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