Values.PipelineDescriptionSourceContains pipeline metadata.
type nonrec t = {pipelineId : Id.t option;The pipeline identifier that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.
*)name : Id.t option;The name of the pipeline.
*)fields : FieldList.t option;A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, and @pipelineState.
*)description : String_.t option;Description of the pipeline.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of FieldNameString.t ]) list ]
list
| `String of Id.t ])
list ]