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 |
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.
Instances
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:
$sel:name: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.
DeleteClassifierResponse' | |
|
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.