Values.UpdateTestGridProjectRequestSourceChange details of a project.
type nonrec t = {projectArn : DeviceFarmArn.t;ARN of the project to update.
*)name : ResourceName.t option;Human-readable name for the project.
*)description : ResourceDescription.t option;Human-readable description for the project.
*)vpcConfig : TestGridVpcConfig.t option;The VPC security groups and subnets that are attached to a project.
*)}val make :
?name:??? ->
?description:??? ->
?vpcConfig:??? ->
projectArn:DeviceFarmArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of DeviceFarmArn.t
| `Structure of
(string
* [> `List of [> `String of NonEmptyString.t ] list
| `String of NonEmptyString.t ])
list ])
list ]