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