libZSservicesZSamazonka-glueZSamazonka-glue
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Glue.Types.CrawlerMetrics

Description

 
Synopsis

Documentation

data CrawlerMetrics Source #

Metrics for a specified crawler.

See: newCrawlerMetrics smart constructor.

Constructors

CrawlerMetrics' 

Fields

Instances

Instances details
Eq CrawlerMetrics Source # 
Instance details

Defined in Amazonka.Glue.Types.CrawlerMetrics

Read CrawlerMetrics Source # 
Instance details

Defined in Amazonka.Glue.Types.CrawlerMetrics

Show CrawlerMetrics Source # 
Instance details

Defined in Amazonka.Glue.Types.CrawlerMetrics

Generic CrawlerMetrics Source # 
Instance details

Defined in Amazonka.Glue.Types.CrawlerMetrics

Associated Types

type Rep CrawlerMetrics :: Type -> Type #

NFData CrawlerMetrics Source # 
Instance details

Defined in Amazonka.Glue.Types.CrawlerMetrics

Methods

rnf :: CrawlerMetrics -> () #

Hashable CrawlerMetrics Source # 
Instance details

Defined in Amazonka.Glue.Types.CrawlerMetrics

FromJSON CrawlerMetrics Source # 
Instance details

Defined in Amazonka.Glue.Types.CrawlerMetrics

type Rep CrawlerMetrics Source # 
Instance details

Defined in Amazonka.Glue.Types.CrawlerMetrics

type Rep CrawlerMetrics = D1 ('MetaData "CrawlerMetrics" "Amazonka.Glue.Types.CrawlerMetrics" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "CrawlerMetrics'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "lastRuntimeSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "tablesCreated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "stillEstimating") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "medianRuntimeSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))) :*: ((S1 ('MetaSel ('Just "timeLeftSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "tablesDeleted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "tablesUpdated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "crawlerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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.