| 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.ListTestGridSessionArtifacts
Description
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.
Constructors
| ListTestGridSessionArtifacts' | |
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.
ListTestGridSessionArtifacts, listTestGridSessionArtifacts_nextToken - Pagination token.
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.
Constructors
| ListTestGridSessionArtifactsResponse' | |
Fields
| |
Instances
newListTestGridSessionArtifactsResponse Source #
Arguments
| :: Int | |
| -> ListTestGridSessionArtifactsResponse |
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.
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.