| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.DeviceFarm.Types.TestGridSession
Description
Synopsis
- data TestGridSession = TestGridSession' {}
- newTestGridSession :: TestGridSession
- testGridSession_arn :: Lens' TestGridSession (Maybe Text)
- testGridSession_billingMinutes :: Lens' TestGridSession (Maybe Double)
- testGridSession_created :: Lens' TestGridSession (Maybe UTCTime)
- testGridSession_ended :: Lens' TestGridSession (Maybe UTCTime)
- testGridSession_seleniumProperties :: Lens' TestGridSession (Maybe Text)
- testGridSession_status :: Lens' TestGridSession (Maybe TestGridSessionStatus)
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.
Constructors
| TestGridSession' | |
Fields
| |
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:arn:TestGridSession', testGridSession_arn - The ARN of the session.
$sel:billingMinutes:TestGridSession', testGridSession_billingMinutes - The number of billed minutes that were used for this session.
$sel:created:TestGridSession', testGridSession_created - The time that the session was started.
$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.
$sel:status:TestGridSession', testGridSession_status - The state of the session.
testGridSession_arn :: Lens' TestGridSession (Maybe Text) Source #
The ARN of the session.
testGridSession_billingMinutes :: Lens' TestGridSession (Maybe Double) Source #
The number of billed minutes that were used for this session.
testGridSession_created :: Lens' TestGridSession (Maybe UTCTime) Source #
The time that the session was started.
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.
testGridSession_status :: Lens' TestGridSession (Maybe TestGridSessionStatus) Source #
The state of the session.