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.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
Eq LastCrawlInfo Source # 
Instance details

Defined in Amazonka.Glue.Types.LastCrawlInfo

Read LastCrawlInfo Source # 
Instance details

Defined in Amazonka.Glue.Types.LastCrawlInfo

Show 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 #

NFData LastCrawlInfo Source # 
Instance details

Defined in Amazonka.Glue.Types.LastCrawlInfo

Methods

rnf :: LastCrawlInfo -> () #

Hashable LastCrawlInfo Source # 
Instance details

Defined in Amazonka.Glue.Types.LastCrawlInfo

FromJSON LastCrawlInfo Source # 
Instance details

Defined in Amazonka.Glue.Types.LastCrawlInfo

type Rep LastCrawlInfo Source # 
Instance details

Defined in Amazonka.Glue.Types.LastCrawlInfo

type Rep LastCrawlInfo = D1 ('MetaData "LastCrawlInfo" "Amazonka.Glue.Types.LastCrawlInfo" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "LastCrawlInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LastCrawlStatus)) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "logStream") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "logGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "messagePrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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:status:LastCrawlInfo', lastCrawlInfo_status - Status of the last crawl.

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

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

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

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

$sel:errorMessage:LastCrawlInfo', lastCrawlInfo_errorMessage - If an error occurred, the error information about the last crawl.

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

The time at which the crawl started.

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

The log stream for the last crawl.

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

The log group for the last crawl.

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

The prefix for a message about this crawl.

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

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