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 |
Searches for tasks that match the specified filter values.
This operation returns paginated results.
Synopsis
- data SearchQuantumTasks = SearchQuantumTasks' {}
- newSearchQuantumTasks :: SearchQuantumTasks
- searchQuantumTasks_nextToken :: Lens' SearchQuantumTasks (Maybe Text)
- searchQuantumTasks_maxResults :: Lens' SearchQuantumTasks (Maybe Natural)
- searchQuantumTasks_filters :: Lens' SearchQuantumTasks [SearchQuantumTasksFilter]
- data SearchQuantumTasksResponse = SearchQuantumTasksResponse' {}
- newSearchQuantumTasksResponse :: Int -> SearchQuantumTasksResponse
- searchQuantumTasksResponse_nextToken :: Lens' SearchQuantumTasksResponse (Maybe Text)
- searchQuantumTasksResponse_httpStatus :: Lens' SearchQuantumTasksResponse Int
- searchQuantumTasksResponse_quantumTasks :: Lens' SearchQuantumTasksResponse [QuantumTaskSummary]
Creating a Request
data SearchQuantumTasks Source #
See: newSearchQuantumTasks
smart constructor.
SearchQuantumTasks' | |
|
Instances
newSearchQuantumTasks :: SearchQuantumTasks Source #
Create a value of SearchQuantumTasks
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:SearchQuantumTasks'
, searchQuantumTasks_nextToken
- A token used for pagination of results returned in the response. Use the
token returned from the previous request continue results where the
previous request ended.
$sel:maxResults:SearchQuantumTasks'
, searchQuantumTasks_maxResults
- Maximum number of results to return in the response.
$sel:filters:SearchQuantumTasks'
, searchQuantumTasks_filters
- Array of SearchQuantumTasksFilter
objects.
Request Lenses
searchQuantumTasks_nextToken :: Lens' SearchQuantumTasks (Maybe Text) Source #
A token used for pagination of results returned in the response. Use the token returned from the previous request continue results where the previous request ended.
searchQuantumTasks_maxResults :: Lens' SearchQuantumTasks (Maybe Natural) Source #
Maximum number of results to return in the response.
searchQuantumTasks_filters :: Lens' SearchQuantumTasks [SearchQuantumTasksFilter] Source #
Array of SearchQuantumTasksFilter
objects.
Destructuring the Response
data SearchQuantumTasksResponse Source #
See: newSearchQuantumTasksResponse
smart constructor.
SearchQuantumTasksResponse' | |
|
Instances
newSearchQuantumTasksResponse Source #
Create a value of SearchQuantumTasksResponse
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:SearchQuantumTasks'
, searchQuantumTasksResponse_nextToken
- A token used for pagination of results, or null if there are no
additional results. Use the token value in a subsequent request to
continue results where the previous request ended.
$sel:httpStatus:SearchQuantumTasksResponse'
, searchQuantumTasksResponse_httpStatus
- The response's http status code.
$sel:quantumTasks:SearchQuantumTasksResponse'
, searchQuantumTasksResponse_quantumTasks
- An array of QuantumTaskSummary
objects for tasks that match the
specified filters.
Response Lenses
searchQuantumTasksResponse_nextToken :: Lens' SearchQuantumTasksResponse (Maybe Text) Source #
A token used for pagination of results, or null if there are no additional results. Use the token value in a subsequent request to continue results where the previous request ended.
searchQuantumTasksResponse_httpStatus :: Lens' SearchQuantumTasksResponse Int Source #
The response's http status code.
searchQuantumTasksResponse_quantumTasks :: Lens' SearchQuantumTasksResponse [QuantumTaskSummary] Source #
An array of QuantumTaskSummary
objects for tasks that match the
specified filters.