| 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.GetCrawler
Description
Retrieves metadata for a specified crawler.
Synopsis
Creating a Request
Arguments
| :: Text | |
| -> GetCrawler |
Creates a value of GetCrawler with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gccName- Name of the crawler to retrieve metadata for.
data GetCrawler Source #
See: getCrawler smart constructor.
Instances
Request Lenses
Destructuring the Response
Arguments
| :: Int | |
| -> GetCrawlerResponse |
Creates a value of GetCrawlerResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
getersCrawler- The metadata for the specified crawler.getersResponseStatus- -- | The response status code.
data GetCrawlerResponse Source #
See: getCrawlerResponse smart constructor.
Instances
Response Lenses
getersCrawler :: Lens' GetCrawlerResponse (Maybe Crawler) Source #
The metadata for the specified crawler.
getersResponseStatus :: Lens' GetCrawlerResponse Int Source #
- - | The response status code.