Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data TestGridSession = TestGridSession' {}
- newTestGridSession :: TestGridSession
- testGridSession_status :: Lens' TestGridSession (Maybe TestGridSessionStatus)
- testGridSession_arn :: Lens' TestGridSession (Maybe Text)
- testGridSession_created :: Lens' TestGridSession (Maybe UTCTime)
- testGridSession_billingMinutes :: Lens' TestGridSession (Maybe Double)
- testGridSession_ended :: Lens' TestGridSession (Maybe UTCTime)
- testGridSession_seleniumProperties :: Lens' TestGridSession (Maybe Text)
Documentation
data TestGridSession Source #
A TestGridSession is a single instance of a browser launched from the URL provided by a call to CreateTestGridUrl.
See: newTestGridSession
smart constructor.
TestGridSession' | |
|
Instances
newTestGridSession :: TestGridSession Source #
Create a value of TestGridSession
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:status:TestGridSession'
, testGridSession_status
- The state of the session.
$sel:arn:TestGridSession'
, testGridSession_arn
- The ARN of the session.
$sel:created:TestGridSession'
, testGridSession_created
- The time that the session was started.
$sel:billingMinutes:TestGridSession'
, testGridSession_billingMinutes
- The number of billed minutes that were used for this session.
$sel:ended:TestGridSession'
, testGridSession_ended
- The time the session ended.
$sel:seleniumProperties:TestGridSession'
, testGridSession_seleniumProperties
- A JSON object of options and parameters passed to the Selenium
WebDriver.
testGridSession_status :: Lens' TestGridSession (Maybe TestGridSessionStatus) Source #
The state of the session.
testGridSession_arn :: Lens' TestGridSession (Maybe Text) Source #
The ARN of the session.
testGridSession_created :: Lens' TestGridSession (Maybe UTCTime) Source #
The time that the session was started.
testGridSession_billingMinutes :: Lens' TestGridSession (Maybe Double) Source #
The number of billed minutes that were used for this session.
testGridSession_ended :: Lens' TestGridSession (Maybe UTCTime) Source #
The time the session ended.
testGridSession_seleniumProperties :: Lens' TestGridSession (Maybe Text) Source #
A JSON object of options and parameters passed to the Selenium WebDriver.