Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data LastCrawlInfo = LastCrawlInfo' {}
- newLastCrawlInfo :: LastCrawlInfo
- lastCrawlInfo_status :: Lens' LastCrawlInfo (Maybe LastCrawlStatus)
- lastCrawlInfo_startTime :: Lens' LastCrawlInfo (Maybe UTCTime)
- lastCrawlInfo_logStream :: Lens' LastCrawlInfo (Maybe Text)
- lastCrawlInfo_logGroup :: Lens' LastCrawlInfo (Maybe Text)
- lastCrawlInfo_messagePrefix :: Lens' LastCrawlInfo (Maybe Text)
- lastCrawlInfo_errorMessage :: Lens' LastCrawlInfo (Maybe Text)
Documentation
data LastCrawlInfo Source #
Status and error information about the most recent crawl.
See: newLastCrawlInfo
smart constructor.
LastCrawlInfo' | |
|
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: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_status :: Lens' LastCrawlInfo (Maybe LastCrawlStatus) Source #
Status of 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.