| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Glue.Types.Crawl
Description
Synopsis
- data Crawl = Crawl' {}
- newCrawl :: Crawl
- crawl_completedOn :: Lens' Crawl (Maybe UTCTime)
- crawl_errorMessage :: Lens' Crawl (Maybe Text)
- crawl_logGroup :: Lens' Crawl (Maybe Text)
- crawl_logStream :: Lens' Crawl (Maybe Text)
- crawl_startedOn :: Lens' Crawl (Maybe UTCTime)
- crawl_state :: Lens' Crawl (Maybe CrawlState)
Documentation
The details of a crawl in the workflow.
See: newCrawl smart constructor.
Constructors
| Crawl' | |
Fields
| |
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:errorMessage:Crawl', crawl_errorMessage - The error message associated with the crawl.
$sel:logGroup:Crawl', crawl_logGroup - The log group associated with the crawl.
$sel:logStream:Crawl', crawl_logStream - The log stream associated with the crawl.
$sel:startedOn:Crawl', crawl_startedOn - The date and time on which the crawl started.
$sel:state:Crawl', crawl_state - The state of the crawler.
crawl_completedOn :: Lens' Crawl (Maybe UTCTime) Source #
The date and time on which the crawl completed.
crawl_startedOn :: Lens' Crawl (Maybe UTCTime) Source #
The date and time on which the crawl started.
crawl_state :: Lens' Crawl (Maybe CrawlState) Source #
The state of the crawler.