Values.GetTestGridSessionRequestSourceA 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 = {projectArn : DeviceFarmArn.t option;The ARN for the project that this session belongs to. See CreateTestGridProject and ListTestGridProjects.
*)sessionId : ResourceId.t option;An ID associated with this session.
*)sessionArn : DeviceFarmArn.t option;An ARN that uniquely identifies a TestGridSession.
*)}