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 test suites for a given job.
This operation returns paginated results.
Synopsis
- data ListSuites = ListSuites' {}
- newListSuites :: Text -> ListSuites
- listSuites_nextToken :: Lens' ListSuites (Maybe Text)
- listSuites_arn :: Lens' ListSuites Text
- data ListSuitesResponse = ListSuitesResponse' {}
- newListSuitesResponse :: Int -> ListSuitesResponse
- listSuitesResponse_nextToken :: Lens' ListSuitesResponse (Maybe Text)
- listSuitesResponse_suites :: Lens' ListSuitesResponse (Maybe [Suite])
- listSuitesResponse_httpStatus :: Lens' ListSuitesResponse Int
Creating a Request
data ListSuites Source #
Represents a request to the list suites operation.
See: newListSuites
smart constructor.
Instances
Create a value of ListSuites
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:ListSuites'
, listSuites_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:ListSuites'
, listSuites_arn
- The job's Amazon Resource Name (ARN).
Request Lenses
listSuites_nextToken :: Lens' ListSuites (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.
listSuites_arn :: Lens' ListSuites Text Source #
The job's Amazon Resource Name (ARN).
Destructuring the Response
data ListSuitesResponse Source #
Represents the result of a list suites request.
See: newListSuitesResponse
smart constructor.
ListSuitesResponse' | |
|
Instances
newListSuitesResponse Source #
Create a value of ListSuitesResponse
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:ListSuites'
, listSuitesResponse_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:suites:ListSuitesResponse'
, listSuitesResponse_suites
- Information about the suites.
$sel:httpStatus:ListSuitesResponse'
, listSuitesResponse_httpStatus
- The response's http status code.
Response Lenses
listSuitesResponse_nextToken :: Lens' ListSuitesResponse (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.
listSuitesResponse_suites :: Lens' ListSuitesResponse (Maybe [Suite]) Source #
Information about the suites.
listSuitesResponse_httpStatus :: Lens' ListSuitesResponse Int Source #
The response's http status code.