Values_0.SelectFromCollectionSourceSpecifies a transform that chooses one DynamicFrame from a collection of DynamicFrames. The output is the selected DynamicFrame
type nonrec t = {name : NodeName.t;The name of the transform node.
*)inputs : OneInput.t;The data inputs identified by their node names.
*)index : NonNegativeInt.t;The index for the DynamicFrame to be selected.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of NonNegativeInt.t
| `List of [> `String of NodeId.t ] list
| `String of NodeName.t ])
list ]