Values.TelemetryPipelineSummarySourceContains summary information about a telemetry pipeline for listing operations.
type nonrec t = {createdTimeStamp : Long.t option;The timestamp when the telemetry pipeline was created.
*)lastUpdateTimeStamp : Long.t option;The timestamp when the telemetry pipeline was last updated.
*)arn : ResourceArn.t option;The Amazon Resource Name (ARN) of the telemetry pipeline.
*)name : TelemetryPipelineName.t option;The name of the telemetry pipeline.
*)status : TelemetryPipelineStatus.t option;The current status of the telemetry pipeline.
*)configurationSummary : ConfigurationSummary.t option;A summary of the pipeline configuration components.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Long of Long.t
| `Map of
([> `String of String_.t ] * [> `String of String_.t ]) list
| `String of ResourceArn.t
| `Structure of
(string
* [> `Integer of Integer.t
| `List of
[> `String of String_.t
| `Structure of (string * [> `String of String_.t ]) list ]
list ])
list ])
list ]