| 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.TestGridSessionAction
Description
Synopsis
- data TestGridSessionAction = TestGridSessionAction' {}
- newTestGridSessionAction :: TestGridSessionAction
- testGridSessionAction_action :: Lens' TestGridSessionAction (Maybe Text)
- testGridSessionAction_duration :: Lens' TestGridSessionAction (Maybe Integer)
- testGridSessionAction_requestMethod :: Lens' TestGridSessionAction (Maybe Text)
- testGridSessionAction_started :: Lens' TestGridSessionAction (Maybe UTCTime)
- testGridSessionAction_statusCode :: Lens' TestGridSessionAction (Maybe Text)
Documentation
data TestGridSessionAction Source #
An action taken by a TestGridSession browser instance.
See: newTestGridSessionAction smart constructor.
Constructors
| TestGridSessionAction' | |
Fields
| |
Instances
newTestGridSessionAction :: TestGridSessionAction Source #
Create a value of TestGridSessionAction 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:action:TestGridSessionAction', testGridSessionAction_action - The action taken by the session.
$sel:duration:TestGridSessionAction', testGridSessionAction_duration - The time, in milliseconds, that the action took to complete in the
browser.
$sel:requestMethod:TestGridSessionAction', testGridSessionAction_requestMethod - HTTP method that the browser used to make the request.
$sel:started:TestGridSessionAction', testGridSessionAction_started - The time that the session invoked the action.
$sel:statusCode:TestGridSessionAction', testGridSessionAction_statusCode - HTTP status code returned to the browser when the action was taken.
testGridSessionAction_action :: Lens' TestGridSessionAction (Maybe Text) Source #
The action taken by the session.
testGridSessionAction_duration :: Lens' TestGridSessionAction (Maybe Integer) Source #
The time, in milliseconds, that the action took to complete in the browser.
testGridSessionAction_requestMethod :: Lens' TestGridSessionAction (Maybe Text) Source #
HTTP method that the browser used to make the request.
testGridSessionAction_started :: Lens' TestGridSessionAction (Maybe UTCTime) Source #
The time that the session invoked the action.
testGridSessionAction_statusCode :: Lens' TestGridSessionAction (Maybe Text) Source #
HTTP status code returned to the browser when the action was taken.