getTestGridSession
abstract suspend fun getTestGridSession(input: GetTestGridSessionRequest = GetTestGridSessionRequest { }): GetTestGridSessionResponse
A 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).