| 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.ListTestGridSessionActions
Description
Returns a list of the actions taken in a TestGridSession.
Synopsis
- data ListTestGridSessionActions = ListTestGridSessionActions' {}
- newListTestGridSessionActions :: Text -> ListTestGridSessionActions
- listTestGridSessionActions_maxResult :: Lens' ListTestGridSessionActions (Maybe Natural)
- listTestGridSessionActions_nextToken :: Lens' ListTestGridSessionActions (Maybe Text)
- listTestGridSessionActions_sessionArn :: Lens' ListTestGridSessionActions Text
- data ListTestGridSessionActionsResponse = ListTestGridSessionActionsResponse' {
- actions :: Maybe [TestGridSessionAction]
- nextToken :: Maybe Text
- httpStatus :: Int
- newListTestGridSessionActionsResponse :: Int -> ListTestGridSessionActionsResponse
- listTestGridSessionActionsResponse_actions :: Lens' ListTestGridSessionActionsResponse (Maybe [TestGridSessionAction])
- listTestGridSessionActionsResponse_nextToken :: Lens' ListTestGridSessionActionsResponse (Maybe Text)
- listTestGridSessionActionsResponse_httpStatus :: Lens' ListTestGridSessionActionsResponse Int
Creating a Request
data ListTestGridSessionActions Source #
See: newListTestGridSessionActions smart constructor.
Constructors
| ListTestGridSessionActions' | |
Instances
newListTestGridSessionActions Source #
Create a value of ListTestGridSessionActions 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:maxResult:ListTestGridSessionActions', listTestGridSessionActions_maxResult - The maximum number of sessions to return per response.
ListTestGridSessionActions, listTestGridSessionActions_nextToken - Pagination token.
$sel:sessionArn:ListTestGridSessionActions', listTestGridSessionActions_sessionArn - The ARN of the session to retrieve.
Request Lenses
listTestGridSessionActions_maxResult :: Lens' ListTestGridSessionActions (Maybe Natural) Source #
The maximum number of sessions to return per response.
listTestGridSessionActions_nextToken :: Lens' ListTestGridSessionActions (Maybe Text) Source #
Pagination token.
listTestGridSessionActions_sessionArn :: Lens' ListTestGridSessionActions Text Source #
The ARN of the session to retrieve.
Destructuring the Response
data ListTestGridSessionActionsResponse Source #
See: newListTestGridSessionActionsResponse smart constructor.
Constructors
| ListTestGridSessionActionsResponse' | |
Fields
| |
Instances
newListTestGridSessionActionsResponse Source #
Arguments
| :: Int | |
| -> ListTestGridSessionActionsResponse |
Create a value of ListTestGridSessionActionsResponse 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:actions:ListTestGridSessionActionsResponse', listTestGridSessionActionsResponse_actions - The action taken by the session.
ListTestGridSessionActions, listTestGridSessionActionsResponse_nextToken - Pagination token.
$sel:httpStatus:ListTestGridSessionActionsResponse', listTestGridSessionActionsResponse_httpStatus - The response's http status code.
Response Lenses
listTestGridSessionActionsResponse_actions :: Lens' ListTestGridSessionActionsResponse (Maybe [TestGridSessionAction]) Source #
The action taken by the session.
listTestGridSessionActionsResponse_nextToken :: Lens' ListTestGridSessionActionsResponse (Maybe Text) Source #
Pagination token.
listTestGridSessionActionsResponse_httpStatus :: Lens' ListTestGridSessionActionsResponse Int Source #
The response's http status code.