Values.DataIntegrationFlowExecutionOutputMetadataSourceThe output metadata of the flow execution.
type nonrec t = {diagnosticReportsRootS3URI : DataIntegrationFlowExecutionDiagnosticReportsRootS3URI.t
option;The S3 URI under which all diagnostic files (such as deduped records if any) are stored.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of
DataIntegrationFlowExecutionDiagnosticReportsRootS3URI.t ])
list ]