| 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.StopCrawlerSchedule
Description
Sets the schedule state of the specified crawler to NOT_SCHEDULED , but does not stop the crawler if it is already running.
Creating a Request
Arguments
| :: Text | |
| -> StopCrawlerSchedule |
Creates a value of StopCrawlerSchedule with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
sCrawlerName- Name of the crawler whose schedule state to set.
data StopCrawlerSchedule Source #
See: stopCrawlerSchedule smart constructor.
Instances
Request Lenses
sCrawlerName :: Lens' StopCrawlerSchedule Text Source #
Name of the crawler whose schedule state to set.
Destructuring the Response
stopCrawlerScheduleResponse Source #
Arguments
| :: Int | |
| -> StopCrawlerScheduleResponse |
Creates a value of StopCrawlerScheduleResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
storsResponseStatus- -- | The response status code.
data StopCrawlerScheduleResponse Source #
See: stopCrawlerScheduleResponse smart constructor.
Instances
Response Lenses
storsResponseStatus :: Lens' StopCrawlerScheduleResponse Int Source #
- - | The response status code.