Values.GetTestGridSessionResultSourceA session is an instance of a browser created through a RemoteWebDriver with the URL from CreateTestGridUrlResult$url. You can use the following to look up sessions: The session ARN (GetTestGridSessionRequest$sessionArn). The project ARN and a session ID (GetTestGridSessionRequest$projectArn and GetTestGridSessionRequest$sessionId).
type nonrec t = {testGridSession : TestGridSession.t option;The TestGridSession that was requested.
*)}type nonrec error = [ | `ArgumentException of ArgumentException.t| `InternalServiceException of InternalServiceException.t| `NotFoundException of NotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ArgumentException of ArgumentException.t
| `InternalServiceException of InternalServiceException.t
| `NotFoundException of NotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ArgumentException of ArgumentException.t
| `InternalServiceException of InternalServiceException.t
| `NotFoundException of NotFoundException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Double of Double.t
| `Enum of string
| `String of DeviceFarmArn.t
| `Timestamp of DateTime.t ])
list ])
list ]