Values.GetTelemetryPipelineInputSourceRetrieves information about a specific telemetry pipeline, including its configuration, status, and metadata.
type nonrec t = {pipelineIdentifier : TelemetryPipelineIdentifier.t;The identifier (name or ARN) of the telemetry pipeline to retrieve.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of TelemetryPipelineIdentifier.t ]) list ]