| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Glue.Types.LastCrawlInfo
Description
Synopsis
- data LastCrawlInfo = LastCrawlInfo' {}
- newLastCrawlInfo :: LastCrawlInfo
- lastCrawlInfo_errorMessage :: Lens' LastCrawlInfo (Maybe Text)
- lastCrawlInfo_logGroup :: Lens' LastCrawlInfo (Maybe Text)
- lastCrawlInfo_logStream :: Lens' LastCrawlInfo (Maybe Text)
- lastCrawlInfo_messagePrefix :: Lens' LastCrawlInfo (Maybe Text)
- lastCrawlInfo_startTime :: Lens' LastCrawlInfo (Maybe UTCTime)
- lastCrawlInfo_status :: Lens' LastCrawlInfo (Maybe LastCrawlStatus)
Documentation
data LastCrawlInfo Source #
Status and error information about the most recent crawl.
See: newLastCrawlInfo smart constructor.
Constructors
| LastCrawlInfo' | |
Fields
| |
Instances
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.
lastCrawlInfo_status :: Lens' LastCrawlInfo (Maybe LastCrawlStatus) Source #
Status of the last crawl.