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 |
Lists all classifier objects in the Data Catalog.
This operation returns paginated results.
Synopsis
- data GetClassifiers = GetClassifiers' {}
- newGetClassifiers :: GetClassifiers
- getClassifiers_nextToken :: Lens' GetClassifiers (Maybe Text)
- getClassifiers_maxResults :: Lens' GetClassifiers (Maybe Natural)
- data GetClassifiersResponse = GetClassifiersResponse' {
- nextToken :: Maybe Text
- classifiers :: Maybe [Classifier]
- httpStatus :: Int
- newGetClassifiersResponse :: Int -> GetClassifiersResponse
- getClassifiersResponse_nextToken :: Lens' GetClassifiersResponse (Maybe Text)
- getClassifiersResponse_classifiers :: Lens' GetClassifiersResponse (Maybe [Classifier])
- getClassifiersResponse_httpStatus :: Lens' GetClassifiersResponse Int
Creating a Request
data GetClassifiers Source #
See: newGetClassifiers
smart constructor.
Instances
newGetClassifiers :: GetClassifiers Source #
Create a value of GetClassifiers
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:GetClassifiers'
, getClassifiers_nextToken
- An optional continuation token.
$sel:maxResults:GetClassifiers'
, getClassifiers_maxResults
- The size of the list to return (optional).
Request Lenses
getClassifiers_nextToken :: Lens' GetClassifiers (Maybe Text) Source #
An optional continuation token.
getClassifiers_maxResults :: Lens' GetClassifiers (Maybe Natural) Source #
The size of the list to return (optional).
Destructuring the Response
data GetClassifiersResponse Source #
See: newGetClassifiersResponse
smart constructor.
GetClassifiersResponse' | |
|
Instances
newGetClassifiersResponse Source #
Create a value of GetClassifiersResponse
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:GetClassifiers'
, getClassifiersResponse_nextToken
- A continuation token.
$sel:classifiers:GetClassifiersResponse'
, getClassifiersResponse_classifiers
- The requested list of classifier objects.
$sel:httpStatus:GetClassifiersResponse'
, getClassifiersResponse_httpStatus
- The response's http status code.
Response Lenses
getClassifiersResponse_nextToken :: Lens' GetClassifiersResponse (Maybe Text) Source #
A continuation token.
getClassifiersResponse_classifiers :: Lens' GetClassifiersResponse (Maybe [Classifier]) Source #
The requested list of classifier objects.
getClassifiersResponse_httpStatus :: Lens' GetClassifiersResponse Int Source #
The response's http status code.