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 information about tests in a given test suite.
This operation returns paginated results.
Synopsis
- data ListTests = ListTests' {}
- newListTests :: Text -> ListTests
- listTests_nextToken :: Lens' ListTests (Maybe Text)
- listTests_arn :: Lens' ListTests Text
- data ListTestsResponse = ListTestsResponse' {}
- newListTestsResponse :: Int -> ListTestsResponse
- listTestsResponse_tests :: Lens' ListTestsResponse (Maybe [Test])
- listTestsResponse_nextToken :: Lens' ListTestsResponse (Maybe Text)
- listTestsResponse_httpStatus :: Lens' ListTestsResponse Int
Creating a Request
Represents a request to the list tests operation.
See: newListTests
smart constructor.
Instances
Create a value of ListTests
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:nextToken:ListTests'
, listTests_nextToken
- An identifier that was returned from the previous call to this
operation, which can be used to return the next set of items in the
list.
$sel:arn:ListTests'
, listTests_arn
- The test suite's Amazon Resource Name (ARN).
Request Lenses
listTests_nextToken :: Lens' ListTests (Maybe Text) Source #
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
Destructuring the Response
data ListTestsResponse Source #
Represents the result of a list tests request.
See: newListTestsResponse
smart constructor.
ListTestsResponse' | |
|
Instances
Create a value of ListTestsResponse
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:tests:ListTestsResponse'
, listTestsResponse_tests
- Information about the tests.
$sel:nextToken:ListTests'
, listTestsResponse_nextToken
- If the number of items that are returned is significantly large, this is
an identifier that is also returned. It can be used in a subsequent call
to this operation to return the next set of items in the list.
$sel:httpStatus:ListTestsResponse'
, listTestsResponse_httpStatus
- The response's http status code.
Response Lenses
listTestsResponse_tests :: Lens' ListTestsResponse (Maybe [Test]) Source #
Information about the tests.
listTestsResponse_nextToken :: Lens' ListTestsResponse (Maybe Text) Source #
If the number of items that are returned is significantly large, this is an identifier that is also returned. It can be used in a subsequent call to this operation to return the next set of items in the list.
listTestsResponse_httpStatus :: Lens' ListTestsResponse Int Source #
The response's http status code.