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