| 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.CrawlerMetrics
Description
Synopsis
- data CrawlerMetrics = CrawlerMetrics' {}
- newCrawlerMetrics :: CrawlerMetrics
- crawlerMetrics_crawlerName :: Lens' CrawlerMetrics (Maybe Text)
- crawlerMetrics_lastRuntimeSeconds :: Lens' CrawlerMetrics (Maybe Double)
- crawlerMetrics_medianRuntimeSeconds :: Lens' CrawlerMetrics (Maybe Double)
- crawlerMetrics_stillEstimating :: Lens' CrawlerMetrics (Maybe Bool)
- crawlerMetrics_tablesCreated :: Lens' CrawlerMetrics (Maybe Natural)
- crawlerMetrics_tablesDeleted :: Lens' CrawlerMetrics (Maybe Natural)
- crawlerMetrics_tablesUpdated :: Lens' CrawlerMetrics (Maybe Natural)
- crawlerMetrics_timeLeftSeconds :: Lens' CrawlerMetrics (Maybe Double)
Documentation
data CrawlerMetrics Source #
Metrics for a specified crawler.
See: newCrawlerMetrics smart constructor.
Constructors
| CrawlerMetrics' | |
Fields
| |
Instances
newCrawlerMetrics :: CrawlerMetrics Source #
Create a value of CrawlerMetrics 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:crawlerName:CrawlerMetrics', crawlerMetrics_crawlerName - The name of the crawler.
$sel:lastRuntimeSeconds:CrawlerMetrics', crawlerMetrics_lastRuntimeSeconds - The duration of the crawler's most recent run, in seconds.
$sel:medianRuntimeSeconds:CrawlerMetrics', crawlerMetrics_medianRuntimeSeconds - The median duration of this crawler's runs, in seconds.
$sel:stillEstimating:CrawlerMetrics', crawlerMetrics_stillEstimating - True if the crawler is still estimating how long it will take to
complete this run.
$sel:tablesCreated:CrawlerMetrics', crawlerMetrics_tablesCreated - The number of tables created by this crawler.
$sel:tablesDeleted:CrawlerMetrics', crawlerMetrics_tablesDeleted - The number of tables deleted by this crawler.
$sel:tablesUpdated:CrawlerMetrics', crawlerMetrics_tablesUpdated - The number of tables updated by this crawler.
$sel:timeLeftSeconds:CrawlerMetrics', crawlerMetrics_timeLeftSeconds - The estimated time left to complete a running crawl.
crawlerMetrics_crawlerName :: Lens' CrawlerMetrics (Maybe Text) Source #
The name of the crawler.
crawlerMetrics_lastRuntimeSeconds :: Lens' CrawlerMetrics (Maybe Double) Source #
The duration of the crawler's most recent run, in seconds.
crawlerMetrics_medianRuntimeSeconds :: Lens' CrawlerMetrics (Maybe Double) Source #
The median duration of this crawler's runs, in seconds.
crawlerMetrics_stillEstimating :: Lens' CrawlerMetrics (Maybe Bool) Source #
True if the crawler is still estimating how long it will take to complete this run.
crawlerMetrics_tablesCreated :: Lens' CrawlerMetrics (Maybe Natural) Source #
The number of tables created by this crawler.
crawlerMetrics_tablesDeleted :: Lens' CrawlerMetrics (Maybe Natural) Source #
The number of tables deleted by this crawler.
crawlerMetrics_tablesUpdated :: Lens' CrawlerMetrics (Maybe Natural) Source #
The number of tables updated by this crawler.
crawlerMetrics_timeLeftSeconds :: Lens' CrawlerMetrics (Maybe Double) Source #
The estimated time left to complete a running crawl.