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 |
Synopsis
- data Crawl = Crawl' {}
- newCrawl :: Crawl
- crawl_completedOn :: Lens' Crawl (Maybe UTCTime)
- crawl_state :: Lens' Crawl (Maybe CrawlState)
- crawl_startedOn :: Lens' Crawl (Maybe UTCTime)
- crawl_logStream :: Lens' Crawl (Maybe Text)
- crawl_logGroup :: Lens' Crawl (Maybe Text)
- crawl_errorMessage :: Lens' Crawl (Maybe Text)
Documentation
The details of a crawl in the workflow.
See: newCrawl
smart constructor.
Crawl' | |
|
Instances
Create a value of Crawl
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:completedOn:Crawl'
, crawl_completedOn
- The date and time on which the crawl completed.
$sel:state:Crawl'
, crawl_state
- The state of the crawler.
$sel:startedOn:Crawl'
, crawl_startedOn
- The date and time on which the crawl started.
$sel:logStream:Crawl'
, crawl_logStream
- The log stream associated with the crawl.
$sel:logGroup:Crawl'
, crawl_logGroup
- The log group associated with the crawl.
$sel:errorMessage:Crawl'
, crawl_errorMessage
- The error message associated with the crawl.
crawl_completedOn :: Lens' Crawl (Maybe UTCTime) Source #
The date and time on which the crawl completed.
crawl_state :: Lens' Crawl (Maybe CrawlState) Source #
The state of the crawler.