amazonka-glue-2.0: Amazon Glue SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Glue.Types.CrawlerHistory

Description

 
Synopsis

Documentation

data CrawlerHistory Source #

Contains the information for a run of a crawler.

See: newCrawlerHistory smart constructor.

Constructors

CrawlerHistory' 

Fields

Instances

Instances details
FromJSON CrawlerHistory Source # 
Instance details

Defined in Amazonka.Glue.Types.CrawlerHistory

Generic CrawlerHistory Source # 
Instance details

Defined in Amazonka.Glue.Types.CrawlerHistory

Associated Types

type Rep CrawlerHistory :: Type -> Type #

Read CrawlerHistory Source # 
Instance details

Defined in Amazonka.Glue.Types.CrawlerHistory

Show CrawlerHistory Source # 
Instance details

Defined in Amazonka.Glue.Types.CrawlerHistory

NFData CrawlerHistory Source # 
Instance details

Defined in Amazonka.Glue.Types.CrawlerHistory

Methods

rnf :: CrawlerHistory -> () #

Eq CrawlerHistory Source # 
Instance details

Defined in Amazonka.Glue.Types.CrawlerHistory

Hashable CrawlerHistory Source # 
Instance details

Defined in Amazonka.Glue.Types.CrawlerHistory

type Rep CrawlerHistory Source # 
Instance details

Defined in Amazonka.Glue.Types.CrawlerHistory

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_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.