Values.UpdateProjectRequestSourceModifies the definition of an existing DataBrew project.
type nonrec t = {sample : Sample.t option;roleArn : Arn.t;The Amazon Resource Name (ARN) of the IAM role to be assumed for this request.
*)name : ProjectName.t;The name of the project to be updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Arn.t
| `Structure of
(string * [> `Enum of string | `Integer of SampleSize.t ]) list ])
list ]