| 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.DeleteClassifier
Description
Removes a classifier from the Data Catalog.
Synopsis
- data DeleteClassifier = DeleteClassifier' {}
- newDeleteClassifier :: Text -> DeleteClassifier
- deleteClassifier_name :: Lens' DeleteClassifier Text
- data DeleteClassifierResponse = DeleteClassifierResponse' {
- httpStatus :: Int
- newDeleteClassifierResponse :: Int -> DeleteClassifierResponse
- deleteClassifierResponse_httpStatus :: Lens' DeleteClassifierResponse Int
Creating a Request
data DeleteClassifier Source #
See: newDeleteClassifier smart constructor.
Constructors
| DeleteClassifier' | |
Instances
Arguments
| :: Text | |
| -> DeleteClassifier |
Create a value of DeleteClassifier 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:
DeleteClassifier, deleteClassifier_name - Name of the classifier to remove.
Request Lenses
deleteClassifier_name :: Lens' DeleteClassifier Text Source #
Name of the classifier to remove.
Destructuring the Response
data DeleteClassifierResponse Source #
See: newDeleteClassifierResponse smart constructor.
Constructors
| DeleteClassifierResponse' | |
Fields
| |
Instances
newDeleteClassifierResponse Source #
Create a value of DeleteClassifierResponse 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:httpStatus:DeleteClassifierResponse', deleteClassifierResponse_httpStatus - The response's http status code.
Response Lenses
deleteClassifierResponse_httpStatus :: Lens' DeleteClassifierResponse Int Source #
The response's http status code.