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 specified crawler from the Glue Data Catalog, unless the
crawler state is RUNNING
.
Synopsis
- data DeleteCrawler = DeleteCrawler' {}
- newDeleteCrawler :: Text -> DeleteCrawler
- deleteCrawler_name :: Lens' DeleteCrawler Text
- data DeleteCrawlerResponse = DeleteCrawlerResponse' {
- httpStatus :: Int
- newDeleteCrawlerResponse :: Int -> DeleteCrawlerResponse
- deleteCrawlerResponse_httpStatus :: Lens' DeleteCrawlerResponse Int
Creating a Request
data DeleteCrawler Source #
See: newDeleteCrawler
smart constructor.
Instances
Create a value of DeleteCrawler
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:DeleteCrawler'
, deleteCrawler_name
- The name of the crawler to remove.
Request Lenses
deleteCrawler_name :: Lens' DeleteCrawler Text Source #
The name of the crawler to remove.
Destructuring the Response
data DeleteCrawlerResponse Source #
See: newDeleteCrawlerResponse
smart constructor.
DeleteCrawlerResponse' | |
|
Instances
newDeleteCrawlerResponse Source #
Create a value of DeleteCrawlerResponse
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:DeleteCrawlerResponse'
, deleteCrawlerResponse_httpStatus
- The response's http status code.
Response Lenses
deleteCrawlerResponse_httpStatus :: Lens' DeleteCrawlerResponse Int Source #
The response's http status code.