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

Description

Starts a crawl using the specified crawler, regardless of what is scheduled. If the crawler is already running, returns a CrawlerRunningException.

Synopsis

Creating a Request

data StartCrawler Source #

See: newStartCrawler smart constructor.

Constructors

StartCrawler' 

Fields

  • name :: Text

    Name of the crawler to start.

Instances

Instances details
Eq StartCrawler Source # 
Instance details

Defined in Amazonka.Glue.StartCrawler

Read StartCrawler Source # 
Instance details

Defined in Amazonka.Glue.StartCrawler

Show StartCrawler Source # 
Instance details

Defined in Amazonka.Glue.StartCrawler

Generic StartCrawler Source # 
Instance details

Defined in Amazonka.Glue.StartCrawler

Associated Types

type Rep StartCrawler :: Type -> Type #

NFData StartCrawler Source # 
Instance details

Defined in Amazonka.Glue.StartCrawler

Methods

rnf :: StartCrawler -> () #

Hashable StartCrawler Source # 
Instance details

Defined in Amazonka.Glue.StartCrawler

ToJSON StartCrawler Source # 
Instance details

Defined in Amazonka.Glue.StartCrawler

AWSRequest StartCrawler Source # 
Instance details

Defined in Amazonka.Glue.StartCrawler

Associated Types

type AWSResponse StartCrawler #

ToHeaders StartCrawler Source # 
Instance details

Defined in Amazonka.Glue.StartCrawler

ToPath StartCrawler Source # 
Instance details

Defined in Amazonka.Glue.StartCrawler

ToQuery StartCrawler Source # 
Instance details

Defined in Amazonka.Glue.StartCrawler

type Rep StartCrawler Source # 
Instance details

Defined in Amazonka.Glue.StartCrawler

type Rep StartCrawler = D1 ('MetaData "StartCrawler" "Amazonka.Glue.StartCrawler" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "StartCrawler'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse StartCrawler Source # 
Instance details

Defined in Amazonka.Glue.StartCrawler

newStartCrawler Source #

Create a value of StartCrawler 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:name:StartCrawler', startCrawler_name - Name of the crawler to start.

Request Lenses

startCrawler_name :: Lens' StartCrawler Text Source #

Name of the crawler to start.

Destructuring the Response

data StartCrawlerResponse Source #

See: newStartCrawlerResponse smart constructor.

Constructors

StartCrawlerResponse' 

Fields

Instances

Instances details
Eq StartCrawlerResponse Source # 
Instance details

Defined in Amazonka.Glue.StartCrawler

Read StartCrawlerResponse Source # 
Instance details

Defined in Amazonka.Glue.StartCrawler

Show StartCrawlerResponse Source # 
Instance details

Defined in Amazonka.Glue.StartCrawler

Generic StartCrawlerResponse Source # 
Instance details

Defined in Amazonka.Glue.StartCrawler

Associated Types

type Rep StartCrawlerResponse :: Type -> Type #

NFData StartCrawlerResponse Source # 
Instance details

Defined in Amazonka.Glue.StartCrawler

Methods

rnf :: StartCrawlerResponse -> () #

type Rep StartCrawlerResponse Source # 
Instance details

Defined in Amazonka.Glue.StartCrawler

type Rep StartCrawlerResponse = D1 ('MetaData "StartCrawlerResponse" "Amazonka.Glue.StartCrawler" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "StartCrawlerResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStartCrawlerResponse Source #

Create a value of StartCrawlerResponse 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:httpStatus:StartCrawlerResponse', startCrawlerResponse_httpStatus - The response's http status code.

Response Lenses