Copyright | (c) 2013-2015 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Lists the assessment runs associated with the assessments specified by the assessment ARNs.
See: AWS API Reference for ListRuns.
- listRuns :: ListRuns
- data ListRuns
- lrAssessmentARNs :: Lens' ListRuns [Text]
- lrNextToken :: Lens' ListRuns (Maybe Text)
- lrFilter :: Lens' ListRuns (Maybe RunsFilter)
- lrMaxResults :: Lens' ListRuns (Maybe Int)
- listRunsResponse :: Int -> ListRunsResponse
- data ListRunsResponse
- lrrsRunARNList :: Lens' ListRunsResponse [Text]
- lrrsNextToken :: Lens' ListRunsResponse (Maybe Text)
- lrrsResponseStatus :: Lens' ListRunsResponse Int
Creating a Request
Creates a value of ListRuns
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
See: listRuns
smart constructor.
Request Lenses
lrAssessmentARNs :: Lens' ListRuns [Text] Source
The ARNs specifying the assessments whose runs you want to list.
lrNextToken :: Lens' ListRuns (Maybe Text) Source
You can use this parameter when paginating results. Set the value of this parameter to 'null' on your first call to the ListRuns action. Subsequent calls to the action fill nextToken in the request with the value of NextToken from previous response to continue listing data.
lrFilter :: Lens' ListRuns (Maybe RunsFilter) Source
You can use this parameter to specify a subset of data to be included in the action's response.
For a record to match a filter, all specified filter attributes must match. When multiple values are specified for a filter attribute, any of the values can match.
lrMaxResults :: Lens' ListRuns (Maybe Int) Source
You can use this parameter to indicate the maximum number of items you want in the response. The default value is 10. The maximum value is 500.
Destructuring the Response
Creates a value of ListRunsResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ListRunsResponse Source
See: listRunsResponse
smart constructor.
Response Lenses
lrrsRunARNList :: Lens' ListRunsResponse [Text] Source
A list of ARNs specifying the assessment runs returned by the action.
lrrsNextToken :: Lens' ListRunsResponse (Maybe Text) Source
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to 'null'.
lrrsResponseStatus :: Lens' ListRunsResponse Int Source
The response status code.