Values.CreateTestGridProjectResultSourceCreates a Selenium testing project. Projects are used to track TestGridSession instances.
type nonrec t = {testGridProject : TestGridProject.t option;ARN of the Selenium testing project that was created.
*)}type nonrec error = [ | `ArgumentException of ArgumentException.t| `InternalServiceException of InternalServiceException.t| `LimitExceededException of LimitExceededException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ArgumentException of ArgumentException.t
| `InternalServiceException of InternalServiceException.t
| `LimitExceededException of LimitExceededException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ArgumentException of ArgumentException.t
| `InternalServiceException of InternalServiceException.t
| `LimitExceededException of LimitExceededException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `String of DeviceFarmArn.t
| `Structure of
(string
* [> `List of [> `String of NonEmptyString.t ] list
| `String of NonEmptyString.t ])
list
| `Timestamp of DateTime.t ])
list ])
list ]