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