| 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.CrawlerHistory
Description
Synopsis
- data CrawlerHistory = CrawlerHistory' {}
- newCrawlerHistory :: CrawlerHistory
- crawlerHistory_crawlId :: Lens' CrawlerHistory (Maybe Text)
- crawlerHistory_dPUHour :: Lens' CrawlerHistory (Maybe Double)
- crawlerHistory_endTime :: Lens' CrawlerHistory (Maybe UTCTime)
- crawlerHistory_errorMessage :: Lens' CrawlerHistory (Maybe Text)
- crawlerHistory_logGroup :: Lens' CrawlerHistory (Maybe Text)
- crawlerHistory_logStream :: Lens' CrawlerHistory (Maybe Text)
- crawlerHistory_messagePrefix :: Lens' CrawlerHistory (Maybe Text)
- crawlerHistory_startTime :: Lens' CrawlerHistory (Maybe UTCTime)
- crawlerHistory_state :: Lens' CrawlerHistory (Maybe CrawlerHistoryState)
- crawlerHistory_summary :: Lens' CrawlerHistory (Maybe Text)
Documentation
data CrawlerHistory Source #
Contains the information for a run of a crawler.
See: newCrawlerHistory smart constructor.
Constructors
| CrawlerHistory' | |
Fields
| |
Instances
newCrawlerHistory :: CrawlerHistory Source #
Create a value of CrawlerHistory 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:crawlId:CrawlerHistory', crawlerHistory_crawlId - A UUID identifier for each crawl.
$sel:dPUHour:CrawlerHistory', crawlerHistory_dPUHour - The number of data processing units (DPU) used in hours for the crawl.
$sel:endTime:CrawlerHistory', crawlerHistory_endTime - The date and time on which the crawl ended.
$sel:errorMessage:CrawlerHistory', crawlerHistory_errorMessage - If an error occurred, the error message associated with the crawl.
$sel:logGroup:CrawlerHistory', crawlerHistory_logGroup - The log group associated with the crawl.
$sel:logStream:CrawlerHistory', crawlerHistory_logStream - The log stream associated with the crawl.
$sel:messagePrefix:CrawlerHistory', crawlerHistory_messagePrefix - The prefix for a CloudWatch message about this crawl.
$sel:startTime:CrawlerHistory', crawlerHistory_startTime - The date and time on which the crawl started.
$sel:state:CrawlerHistory', crawlerHistory_state - The state of the crawl.
$sel:summary:CrawlerHistory', crawlerHistory_summary - A run summary for the specific crawl in JSON. Contains the catalog
tables and partitions that were added, updated, or deleted.
crawlerHistory_crawlId :: Lens' CrawlerHistory (Maybe Text) Source #
A UUID identifier for each crawl.
crawlerHistory_dPUHour :: Lens' CrawlerHistory (Maybe Double) Source #
The number of data processing units (DPU) used in hours for the crawl.
crawlerHistory_endTime :: Lens' CrawlerHistory (Maybe UTCTime) Source #
The date and time on which the crawl ended.
crawlerHistory_errorMessage :: Lens' CrawlerHistory (Maybe Text) Source #
If an error occurred, the error message associated with the crawl.
crawlerHistory_logGroup :: Lens' CrawlerHistory (Maybe Text) Source #
The log group associated with the crawl.
crawlerHistory_logStream :: Lens' CrawlerHistory (Maybe Text) Source #
The log stream associated with the crawl.
crawlerHistory_messagePrefix :: Lens' CrawlerHistory (Maybe Text) Source #
The prefix for a CloudWatch message about this crawl.
crawlerHistory_startTime :: Lens' CrawlerHistory (Maybe UTCTime) Source #
The date and time on which the crawl started.
crawlerHistory_state :: Lens' CrawlerHistory (Maybe CrawlerHistoryState) Source #
The state of the crawl.
crawlerHistory_summary :: Lens' CrawlerHistory (Maybe Text) Source #
A run summary for the specific crawl in JSON. Contains the catalog tables and partitions that were added, updated, or deleted.