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

Description

 
Synopsis

Documentation

data Crawl Source #

The details of a crawl in the workflow.

See: newCrawl smart constructor.

Constructors

Crawl' 

Fields

Instances

Instances details
Eq Crawl Source # 
Instance details

Defined in Amazonka.Glue.Types.Crawl

Methods

(==) :: Crawl -> Crawl -> Bool #

(/=) :: Crawl -> Crawl -> Bool #

Read Crawl Source # 
Instance details

Defined in Amazonka.Glue.Types.Crawl

Show Crawl Source # 
Instance details

Defined in Amazonka.Glue.Types.Crawl

Methods

showsPrec :: Int -> Crawl -> ShowS #

show :: Crawl -> String #

showList :: [Crawl] -> ShowS #

Generic Crawl Source # 
Instance details

Defined in Amazonka.Glue.Types.Crawl

Associated Types

type Rep Crawl :: Type -> Type #

Methods

from :: Crawl -> Rep Crawl x #

to :: Rep Crawl x -> Crawl #

NFData Crawl Source # 
Instance details

Defined in Amazonka.Glue.Types.Crawl

Methods

rnf :: Crawl -> () #

Hashable Crawl Source # 
Instance details

Defined in Amazonka.Glue.Types.Crawl

Methods

hashWithSalt :: Int -> Crawl -> Int #

hash :: Crawl -> Int #

FromJSON Crawl Source # 
Instance details

Defined in Amazonka.Glue.Types.Crawl

type Rep Crawl Source # 
Instance details

Defined in Amazonka.Glue.Types.Crawl

newCrawl :: Crawl Source #

Create a value of Crawl 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:completedOn:Crawl', crawl_completedOn - The date and time on which the crawl completed.

$sel:state:Crawl', crawl_state - The state of the crawler.

$sel:startedOn:Crawl', crawl_startedOn - The date and time on which the crawl started.

$sel:logStream:Crawl', crawl_logStream - The log stream associated with the crawl.

$sel:logGroup:Crawl', crawl_logGroup - The log group associated with the crawl.

$sel:errorMessage:Crawl', crawl_errorMessage - The error message associated with the crawl.

crawl_completedOn :: Lens' Crawl (Maybe UTCTime) Source #

The date and time on which the crawl completed.

crawl_state :: Lens' Crawl (Maybe CrawlState) Source #

The state of the crawler.

crawl_startedOn :: Lens' Crawl (Maybe UTCTime) Source #

The date and time on which the crawl started.

crawl_logStream :: Lens' Crawl (Maybe Text) Source #

The log stream associated with the crawl.

crawl_logGroup :: Lens' Crawl (Maybe Text) Source #

The log group associated with the crawl.

crawl_errorMessage :: Lens' Crawl (Maybe Text) Source #

The error message associated with the crawl.