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 |
Gets a list of all Selenium testing projects in your account.
Synopsis
- data ListTestGridProjects = ListTestGridProjects' {}
- newListTestGridProjects :: ListTestGridProjects
- listTestGridProjects_maxResult :: Lens' ListTestGridProjects (Maybe Natural)
- listTestGridProjects_nextToken :: Lens' ListTestGridProjects (Maybe Text)
- data ListTestGridProjectsResponse = ListTestGridProjectsResponse' {}
- newListTestGridProjectsResponse :: Int -> ListTestGridProjectsResponse
- listTestGridProjectsResponse_testGridProjects :: Lens' ListTestGridProjectsResponse (Maybe [TestGridProject])
- listTestGridProjectsResponse_nextToken :: Lens' ListTestGridProjectsResponse (Maybe Text)
- listTestGridProjectsResponse_httpStatus :: Lens' ListTestGridProjectsResponse Int
Creating a Request
data ListTestGridProjects Source #
See: newListTestGridProjects
smart constructor.
Instances
newListTestGridProjects :: ListTestGridProjects Source #
Create a value of ListTestGridProjects
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:ListTestGridProjects'
, listTestGridProjects_maxResult
- Return no more than this number of results.
$sel:nextToken:ListTestGridProjects'
, listTestGridProjects_nextToken
- From a response, used to continue a paginated listing.
Request Lenses
listTestGridProjects_maxResult :: Lens' ListTestGridProjects (Maybe Natural) Source #
Return no more than this number of results.
listTestGridProjects_nextToken :: Lens' ListTestGridProjects (Maybe Text) Source #
From a response, used to continue a paginated listing.
Destructuring the Response
data ListTestGridProjectsResponse Source #
See: newListTestGridProjectsResponse
smart constructor.
ListTestGridProjectsResponse' | |
|
Instances
newListTestGridProjectsResponse Source #
Create a value of ListTestGridProjectsResponse
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:testGridProjects:ListTestGridProjectsResponse'
, listTestGridProjectsResponse_testGridProjects
- The list of TestGridProjects, based on a ListTestGridProjectsRequest.
$sel:nextToken:ListTestGridProjects'
, listTestGridProjectsResponse_nextToken
- Used for pagination. Pass into ListTestGridProjects to get more results
in a paginated request.
$sel:httpStatus:ListTestGridProjectsResponse'
, listTestGridProjectsResponse_httpStatus
- The response's http status code.
Response Lenses
listTestGridProjectsResponse_testGridProjects :: Lens' ListTestGridProjectsResponse (Maybe [TestGridProject]) Source #
The list of TestGridProjects, based on a ListTestGridProjectsRequest.
listTestGridProjectsResponse_nextToken :: Lens' ListTestGridProjectsResponse (Maybe Text) Source #
Used for pagination. Pass into ListTestGridProjects to get more results in a paginated request.
listTestGridProjectsResponse_httpStatus :: Lens' ListTestGridProjectsResponse Int Source #
The response's http status code.