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

Description

 
Synopsis

Documentation

data LastCrawlInfo Source #

Status and error information about the most recent crawl.

See: newLastCrawlInfo smart constructor.

Constructors

LastCrawlInfo' 

Fields

Instances

Instances details
FromJSON LastCrawlInfo Source # 
Instance details

Defined in Amazonka.Glue.Types.LastCrawlInfo

Generic LastCrawlInfo Source # 
Instance details

Defined in Amazonka.Glue.Types.LastCrawlInfo

Associated Types

type Rep LastCrawlInfo :: Type -> Type #

Read LastCrawlInfo Source # 
Instance details

Defined in Amazonka.Glue.Types.LastCrawlInfo

Show LastCrawlInfo Source # 
Instance details

Defined in Amazonka.Glue.Types.LastCrawlInfo

NFData LastCrawlInfo Source # 
Instance details

Defined in Amazonka.Glue.Types.LastCrawlInfo

Methods

rnf :: LastCrawlInfo -> () #

Eq LastCrawlInfo Source # 
Instance details

Defined in Amazonka.Glue.Types.LastCrawlInfo

Hashable LastCrawlInfo Source # 
Instance details

Defined in Amazonka.Glue.Types.LastCrawlInfo

type Rep LastCrawlInfo Source # 
Instance details

Defined in Amazonka.Glue.Types.LastCrawlInfo

newLastCrawlInfo :: LastCrawlInfo Source #

Create a value of LastCrawlInfo 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:errorMessage:LastCrawlInfo', lastCrawlInfo_errorMessage - If an error occurred, the error information about the last crawl.

$sel:logGroup:LastCrawlInfo', lastCrawlInfo_logGroup - The log group for the last crawl.

$sel:logStream:LastCrawlInfo', lastCrawlInfo_logStream - The log stream for the last crawl.

$sel:messagePrefix:LastCrawlInfo', lastCrawlInfo_messagePrefix - The prefix for a message about this crawl.

$sel:startTime:LastCrawlInfo', lastCrawlInfo_startTime - The time at which the crawl started.

$sel:status:LastCrawlInfo', lastCrawlInfo_status - Status of the last crawl.

lastCrawlInfo_errorMessage :: Lens' LastCrawlInfo (Maybe Text) Source #

If an error occurred, the error information about the last crawl.

lastCrawlInfo_logGroup :: Lens' LastCrawlInfo (Maybe Text) Source #

The log group for the last crawl.

lastCrawlInfo_logStream :: Lens' LastCrawlInfo (Maybe Text) Source #

The log stream for the last crawl.

lastCrawlInfo_messagePrefix :: Lens' LastCrawlInfo (Maybe Text) Source #

The prefix for a message about this crawl.

lastCrawlInfo_startTime :: Lens' LastCrawlInfo (Maybe UTCTime) Source #

The time at which the crawl started.