Values.StartProjectSessionRequestSourceCreates an interactive session, enabling you to manipulate data in a DataBrew project.
type nonrec t = {name : ProjectName.t;The name of the project to act upon.
*)assumeControl : AssumeControl.t option;A value that, if true, enables you to take control of a session, even if a different client is currently accessing the project.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of AssumeControl.t | `String of ProjectName.t ])
list ]