Values.PipelineSummarySourceSummary information for an OpenSearch Ingestion pipeline.
type nonrec t = {status : PipelineStatus.t option;The current status of the pipeline.
*)statusReason : PipelineStatusReason.t option;pipelineName : PipelineName.t option;The name of the pipeline.
*)pipelineArn : PipelineArn.t option;The Amazon Resource Name (ARN) of the pipeline.
*)minUnits : PipelineUnits.t option;The minimum pipeline capacity, in Ingestion Compute Units (ICUs).
*)maxUnits : PipelineUnits.t option;The maximum pipeline capacity, in Ingestion Compute Units (ICUs).
*)createdAt : Timestamp.t option;The date and time when the pipeline was created.
*)lastUpdatedAt : Timestamp.t option;The date and time when the pipeline was last updated.
*)destinations : PipelineDestinationList.t option;A list of destinations to which the pipeline writes data.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of PipelineUnits.t
| `List of
[> `Structure of (string * [> `String of String_.t ]) list ] list
| `String of PipelineName.t
| `Structure of (string * [> `String of String_.t ]) list
| `Timestamp of Timestamp.t ])
list ]