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.StartCrawlerSchedule
Description
Changes the schedule state of the specified crawler to SCHEDULED
, unless the crawler is already running or the schedule state is already SCHEDULED
.
Creating a Request
Arguments
:: Text | |
-> StartCrawlerSchedule |
Creates a value of StartCrawlerSchedule
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
scsCrawlerName
- Name of the crawler to schedule.
data StartCrawlerSchedule Source #
See: startCrawlerSchedule
smart constructor.
Instances
Request Lenses
scsCrawlerName :: Lens' StartCrawlerSchedule Text Source #
Name of the crawler to schedule.
Destructuring the Response
startCrawlerScheduleResponse Source #
Arguments
:: Int | |
-> StartCrawlerScheduleResponse |
Creates a value of StartCrawlerScheduleResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
scsrsResponseStatus
- -- | The response status code.
data StartCrawlerScheduleResponse Source #
See: startCrawlerScheduleResponse
smart constructor.
Instances
Response Lenses
scsrsResponseStatus :: Lens' StartCrawlerScheduleResponse Int Source #
- - | The response status code.