Values.RetrievalFlowNodeConfigurationSourceContains configurations for a Retrieval node in a flow. This node retrieves data from the Amazon S3 location that you specify and returns it as the output.
type nonrec t = {serviceConfiguration : RetrievalFlowNodeServiceConfiguration.t;Contains configurations for the service to use for retrieving data to return as the output from the node.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string * [> `String of FlowS3BucketName.t ]) list ])
list ])
list ]