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 |
Retrieves a list of artifacts created during the session.
Synopsis
- data ListTestGridSessionArtifacts = ListTestGridSessionArtifacts' {}
- newListTestGridSessionArtifacts :: Text -> ListTestGridSessionArtifacts
- listTestGridSessionArtifacts_maxResult :: Lens' ListTestGridSessionArtifacts (Maybe Natural)
- listTestGridSessionArtifacts_nextToken :: Lens' ListTestGridSessionArtifacts (Maybe Text)
- listTestGridSessionArtifacts_type :: Lens' ListTestGridSessionArtifacts (Maybe TestGridSessionArtifactCategory)
- listTestGridSessionArtifacts_sessionArn :: Lens' ListTestGridSessionArtifacts Text
- data ListTestGridSessionArtifactsResponse = ListTestGridSessionArtifactsResponse' {}
- newListTestGridSessionArtifactsResponse :: Int -> ListTestGridSessionArtifactsResponse
- listTestGridSessionArtifactsResponse_artifacts :: Lens' ListTestGridSessionArtifactsResponse (Maybe [TestGridSessionArtifact])
- listTestGridSessionArtifactsResponse_nextToken :: Lens' ListTestGridSessionArtifactsResponse (Maybe Text)
- listTestGridSessionArtifactsResponse_httpStatus :: Lens' ListTestGridSessionArtifactsResponse Int
Creating a Request
data ListTestGridSessionArtifacts Source #
See: newListTestGridSessionArtifacts
smart constructor.
Instances
newListTestGridSessionArtifacts Source #
Create a value of ListTestGridSessionArtifacts
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:ListTestGridSessionArtifacts'
, listTestGridSessionArtifacts_maxResult
- The maximum number of results to be returned by a request.
$sel:nextToken:ListTestGridSessionArtifacts'
, listTestGridSessionArtifacts_nextToken
- Pagination token.
$sel:type':ListTestGridSessionArtifacts'
, listTestGridSessionArtifacts_type
- Limit results to a specified type of artifact.
$sel:sessionArn:ListTestGridSessionArtifacts'
, listTestGridSessionArtifacts_sessionArn
- The ARN of a TestGridSession.
Request Lenses
listTestGridSessionArtifacts_maxResult :: Lens' ListTestGridSessionArtifacts (Maybe Natural) Source #
The maximum number of results to be returned by a request.
listTestGridSessionArtifacts_nextToken :: Lens' ListTestGridSessionArtifacts (Maybe Text) Source #
Pagination token.
listTestGridSessionArtifacts_type :: Lens' ListTestGridSessionArtifacts (Maybe TestGridSessionArtifactCategory) Source #
Limit results to a specified type of artifact.
listTestGridSessionArtifacts_sessionArn :: Lens' ListTestGridSessionArtifacts Text Source #
The ARN of a TestGridSession.
Destructuring the Response
data ListTestGridSessionArtifactsResponse Source #
See: newListTestGridSessionArtifactsResponse
smart constructor.
ListTestGridSessionArtifactsResponse' | |
|
Instances
newListTestGridSessionArtifactsResponse Source #
Create a value of ListTestGridSessionArtifactsResponse
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:artifacts:ListTestGridSessionArtifactsResponse'
, listTestGridSessionArtifactsResponse_artifacts
- A list of test grid session artifacts for a TestGridSession.
$sel:nextToken:ListTestGridSessionArtifacts'
, listTestGridSessionArtifactsResponse_nextToken
- Pagination token.
$sel:httpStatus:ListTestGridSessionArtifactsResponse'
, listTestGridSessionArtifactsResponse_httpStatus
- The response's http status code.
Response Lenses
listTestGridSessionArtifactsResponse_artifacts :: Lens' ListTestGridSessionArtifactsResponse (Maybe [TestGridSessionArtifact]) Source #
A list of test grid session artifacts for a TestGridSession.
listTestGridSessionArtifactsResponse_nextToken :: Lens' ListTestGridSessionArtifactsResponse (Maybe Text) Source #
Pagination token.
listTestGridSessionArtifactsResponse_httpStatus :: Lens' ListTestGridSessionArtifactsResponse Int Source #
The response's http status code.