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 a list of the document classifiers that you have created.
This operation returns paginated results.
Synopsis
- data ListDocumentClassifiers = ListDocumentClassifiers' {}
- newListDocumentClassifiers :: ListDocumentClassifiers
- listDocumentClassifiers_nextToken :: Lens' ListDocumentClassifiers (Maybe Text)
- listDocumentClassifiers_filter :: Lens' ListDocumentClassifiers (Maybe DocumentClassifierFilter)
- listDocumentClassifiers_maxResults :: Lens' ListDocumentClassifiers (Maybe Natural)
- data ListDocumentClassifiersResponse = ListDocumentClassifiersResponse' {}
- newListDocumentClassifiersResponse :: Int -> ListDocumentClassifiersResponse
- listDocumentClassifiersResponse_nextToken :: Lens' ListDocumentClassifiersResponse (Maybe Text)
- listDocumentClassifiersResponse_documentClassifierPropertiesList :: Lens' ListDocumentClassifiersResponse (Maybe [DocumentClassifierProperties])
- listDocumentClassifiersResponse_httpStatus :: Lens' ListDocumentClassifiersResponse Int
Creating a Request
data ListDocumentClassifiers Source #
See: newListDocumentClassifiers
smart constructor.
ListDocumentClassifiers' | |
|
Instances
newListDocumentClassifiers :: ListDocumentClassifiers Source #
Create a value of ListDocumentClassifiers
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:ListDocumentClassifiers'
, listDocumentClassifiers_nextToken
- Identifies the next page of results to return.
$sel:filter':ListDocumentClassifiers'
, listDocumentClassifiers_filter
- Filters the jobs that are returned. You can filter jobs on their name,
status, or the date and time that they were submitted. You can only set
one filter at a time.
$sel:maxResults:ListDocumentClassifiers'
, listDocumentClassifiers_maxResults
- The maximum number of results to return in each page. The default is
100.
Request Lenses
listDocumentClassifiers_nextToken :: Lens' ListDocumentClassifiers (Maybe Text) Source #
Identifies the next page of results to return.
listDocumentClassifiers_filter :: Lens' ListDocumentClassifiers (Maybe DocumentClassifierFilter) Source #
Filters the jobs that are returned. You can filter jobs on their name, status, or the date and time that they were submitted. You can only set one filter at a time.
listDocumentClassifiers_maxResults :: Lens' ListDocumentClassifiers (Maybe Natural) Source #
The maximum number of results to return in each page. The default is 100.
Destructuring the Response
data ListDocumentClassifiersResponse Source #
See: newListDocumentClassifiersResponse
smart constructor.
ListDocumentClassifiersResponse' | |
|
Instances
newListDocumentClassifiersResponse Source #
Create a value of ListDocumentClassifiersResponse
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:ListDocumentClassifiers'
, listDocumentClassifiersResponse_nextToken
- Identifies the next page of results to return.
$sel:documentClassifierPropertiesList:ListDocumentClassifiersResponse'
, listDocumentClassifiersResponse_documentClassifierPropertiesList
- A list containing the properties of each job returned.
$sel:httpStatus:ListDocumentClassifiersResponse'
, listDocumentClassifiersResponse_httpStatus
- The response's http status code.
Response Lenses
listDocumentClassifiersResponse_nextToken :: Lens' ListDocumentClassifiersResponse (Maybe Text) Source #
Identifies the next page of results to return.
listDocumentClassifiersResponse_documentClassifierPropertiesList :: Lens' ListDocumentClassifiersResponse (Maybe [DocumentClassifierProperties]) Source #
A list containing the properties of each job returned.
listDocumentClassifiersResponse_httpStatus :: Lens' ListDocumentClassifiersResponse Int Source #
The response's http status code.