| 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.Athena.DeleteDataCatalog
Description
Deletes a data catalog.
Synopsis
- data DeleteDataCatalog = DeleteDataCatalog' {}
- newDeleteDataCatalog :: Text -> DeleteDataCatalog
- deleteDataCatalog_name :: Lens' DeleteDataCatalog Text
- data DeleteDataCatalogResponse = DeleteDataCatalogResponse' {
- httpStatus :: Int
- newDeleteDataCatalogResponse :: Int -> DeleteDataCatalogResponse
- deleteDataCatalogResponse_httpStatus :: Lens' DeleteDataCatalogResponse Int
Creating a Request
data DeleteDataCatalog Source #
See: newDeleteDataCatalog smart constructor.
Constructors
| DeleteDataCatalog' | |
Instances
Arguments
| :: Text | |
| -> DeleteDataCatalog |
Create a value of DeleteDataCatalog 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:
DeleteDataCatalog, deleteDataCatalog_name - The name of the data catalog to delete.
Request Lenses
deleteDataCatalog_name :: Lens' DeleteDataCatalog Text Source #
The name of the data catalog to delete.
Destructuring the Response
data DeleteDataCatalogResponse Source #
See: newDeleteDataCatalogResponse smart constructor.
Constructors
| DeleteDataCatalogResponse' | |
Fields
| |
Instances
newDeleteDataCatalogResponse Source #
Create a value of DeleteDataCatalogResponse 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:DeleteDataCatalogResponse', deleteDataCatalogResponse_httpStatus - The response's http status code.
Response Lenses
deleteDataCatalogResponse_httpStatus :: Lens' DeleteDataCatalogResponse Int Source #
The response's http status code.