Values.DeleteTelemetryPipelineInputSourceDeletes a telemetry pipeline and its associated resources. This operation stops data processing and removes the pipeline configuration.
type nonrec t = {pipelineIdentifier : TelemetryPipelineIdentifier.t;The ARN of the telemetry pipeline to delete.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of TelemetryPipelineIdentifier.t ]) list ]