| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.Glue.DeleteCrawler
Description
Removes a specified crawler from the Data Catalog, unless the crawler state is RUNNING .
Creating a Request
Arguments
| :: Text | |
| -> DeleteCrawler |
Creates a value of DeleteCrawler with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dcName- Name of the crawler to remove.
data DeleteCrawler Source #
See: deleteCrawler smart constructor.
Instances
Request Lenses
Destructuring the Response
deleteCrawlerResponse Source #
Arguments
| :: Int | |
| -> DeleteCrawlerResponse |
Creates a value of DeleteCrawlerResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dccrsResponseStatus- -- | The response status code.
data DeleteCrawlerResponse Source #
See: deleteCrawlerResponse smart constructor.
Response Lenses
dccrsResponseStatus :: Lens' DeleteCrawlerResponse Int Source #
- - | The response status code.